.desgin {
    width: 62%;
}

.centered1 {
    position: absolute;
    top: 58%;
    left: 50%;
    font-size: 20px;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
    h5 {
        font-size: 35px;
    }
    .centered {
        font-size: 15px !important;
    }
    .desgin {
        height: 4em !important;
        width: 100% !important;
    }
    .txt1 {
        font-size: 15px;
    }
}

#cd_hd {
    color: white;
    font-size: 15px;
    padding: 14px 4px;
}

p,
span {
    font-weight: 600;
    color: black;
}

.lorem {
    text-align: left;
}

@media (min-width: 0px) and (max-width: 430px) {
    .rounded {
        padding: 1rem !important;
    }
    #contactback {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1850px) {
    #contactback {
        float: right;
        margin-top: 130px;
        width: 180px;
        height: 180px;
    }
}

.rounded {
    padding: 3rem;
}

.container {
    position: relative;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
}

#registerform {
    background-color: white;
    margin: 20px;
    padding: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 12px;
}

#registerform1 {
    font-size: 12px;
}

#contactback {
    float: right;
}

h5 {
    padding: 40px;
}

@media (max-width: 375px) {
    .txt {
        font-size: 13px;
    }
    .centered1 {
        top: 65%;
    }
    .txt1 {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .cont {
        margin-left: -4%;
    }
}

@media (min-width: 0px) and (max-width: 325px) {
    .txt {
        font-size: 11px;
    }
    .txt1 {
        font-size: 9px;
    }
    .centered1 {
        top: 66%;
    }
}

@media (max-width: 768px) {
    .top_plan_inner_top {
        height: 84px;
    }
    .cont {
        margin-left: -4%;
    }
    .top_plan {
        margin-left: 0;
    }
}

#bt1,
#bt3,
#bt5 {
    margin-bottom: 6%;
}

.top_plan_inner_box {
    border: 2px solid white;
    height: auto;
    margin-bottom: 15px;
    border-top: 0px;
    box-shadow: 11px 8px 20px #545454;
}

.top_plan_inner_top {
    height: auto;
    border: 2px solid white;
    box-shadow: 11px 8px 20px #545454;
}

.top_plan {
    /* height: 475px; */
    border: 2px solid white;
    margin: 5px;
    height: auto;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 8px 6px 5px grey;
}

#bt1 {
    background-color: #2f680b;
}

.plan {
    background-color: #5da22e;
}

#bt3 {
    background-color: #5b096a;
}

.plan2 {
    background-color: #be25ce;
}

#bt5 {
    background-color: #89044a;
}

.plan3 {
    background-color: #f94eb0;
}