.page-header-fixed .page-container {
    margin: 0 !important;
}

body {
    background-color: #fff !important;
    color: #22407c;
    font-family: 'Poppins', sans-serif;
    background-image: url('/assets/img/bg.jpg');
    background-size: cover;
    background-position: center;
}

.login {
    background-color: #fff !important;
}

.logo img {
    width: 100px !important;
}

span.maintitle {
    color: #22407c;
    font-size: 30px;
    letter-spacing: -1px;
}

.MangeTitle {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 35px;
}

.m-0 {
    margin: 0;
}

.md-radio {
    margin-left: 0;
    margin: 10px;
}

.md-radio label {
    font-weight: 400;
    font-size: 16px;
}

.md-radio label>.box {
    border: 3px solid #22417f;
}

.mt-50 {
    margin-top: 50px;
}
.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 20px;
}
#nextBtn,.nextBtn {
    margin: 40px 0px;
    background: #22407c;
    border: #22407c;
    color: white !important;
    font-size: 17px;
    height: 38px;
    padding-left: 25px;
    padding-right: 25px;
    /* width: fit-content !important; */
    border-radius: 25px !important;
}
#prevBtn {
    background: white;
    border: 2px solid #22407c !important;
    color: #22407c !important;
}

.mt-0 {
    margin-top: 0px;
}

.mb-25 {
    margin-bottom: 25px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-30 {
    margin-bottom: 30 !important;
}
.mx-25 {
    margin: 25px 0px;
}

.pl-0 {
    padding-left: 0 !important;
}


.p-0 {
    padding: 0 !important;
}
.nextButton:hover {
    background: #22407cba;
    border: #22407cba;
}
.mr-0 {
    margin-right: 0 !important;
}
.pt-40{
    padding-top: 40px;
}
.border-b-s {
    border-bottom: 2px solid #e5e5e5;
}

.mangeborderMargin {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #23407c;
}

.allChild {
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    border-radius: 10px !important;
    border-bottom: 24px solid #a91b2a;
    /* padding-top: 40px; */
}

.nextButton {
    margin: 40px 0px;
    background: #22407c;
    border: #22407c;
    color: white !important;
    font-size: 17px;
    height: 38px;
    min-width: 200px;
    max-width: fit-content !important;
    border-radius: 25px;
}

.rightlogin {
    margin-right: 16px;
}

button.plusback.nextButton {
    margin-right: 40px;
    background: white;
    border: 2px solid #22407c !important;
    color: #22407c !important;
}

.discriptonbox {
    display: flex;
    align-items: center;
    background: #ecfbff;
    padding: 15px 30px;
    gap: 25px;
    border-radius: 15px !important;
    border: 3px solid #d6f6ff;
    margin: 39px 60px;
    margin-bottom: 0 !important;
}

.mangeborderMargin h2 {
    margin-top: 5px;
}

.MangeIcon {
    font-size: 30px;
    line-height: 0;
}

.inputStyle {
    width: 350px;
    border: 3px solid #dddddd;
    border-radius: 20px;
    height: 41px;
}

.MangeTitle.aligntitle {
    align-items: end;
}
.dd-d{
    display: none;
}

@media only screen and (max-width: 600px) {
    .mangeonM{
        display: block !important;
    }
    .dd-n{
        display: none;
    }
    .dd-d{
        display: block;
    }
    .allChild {
        margin: 15px !important;
    }
    span.maintitle, span.maintitle h2 {
        font-size: 23px !important;
    }
    .btn-voter.nextButton {
        min-width: 200px;
        max-width: fit-content !important;
    }
    .inputStyle {
        width: 100% !important;
    }
    .nextButton {
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-width: 100px;
    }
    .btnMobile {
        display: flex;
        gap: 20px;
        padding: 0;
        /* margin-top: 60px; */
        /* margin-bottom: 30px; */
    }
    .discriptonbox {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        margin: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 !important;
    }
}
