/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2023 | 16:53:42 */
 /* My Profile  Page */

.item__wrapper .my__profile__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px;
}
.item__wrapper.My.Profile h2 {
    padding: 0 !important;
}
.item__wrapper  .my__profile__wrapper .profile__info {
    column-gap: 20px;
    display: flex;
	align-items:center;
}

.item__wrapper  .my__profile__wrapper .profile__info h3 {
    font-weight: 500;
    color: #212529;
    font-size: 24px;
    padding-top: 40px;
}
.item__wrapper .my__profile__wrapper .profile__info .profile__img h2 {
    padding-top: 0px !important;
	font-size:19px;
	font-weight:700;
	padding-bottom:20px;
}
.item__wrapper .my__profile__wrapper .profile__info a {
    color: #6299DB;
    text-decoration: underline;
    display: inline-block;
    padding-top: 10px;
}
.item__wrapper  .my__profile__wrapper .profile__info .profile__img img{
    width: 100%;
    max-width: 145px;
}
.item__wrapper  .my__profile__wrapper .profile__change__logo  img{
    width: 100%;
    max-width: 70px;
}

.item__wrapper  .my__profile__wrapper .profile__info p {
    font-weight: 400;
    font-size: 14px;
    color: #9EA0A5;
    line-height: 20px;
	margin:0;
}
.item__wrapper  .my__profile__wrapper .profile__change__logo {
    text-align: center;
}

.item__wrapper  .my__profile__wrapper .profile__change__logo a {
    display: block;
    text-align: center;
    text-decoration: underline;
}
.item__wrapper  .profile__form .field__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 30px;
}
.item__wrapper  .profile__form .field__wrapper .field__item {
    flex: 1;
    position: relative;
}
.item__wrapper  .profile__form .field__wrapper .field__item label {
    position: absolute;
    top: -12px;
    left: 10px;
    background: #fff;
    color: #6299DB;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 0 8px;
}
.item__wrapper  .profile__form .field__wrapper .field__item input {
    width: 100%;
    border: solid 2px #A8A8A8;
    padding: 10px;
    height: 56px;
    background: #fff;
}
.item__wrapper  .plan__details h3 {
    font-weight: 700;
    font-size: 19px;
    color: #000000;
    padding: 25px 0;
}

.item__wrapper  .plan__details .plan__info {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.item__wrapper  .plan__details .plan__info .plan__item a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    color: #979797;
}
.item__wrapper  .plan__details .plan__info .plan__item a:first-child {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    background-color: #6299DB;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 20px;
}
.item__wrapper  .profile__form .plan__details .plan__info .plan__item span {
    color: #6299DB;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}
.item__wrapper  .profile__form .plan__details .plan__info.plan__willing {
    justify-content: start;
    align-items: end;
    column-gap: 40px;
}
.item__wrapper  .profile__form .plan__details .plan__info .plan__item p {
    color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
	margin:0;
}
.item__wrapper  .profile__form .plan__details .plan__info .plan__item p strong {
    color: rgba(0, 0, 0, 1);
}
.item__wrapper  .plan__details h5 {
    font-weight: 400;
    font-size: 13px;
}
.item__wrapper  .plan__details a.stripe__btn {
    background: #6299DB;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #FFFBFB;
    padding:10px 30px;
    display:inline-block;
    margin-top:10px;
}
/* select plan */
.welcome_wrapper {
    text-align: center;
}

/* select Plan css */
.select__plan .select__plan_item {
    flex: 1;
    background: #F4F4F4;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 1%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.select__plan {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}


.select__plan .select__plan_item h5 {
    text-align: center;
    font-weight: 900;
    font-size: 10.9869px;
    line-height: 16px;
}

.select__plan .select__plan_item h3 {
    font-weight: 700;
    padding: 20px 0;
    font-size: 52.0431px;
    text-align: center;
}

.select__plan .select__plan_item h3 sup,
.select__plan .select__plan_item h3 sub {
    font-weight: 700;
    font-size: 16.7694px;
}

.select__plan .select__plan_item ul {
    padding: 0px;
    margin: 0;
}
.current_plan.premium_plan {
    margin: 20px 0;
}
.current_plan {
    margin: 20px 0;
}
.select__plan .select__plan_item li {
    font-weight: 500;
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 12px;
	list-style:none;
	line-height:20px;
}

.select__plan .select__plan_item li::after {
    content: "";
    background: url(https://coachkey.kodeinfotech.com/wp-content/uploads/2023/06/iconmonstr-check-mark-12-240-1.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    left: 0;
    height: 18px;
    top: 50%;
    width: 18px;
    transform: translateY(-50%);
}
.select__plan .select__plan_item .current_plan a {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.select-plan-list {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-height: 510px;
}
.select__plan .select__plan_item .premium_plan a {
    background: #000000 !important;
    color: #fff !important;
}

.select__plan .select__plan_item a {
    display: block;
    text-align: center;
    color: #6299DB;
    font-weight: 700;
    font-size: 15px;
}