.centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    font-size: 20px;
    transform: translate(-50%, -5%);
}

.centered2 {
    position: absolute;
    left: 50%;
    font-weight: 900;
    font-size: 20px;
    transform: translate(-57%, -65%);
}

.container1 {
    margin-bottom: 4%;
}

.desgin {
    width: 62%;
}

.desgin1 {
    width: 45%;
    margin-top: -5%;
}

#kndlg {
    top: 20%;
}

#rgkd {
    border-radius: 1px;
}

.top_plan_inner_top {
    height: auto;
    box-shadow: 11px 8px 20px #545454;
}

label {
    color: #e41ae8;
    font-size: x-large;
    font-weight: 900;
    line-height: 2em;
}

.cen {
    padding: 13px 20px 8px 11%;
    line-height: 3em;
}


/* round check box */


/* .bbtn {
float: left;
} */

input[type="radio"] {
    width: 15px;
    height: 15px;
    box-shadow: 3px 0 10px grey;
    border-radius: 999px;
    -webkit-appearance: inherit;
    border-bottom: 0px solid black;
    position: relative;
    box-sizing: border-box;
    background-color: white;
}

input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    border-radius: 999px;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    background: #bf2abf;
}

p,
span {
    font-weight: 600;
    color: black;
}

.lorem {
    text-align: left;
}

@media (max-width: 1024) {
    #top_row {
        margin-left: -8%;
        margin-right: 3%;
    }
}

@media (max-width:2560px) {
    .centered {
        font-size: 2vw;
    }
}

@media (min-width: 0px) and (max-width: 500px) {
    .top_in_row {
        margin-left: -4%;
    }
    .rounded {
        padding: 1rem !important;
    }
    .desgin {
        width: 100%;
    }
}

.rounded {
    padding: 3rem;
}

.container {
    position: relative;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.top-right {
    position: absolute;
    top: 100px;
    right: 16px;
}

#registerbackground {
    background: rgba(255, 255, 255, 0.5);
    margin: 50px 0px 0px 0px;
}

#registerform1 {
    font-size: 12px;
}

h5 {
    padding: 40px;
}

@media (max-width: 500px) {
    h5 {
        font-size: 16px;
        padding: 22px;
    }
    .centered {
        font-size: 4vw;
    }
    #txt1 {
        font-size: 15px;
    }
    .desgin1 {
        width: 70vw;
        margin-top: -5%;
        margin-left: 9%;
    }
    #kndlg {
        top: 16%;
        font-size: 5vw;
        margin-left: 13vw;
    }
    label {
        margin-top: -10%;
        font-size: 9px;
        width: 77vw;
    }
    form {
        display: grid;
    }
}

@media (max-width: 375px) {
    #txt1 {
        font-size: 13px;
    }
    label {
        margin-top: -12%;
        font-size: 8px;
        width: 76vw;
    }
}

@media (max-width: 320px) {
    #txt1 {
        font-size: 10px;
    }
    h5 {
        padding: 12px;
    }
    .desgin1 {
        width: 70vw;
        margin-top: -5%;
        margin-left: 10%;
    }
    label {
        margin-top: -12%;
        font-size: 7px;
        width: 86vw;
    }
    #kndlg {
        top: 12%;
        font-size: 5vw;
        left: 50%;
    }
}

#bt1,
#bt3,
#bt5 {
    margin-bottom: 6%;
}

.top_plan_inner_box {
    box-shadow: 11px 8px 20px #545454;
    height: auto;
    margin-bottom: 15px;
    border-top: 0px;
}

.top_plan {
    box-shadow: 8px 6px 5px grey;
    margin: 5px;
    height: auto;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    /* width: 30%; */
}

#bt1 {
    padding: 3px 3px 3px 3px;
    background-color: #325e17;
    border-radius: 14px;
}

.bt2 {
    background-color: #397c0e;
    border: 1px solid white;
    padding: 3px 3px 3px 3px;
    border-radius: 10px;
}

.plan {
    background-color: #397c0e;
    /* border-radius: 8px; */
}

#bt3 {
    padding: 3px 3px 3px 3px;
    background-color: #5c0c5f;
    border-radius: 14px;
}

.bt4 {
    background-color: #a41eab;
    border: 1px solid white;
    padding: 3px 3px 3px 3px;
    border-radius: 10px;
}

.plan2 {
    background-color: #a41eab;
    /* border-radius: 8px; */
}

#bt5 {
    padding: 3px 3px 3px 3px;
    background-color: #970f7d;
    border-radius: 14px;
}

.bt6 {
    background-color: #d721b4;
    border: 1px solid white;
    padding: 3px 3px 3px 3px;
    border-radius: 10px;
}

.plan3 {
    background-color: #d721b4;
    /* border-radius: 8px; */
}


/*

Login Modal Start

*/

.kundaliloginmodal-box {
    font-family: 'Poppins', sans-serif;
}

.kundaliloginshowmodal {
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #49a6fd);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 200px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}

.kundaliloginshowmodal:hover,
.kundaliloginshowmodal:focus {
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}

.kundaliloginmodaldialog1 {
    width: 400px;
    margin: 70px auto 0;
}

.kundaliloginmodaldialog1 {
    transform: scale(0.5);
}

.kundaliloginmodaldialog1 {
    transform: scale(1);
}

.kundaliloginmodaldialog1 .kundaliloginmodal {
    text-align: center;
    border: 10px solid #d5c616fa;
    border-radius: 38px;
}

.kundaliloginmodal .close {
    color: white;
    background: #f4ae2e;
    font-size: 22px;
    font-weight: 400;
    text-shadow: none;
    line-height: 27px;
    height: 25px;
    width: 25px;
    border-radius: 75%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 11px;
    top: 9px;
    z-index: 1;
    transition: all 0.3s;
}

.kundaliloginmodal .close:hover {
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.close:focus {
    outline: none;
}

.kundaliloginmodalbody {
    padding: 60px 20px 20px !important;
}

.kundaliloginmodalbody .title {
    color: #a41da0;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.kundaliloginmodalbody .description {
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}

.kundaliloginmodalbody .kundaliloginformgroup {
    text-align: left !important;
    margin-bottom: 20px;
    position: relative;
}

.kundaliloginmodalbody .input-icon {
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

.kundaliloginmodalbody .kundaliloginformcontrol {
    font-size: 17px;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 8px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.kundaliloginformcontrol::placeholder {
    color: #AEAFB1;
}

.kundaliloginformgroup.checkbox {
    width: 130px;
    margin-top: 0;
    display: inline-block;
}

.kundaliloginformgroup.checkbox label {
    color: #9A9EA9;
    font-weight: normal;
}

.kundaliloginmodalbody .forgot-pass {
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    width: calc(100% - 135px);
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}

.forgot-pass:hover {
    color: #9A9EA9;
    text-decoration: underline;
}

.kundaliloginmodal .kundaliloginmodalbody .kundaliloginbtn {
    color: #fff;
    background: #a41da0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: -81px;
    height: 37px;
    padding: 8px;
    border: none;
    margin-left: 10%;
    border-radius: 25em;
    border: 3px solid white;
    display: inline-block;
    transition: all 0.6s ease 0s;
    box-shadow: 3px 3px 5px black;
}

.kundaliloginmodal .kundaliloginmodalbody .kundaliloginbtn:hover {
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.kundaliloginmodal .kundaliloginmodalbody .kundaliloginbtn:focus {
    outline: none;
}

@media only screen and (max-width: 480px) {
    .kundaliloginmodaldialog {
        width: 95% !important;
    }
    .kundaliloginmodal .kundaliloginmodalbody {
        padding: 60px 20px 40px !important;
    }
}

.kundaliloginlabel {
    font-size: medium;
}


/*
    Login Modal End
*/

@media(min-width:770px) and (max-width: 1024px) {
    .top_in_row {
        margin-left: -10%;
        margin-right: 0.5%;
    }
    .textt1 {
        font-size: 20px;
    }
    .textt {
        font-size: 19.8px;
    }
}

@media (min-width:499px) and (max-width: 800px) {
    .textt {
        font-size: 13.4px;
    }
    .textt1 {
        font-size: 14px;
    }
    form {
        font-size: 15px;
    }
    #kndlg {
        top: 13%;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}


/* 
.loginform {
    /* border-radius: 10px;
     border: 2px solid white;
    background-color: gold;
     margin-top: -5px;
    text-align: center;
border: 10px solid #d5c616fa; 
border-radius: 38px;
} */

.loginform1 {
    padding: 15px;
    border-radius: 27px;
    background-color: gold;
}

.loginimage {
    margin-top: -40px;
    width: 130px;
    height: 100px;
}

.formimage {
    flex-wrap: wrap;
    border-bottom: 1px solid white !important;
}

.close1 {
    width: 30px;
    height: 30px;
    color: white;
    background-color: #b813c8 !important;
    padding: 0px 5px 0px 5px;
    border: 2px solid white;
    border-radius: 30px;
}

.modal-footer {
    border-top: 1px solid #ffffff !important;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}

.logininput::placeholder {
    color: #b813c8;
    font-size: 13px;
    font-weight: bold !important;
}

.logininput {
    height: 35px !important;
}

.loginbtn {
    padding: 10px 45px;
    color: white;
    background-color: #b813c8;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 800;
    border: 4px solid #edb824;
    box-shadow: 3px 4px 6px 0px grey;
    background-color: #b813c8 !important;
}

.loginregister {
    color: #63009ed6;
    background-color: gold;
    box-shadow: 0px 0px 2px 2px #63009ed6;
    border-radius: 30px;
    border: 4px solid rgb(192 42 192);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}