/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.****************************
 */

/*-----------------------------------------------------------
    news page related css which is used in application----
    ---START---
------------------------------------------------------------*/
.center_class{
    text-align: center !important;
}
.custom_font_weight_bold_careers {
    font-weight: bold !important;
}



.custom_border_option_2{
    border-top: 1px #173D7A solid;
    position: relative;
    padding:1px 1px 1px 1px;
}
.custom_border_option_2:before{}
.custom_border_option_3{
    border-top: 1px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:1px 1px 1px 1px;
}
.custom_border_option_3:before{}



.event-single-items .bg-wrapper .custom_event_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.event-single-items .bg-wrapper .custom_event_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
    background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
    border-radius: 10px;
}



.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_border_option_white_left{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:72% !important;
}
.custom_border_option_white_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}



@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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        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_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 14px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 12px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -30%;
        margin-bottom: 20%;
        width: 100% !important;
    }
}

@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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: 1%;
        margin-bottom: 25%;
        width: 100% !important;
    }
}

@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: 500px !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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 13% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 17px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -25%;
        margin-bottom: 2%;
        width: 100% !important;
    }
}

@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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        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_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 17px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -1%;
        margin-bottom: 8%;
        width: 100% !important;
    }
}

@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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        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_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
}

@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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        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_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
}

@media (min-width: 1920px) {
    .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/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        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_news{
        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_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


