.kbc_wrap .detail_plot{
	width: 100%;
	float: left;
	/* height: 100vh; */
	/* padding: 80px 0; */
	/* background: linear-gradient(90deg, #0D0529 0%, #220059 100%); */
    /* background-color: #011E8E; */
    /* background: linear-gradient(90deg, #0D0529 0%, #220059 100%); */
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: center; */
    justify-content: flex-start;
	flex-direction: column;
}


/* .kbc_wrap .detail_plot .logo_section{
	width: 100%;
	float: left;
	
	display: flex;
	align-items: center;

	justify-content: center;
  
    padding-top: 15px;
} */

.kbc_wrap .detail_plot .logo_section .img-block{
	/* width: 250px; */
	display: flex;
    align-items: center;
    justify-content: center;
}

.kbc_wrap .detail_plot .logo_section .img-block img{
	float: left;
	width: 100%;
}

/* Login detail */


.kbc_wrap .detail_plot .language_form{
	/* float: left; */
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    /* margin-top: 50px; */
}

.kbc_wrap .detail_plot .language_form .head{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.kbc_wrap .detail_plot .language_form .head .title{
	width: 100%;
	float: left;
	font-size: 20px;
	text-align: center;
    font-weight: 600;
	color: #f8f8f8;
	font-family:"InterRegular", sans-serif;
    margin-bottom: 11px;
}

.kbc_wrap .detail_plot .language_form .head .title:last-child{
    margin-bottom: 0;
}

.language-selection{
    width: 440px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
   
}

.language-selection .language {
    float: left;
    width: 230px;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
}

.language-selection .language:nth-child(2n+2) {
    margin-right: 0;
}

.language-selection .language input[type="radio"] {
    display: none;
}

.language-selection .language input[type="radio"]:checked ~ .radio {
    background: linear-gradient(134.2deg, #FCEEAD 3.12%, #F9D969 51.83%, #F6CC39 96.35%),
linear-gradient(90deg, #E1C41D 0%, #E4A600 100%),
linear-gradient(90deg, #E1C41D 0%, #E4A600 100%);
color: #000;
}

.language-selection .language input[type="radio"]:checked ~ .radio .rupees.hido {
    display: none;
}
  
.language-selection .language input[type="radio"]:checked ~ .radio input {
    display: block;
}

.language-selection .language input[type="radio"]:checked ~ .radio input::placeholder {
    font-family: "InterRegular", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
}

.language-selection .language input[type="radio"]:checked ~ .radio span {
    color: #000;
}

.language-selection .language input[type="radio"]:checked ~ .radio span.hido {
    display: none;
}

.language-selection .language .radio {
    float: left;
    width: 100%;
    /* height: 60px; */
    border-radius: 42px;
    border: solid 1px #ffffff;
    /* background: linear-gradient(161.9deg, rgb(57, 0, 151) 6.58%, rgb(15, 5, 44) 52.58%, rgb(57, 0, 151) 98.59%); */
    /* background-color: #0F052C; */
    background-color: #fff;
    padding: 14px;
    margin-right: 0;
    /* margin-bottom: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-selection .language .radio.default {
    opacity: 0.4;
    border: solid 2px #838383;
    cursor: default;
}

.language-selection .language .radio input {
    display: none;
    background-color: transparent;
    border: 0;
    float: left;
    width: 100%;
    color: #FFFFFF;
    padding: 0px;
    font-family: "InterRegular", sans-serif;
    font-size: 1.0625em;
    font-weight: normal;
    text-align: center;
}

.language-selection .language .radio input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.language-selection .language .radio span {
    float: left;
    font-family: "InterRegular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    /* color: #FFFFFF; */
    color: #000;
    /* margin-left: 10px; */
    text-align: center;
}
.language-selection .language .error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -38px;
    font-family: "InterRegular", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    color: red;
    text-align: left;
}


.language_form .button-plot{
	width: 100%;
	float: left;
}

.language_form .button-plot{
	width: 50%;
	float: left;
    padding: 0 20px 20px;
    margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language_form .button-plot a.cancel-btn {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
	margin-right: 20px;
}

.language_form .button-plot a.register-btn {
    height: 60px;
    color: #0D0529;
    font-size: 16px;
    background-color: #F6CC39;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 70px;
    border-radius: 6px;
	/* border: 2px solid #FFFFFF; */
	background: linear-gradient(134.2deg, #FCEEAD 3.12%, #F9D969 51.83%, #F6CC39 96.35%),
linear-gradient(90deg, #E1C41D 0%, #E4A600 100%),
linear-gradient(90deg, #E1C41D 0%, #E4A600 100%);
    background: rgba(255, 255, 255, 1);
}


p.disclaimer-text{
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: "InterRegular", sans-serif;
    padding: 25px 0 20px;
}
@media(max-width: 1536px){    

    .language_form .button-plot a.register-btn{
        height: 70px;   
        padding: 10px 56px;
        font-size: 18px;
    }
    /* .kbc_wrap .detail_plot .logo_section{
        padding-top: 40px;
    } */
}

@media(max-width: 1280px){
    .kbc_wrap .detail_plot{
        width: 100%;
        float: left;
        padding: 20px 0;
    }
    /* .week-para{
        font-size: 18px;
    } */
    /* .kbc_wrap .detail_plot .logo_section .img-block{
        width: 160px;
    } */
    /* .kbc_wrap .detail_plot .logo_section{
        padding-top: 20px;
    } */
}


@media(max-width: 1112px){
	/* .kbc_wrap .detail_plot .logo_section .img-block{
		width: 35%;
	} */
    .kbc_wrap .detail_plot{
        height: calc(100vh - 100px);
        padding: 0 38px;
        display: flex;
        justify-content: unset;
        align-items: center;
    }
    .language-selection .language{
        width: 240px;
    }
    .language_form.language-slot .language-selection .language{
        width: 80% !important;
        margin-bottom: 30px !important;
    }

    /* .language-selection .language .radio{
        height: 78px;
    }

    .language-selection .language .radio span{
        font-size: 22px;
    } */
}


@media(max-width: 640px){
	/* .kbc_wrap .detail_plot .logo_section .img-block{
		width: 190px;
	} */

    .language-selection{
        width: 100%;
        /* padding: 0 20px; */
        flex-direction: column;
    }

	/* .language-selection .language {
        width: calc((100% - 40px) / 2);
        margin-right: 37px;
    } */
     
    .language_form.language-slot .language-selection .language{
        /* width: 210px; */
        width: 180px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .language-selection .language:nth-child(2n+2) {
        float: right;
        margin-right: 0;
    }
    .language-selection .language.amt-block {
        width: calc((100% - 40px) / 2);
        margin-right: 0px;
    }

    .kbc_wrap .detail_plot .language_form .head .title{
        font-size: 18px;
    }

    /* .language-selection .language .radio{
        height: 65px;
    } */

    .language-selection .language .radio span{
        font-size: 14px;
    }

    .language_form .button-plot{
        width: 100%;
        margin-top: 40px;
    }

    .language_form .button-plot a.register-btn{        
        padding: 10px 48px;
    }

    .confirmation-popup{
        width: 93%;
    }
    
}