

.tab-content-info{
    padding: 10px 20px;
}



.user_details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    /* padding: 25px; */
}

.user_details .input_box{
    width: calc(100% / 1.5 - 20px);
    margin: 0px 0 15px 0;
}

.input_box label{
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.input_box label::after{
    content: " *";
    color: red;
}

.input_box input{
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}


.input_box input:focus,
.input_box input:valid{
    box-shadow: 0px 0px 0px 2px #AC8ECE;
}

form .gender{
    /* padding: 0px 25px; */
}

.gender .gender_title{
    font-size: 20px;
    font-weight: 500;
}

.gender .category{
    width: 35%;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.gender .category label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gender .category label .dot{
    height: 18px;
    width: 18px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-right: 10px;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}

#radio_1:checked ~ .category label .one,
#radio_2:checked ~ .category label .two,
#radio_3:checked ~ .category label .three{
    border-color: #d9d9d9;
    background: #D64141;
}

.gender input{
    display: none;
}

.reg_btn{
    /* padding: 25px; */
    margin: 15px 0;
}

.reg_btn input{
    height: 45px;
    width: 20%;
    float: left;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, #cc510a, #d95204);
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}

.reg_btn input:hover{
   background: linear-gradient(to right, #ac4408, #c24802);
}

@media screen and (max-width: 584px){

    .user_details{
        max-height: 340px;
        overflow-y: scroll;
    }

    .user_details::-webkit-scrollbar{
        width: 0;
    }

    .user_details .input_box{
        width: 100%;
    }

    .gender .category{
        width: 100%;
    }

}


@media screen and (max-width: 419px){
    .gender .category{
        flex-direction: column;
    }   
}

.tab-content-title{
    margin-bottom: 25px;
}

.checkbox_1{
    margin-top: 20px;
}
.checkbox_1 .checkbox{
    margin-top: 0px;
}
.checkbox_1 .input{}
.checkbox_1 .title_2{
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

.tab-text-title{
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px !important;
    background-color: #f6f8fa !important;

}

textarea.form-control {
        height: 118px !important;
    }
	
	
.t5{
    margin-bottom: 50px;
}	

.tab_1{
    padding-top: 60px;
    padding-bottom: 60px;
}

.tab_1 .featured-tab .nav-tabs > li > a {
    font-weight: 600;
    background: none;
    border-radius: 0;
    min-height: 50px;
    padding: 10px 5px;
    border: 0;
    margin-right: -1px;
    color: #252a37;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.tab_1 .featured-tab .nav-tabs > li > a.active {
    color: #a80000;
    background: #fff;
    -webkit-box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 0 14px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 0 14px -13px rgba(0, 0, 0, 0.05);
}


.tab_1 .tab-content-title {
    font-size: 30px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}



@media (max-width: 767px) {
	
.mdisplay{
	display:none !important;
}

.reg_btn input {
    height: 45px;
    width: 40%;
    float: left;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, #cc510a, #d95204);
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}
.tab_1 .tab-content-title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}
.featured-tab .nav-tabs > li {
    width: 50%;
}
    .tab-text-title {
        font-size: 15px !important;
        line-height: 1.7;
    }
	
}


