.profileRank {
    margin: 0px 0 0 0;
}

.profileMain {
    background-color: #fff;
    margin: -80px 0 50px 0;
    border-radius: 20px;
    box-shadow: rgb(204, 192, 192) 0px 0px 8px 0px;
}

.profileMain .profileRankBox .profilePic {
    max-width: 293px;
    width: 100%;
    margin: -155px 0 0;
}

.profileMain .profileRankBox .profilePic img {
    height: 293px;
    width: 293px;
    border-radius: 50%;
    border: 1px solid var(--primaryColor);
    object-fit: cover;
}

.profileMain .profileRankBox .profilePic .updateProfile .edit {
    top: 15px;
    right: 50px;
    height: 30px;
    width: 30px;
    background-color: var(--primaryColor);
    border-radius: 5px;
    color: var(--whiteColor);
}

.profileMain .profileRankBox .profilePic .updateProfile .edit input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* .profileMain .profileRankBox {
    width: calc(100% - 395px);
}

.profileMain .profileRankBox .rank {
    width: calc(100% - 293px);
    padding: 0 70px 0 32px;
    margin: -90px 0 0 0;
}
.profileMain .profileRankBox .rank h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: var(--blackColor);    
    font-weight: 500;
}
.profileMain .profileRankBox .rank .rankLists{
    margin: 60px 0 30px;
}
.profileMain .profileRankBox .rank .rankLists .listItem h3 {
    font-size: 34px;
    color: var(--primaryColor);
}
.profileMain .profileRankBox .rank .rankLists .listItem p {
    color: #A3A3A3;
    text-transform: uppercase;
    font-size: 12px;
}
.profileMain .profileRankBox .rank ul li {
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primaryColor);
} */

.profileSlider {
    display: inline-block;
    width: 100%;
}

.profileSlider .sliderOverlayContent {
    height: 100%;
}

.profileSteper {
    width: calc(100% - 296px);
    padding: 0 0 0 40px;
}

.profileSteper .card form .form-control,
.profileSteper .card form .form-select {
    height: 48px;
    border-radius: 40px;
}

.profileSteper .steperName,
.profileSteper .activeStep {
    margin-bottom: 20px;
    padding: 0 5px;
}

.profileSteper .circle {
    margin-top: auto;
}

.profileSteper .select__control{
    border: transparent !important;
    box-shadow:none !important;
}

@media screen and (max-width: 991px) {
    .profileMain .profileRankBox .profilePic {
        margin: 0 auto 40px;
    }

    .profileSteper {
        width: calc(100% - 0px);
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 639px) {

    .profileSteper .steperName,
    .profileSteper .activeStep {
        font-size: 14px;
    }

    .profileMain {
        background-color: #fff;
        margin: 30px 0 0;
        border-radius: 20px;
    }

    .profileMain .profileRankBox .profilePic {
        box-shadow: 0 0 10px #ccc;
        padding: 20px 10px;
        border-radius: 10px;
    }

    .profileMain .profileRankBox .profilePic img {
        height: 220px;
        width: 220px;
    }

}

@media screen and (max-width: 479px) {
    .profileMain .profileRankBox .profilePic img {
        height: 170px;
        width: 170px;
    }
    .profileMain .profileRankBox .profilePic .updateProfile .edit {
        top: 8px;
        right: 69px;
    }
}