:root {
    --theme-color1: #3c4543;
    --theme-color2: #94c11f;
    --theme-color3: #94c11f;
    --theme-color4: #4e5a31;
    --theme-color5: #ad1164;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --bg-theme-color5: var(--theme-color5);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --border-theme-color4: var(--theme-color4);
    --border-theme-color5: var(--theme-color5);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #4e5a31;
    --text-color-bg-theme-color3: #fff;
    --text-color-bg-theme-color4: #fff;
    --text-color-bg-theme-color5: #fff;
    --text-color: #3c4543;
    --headings-color: var(--theme-color1);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "DM Sans", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --style-font: "Reey";
    --body-font-size: 18px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 84px;
    --h2-font-size: 50px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color2);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 1.1em;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #222429;
    --container-width: 1400px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}


img {
    display: inline-block;
    max-width: 1300px;
    /* height: 400px ; */
    text-align: center
}

.lms_tabmenu {
    background: #F8F8FE;
    border-radius: 10px;
    display: inline-flex;
}


.lms_tabmenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font_family1), sans-serif;
    color: #202E3B;
    border-radius: 10px;
    padding: 13px 39px;
}

@media (max-width: 767.98px) {

    .lms_tabmenu li a {
        padding: 13px 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .lms_tabmenu li a {
        padding: 13px 27px;
    }
}


.lms_tabmenu li a.active {
    background: #94c11f;
    color: #fff;
    border-radius: 10px;
}



.theme_according button::before {
    left: 25px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e622";
    font-family: "themify";
    font-size: 16px;
    color: #373737;
    font-weight: 400;
}


/* line 410, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according button.collapsed::before {
    content: "\e61a";
    font-family: "themify";
}


/* line 417, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card {
    margin-bottom: 15px;
    border: 0;
}


/* line 420, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card .card-header {
    border: 1px solid #e9e7f7;
    border-radius: 5px;
    background: transparent;
    padding: 0;
}


/* line 427, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card .card-header h5 button {
    font-family: "Cerebri Sans";
    font-size: 18px;
    font-weight: 600;
    color: #202e3b;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    padding: 11.5px 25px 11.5px 50px;
    text-decoration: none !important;
}

@media (max-width: 767.98px) {

    /* line 427, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */
    .theme_according .card .card-header h5 button {
        flex-wrap: wrap;
    }
}


/* line 441, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card .card-header h5 button span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Cerebri Sans";
    color: #373737;
}


/* line 451, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body {
    padding: 0;
    padding-top: 20px;
}


/* line 455, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

@media (max-width: 767.98px) {

    /* line 455, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */
    .theme_according .card-body .curriculam_list .curriculam_single {
        flex-wrap: wrap;
    }
}


/* line 463, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single:last-child {
    margin-bottom: 15px;
}


/* line 466, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {

    /* line 466, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */
    .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
        margin-bottom: 10px;
    }
}


/* line 472, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px;
}


/* line 477, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left span {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
}


/* line 483, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right {
    display: flex;
    align-items: center;
}


/* line 487, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right .theme_btn_lite {
    margin-right: 30px;
}


/* line 490, G:/laragon/www/themeforest/LMS/HTML/scss/_predefine.scss */

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
}

.theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(-1);
}

.theme_according button:before {
    content: "\F106";
    position: absolute;
    font-size: 16px;
    color: #373737;
    top: 50%;
    font-family: Font Awesome\ 5 free;
    left: auto;
    right: 20px;
    transform: translateY(-50%) scaleY(1);
    font-weight: 900;
    transition: all .3s ease-in-out;
}

.theme_according .accordion-header button span {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.curriculam_single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.theme_according .curriculam_left,
.theme_according .curriculam_right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.curriculam_left {
    max-width: calc(100% - 150px);
    flex: 0 0 100%;
}

.theme_according .accordion-body .curriculam_right .theme_btn_lite {
    margin-right: 0;
}

.theme_btn_lite:hover {
    color: #fff;
    border-color: var(--theme-color2);
    background: var(--theme-color2);
}

.theme_according .accordion-body {
    background: #f8f8f8;
    padding: 15px 20px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #e9e7f7;
    border-top: 0;
    transition: all .3s ease-in-out;
}

/* a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
} */
.theme_btn_lite {
    text-transform: capitalize;
    /* font-family: var(--font_family1); */
    display: inline-block;
    line-height: 1;
    color: var(--theme-color2);
    background: var(--theme-color2);
    padding: 7px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    color: #FFF;
}


.nowrap {
    white-space: nowrap;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.theme_according .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color1);
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: start;
    box-shadow: none !important;
    border: 1px solid #ececec !important;
    font-family: var(--font_family2), sans-serif;
    border-radius: 5px !important;
    padding: 12px 40px 12px 20px;
    background-color: #f8f8f8;
}

.theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(-1);
}

.theme_according button:before {
    content: "\F106";
    position: absolute;
    font-size: 16px;
    color: #373737;
    top: 50%;
    font-family: Font Awesome\ 5 free;
    left: auto;
    right: 20px;
    transform: translateY(-50%) scaleY(1);
    font-weight: 900;
    transition: all .3s ease-in-out;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.theme_according .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: start;
    box-shadow: none !important;
    border: 1px solid #ececec !important;
    font-family: sans-serif;
    border-radius: 5px !important;
    padding: 12px 40px 12px 20px;
    background-color: #f8f8f8;
}

.theme_according .accordion-header button.collapsed {
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.theme_according .accordion-header button.collapsed {
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(-1);
}

.lms_tab_content .instractor_details_wrapper {
    padding-bottom: 97px
}

.lms_tab_content .instractor_details_wrapper .instractor_title {
    margin-bottom: 38px
}

.lms_tab_content .instractor_details_wrapper .instractor_title h4 {
    margin-bottom: 3px
}

.lms_tab_content .instractor_details_wrapper .instractor_title>p {
    color: #373737;
    font-weight: 500
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 60px;
    margin-bottom: 53px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 {
    margin-bottom: 8px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    color: #373737
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
    margin-bottom: 21px;
    margin-top: 24px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family2), sans-serif;
    margin-bottom: 10px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i {
    font-size: 22px;
    font-weight: 400;
    margin-right: 15px
}

.course_review_wrapper .details_title {
    margin-bottom: 38px
}

.course_review_wrapper .details_title h4 {
    margin-bottom: 3px
}

.course_review_wrapper .details_title>p {
    color: #373737
}

.course_review_wrapper .course_feedback {
    display: flex
}

.course_review_wrapper .course_feedback .course_feedback_left {
    padding-right: 55px;
    margin-bottom: 30px
}

.course_review_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 60px;
    font-weight: 900;
    color: var(--system_primery_color);
    margin-bottom: 0;
    line-height: 1
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 5px 0 8px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_feedback .course_feedback_left span {
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color)
}

.course_review_wrapper .course_feedback .feedbark_progressbar {
    width: 100%
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 100%) repeat(2, 1fr);
    grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
    align-items: center;
    margin-bottom: 20px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    height: 10px;
    background-color: #e8e8ed;
    border-radius: 30px;
    margin-right: 30px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
    background: var(--system_secendory_color);
    border-radius: 30px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
    font-family: var(--font_family2), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color)
}

.course_review_wrapper .course_cutomer_reviews {
    border-top: 1px solid #e9e7f7;
    padding-top: 56px;
    margin-top: 36px
}

.course_review_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 55px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews {
    display: flex;
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 57px;
    margin-bottom: 60px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
    padding-bottom: 37px;
    border: 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font_family1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--system_primery_color);
    flex: 80px 0 0;
    margin-right: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 {
    margin-bottom: 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 21px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span {
    font-size: 14px;
    font-weight: 500;
    color: #373737
}

.conversition_box .single_comment_box .comment_box_inner {
    border-bottom: 1px solid #e9e7f7;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info {
    display: flex;
    --thumb-img: 50px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb {
    width: var(--thumb-img);
    height: var(--thumb-img);
    flex: var(--thumb-img) 0 0;
    margin-right: 15px;
    margin-bottom: 20px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb img {
    width: 100%;
    border-radius: 50%
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text {
    position: relative;
    z-index: 1;
    width: calc(100% - var(--thumb-img))
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    display: inline-block
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 2px;
    display: block;
    color: #7b7887
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text p {
    font-size: 16px;
    color: var(--system_secendory_color);
    line-height: 1.7;
    margin-bottom: 14px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view {
    display: flex;
    align-items: center
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .attacthment_link {
    font-size: 11px;
    background: #a9a9a9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 5px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view {
    color: #fff;
    background: #a9a9a9;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view i {
    font-size: 12px;
    line-height: 1
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_edit {
    text-align: right
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply {
    margin-left: 50px;
    border-bottom: 1px solid #e9e7f7
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .attach_view {
    justify-content: flex-end
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 {
    margin-left: 100px;
    border-bottom: 1px solid #e9e7f7
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .thumb {
    margin-left: 15px;
    margin-right: 0
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .attach_view {
    justify-content: flex-end
}

@media (max-width:575.98px) {

    .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply,
    .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 {
        margin-left: 20px
    }
}


.lms_single_reviews {
    display: flex;
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 25px;
    margin-bottom: 30px
}

.lms_single_reviews.replyBox {
    padding-right: 123px
}

.lms_single_reviews .thumb {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font_family1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--system_primery_color);
    flex: 80px 0 0;
    margin-left: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px
}

.lms_single_reviews:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0
}

.lms_single_reviews .review_content h4 {
    margin-bottom: 1px;
    color: #202e3b
}

.lms_single_reviews .review_content .review_content_head {
    margin: 0 0 23px;
    grid-gap: 20px
}

.lms_single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 0
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 0 0 15px
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
    margin-left: 5px
}

.lms_single_reviews .review_content .rated_customer span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    line-height: 1
}

.lms_single_reviews .review_content p {
    font-size: 16px;
    line-height: 1.88;
    color: #373737
}

.lms_tabmenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font_family1), sans-serif;
    color: #202E3B;
    border-radius: 10px;
    padding: 13px 39px;
}

/* For small screens (mobile devices) */
@media (max-width: 600px) {
    .lms_tabmenu li a {
        font-size: 11px;
        padding: 10px 7px;
    }
}

/* For medium screens (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
    .lms_tabmenu li a {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* For large screens (desktops) */
@media (min-width: 1025px) {
    .lms_tabmenu li a {
        font-size: 16px;
        padding: 13px 39px;
    }
}

.latest-course-img {
    width: 130px !important;
    margin-right: 15px;
}

.courses-details__image img {
    width: 100%;
}

.footer-widget.about-widget .logo a img {
    width: 100%;
}

.courses-details__main_overview .courses-details__main_overview_content {
    margin-top: 40px;
}
.course_tabs ul#myTab li.nav-item a:hover {
    color: #94c11f;
}
div#myTabContent .tab-pane{
    margin-top: 20px;
}
.courses-details__content img {
    width: 100%;
}
div#mainComment .single_input textarea {
    width: 100%;
}