/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.****************************
 */

/*---------------------------------------------------------------------------
    why join to celataTech page related css which is used in application-----
    ---START---
----------------------------------------------------------------------------*/
.custom_border_option{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_left{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:100% !important;
}
.custom_border_option_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_white{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option_white:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_card_box_why_joing_to_celataTech_page{
    width: 100% !important;
}
.custom_box_shadow_why_joing_to_celataTech_page{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF9FC;
    -webkit-box-shadow: 5px 5px 5px rgba(20, 90, 146, 0.14);
    box-shadow: 5px 5px 5px rgba(221, 19, 26, 0.14);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px !important;
}



@media (min-width: 320px) {
    .header-area {
        padding: 160px 0 70px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 170px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }

    .header-area.header-sanatory .header-inner .title {
        font-size: 65px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 600px;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:300px;
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 8%;
    }
}

@media (min-width: 480px) {
    .header-area {
        padding: 140px 0 70px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 170px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }

    .header-area.header-sanatory .header-inner .title {
        font-size: 60px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 600px;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 25% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:400px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 768px) {
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:600px;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1024px) {
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:600px;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1280px) {
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:600px;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 14px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1366px) {
    .header-area {
        padding: 170px 60px 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:600px;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page{
        text-align: center !important;
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 16px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1920px) {
    .header-area {
        padding: 170px 60px 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-image:url(../../assets/img/sub_banners/why_join_celataTech_sub_banner.png);
    }
    .custom_underline_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_why_join_celataTech{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_main_sub_title_use_in_why_joing_to_celataTech_page {
        word-wrap: break-word;
        width:600px;
        font-size: 46px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_why_joing_to_celataTech_page {
        text-align: center !important;
        font-size: 46px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page{
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .custom_title_sub_for_why_joing_to_celataTech_page_black{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .description_why_joing_to_celataTech_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_paragraph_why_joing_to_celataTech_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .description_top_header_why_joing_to_celataTech_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


