/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.****************************
 */

/*-----------------------------------------------------------
    Common css for line styles use 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_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: 150px 0 20px !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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 280px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 10px !important;
        width: 200px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 20px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: -45%;
        margin-bottom: 5%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 23px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 13px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 8%;
    }
}

@media (min-width: 480px) {
    .header-area {
        padding: 150px 0 20px !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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 350px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 11px !important;
        width: 250px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 22px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: -58%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 23px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 768px) {
    .header-area {
        padding: 150px 60px 20px !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: 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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 380px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 11px !important;
        width: 280px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 22px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: -13.5%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 24px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1024px) {
    .header-area {
        padding: 150px 60px 10px !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: 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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 400px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 11px !important;
        width: 300px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 23px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: 6%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 25px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.3% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1280px) {
    .header-area {
        padding: 150px 60px 10px !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: 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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 400px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 12 !important;
        width: 300px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 23px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: 4%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 26px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_margin_bottom{
        margin-bottom: -0.3% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1366px) {
    .header-area {
        padding: 150px 60px 10px !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: 50px;
        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: 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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 400px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 12px !important;
        width: 300px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 23px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: 4%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 26px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_margin_bottom{
        margin-bottom: -0.3% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}

@media (min-width: 1920px) {
    .header-area {
        padding: 150px 60px 10px !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: 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/cookies_settings_sub_banner.png);
    }
    .custom_underline_main_topic_left_cookies_settings{
        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_cookies_settings{
        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_cookies_settings_page{
        color: #2e3436 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    #cookieNotice.display-right {
        left: 20px;
        bottom: 20px;
        max-width: 400px;
    }
    #cookieNotice.light {
        background-color: #fff;
        color: #393d4d;
    }
    .cookies_content_title{
        font-family: inherit;
        font-weight: bold;
        text-align: center;
        font-size: 16px !important;
    }
    .description_cookies_content{
        font-size: 12px !important;
        width: 300px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        text-align: justify !important;
        line-height: 23px;
    }
    .custom_cookies_btn{
        background-color: #006BB3 !important;
        color: white !important;
        font-size: 12px;
        border: none;
    }
    #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 1;
    }
    #cookieNotice * {
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }
    #cookieNotice .title-wrap svg {
        margin-right: 10px;
    }
    .custom_breadcrumbs_cookies_settings{
        display: block;
        margin-left: 4%;
    }
    .custom_page_main_title_for_cookies_settings{
        font-size: 27px !important;
    }
    .description_cookies_settings_content{
        color: #2e3436 !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .custom_margin_bottom{
        margin-bottom: -0.3% !important;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


