/* Custom Styles */
.c_num::after {content: " ";background: #c5b9f2;height: 3px;width: 100px;position: absolute;left: 33%;}

.c_num {
    position: relative;
}

.c_text {padding-top: 10px;}

h2.c_num_text {
    padding-bottom: 0px;
}
a.c_menu {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #edf0f2;
    margin: 0 0 1.5em;
    font-weight: 500;
}

h4.c_menu_heading {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
}

.form-group {
    margin-bottom: 8px;
}

button#form-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px !important;
}
.feature i {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
.pricing_top {
    background: #54595f;
    color: #fff;
    padding: 20px 0;
}

p.pricing__heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

h4.pricing__name {
    font-size: 24px;
    line-height: 29px;
}


h2.pricing__price {
    font-size: 53px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.pricing__info {
    margin-top: 21px;
}
.custom-icon li {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #7a7a7a29;
    padding: 10px 0px;
    margin: 0;
}

.pricing__content.custom-icon {
    padding: 0px 20px;
}

.pricing__content ul li:before {
    float: none !important;
    padding-right: 10px;
    font-size: 18px;
}

.custom-icon li:last-child {
    border: none;
}

.pricing .custom-icon ul {
    margin-bottom: 0;
}
h2.pricing_old_price {
    font-size: 48px;
    align-self: center;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    line-height: 42px;
    padding-right: 10px;
}
p.bar {
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

p.bar::after {
    content: " ";
    height: 3px;
    width: 58px;
    background: #8188ad;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.teacher_parts {margin-top: 20px;display: inline-table;}

.t_part {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.t_part_cont {
    margin-top: 60px;
    display: inline-table;
}

.t_img_cont {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    vertical-align: middle;
}

.t_img_cont img {
    height: 70px;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.t_text_cont {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

h5.t_name {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

p.t_title {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

h4.t_text {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.t_text i {
    color: #a7abea;
    padding-right: 7px;
}
@media screen and (max-width: 767px){
    .t_part {
    width: 100%;
    margin-top: 0px;
}

.t_part_cont {
    margin-top: 25px;
}
div#section-1602599599727 {
    background-position: 109% -10%;
    background-color: #eceaf5;
}
#block-1602837724216 a.btn {
    display: block;
}

#block-1602837724216 h5 {
    display: block;
    width: 60%;
}



}
a.btn {
    transition: 0.4s;
}

a.btn:hover {
    transform: scale(1.1);
}