/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.****************************
 */

/*-----------------------------------------------------------
    careers page related css which is used in application----
    ---START---
------------------------------------------------------------*/
.pagination {
    display: flow-root;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.panel-footer ul li + li {
    margin: 5px 0px;
}

.panel-footer ul li {
    display: inline-flex;
}

.panel-footer {
    text-align: center !important;
    margin-top: 4% !important;
    display: block;
}

.panel-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-footer ul li a,
.panel-footer ul li span {
    justify-content: center;
    display: block;
    padding: 3px 25px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.panel-footer ul li span.current,
.panel-footer ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.custom_table_class_use_in_careers{
    border-bottom: 1px solid #ccc;
    line-height: 2.8em;
    background-color: white !important;
}
.custom_campaign_section_area .campaign-single-items-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color-two);
    padding-left: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}

.custom_campaign_section_area .campaign-single-items-02::after {

}

.custom_campaign_section_area .campaign-single-items-02 .icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 28px;
    font-size: 30px;
    color: var(--heading-color);
}
.custom_campaign_section_area .campaign-single-items-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .title {
    position: relative;
}

.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .title h5 {
    font-size: 24px;
    line-height: 9px;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 10px;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line {
    margin-left: 15px;
    padding-top: 5px;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line .dot.style-02 {
    width: 45px;
}
.custom_campaign_section_area .campaign-single-items-02 .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 0px;
}
.custom_campaign_section_area .campaign-single-items-02 .shape {

}
.custom_border_for_card_box_careers{
    border: 1px #a8aab1 dashed !important;
    border-radius: 10px;
    padding: 20px 40px 40px 40px;
}
.center_class{
    text-align: center !important;
}
.custom_font_weight_bold_careers {
    font-weight: bold !important;
}
.custom_project_section_card .single-items-wrapper .planing-single-item {
    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: 0px 15px 30px rgba(221, 19, 26, 0.14);
    box-shadow: 0px 15px 30px rgba(221, 19, 26, 0.14);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100% !important;
}
.custom_project_section_card .single-items-wrapper .planing-single-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #6B6B6B;
    margin-bottom: 0;
}
.custom_project_section_card .single-items-wrapper .planing-single-item .content p {
     font-size: 30px;
     line-height: 40px;
     font-family: var(--heading-font);
     font-weight: 700;
     color: var(--main-color-one);
     margin-bottom: 0;
}
.custom_project_section_card .single-items-wrapper .planing-single-item .icon {
    font-size: 34px;
    margin-right: 25px;
}

.custom_btn_hover{
    color: white !important;
    background-color: #173D7A !important;
}

.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) {
    .custom_display_helper_mobile{
        display: inline;
        background: #DD131A;
        color:white;
        padding:8px;
        padding-bottom: 10px;
        padding-right:12px;
        border-radius: 4px;
        line-height: 50px;
    }
    .custom_display_helper_web{
        display: none;
    }
    .custom_display_helper_careers{
        display: none;
    }
    .custom_padding_top_option_for_careers{
        margin-top:21%
    }
    .custom_btn_careers{
        padding: 8px 8px 8px 8px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:3%;
        float: right;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:300px;
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:300px;
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: none;
    }
    .custom_date_class_use_for_careers{
        font-size: 20px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 8%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 100%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 100%;
    }
}

@media (min-width: 480px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_display_helper_careers{
        display: none;
    }
    .custom_padding_top_option_for_careers{
        margin-top:21%
    }
    .custom_btn_careers{
        padding: 10px 10px 10px 10px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:2%;
        float: right;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:400px;
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:400px;
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: none;
    }
    .custom_date_class_use_for_careers{
        font-size: 22px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 100%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_padding_top_option_for_careers{
        margin-top:12%
    }
    .custom_btn_careers{
        padding: 10px 10px 10px 10px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:2%;
        float: right;
    }
    .custom_display_helper_careers{
        display: inline-block;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: block;
    }
    .custom_date_class_use_for_careers{
        font-size: 24px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 100%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_padding_top_option_for_careers{
        margin-top:14%
    }
    .custom_btn_careers{
        padding: 14px 14px 14px 14px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:4%;
        float: right;
    }
    .custom_display_helper_careers{
        display: inline-block;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: none;
    }
    .custom_date_class_use_for_careers{
        font-size: 20px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.1% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 85%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 85%;
    }
}

@media (min-width: 1280px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_padding_top_option_for_careers{
        margin-top:12%
    }
    .custom_btn_careers{
        padding: 14px 14px 14px 14px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:4%;
        float: right;
    }
    .custom_display_helper_careers{
        display: inline-block;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:430px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_padding_top_option_use_in_header{
        padding-top: 20px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: block;
    }
    .custom_date_class_use_for_careers{
        font-size: 24px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.1% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 85%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 85%;
    }
}

@media (min-width: 1366px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_padding_top_option_for_careers{
        margin-top:12%
    }
    .custom_btn_careers{
        padding: 14px 14px 14px 14px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:4%;
        float: right;
    }
    .custom_display_helper_careers{
        display: inline-block;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 26% !important;
    }
    .custom_underline_two_for_main_topic_left_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page{
        text-align: center !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 16px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: block;
    }
    .custom_date_class_use_for_careers{
        font-size: 24px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .description_top_header_careers_page{
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.1% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 85%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 85%;
    }
}

@media (min-width: 1920px) {
    .custom_display_helper_mobile{
        display: none;
    }
    .custom_display_helper_web{
        display: inline-block;
    }
    .custom_padding_top_option_for_careers{
        margin-top:12%
    }
    .custom_btn_careers{
        padding: 14px 14px 14px 14px !important;
    }
    .custom_social_plugin_option_in_careers{
        margin-top:4%;
        float: right;
    }
    .custom_display_helper_careers{
        display: inline-block;
    }
    .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/careers_sub_banner.png);
    }
    .custom_underline_main_topic_left_grow_with_us{
        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_grow_with_us{
        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_careers_page {
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .custom_main_sub_title_use_in_careers_page_2{
        word-wrap: break-word;
        width:600px;
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_main_sub_title_option_2_use_in_careers_page {
        text-align: center !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_careers_page{
        color: #2e3436 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .custom_sub_title_use_in_careers_page_white{
        color: #ffff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
    }
    .custom_paragraph_careers_page{
        font-size: 16px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_careers_page_center{
        font-size: 16px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_font_use_in_title_option_three{
        font-size: 18px !important;
        line-height: 30px;
    }
    .custom_display_option_careers{
        display: block;
    }
    .custom_date_class_use_for_careers{
        font-size: 24px !important;
    }
    .description_carrers_page_use_in_paragraph{
        color: #2e3436 !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .description_top_header_careers_page{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.1% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .party-single-item .content .description {
        font-size: 16px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-bottom: 25px;
        max-width: 85%;
    }
    .party-single-item .content .vision-quotes {
        background: #fff;
        padding: 20px 35px;
        border-left: 5px solid var(--main-color-one);
        position: relative;
        max-width: 85%;
    }
}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


