/* My Services */
.my_serv_box {
    text-align: center;
    padding: 20px;
}

.my_serv_box img {
    max-width: 150px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.my_serv_box h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0px;
}

.my_serv_box p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 30px;
    color: black;
    opacity: 0.8;
}

/* \ My Services */

/* add_profile */

.add_profile {
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.16);
	padding: 30px 20px;
	border-radius: 20px;
}

.add_profile .form_select {
    position: relative;
}

.form_select label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form_select label i {
    position: absolute;
    right: 22px;
    top: 59px;
}

.shadow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16) !important;
}

.form_select .form_control {
    border-radius: 50px;
    height: 48px;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 20px;
    appearance: none;
    border: none;
    padding: 6px 26px;
    font-weight: 400;
    color: #6f6b6b;
}

.form_select .upload_file {
    border-radius: 30px;
    height: 150px;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 20px;
    appearance: none;
    border: none;
    padding: 6px 26px;
    font-weight: 400;
    color: #6f6b6b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.add_fild {
    display: flex;
    justify-content: start;
    align-items: center;
}

.add_fild span {
	color: black;
	font-size: 15px;
	cursor: pointer;
}

.add_fild span i {
    margin-left: 8px;
}

.del_edit {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.del_edit a:first-child i {
    color: black;
}

.del_edit i {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background-color: white;
    color: #b1161d;
    margin-left: 10px;
    text-decoration: none;
}

.mys_img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 450px;
    margin-bottom: 50px;
}

/* \add_profile */

/* plan card */
.plan_card {
    background: var(--theme);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}

.plan_card h5 {
    font-size: 20px;
    font-weight: 400;
}

.plan_card h3 {
    font-size: 60px;
    font-weight: 400;
}

.plan_card h6 {
    font-size: 18px;
    font-weight: 400;
}

.plan_card ul {
    list-style-type: none;
}

.plan_card li {
    font-size: 18px;
    font-weight: 400;
    line-height: 43px;
}

/* \ plan card */

@media (max-width: 575.98px) { 
    .form_select label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .form_select .form_control {
        height: 40px;
        font-size: 16px;
        padding: 6px 16px;
    }
    .form_select label i {
        position: absolute;
        right: 19px;
        top: 49px;
    }
    .add_fild span {
        font-size: 15px;
    }
    .form_select .upload_file {
        border-radius: 15px;
        height: 120px;
        font-size: 16px;
    }
    .del_edit i {
        min-width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 16px;
    }
    .plan_card h3 {
        font-size: 40px;
    }
    .plan_card h5 {
        font-size: 16px;
    }
    .plan_card h6 {
        font-size: 16px;
    }
    .plan_card li {
        font-size: 14px;
        line-height: 30px;
    }
}
