@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");

/* Constant styles  */
body {
    font-family: "somregular", sans-serif;
}

.custom_header_montada {
    height: calc(100vh - 120px);
    background-position: center;
    background-size: cover;
    text-align: center;
}

.custom_header_montada h5 {
    font-size: 4.8rem;
    color: #fff;
    line-height: 70px;
    font-weight: 400;
}

.custom_header_montada p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 35px;
}

.custom_header_montada a {
    background-color: #f58737;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 33px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 13px;
    border: 1px solid #f58737;
}

.custom_header_montada a:hover {
    background-color: #fff;
    color: #f58737;
}

.who-us-content {
    padding: 35px 0;
    height: auto;
    margin-bottom: 50px;
}

.who-us-content p {
    margin-top: 50px;
}

.who-us-content .text-left {
    text-align: left;
}

.personal_wxpericnes {
    background-image: url("../images/bg1.png");
    padding: 50px 0;
    position: relative;
}

.personal_wxpericnes .sec_header h5 {
    font-size: 3.3rem;
    color: #000;
    font-family: somregular;
    position: relative;
    font-size: 2rem;
}

.personal_wxpericnes .sec_header h5::before {
    content: url("../images/Group 177283.png");
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1;
}

.personal_wxpericnes .sec_header a {
    color: #1c004c;
    font-size: 1.4rem;
}

.personal_wxpericnes .sec_header i {
    font-size: 1rem;
}

.personal_wxpericnes_card {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 16px;
    margin-top: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.personal_wxpericnes_card .card_img {
    width: 100%;
    height: 175px;
    position: relative;
    margin-bottom: 10px;
}

.personal_wxpericnes_card .card_img .img_parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.personal_wxpericnes_card .card_img .img_parent img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personal_wxpericnes_card .card_body h5 {
    font-size: 1.5rem;
}

.personal_wxpericnes_card .card_body p {
    font-size: 1.1rem;
    color: #6c6c6c;
}

.personal_wxpericnes_card .card_body .personal_info {
    display: flex;
    align-items: center;
}

.personal_wxpericnes_card .card_body .personal_info h6,
.personal_wxpericnes_card .card_body .personal_info p {
    margin: 0;
    font-weight: normal;
}

.personal_wxpericnes_card .card_body .personal_info p {
    font-weight: 500;
}

.personal_wxpericnes_card .card_body .personal_info h6 {
    margin-right: 20px;
}

.personal_wxpericnes_card .card_body .personal_info .card_img {
    width: 27px;
    height: 27px;
    margin-left: 5px;
    border-radius: 50%;
}

.personal_wxpericnes_card .card_body .personal_info .card_img img {
    border-radius: 50%;
}

.personal_wxpericnes_card .card_body .date i {
    color: #999;
    font-size: 0.9rem;
}

.personal_wxpericnes_card .card_body .date span {
    color: #999;
    font-size: 0.9rem;
    margin-right: 10px;
}

.personal_wxpericnes_card .card_body .summery_info {
    margin-top: 10px;
}

.personal_wxpericnes_card .card_body .summery_info .sun {
    margin-left: 25px;
}

.personal_wxpericnes_card .card_body .summery_info i {
    font-size: 0.9rem;
}

.personal_wxpericnes_card .card_body .summery_info span {
    color: #999;
}

.personal_wxpericnes_card .card_body .summery_info a {
    color: #f58737;
    position: relative;
    font-size: 0.9rem;
}

.personal_wxpericnes_card .card_body .summery_info a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f58737;
}

.watch_now_section_slider_wrapper .slick-next {
    right: 320px;
}

.watch_now_section_slider_wrapper .slick-prev {
    left: 320px;
}

.personal_wxpericnes_page {
    background: transparent;
    padding: 0;
    padding-bottom: 350px;
}

.personal_wxpericnes_page .personal_wxpericnes_card {
    margin-top: 30px;
}

.inner-custom-navbar {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom_breadcrump {
    margin-top: 60px;
}

.custom_breadcrump ul {
    display: flex;
    align-items: center;
}

.custom_breadcrump ul li a {
    color: #999;
    font-size: 1.2rem;
}

.custom_breadcrump ul li a.active {
    color: #000;
}

.custom_breadcrump ul li::after {
    content: "/";
    margin: 0 5px;
}

.custom_breadcrump ul li:last-child::after {
    content: "";
}

.category_details_page {
    margin-top: 45px;
    position: relative;
    padding-bottom: 350px;
}

.category_details_page .category_img .card_img {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 10px;
}

.category_details_page .category_img .card_img .img_parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.category_details_page .category_img .card_img .img_parent img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category_details_page .categ_personal_info .personal_info {
    display: flex;
    align-items: center;
}

.category_details_page .categ_personal_info .personal_info h5 {
    margin: 10px 0;
}

.category_details_page .categ_personal_info .personal_info h6,
.category_details_page .categ_personal_info .personal_info p {
    margin: 0;
    font-weight: normal;
}

.category_details_page .categ_personal_info .personal_info p {
    font-weight: 500;
}

.category_details_page .categ_personal_info .personal_info h6 {
    margin-right: 20px;
}

.category_details_page .categ_personal_info .personal_info .card_img {
    width: 27px;
    height: 27px;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
}

.category_details_page .categ_personal_info .personal_info .card_img .img_parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.category_details_page .categ_personal_info .personal_info .card_img .img_parent img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.category_details_page .categ_personal_info .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.category_details_page .categ_personal_info .date i {
    color: #999;
    font-size: 0.9rem;
}

.category_details_page .categ_personal_info .date span {
    color: #999;
    font-size: 0.9rem;
    margin-right: 10px;
}

.category_details_page .categ_personal_info .summery_info {
    margin-top: 10px;
}

.category_details_page .categ_personal_info .summery_info .sun {
    margin-left: 25px;
}

.category_details_page .categ_personal_info .summery_info i {
    font-size: 0.9rem;
}

.category_details_page .categ_personal_info .summery_info span {
    color: #999;
}

.category_details_page .categ_personal_info .summery_info a {
    color: #f58737;
    position: relative;
    font-size: 0.9rem;
}

.category_details_page .categ_personal_info .summery_info a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f58737;
}

.category_details_page .categ_personal_info h5 {
    font-size: 2rem;
}

.category_details_page .category_description {
    border: 1px solid rgba(112, 112, 112, 0.35);
    border-radius: 11px;
    padding: 28px 30px;
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.category_details_page .category_description h5 {
    font-weight: bold;
    font-size: 1.5rem;
}

.category_details_page .category_description p {
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 15px;
}

.category_details_page .category_description .descr {
    margin-bottom: 50px;
}

.category_details_page .category_comments {
    border: 1px solid rgba(112, 112, 112, 0.35);
    border-radius: 11px;
    padding: 28px 30px;
}

.category_details_page .category_comments .head {
    border-bottom: 1px solid rgba(112, 112, 112, 0.35);
}

.category_details_page .category_comments .head h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.category_details_page .category_comments .head p i {
    font-size: 0.8rem;
}

.category_details_page .category_comments .head p span {
    color: #999;
    font-size: 0.9rem;
}

.category_details_page .category_comments .head p span span {
    color: #000;
    font-weight: bold;
}

.category_details_page .category_comments .add_comment {
    border: 1px solid rgba(112, 112, 112, 0.35);
    border-radius: 20px;
    padding: 24px;
}

.category_details_page .category_comments .add_comment .form-control {
    height: 70px;
    background-color: transparent;
    border: 0;
}

.category_details_page .category_comments .add_comment label {
    position: relative;
    cursor: pointer;
    margin-left: 30px;
}

.category_details_page .category_comments .add_comment label input {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.category_details_page .category_comments .add_comment .submit_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    overflow: hidden;
}

.category_details_page .category_comments .add_comment .submit_button button {
    background-color: #1c004c;
    border-radius: 12px;
    padding: 10px;
    border: 0;
    min-width: 82px;
}

.category_details_page .category_comments .add_comment .submit_button button img {
    width: 30px;
}

.category_details_page .category_comments .add_comment .submit_button button:hover {
    background-color: rgba(28, 0, 76, 0.46);
}

.category_details_page .seprator {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_details_page .seprator span {
    width: 100%;
    background-color: rgba(112, 112, 112, 0.35);
    height: 1px;
}

.category_details_page .seprator h5 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 10px;
    font-size: 0.9rem;
    color: #999;
}

.comment {
    margin-top: 50px;
    margin-bottom: 50px;
}

.comment .card_name .name {
    width: 70px;
    height: 60px;
    background-color: #f8f3ff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment .card_body {
    margin-right: 10px;
}

.comment .card_body h5 {
    font-size: 1rem;
    color: #7b7b7b;
    font-weight: 200;
    margin: 0;
}

.comment .card_body span {
    font-size: 0.8rem;
    direction: ltr;
    text-align: right;
    display: block;
}

.comment p {
    color: #000000;
    font-size: 0.9rem;
    margin-top: 20px;
}

.add_new_subject_section_parent {
    position: relative;
    padding-bottom: 350px;
}

.add_new_subject_section {
    background: url("../images/bg1.png");
    padding: 42px 80px;
    padding-bottom: 86px;
    margin-top: 45px;
    overflow: hidden;
}

.add_new_subject_section .head {
    text-align: center;
    color: #1c004c;
    font-size: 2.5rem;
}

.add_new_subject_section .custom_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}

.add_new_subject_section .custom_inputs label {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.add_new_subject_section .custom_inputs label .custom_choose {
    width: 160px;
    padding: 10px;
    border: 1px solid rgba(112, 112, 112, 0.4862745098);
    border-radius: 28px;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 1.5rem;
}

.add_new_subject_section .custom_inputs label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.add_new_subject_section .custom_inputs label input[type=radio]:checked~.custom_choose {
    background-color: #f79236;
    color: #fff;
}

.add_new_subject_section .upload_photos {
    margin-top: 70px;
}

.add_new_subject_section .upload_photos .personlaimg-h4 {
    font-size: 1.2rem;
    margin-right: 14px;
}

.add_new_subject_section .upload_photos .personlaimg-h4 span {
    color: #b20000;
}

.add_new_subject_section .anouther_fields {
    margin-top: 40px;
}

.add_new_subject_section .anouther_fields .form-group {
    margin-bottom: 45px;
}

.add_new_subject_section .anouther_fields label,
.add_new_subject_section .anouther_fields h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.add_new_subject_section .anouther_fields .form-control,
.add_new_subject_section .anouther_fields .nice-select {
    background-color: #f7f7f7;
    border: 1px solid rgba(108, 108, 108, 0.26);
    border-radius: 10px;
    height: 74px;
    width: 100%;
    text-align: right !important;
}

.add_new_subject_section .anouther_fields .form-control .current,
.add_new_subject_section .anouther_fields .nice-select .current {
    text-align: right !important;
}

.add_new_subject_section .anouther_fields .form-control .option,
.add_new_subject_section .anouther_fields .nice-select .option {
    text-align: right;
}

.add_new_subject_section .anouther_fields .custom_file_upload {
    overflow: hidden;
    position: relative;
}

.add_new_subject_section .anouther_fields .custom_file_upload label {
    display: block;
    cursor: pointer;
}

.add_new_subject_section .anouther_fields .custom_file_upload input {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.add_new_subject_section .anouther_fields .custom_file_upload .custom_file_input {
    background-color: #f7f7f7;
    border: 1px solid rgba(108, 108, 108, 0.26);
    border-radius: 10px;
    height: 74px;
    width: 100%;
    text-align: right !important;
    position: relative;
    line-height: 72px;
    padding-right: 10px;
}

.add_new_subject_section .anouther_fields .custom_file_upload .custom_file_input i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    z-index: 1;
}

.add_new_subject_section .anouther_fields .nice-select {
    line-height: 70px;
}

.add_new_subject_section .anouther_fields .nice-select .list {
    width: 100%;
}

.add_new_subject_section .anouther_fields .nice-select .current {
    text-align: right !important;
}

.add_new_subject_section .anouther_fields .nice-select .option {
    text-align: right;
}

.add_new_subject_section .anouther_fields .nice-select:after {
    right: unset;
    left: 12px;
}

.add_new_subject_section .anouther_fields textarea.form-control {
    height: 194px;
    resize: none;
}

.add_new_subject_section .anouther_fields .btn_submit button {
    width: 618px;
    max-width: 100%;
    margin: auto;
    display: block;
    margin-top: 108px;
    padding: 22px;
    background-color: #1c004c;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #1c004c;
}

.add_new_subject_section .anouther_fields .btn_submit button:hover {
    background-color: #fff;
    color: #1c004c;
}

.login_page {
    padding-bottom: 350px;
    position: relative;
}

.login_page .login_wrapper {
    border: 1px solid rgba(0, 0, 0, 0.36);
    border-radius: 30px;
    margin-top: 65px;
}

.login_page .login_wrapper .login_form {
    padding: 40px 50px;
}

.login_page .login_wrapper .login_form img {
    margin: auto;
    display: block;
}

.login_page .login_wrapper .login_form h5 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.login_page .login_wrapper .login_form p {
    font-size: 1rem;
    text-align: center;
}

.login_page .login_wrapper .login_form .form-group {
    background-color: #f9f9f9;
    border: 1px solid rgba(81, 81, 81, 0.26);
    border-radius: 10px;
    height: 65px;
    width: 100%;
    text-align: right !important;
    position: relative;
    margin-top: 40px;
}

.login_page .login_wrapper .login_form .form-group i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    color: #ff7f0c;
}

.login_page .login_wrapper .login_form .form-group .form-control {
    border: 0;
    background-color: transparent;
    height: 100%;
    padding-right: 50px;
}

.login_page .login_wrapper .login_form .forget_password {
    text-align: right !important;
    margin-top: 20px;
}

.login_page .login_wrapper .login_form .forget_password a {
    color: #1c004c;
    font-size: 0.9rem;
    position: relative;
}

.login_page .login_wrapper .login_form .forget_password a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1c004c;
    right: 0;
    bottom: -4px;
}

.login_page .login_wrapper .login_form .btn_submit {
    margin-top: 50px;
}

.login_page .login_wrapper .login_form .btn_submit button {
    width: 618px;
    max-width: 100%;
    margin: auto;
    display: block;
    padding: 22px;
    background-color: #1c004c;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #1c004c;
}

.login_page .login_wrapper .login_form .btn_submit button:hover {
    background-color: #fff;
    color: #1c004c;
}

.login_page .login_wrapper .login_form .dont_have_account p {
    font-size: 1rem;
    text-align: center;
    color: #1c004c;
    margin-top: 20px;
}

.login_page .login_wrapper .login_form .dont_have_account p a {
    font-weight: bold;
    color: #1c004c;
}

.login_page .card_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.login_page .card_img .img_parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login_page .card_img .img_parent img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.footer-wave-parent {
    padding-bottom: 350px;
}

footer .download a {
    display: inline-block;
}

footer .download a img {
    width: 100px !important;
    display: inline-block !important;
    margin: 5px !important;
}

.therapist_support {
    background: transparent !important;
    margin-top: 50px;
}

.ellipsis-text {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-two-lines {
    -webkit-line-clamp: 2 !important;
}

@media (max-width: 991px) {
    .custom_header_montada h5 {
        font-size: 2rem;
        line-height: normal;
    }

    .custom_header_montada p {
        line-height: normal;
        font-size: 1.4rem;
    }

    .watch_now_section_slider_wrapper .slick-next {
        right: 0;
    }

    .watch_now_section_slider_wrapper .slick-prev {
        left: 0;
    }

    .add_new_subject_section {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 600px) {
    .category_details_page .categ_personal_info .wrapper {
        align-items: flex-start;
        margin-top: 10px;
    }

    .add_new_subject_section .custom_inputs label .custom_choose {
        width: 66px;
    }

    .add_new_subject_section .upload_photos .justify-content-end {
        justify-content: flex-start !important;
    }

    .add_new_subject_section_parent,
    .category_details_page,
    .personal_wxpericnes_page,
    .therapist_support {
        padding-bottom: 200px;
    }
}

/*# sourceMappingURL=montada-css.css.map */
