.mrg_tab .nav-link {
  background-color: #fff !important;
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  border: none !important;
  padding: 0.5rem 2rem !important;
  color: #111 !important;
  text-transform: uppercase !important;
}
.mrg_tab .nav-link img{
    width: 2rem;
}


.custom-form label{
    /*font-family: 'Lobster', cursive;*/
    font-weight: 600;
    letter-spacing: 0.1rem;
    /*background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);*/
    background: linear-gradient(0deg, #111 0%, grey 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.custom-form .form-control {
   box-shadow: rgb(236 182 202) 0px 1px 1px 0px;
   border: 1px solid #ffd8d6;
}
.custom-form .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #f19995;
}
.custom-btn{
    background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);
    color: #fff !important;
    font-weight: bold !important;
}
.album-pic{
    height: 5rem;
    width: 5rem;
}
textarea{
    resize: none !important;
}
.profile-img{
    width: 6rem;
}



.form__container{
    margin-top: 1rem;
    border-radius: 2rem;
    padding: 1rem;
}

.title__container{
    width: 100%;
    height: 4.5rem;
    padding: 0.6rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #42434e;
}

.title__container h1{
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.title__container p{
    color: #9d9fb3;
    font-size: 0.75rem;
}
.body__container{
    display: flex;

}

.left__container{
    width: 30%;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    border-right: 1px solid #42434e;
    padding: 1.25rem 0 ;
    margin-right: 2rem;
    padding-right: 1.8rem;
}

.side__titles{
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-right: 0.6rem; */
}

.title__name{
    padding: 0.8rem 0.1rem;
    margin-bottom: 0.25rem;
}

.title__name h3{
    margin-bottom: 0.20rem;
    text-align: right;
     
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.title__name p{
    text-align: right;
    color: #9d9fb3;
    font-size: 0.75rem;
}

.progress__bar__container{
    padding-top:0.6rem ;
    /* height: 100%; */
}
.progress__bar__container ul .active{
    background-color:  #ef3339;

}

.progress__bar__container ul li{
    display: flex;
    align-items:center ;
    justify-content: center;
    list-style: none;
    background: #9d9fb3;
    padding: 0.5rem 0.6rem;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #fff;
    margin-left:2rem ;
}

.progress__bar__container ul li::before{
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: #9d9fb3;

}

.progress__bar__container ul .active::before{
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color:  #ef3339;
    /* z-index: -1; */
}

.right__container{
    width: 70%;
    padding: 1.5rem 1rem;
}
.right__container fieldset{
    border: none;
}

.sub__title__container h2{
    letter-spacing: 2px;

     
    margin: 0.4rem 0;
}

.sub__title__container p{
    color: #9d9fb3;
}

.active__form{
    display: none;
}

.input__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
}

.input__container label{
     
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
}

.nxt__btn{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: right; */
    /* width: 30%; */
    padding: 0.75rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 2rem;
    background:  #ef3339;
    text-decoration: none;
    color: #fff;
    /* border: none; */
    /* outline: none; */
    /* margin-left: 20em; */
    /* margin-top: 0.55em;     */
}

.nxt__btn:hover{
    transform: scale(1.03);
    background:#ed6266 ;
    cursor: pointer;
    color: #fff;
}
.buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* float: right; */
    margin:0;
    padding: 0;
    /* justify-content:space-evenly; */
}

.prev__btn{
    margin: 0;
    padding: 0.5rem 1.5rem 0.7rem 1.5rem  ; 
    background-color: #ccc !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    /* margin-right: 20px; */
    /* margin-left: 15rem; */
    cursor: pointer;
}

/*------------------------------- form-2 design --------------------*/

.selection{
    display: flex;
    align-items: center;
    border: 1px solid #9d9fb3;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    width: 100%;
}

.selection:hover{
    border: 1px solid  #ef3339;
    background-color: #02044A;
    cursor: pointer;
}

.imoji{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    margin:0  0.2rem ;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 900;
    color: yellow;
    border-radius: 50%;
    background: #9d9fb3;
}


.descriptionTitle h3{
     
    margin-bottom: 4px;
}
.descriptionTitle p{
    font-size: 0.75rem;
    color: #9d9fb3;
}


/*-------------------------------------- form-4 design----------------------------------------- */
.slider{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    -webkit-appearance: none;
  appearance: none;
  width: 100%; 
  height: 0.75rem;
  background: #d3d3d3; 
  outline: none; 
  opacity: 0.7; 
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  margin-top: 3rem;
  /* margin-right:5rem ; */
}



.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px; 
    height: 25px; 
    border-radius: 50%;
    background:  #ef3339;
    cursor: pointer; 
    position: relative;
}

.slider::-webkit-range-thumb {
    width: 50px; 
    height: 50px;
    background:  #ef3339;
    cursor: pointer;
    position: relative;
}

.output__value{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    border-radius: 2em;
    padding: 0.8rem 0.8rem;
    position: absolute;
    background-color: #ef3339;    
}

.output__value::after{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: black;
    transform: rotate(45deg);
    position: absolute;
    margin-top:40px;
    background-color:  #ef3339;
}
 

@media only screen and (max-width: 600px) {
    body{
        background-color: #02044A;
    }
    .form__container{
        margin: 0;
        padding: 0;
    }

    .body__container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .right__container{
        width: 90%;
        margin: 0;
    }
    .title__container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
       
    }

    .left__container{
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        border: none;
    }

    .buttons{
        justify-content: space-between;
    }
    
    .descriptionTitle h3{
        font-size: 1rem;
    }
    .descriptionTitle p{
        font-size: 0.6rem;

    }
    
    
    .side__titles{
        display: none;
        flex-direction: row;
        /* align-items: center;  */
        justify-content: space-evenly;
    }
    .title__name h3{
        font-size: 0.75rem;

    }
    .title__name p{
        font-size: 0.5rem;

    }

    .progress__bar__container{
        margin-bottom: 0;

    }
    .progress__bar__container ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        /* width: 50%; */
        padding: 0 2rem;
        
    }

    .progress__bar__container ul::before{
        height: 5vh;
    }
    .progress__bar__container ul li{
        margin: 10px;
        padding: 10px ;
        /* transform: rotate(90deg); */
    }
    .progress__bar__container ul .active::before{
        transform: rotate(90deg);
    }
    
}







