.page {
    display: flex;
    flex-direction: row;
}

.pricing{
    margin-top: 12%;
    margin-right: 4%;
    width: 30%;
}

.pricing .rates .rate_table table {
    border: 1px solid gray;
    height: 490px;        margin-bottom: -4%;

}

.pricing .rates .rate_table table, tr, td{
    border: 1px solid gray;
    border-collapse: collapse;
}

.pricing .rates .rate_table td{
    padding-left: 6%;
}

.rates span{
    border: 1px solid gray;
    margin-left: 30%;
    margin-right: 36%;
    padding-top: 3%;
    padding-left: 1%;
    padding-right: 1% ;
    border-top-right-radius: 90%;
    border-top-left-radius: 90%;
    font-size: large;
}

.profile_container{
    padding-left: 10%;
    padding-top: 11%;
    display: flex;
    flex-direction: column;
    width:100%;
}

.top {
    display: flex;
    flex-direction: row;
}


.top .img {
    height: 300px;
    width: 300px;
}

.top .img img{
    border-radius: 3%;
}

.top .p5 {
    margin-left: 4%;
    margin-top: 2%;
    line-height: 150%;
}
/* .top .rates {
    border: 1px solid gray;
    margin-left: 5%;
    margin-top: 2%;
    border-radius: 3%;
    height: 200px;
    width:680px;
    margin-top: 4%;
}
.rates span{
    padding-left: 38%;
 }

.rate_table table {
    width: 600px;
    height: 120px;
}


.rate_table table th {
    float: left;
    /* width: 300px; */
/* } */
.rate_table table td{
    padding-left: 18%;
}

.offerings {
    padding-left: 3%;
}

.discount {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
} */

.bot {
    margin-top: 1%;
    margin-left: 0%;
}

.bot .profile_details div {
    padding-bottom: 1%;
    /* width: 80%; */
    padding-right: 4%;
    line-height: 130%;

}

.bot .profile_details div a{
    text-decoration: none;

}

@media screen and (max-width: 600px) {
    .page {
        display: flex;
        flex-direction: column;
        padding-top: 12%;
        padding-bottom: 6%;
    }
    .page .profile_container{
        padding-left: 4%;
    }


    .profile_container .top {
        display: flex;
        flex-direction: column;
        padding-bottom: 4%;
    }

    .pricing {
        width: 90%;
        padding-left: 8%;
    }





    .profile_container .top .p5 {
        display: flex;
        flex-direction: row;
        margin-left: 0%;
    }

    .profile_container .top .p5 .service_btn {
        /* width: 10px; */
        /* background-color: cadetblue; */
        padding-right: 4%;
    }
    .profile_container .top .p5 .service_btn button {
        background-color: cadetblue;
        border: none;
        padding-right: 2%;
        width: 62px;
        color: aliceblue;
        border-radius: 5%;
    }

    .rates span{
        border: 1px solid gray;
        margin-left: 25%;
        margin-right: 36%;
        padding-top: 3%;
        padding-left: 0%;
        padding-right: 1% ;
        border-top-right-radius: 90%;
        border-top-left-radius: 90%;
        font-size: medium;
    }


}