@media (min-width: 1400px) {
    .main-middle-sec {
        width: 58%;
    }
    .main-middle-sec-super-admin {
        width: 79%;
    }
    .main-middle-sec-manage-cards {
        width: 79%;
    }
    .left-sidebar {
        width: 21%;
    }
    .right-side-sec {
        width: 21%;
    }
}

@media(max-width:1200px) {
    .smart_wrap {
        padding-inline: 2rem;
    }

    .profile-img img {
        left: 20px;
    }
    .form_wrap {
        padding: 50px;
    }

}

@media(max-width:992px) {
    .otp-flex-wrap{flex-wrap: wrap}
    .smart_wrap {
        padding: 2rem;
    }

    .left_side_text {
        padding: 1rem;
    }

    .profile-img img {
        height: 130px;
        width: 130px;
        position: absolute;
        top: -70px;
        left: 40px;
    }
    .form_wrap {
        padding: 50px;}

    .profile-dropdown,
    .header-social-icons span:nth-child(2){
        display: none;
    }

}

@media(max-width: 768px) {

    .otp-flex-wrap{flex-wrap: wrap}

    .header-search input{
        width: 150px;
    }

    .smart_wrap {
        padding-inline: 1rem;
    }
    .smart_wrap .form_wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: unset;
    }
    .smart {
        height: 100%;
    }
    .left_side_text .btns{
        position: unset;
    }
    .prfile-content .save-contect {
        text-align: start;
        margin-top: 20px;
    }

    .profile-img img {
        height: 120px;
        width: 120px;
        left: 10px;
    }

    .prfile-content .profile-sec .profile-details {
        margin-top: 30px;
    }

    .main-profile-sec {
        height: unset;
        padding: 20px 0;
    }
}

@media(max-width:576px) {

    .smart::after {
        display: none;
    }

    .right_side .card {
        padding: 3rem 1.5rem;
    }
    .right_side .card {
        padding: 3rem 1.5rem;
    }

    .store-btns {
        display: none !important;
    }

    .otp-input {
        height: 45px;
        width: 45px;
    }

    .right_side form h2,
    .left_side h2 {
        font-size: 42px;
    }

    .logo_img {
        width: 64px;
    }

    .intrest-icons-inner{
        margin-bottom: 20px;
    }
    .right_side form h2, .left_side h2{
        font-size: 38px;
    }
    .logo_img {
        width: 64px;
    }
}
@media screen and (max-width:1200px){
    .smart_wrap{
        padding-inline: 2rem;
    }
}
@media screen and (max-width:992px){
    .smart_wrap{
        padding: 2rem;
    }
    .left_side_text{
        padding: 3rem;
    }
}

@media only screen and (max-width:550px){
    .smart::after{
        display: none;
    }
    .right_side .card{
        padding: 3rem 1.5rem;
    }
    .btns{
        display: none !important;
    }
}
