.terms-cont{
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.terms-htxt{
color: #0E0E0E;
font-family: Manrope;
font-size: 60px;
font-weight: 600;
line-height: 81.96px;
text-align:center;
margin: 0px;
}
.term-con{
    margin-top: 100px;
    background: #F5F6F7;
}

.terms-ntxt{
    color: #136576;
margin: 0px;
font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 28.93px;
text-align: left;

}
.error-con{
    margin-top: 101px;
    background: #F5F6F7;
    padding: 0px 60px 24px 60px;
}
.error-container{
    background: url(../img/errorbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height:835px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-btxt{
   color:#FFFFFF;
font-family: Manrope;
font-size: 60px;
text-transform: capitalize;
font-weight: 600;
line-height: 81.96px;
text-align: center;
margin: 0px;
}
.txt-e p{
font-family: Manrope;
font-size: 24px;
font-weight: 500;
line-height: 32.78px;
text-align: center;
color: #F5F6F7;
margin: 0px;
}

.e-txt-cont{
    padding:60px;
    width: 576px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.e-button{
padding: 16px 32px;
border-radius: 100px;
background: #1BBC97;
font-family: Manrope;
font-size: 16px;
font-weight: 600;
line-height: 21.86px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
}
.cont-us{
    margin-top: 101px;
    background: #F5F6F7;
    padding: 0px 64px;
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
}
.cont-top-sec{
    background: url(../img/cont-top.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 80px 60px;
}
.cont-logo{
    height: 112.5px;
    width: 112.5px;
}
.c-ttxt{
color: #FFFFFF;
font-family: Manrope;
font-size: 60px;
text-transform: capitalize;
font-weight: 600;
line-height: 81.96px;
text-align: left;

}
.add-details{
    display: flex;
    width: max-content;
    gap: 20px;
}
.cont-form{
    padding: 64px 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.d-boxx{
    width:252px;
height:160px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 10px;
background: #FFFFFF;
border: 1px solid #1BBC97;
border-radius: 15px;
border-top: 5px solid #1BBC97;
opacity: 0px;
}

.abbt{
font-family: Manrope;
font-size: 32px;
font-weight: 600;
line-height: 43.71px;
text-align: center;
color: #3C3C3C;
margin: 0px;
}
.abst{
color: #136576;
margin: 0px;
font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 28.93px;
text-align: center;

}

.fill-form{
    padding: 32px 0px 0px 0px;
    gap: 8px;
    opacity: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px dotted #1BBC97;
    width: max-content;
}

.inp-row{
    display: flex;
gap: 32px;
padding: 8px 0px;
opacity: 0px;
}
/* input-code */
.input_div_mainn {
    border-radius: 100px;
    border: 1px solid var(--Grayscale-500, #D0D0D0);
    background: var(--Grayscale-White, #FFF);
    position: relative;
    height: 61px;
    padding: 16px 16px 16px 24px;
    width:319px;
  }
  
  .input_div_mainn .input_gglobal {
    width: calc(100% - 48px);
    background: transparent;
    border: none;
    border-radius: 0px;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 24px;
    transition: all 0.3s ease;
  }
  .input_div_mainn label {
    position: absolute;
    top: 17px;
    left: 24px;
    width: 100%;
    pointer-events: none;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
  }
  
  .content-namee {
    position: absolute;
    top: 50%;
    left: 0px;
    width: max-content;
    padding-bottom: 5px;
    transition: all 0.3s ease;
  }
  .input_div_mainn .input_gglobal:focus {
    outline: none;
    top: unset;
    bottom: 8px;
    transform: unset;
  }
  .input_div_mainn .input_gglobal:focus + .label-namee .content-namee,
  .input_div_mainn .input_gglobal:valid + .label-namee .content-namee {
    transform: translateY(-12px);
    left: 0px;
    color: var(--Grayscale-800, #3C3C3C);
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160.7%;
    text-transform: capitalize;
  }
  .input_div_mainn .input_gglobal:focus + .label-namee::after,
  .input_div_mainn .input_gglobal:valid + .label-namee::after {
    transform: translateX(0%);
  }

/* input-code */
/* Basic styling for the form group */
.form-group-box {
    position: relative;
    width: 670px;
}

/* Styling for the textarea */
.text-area {
    width: 100%;
    height: 143px;
    padding: 16px;
    border-radius: 10px;
border: 1px solid var(--Grayscale-500, #D0D0D0);
background: var(--Grayscale-White, #FFF);
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    resize: none;
    transition: padding-top 0.3s ease; 
}

/* Styling for the label */
.label-text {
    position: absolute;
    top: 10px;
    left: 15px;
    color: var(--Grayscale-800, #0E0E0E);
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160.7%;
    transition: top 0.3s ease, font-size 0.3s ease; 
    pointer-events: none; 
}

/* Move label up when textarea is focused or has a value */
.text-area:focus + .label-text,
.text-area:not(:placeholder-shown) + .label-text {
    top:-3px;
    font-size: 18px;
    color: #3C3C3C; 
}

/* checkbox-css */
.c-checkbox input[type='checkbox']:checked~label:after, .c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    
    visibility: visible;
}
.c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #1BBC97;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 50px;
    top:5px;
    left: 8px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox input[type='checkbox'] {
    display: none;
}
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: "⬤";
    display: block;
    position: absolute;
    color: #1BBC97 !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 9.5px;
    top:9px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox {
    width: 675px;
    position: relative;
    margin-bottom: 0px;
}
.login_strong {
    color: var(--New-Primary-Green, #1BBC97);
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160.7%;
    margin-bottom: 0px;
}
.login_strong a {
    text-decoration: none;
    color: var(--Grayscale-800, #3C3C3C);
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160.7%;
}
.c-text {
    margin-left: 35px;
}
/* checkbox-css */
.inp-roww{
    display: flex;
justify-content: center;
align-items: center;
gap: 38px;
align-self: stretch;
}
.cu-button{
    display: flex;
width: 380px;
height: 64px;
padding: 16px 32px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 100px;
background: var(--New-Primary-Green, #1BBC97);
color: var(--Grayscale-White, #FFF);
text-align: center;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform:uppercase;
}

@media only screen and (max-width: 600px){
    .terms-htxt{
        font-size: 32px;
        line-height: 44px;
        text-align: left;
    }
    .terms-cont{
        padding: 40px 24px;
        gap: 16px;
    }
    .error-con{
        margin-top: 106px;
        padding: 0px 24px 24px 24px;
    }
    .error-container{
        height: 611px;
        background: url(../img/error-mob.png);
        align-items: flex-end;
    padding-bottom: 24px;
    border-radius: 24px;
    }
   
    .error-btxt{
     font-size:32px;
     line-height:43px;
     text-align: left;
     margin: 0px;

     }
     .txt-e p{
        font-family: Manrope;
        font-size:18px;
        font-weight:400;
        line-height:29px;
        text-align: left;
        color: #F5F6F7;
        margin: 0px;
        }
    .e-txt-cont{
        padding:24px;
        width: 348px;
        text-align: left;
    }
    .e-button{
       padding: 16px 32px;
       width: 300px;
    } 
    .add-details,.inp-roww,.inp-row,.form-group-box{
        flex-direction: column;
        width: 327px;
    } 
    .d-boxx,.cu-button{
        width: 327px;
    }
    .inp-roww,.inp-row{
        gap: 16px;
    }
    .cont-us{
        padding: 24px;
    }
    .cont-form{
        padding: 0px;
        padding-top: 24px;
    }
    .cont-logo {
        height:82px;
        width:82px;
        margin-bottom: 24px;
    }
    .c-ttxt{
font-family: Manrope;
font-size: 32px;
font-weight: 600;
line-height: 43.71px;
text-align: center;

    }
    .cont-top-sec{
        background: url(../img/cont-top-mob.png) no-repeat;
        background-size: cover;
        width: 343px;
height: 278px;
left: 369px;
gap: 0px;
border-radius: 20px 0px 0px 0px;
opacity: 0.75px;

    }
    .login_strong,.login_strong a{
        font-size: 14px;
    }
    .c-checkbox{
        width:327px;
    }

}