/* Footer CSS */
.footer_ctawrapper {
    background: #123456 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0;
    position: relative
}
.footer_fingerprint {
    display: grid;
    grid-template-columns: 82px auto;
    gap: 30px;
}
.footercta_text h3 {
    font-size: 20px;
    margin: 0 0 35px;
    font-weight: 600
}
.footercta_text h2 {
    font-size: 24px;
    margin: 0 0 5px
}
.footercta_text p {
    margin: 0
}
.footercta_right h2 {
    font-size: 24px;
    margin: 35px 0 5px
}
.footercta_right a {
    color: #fff;
    text-decoration: underline;
    display: inline-block
}
.footercta_right a.tel_no {
    margin: 3px 0 15px;
    text-decoration: none
}
.footercta_right p {
    color: #fff
}
.footercta_right .cta_btn_white {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #123456;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 35px;
    text-decoration: none;
    line-height: normal;
    transition: .2s
}
.footercta_right .cta_btn_white:hover {
    background: #f2f2f2
}
.footer_area {
    background: rgba(222,229,243,.50);
    font-size: 15px;
    padding: 40px 0;
}
.footer_area .panel-group {
    margin: 0
}
.footer_area .panel-group .panel {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin: 0
}
.footer_area .panel-group .panel.legal_widget {
    max-width: 180px;
}
.footer_area .panel-group .panel-default .panel-body {
    border: medium none;
    padding: 0px
}
.footer_area h3, .footer_area h3 {
    color: #123456;
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 700
}
.footer_area .panel-default .panel-heading {
    background: transparent none repeat scroll 0 0;
    padding: 0
}
.footer_area .panel-default .panel-heading a {
    color: #123456;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap
}
.footer_area .panel-default.about_widget .panel-heading a {
    border-bottom: 2px solid #123456;
    font-family: "Sentinel-Semibold";
    font-size: 22px;
    margin: 0 0 25px;
    padding: 0 0 5px;
    text-transform: capitalize
}
.footer_menu_link {
    margin: 0 0 20px
}
.footer_menu_link a {
    color: #123456;
    display: inline-block;
    margin: 0 0 5px;
    opacity: .59;
    text-transform: capitalize;
    transition: all .4s ease 0;
    text-decoration: none;
    font-size: 14px
}
.footer_menu_link a:hover {
    text-decoration: underline;
    opacity: 1;
    text-decoration: underline
}
.footer_menu_link a:has(img) {
    white-space: nowrap;
}
.footer_menu_link a:has(img) img {
    margin-right: 10px;
}
.statements_text {
    border: 1px solid #123456;
    margin: 30px auto 20px;
    padding: 10px;
    max-width: 1000px;
}
.statements_text p {
    color: #123456;
    font-size: 14px;
    margin: 0;
    text-align: center
}
.footer_bottom_mobile p {
    margin: 0;
    font-size: 14px
}
.register_year {
    font-weight: 600;
    padding: 4px 0 0
}

/* Old Cookie CSS */
.cookiesModal {
    border: medium none;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.cookies_banner {
    background: #fff none repeat scroll 0 0;
    border: 0.5px solid #123456;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    padding: 15px 30px;
}
.cookies_banner a {
    color: #123456;
    font-size: 14px;
    text-decoration: underline;
}
.cookies_banner ul {
    display: block;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}
.cookies_banner li {
    display: inline-block;
    margin: 0 10px;
}
.cookies_banner ul li .cookies_btn {
    border: 1px solid #123456;
    float: none;
    font-weight: 600;
    font-size: 13px;
    height: 35px;
    min-width: 200px;
    padding: 5px 15px;
    position: relative;
    right: auto;
    text-transform: uppercase;
    top: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cookies_banner ul li .cookies_btn:hover {
    background: #123456;
    color: #fff;
}
.cookies_banner ul li .cookies_btn img {
    margin-top: -1px
}
.cookies_banner ul li .cookies_btn img.check_white {
    display: none
}
.cookies_banner ul li .cookies_btn:hover img.check_white {
    display: inline-block
}
.cookies_banner ul li .cookies_btn:hover img.check_navy {
    display: none
}

/* New Cookies CSS */
.newcookies {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    box-shadow: 0 0 10px #ccc;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    border-radius: 0;
}
.newcookies_banner {
    margin: 0 auto;
    max-width: 1520px;
    padding: 0px;
    position: relative;
    width: 100%;
    color: #123456;
}
.newcookies_wrapper {
    padding: 20px 15px 15px;
}
.newcookies_banner h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
}
.newcookies_content_left {
    padding-right: 20px;
}
.newcookies_content_left p {
    font-size: 14px;
}
.newcookies_content_left a {
    color: #007bc3;
    text-decoration: underline;
}
.newcookies_content_right .btn-default {
    background: #fff;
    border: 1px solid #123456;
    color: #123456;
    font-weight: 600;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 12px 20px;
    border-radius: 3px;
    white-space: nowrap
}
.mbl_setting .d-md-block {
    display: inline-block!important;
}
.newcookies_content_right .btn-default.btn-cookie:hover {
    background: #f2f2f2
}
.newcookies_content_right .btn-default.all-accept {
    background: #123456;
    border: 1px solid #123456;
    color: #fff;
    margin-left: 15px;
}
.newcookies_content_right .btn-default.all-accept:hover {
    background: #123456;
    border: 1px solid #123456;
}
.adjust_cookie_content {
    background: #f3f4f6 none repeat scroll 0 0;
    padding: 20px;
    position: relative;
    width: 100%;
}
.adjust_cookie_content .btn-close {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.adjust_cookie_wrapper {
    position: relative;
    gap: 20px;
}
.single_cookies {
    position: relative;
    width: 50%;
}
.checkbox_style input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    margin: 0;
}
.checkbox_style label {
    color: #123456;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-left: 30px;
    position: relative;
}
.checkbox_style label:before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #123456;
    border-radius: 3px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.checkbox_style input[type="checkbox"]:checked + label:before {
    background: #123456 none repeat scroll 0 0;
    color: #fff;
    content: "";
    line-height: 18px;
    text-align: center;
}
.checkbox_style input[type="checkbox"]:checked + label:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    height: 12px;
    left: 7px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
}
.checkbox_style input[type="checkbox"]:checked + label.necessary_chk:before {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.single_cookies .checkbox_style label span {
    display: block;
    font-weight: 600;
    margin: 0 0 5px;
}
.checkbox_style.analy_checkbox input[type="checkbox"]:checked + label::before {
    background: #0070ba none repeat scroll 0 0;
    border: 2px solid #0070ba;
}


/* Only 768px or Over 768px width device */
@media only screen and (min-width:768px) {
    .footer_area .panel-group {
        display: flex;
        gap: 30px;
    }
    #footerAccordion [data-bs-parent="#footerAccordion"] {
        display: block !important;
        height: auto !important
    }
    ul.footer_menu_link.column-two {
        column-count: 2;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_area .panel-group {
        flex-wrap: wrap;
        gap: 25px;
    }
    .statements_text {
        margin: 20px 0 10px
    }
    .footercta_text h3 {
        font-size: 16px;
        margin: 0 0 45px
    }
    .newcookies_content_right .btn-default {
        font-size: 13px;
        padding: 12px 8px;
    }
}

@media only screen and (max-width: 767px) {
    .footercta_text {
        margin: 0 0 20px
    }
    .footercta_text h2 {
        font-size: 23px
    }
    .footercta_text p, .play_app_store p {
        font-size: 13px
    }
    .footercta_right a {
        font-size: 14px
    }
    .footercta_right .cta_btn_white {
        display: block;
        max-width: 205px;
        text-align: center;
    }
    .footer_area {
        padding: 30px 0;
        background-color: #efefef;
    }
    .footer_area .panel-group {
        margin: 0
    }
    .footer_area .panel-group .panel {
        border-bottom: 1px solid #123456;
    }
    .footer_area .panel-group .panel:first-child {
        border-bottom: 2px solid #123456
    }
    .footer_area h3, .footer_area h3 {
        margin: 0
    }
    .footer_area .panel-default .panel-heading a {
        text-transform: capitalize;
        padding: 15px 12px;
        font-size: 16px;
        font-weight: 600;
    }
    .footer_area .panel-default .panel-heading a.aboutus_text {
        padding: 12px 12px;
        border: none;
        margin: 0
    }
    .footer_area .panel-default .panel-heading a:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 0;
        border-right: 2px solid #123456;
        border-bottom: 2px solid #123456;
        right: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px
    }
    .footer_area .panel-default .panel-heading a[aria-expanded="true"]:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 22px
    }
    .footer_area .panel-default .panel-heading a[aria-expanded="true"] img {
        transform: rotate(180deg)
    }
    .footer_menu_link a {
        padding-left: 20px
    }
    .footer_area .panel-group .panel.legal_widget {
        max-width: 100%
    }
    #footerAccordion .connect_widget [data-bs-parent="#footerAccordion"] {
        display: block;
        height: auto!important;
    }
    .footer_area .panel-default.connect_widget .panel-heading {
        display: none;
    }
    .footer_area .panel-group .panel-default.connect_widget .panel-body {
        display: flex;
        justify-content: space-between;
        padding: 25px 15px 0 12px;
    }
    .footer_area .panel-group .panel.connect_widget {
        border: none;
    }
    .connect_widget .footer_menu_link a {
        padding: 0;
    }
    .play_app_store .app_links {
        margin: 0 0 10px;
        text-align: center
    }
    .play_app_store p {
        text-align: center
    }
    .statements_text {
        margin: 0px auto 15px;
        text-align: center;
        padding: 10px;
        width: 100%;
    }
    .footer_bottom_mobile {
        text-align: center
    }
    /* Old Cookies */
    .cookies_banner {
        border-top: 1px solid #E6E9ED;
        padding: 15px 10px;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    .cookies_banner p {
        font-size: 12px;
        line-height: 14px;
    }
    .cookies_banner a {
        font-size: 12px;
        display: inline-block
    }
    .cookies_banner ul li .cookies_btn {
        font-size: 12px;
        font-weight: normal;
        height: 27px;
        padding: 5px 15px;
        text-transform: none;
    }
    /* New Cookies */
    .newcookies_wrapper {
        padding: 12px 15px 5px;
    }
    .newcookies_banner h4 {
        font-size: 14px;
        margin: 0 0 55px;
        cursor: pointer;
    }
    .newcookies_banner h4[aria-expanded="true"] {
        margin: 0 0 10px
    }
    .newcookies_banner h4[aria-expanded="true"] img {
        transform: rotate(180deg);
    }
    .newcookies_banner h4 img {
        float: right;
    }
    .newcookies_content, .adjust_cookie_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newcookies_content_left {
        padding-right: 0;
    }
    .newcookies_content_left p {
        font-size: 13px;
    }
    .newcookies_content_left.show p {
        margin: 0 0 50px;
    }
    .newcookies_content_right {
        bottom: 0;
        left: 0;
        padding: 10px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    .newcookies_content_right ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
    }
    .newcookies_content_right ul li {
        width: 50%;
    }
    .newcookies_content_right ul button {
        width: 100%;
    }
    .newcookies_content_right .btn-default {
        font-size: 12px;
        padding: 10px 5px;
    }
    .mbl_setting .d-md-block {
        display: none!important;
    }
    .adjust_cookie_content {
        background: #fff none repeat scroll 0 0;
        padding: 0 15px 15px;
    }
    .adjust_cookie_content .btn-close {
        width: 40px;
        height: 40px;
        font-size: 40px;
        z-index: 2;
        top: -15px
    }
    .newcookies_banner .mbl_cookies_text h4 {
        margin: 0 0 10px;
    }
    .mbl_cookies_text p {
        color: #123456;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 15px;
    }
    .adjust_cookie_wrapper {
        margin-bottom: 45px;
        gap: 15px;
    }
    .single_cookies {
        width: 100%;
    }
    .checkbox_style label {
        font-size: 13px;
        line-height: 16px
    }
    .newcookies_content_right .btn-default.all-accept {
        min-width: 130px !important;
        margin: 0
    }
    .newcookies_content_right.d-block d-sm-none {
        padding: 0 15px 15px;
        text-align: center;
    }
    .mbl_hide {
        display: none;
    }
    .newcookies_banner h4.mbl_hide {
        display: none !important;
    }

}
