.formlogin {
    margin: 95px 0px 0px 0px;
    position: absolute;
    width: 823px;
}

.formin {
    padding: 82px 45px 82px 45px;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 5%);
    /* max-width: 823px; */
}

.leblefontlogin {
    font-size: 20px;
}

.rowmargin {
    margin: 70px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.inputfield {
    width: 100%;
    height: 50px;
    border: 1px solid #CED4DA;
    margin: 9px 0px 35px 0px;
    font-size: 18px;
    padding: 14px;
    border-radius: 5px;
}

.loginto {
    font-family: sans-serif;
    margin-bottom: 43px;
    font-size: 45px;
    font-weight: 700;
    margin-left: 24px;

}

.headingcolor {
    color: #628BE3;
}

.rememberbox {
    display: flex;
    align-items: baseline;
}

.loginbtn {
    float: right;
    padding: 10px 20px 8px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21px;
    color: white;
    border: 0px;
    background: linear-gradient(to right, #36d0dc 0%, #5b86e5 100%);
    background-image: linear-gradient(to right, rgb(54, 208, 220) 0%, rgb(91, 134, 229) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.loginbtn:hover {
    border-radius: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.home-type-dropdown {
    max-width: 75%;
    margin-left: 25%;
}

.home-text-field {
    opacity: 0.75;
}

.disable-field {
    background-color: #fafbfc;
    border-color: #fafbfc;
}

.triballog {
    margin-top: 40px;
}

.triballog p {
    margin-bottom: 3px;
    font-size: 20px;
}

.fontspan {
    color: #808080;
}

.remmargin {
    margin-bottom: 10px;
}

.email-cvr,
.passwrdCvr {
    position: relative;
}

.df {
    position: relative;
}

.email-cvr i {
    position: absolute;
    top: 54px;
    right: 20px;
    color: #8A8A8A;
}

.passwrdCvr i {
    position: absolute;
    top: 52px;
    color: #8A8A8A;
    right: 20px;
    font-size: 1.4rem;
}

.logimg {
    width: 100%;
}

.change-pass-img {
    width: 75%;
}

.colsponser .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.colsponser .accordion-body {
   padding:  0px 0px 13px  19px;
}

.colsponser .accordion-button {
    padding: 1rem 0 0.5rem;
}

.colsponser h2.accordion-header h5 {
    font-weight: 600;
    font-size: 24px;
}

a.applybtn, a.applybtn:hover {
    text-decoration: none;
    color: #fff;
}
.input_pwd{
    position: relative;
}
span.toggle-password {
    position: absolute;
    right: 12px;
    bottom: 19px;
    color: #8A8A8A;
}

@media (min-width:1200px) and (max-width:1400px) {
    .formlogin {
        margin: 33px 0px 0px 0px;
        position: absolute;
        width: auto;
    }

    .formin {
        padding: 40px 45px 40px 45px;
    }

    .logimg {
        width: 100%;
        object-fit: contain;
    }

}

@media (max-width:1025px) {
    .formlogin {
        width: 75%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        margin: 0;
    }

    img.logimg,
    img.change-pass-img {
        display: none;
    }

    .rowmargin #regForm {
        margin: 0;
    }

}





#regForm {

    width: 100%;
    min-width: 300px;
    border-radius: 45px;
    padding: 82px 45px 82px 45px;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 15%);
    margin: 70px 0px 0px 125px;



}



/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.tab i {
    position: absolute;
    color: #8A8A8A;
    margin-top: 26px;
    margin-left: -32px;
}

button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}



#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #628be3;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

.werehiinput {
    height: 54px;
    border: 1px solid #CED4DA;
    margin: 9px 0px 35px 0px;
    font-size: 18px;
    padding: 14px;
    border-radius: 5px;
    width: 100%;

}

.hiringicon {
    position: absolute;
    color: #8A8A8A;
    margin-top: 26px;
    margin-left: -38px;
}



input,
optgroup,
select,
textarea {
    height: 54px;
    border: 1px solid #CED4DA;
    margin: 9px 0px 35px 0px;
    font-size: 18px;
    padding: 14px;
    border-radius: 5px;
    width: 100%;
}

.rememberbox input[type="checkbox"] {
    width: 20px;
    height: auto;
    margin-top: 0;
}

.hiringnumber {
    background-color: #628be3;
    padding: 15px 22px 15px 22px;
    border-radius: 100%;
    color: white;
    text-align: center;
    font-size: 20px;
}

.hiringnumbermargin {
    margin-bottom: 45px;
}

.tabHeder.page-header {
    display: none;
}

.changepassimg {
    text-align: center;
}

.nuberbox {
    text-align: center;
    background: #628be3;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 5px;
    margin: auto;
    margin-bottom: 2rem;
    color: white;
}
.nuberbox h5 {
    color: white;
}
.tellusabout{
    margin-bottom: 5px;}

.digitcode {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
}

.pamdigit {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 38px;
    font-size: 20px;
    font-family: sans-serif;
}


.weinputmain {
    padding: auto;
}

.weinputmain p {
    text-align: center;
}

.weinputmain p input {
    width: 10%;
    text-align: center;
}

.numberusa {
    text-align: center;
    font-size: 20px;
}

.numberusa p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.numberusa p input {
    margin-bottom: 5px;
    width: 40%;
}

#prevBtn {
    background-color: #f8f8f8d9;
    padding: 10px 20px 8px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21px;
    color: #5988E4;
    border: 1px solid;
    background: #fff;
}

#prevBtn:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pasrd-box .infoicons {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 1.2rem;
}

.pasrd-box {
    position: relative;
}

.hide1 {
    position: relative;
    /* display: inline-block; */
    width: 100%;
}

.hide1 .hide {
    visibility: visible;
    width: 420px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 8px;
    box-shadow: 0px 0px 3px #ccc;
    position: absolute;
    z-index: 1;
    bottom: -4px;
    left: 22%;
    width: 98%;
    margin-left: -95px;
    opacity: 0;
    transition: opacity 1s;
    color: red;
    font-size: 12px;
}

.tell-yourself-section select {
    margin-bottom: 10px;
}

#regForm select,
#profile select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.section-nine-tab-text p {
    font-size: 18px;
    text-align: center;
}

.next-button-begin {
    font-size: 20px;
    font-weight: 500;
    color: #628be3;
}

.section-nine-tab-text a {
    text-decoration: none;
}

.hide1:hover .hide {
    visibility: visible;
    opacity: 1;
}

.weinputmain p input.weinput {
    width: 54px;
    text-align: center;
    margin: 0 5px;
    box-shadow: 0px 0px 2px #dadada;
}

.weinputmain p input {
    text-align: center;
    width: 54px;
    margin: 0 5px;
    box-shadow: 0px 0px 2px #dadada;
}

/****************FAQ CSS************************/

.faqheding {
    padding: auto;
    font-size: 19px;
}

.faqheding h1 {
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 600;
}

.faqheding p {
    font-family: sans-serif;
}

.bossptag {
    color: #628be3;
}

.applybtn {
    padding: 10px 30px 10px 30px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21px;
    color: white;
    border: 0px;
    background: linear-gradient(to right, #36d0dc 0%, #5b86e5 100%);
    background-image: linear-gradient(to right, rgb(54, 208, 220) 0%, rgb(91, 134, 229) 100%);
}

.applybtn:hover {
    border-radius: 0px;
}

.ques-margin {
    padding-top: 2rem;
}

.imgCpver img {
    width: 70%;
}

.faq-icon {
    text-align: center;
}

.faq-icon img {
    width: 40%;
}

.faqheding {
    border-bottom: 1px solid #E4EDF2;
    padding-bottom: 3rem;
}

label.ph-text {
    font-size: 20px;
}

.faq-bg {
    background-image: url(../images/cloud_img.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 96vh;
}

.colsponser .accordion-item {
    border: 0;
    border-bottom: 1px solid #E4EDF2;
    background: transparent;
}



.accordion-button {
    background: transparent;
}

.colsponser .accordion-button.collapsed:after {
    background-image: url(../images/plus.png);
}

.colsponser .accordion-button:after {
    background-image: url(../images/minus.png);
}

.buttonfaq {
    margin-top: 30px;
    margin-bottom: 50px;
}

.imgCpver {
    text-align: center;
}

.colsponser .accordion-button:not(.collapsed) {
    background: transparent;
    color: black;
}

.colsponser button:focus:not(:focus-visible) {
    box-shadow: none;
}

/* =============Profile================= */
#profile {
    width: 100%;
    min-width: 300px;
    padding: 30px 45px;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 5%);
}

.title-profile {
    text-align: center;
}

.profile-edit-btn {
    margin-right: 30px;
}

.title-profile h2 {
    color: #628BE3;
    font-weight: 700;
}

.title-profile p {
    color: red;
    font-style: italic;
}

#profile input,
#profile select {
    margin-bottom: 0;
    margin-top: 0;
}

#profile .profile-group-item-field {
    margin-bottom: 20px;
}

a.btn-link {
    text-decoration: none;
}

.nuberbox h5 {
    position: relative;
}
.nuberbox h5:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #EFF1F5;
    left: 50px;
    top: 50%;
    position: absolute;
  }
  
  .nuberbox h5:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #EFF1F5;
    right: 50px;
    top: 50%;
    position: absolute;
  }

@media (min-width:768px) {
    .home-type-dropdown {
        margin-left: 0;
        max-width: 100%;
    }


}

@media screen and (max-width: 481px) {
    #profile {
        padding: 30px 0px;
    }

    .change-pass-img {
        display: none;
    }



    .formlogin {
        margin-top: 5%;
        width: 90%;
    }

    .formin {
        padding: 20px 0px 20px 0px;
        border-radius: 15px;
    }

    .rowmargin {
        margin: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        /* height: 100vh; */
    }

    .rowmargin .weinputmain p input {
        width: 54px;
    }

    .rowmargin .numberusa p input {
        width: 100%;
    }

    .rowmargin .hide1 .hide {
        left: 34%;
        width: 100%;
        box-shadow: 0px 0px 6px #0000001c;
    }

    .tell-yourself-section .align-items-center {
        margin-bottom: 20px;
    }

    .section-nine-tab-text {
        padding: 40px 0;
    }

    .tell-yourself-section .align-items-center p {
        margin: 0;
    }

    .loginto {
        font-size: 35px;
        font-weight: 700;
    }

    .triballog p {
        font-size: 15px;
    }

    .faq-bg {
        height: 100vh;
    }

    .imgCpver {
        text-align: center;
    }

    .faqheding h1 {
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 600;
    }

    .ques-margin h1 {
        font-size: 30px;
    }

}

/*Otp input validator*/
.userInput1 {
    display: flex;
    justify-content: center;
}

.input1 {
    margin: 10px;
    height: 35px;
    width: 65px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: #eef2f3;
}

.otpfuntion {
    text-align: center;
    display: flex;
    text-align: center;
}

.otpfuntion input {
    width: 54px;
    width: 54px;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
    height: 54px;
}

.input_pwd input{

    height: 54px;
    border: 1px solid #CED4DA;
    margin: 9px 0px 35px 0px;
    font-size: 18px;
    padding: 14px;
    border-radius: 5px;
    width: 100%;
}
.marbtnbottom{margin-bottom: 20px;}

.btnmargin{margin-top: 10px;}

.colsponser .accordion-button {
   
    padding: 15px 20px 10px 20px;
}

accordion-item button:hover, button:focus, .button:hover, .button:focus {
    background-color:transparent;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: transparent;
}



.row.rowmargin {
    position: absolute;
    height: 105vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #0000006e; */
    margin: 0 !important;
    top: 0;
    left: 0;
}
.redirect:has(.thankspage){
    position: absolute;
    background: rgba(0, 0, 0, 0.431);
    width: 100%;
    z-index: 999999;
    height: 100vh;
    overflow: hidden;
    
}
.redirect:has(.thankspage):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-image: url(http://127.0.0.1:8000/image/image-cleaning.png);
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    top: 90px;  */
}
body:has(.thankspage) footer{
    display: none;
}


.redirectheding {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 40vw;
}
.redirectheding h6{
    margin: 20px 0;
}
/***************************accordiant************************************/



@media only screen and (max-width: 1366px){
    #regForm {
        padding: 30px 45px 30px 45px;
        margin: 20px 0px 0px 100px;
    }
    .loginto {
        margin-bottom: 20px;
     }
}
