.btn_2 {text-transform: none!important;}
.featureText {font-style: italic; color: #003476;}
span.getinbtn {vertical-align: sub; font-size: 20px; margin-left: 5px;}
.policyTitle {color:#fff; text-transform: none;}
.cc_dialog.simple {right: auto!important; left: 0!important;}
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {background-color: #003476!important;}
.dark.cc_dialog, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li[active=true] {background-color: #046ec5!important;}
.dark.cc_dialog button.cc_b_ok, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {color: #fff!important; background-color: #00aeef!important; border:1px solid transparent!important;}
.dark.cc_dialog button.cc_b_cp {background-color: #003677!important; color: #fff!important;}
.dark.cc_dialog button.cc_b_ok:hover, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button:hover {background-color: transparent!important; color: #fff!important;border:1px solid #00aeef!important;}
.dark.cc_dialog button.cc_b_cp:hover {background-color: transparent!important; color: #fff!important; border:1px solid #003677!important;}
@media (max-width: 991px) {.cc_dialog.simple { max-width: 100%!important; padding: 1.5rem !important;}}
body .userway.userway_p2, body .userway.userway_p1 {top: auto!important;bottom: 13px!important;}
@media (max-width: 768px) {.banner_part .banner_text .banner_btn_1 {margin-right: 10px;}}
a#changePref { display: inline-block;background-color: #046ec5;text-align: center; border-radius: 4px; position: fixed; top: 15px; right: 90px; transition: background-color .3s, opacity .5s,visibility .5s; z-index: 1000; width: 50px; height: 50px;  background-image: url(../img/icon/gdprPref-48.png);opacity: 0;visibility: hidden;}
a#changePref:active {background-color: #555;}
a#changePref:hover {cursor: pointer;background-color: #003476;}
a#changePref.show {opacity: 1; visibility: visible;}
.appTitle{color:#00703c!important; font-weight: 500!important;}    
h2.tv-faqs-title-tm {color:#333;font-weight:400;font-size:42px; margin-bottom:30px;}
h2.tv-faqs-title-tm i {font-size:32px; margin-right:10px;}
ul.tv-faqs-filter-tm.affix {width:360px; top:33px;}
ul.tv-faqs-filter-tm {padding:0;margin:0;list-style:none;}
ul.tv-faqs-filter-tm li {margin-bottom:10px;display:block; position:relative; padding-right:15px;}
ul.tv-faqs-filter-tm li a {color:#036ec5 !important;}
ul.tv-faqs-filter-tm li a i {position:absolute;  right:-12px; top:20%; color:#036ec5 !important;}
ul.tv-faqs-filter-tm li a em {position:absolute; right:-12px; top:20%; color:#036ec5 !important;}
article.tv-faqs-container-tm {border-bottom:1px solid #ccc;  padding-bottom:20px; margin-bottom:30px;}
article.tv-faqs-container-tm h3 {font-weight:400;  padding:0; margin:0 0 20px 0; color:#036ec5; font-size:24px;}
article.tv-faqs-container-tm p {color:#777; font-size:16px;}
article.tv-faqs-container-tm ul {margin-bottom: 16px;font-size:16px;}
article.tv-faqs-container-tm ul li { margin-bottom: 10px;}
.tv-faqs-answer-tm.feature_part_text, .tv-faqs-answer-tm.feature_part_text li {text-align: justify;}
@media (min-width: 768px){
.quotes {padding: 25px 25px 25px 30px;}
}
.quotes {background: #f7f7f7; padding: 15px 15px 15px 20px;  border-left: 2px solid #ca2e2e;font-size:16px!important;}
.sample {border-left: 2px solid #046ec5;}
.bolderTxt {font-weight: bolder;}
.gallery-box {width: 100%;}
.gallery-img {display: block; width:initial; cursor: pointer;}
.gallery-img:hover {filter: brightness(110%);}
.lightbox {position: fixed;top: 0; left: 0; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; z-index: 15;}
.lightbox::before {content: ''; position: absolute; display: block; height: 100%; width: 100%; z-index: 11; opacity: 0; background: rgba(0, 0, 0, 0.7);}
.lightbox .img-box { position: relative; height: 70vh; width: 100%; max-width: 120rem; max-height: 70vh; opacity: 0; z-index: 13;}
@media only screen and (max-width: 768px) {
  .lightbox .img-box {width: 80%;max-width: 100%;}
  }
.lightbox .img-box img {width: 100%;height: 100%;object-fit: contain;opacity: 0;}
.lightbox .close {background: rgba(0, 0, 0, 0.5);color: #fff; border: none; border-radius: 100%; width: 5rem; height: 5rem;  display: flex; font-size: 1.6rem; justify-content: center; align-items: center; position: absolute; top: 1%; right: 1%;  cursor: pointer; opacity: 0;}
.lightbox .close:focus {outline: none;}
.appearBefore::before {transition: opacity .3s ease;opacity: 1;}
.appear {transition: opacity .3s ease-in-out; opacity: 1 !important;}
.disappear { transition: opacity .3s ease-in-out; opacity: 0 !important;}
.imgAppear {animation: circleAppear .3s ease-out forwards;}
.imgDissapear {animation: circleDisappear .3s ease-in forwards !important;}

@keyframes circleAppear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes circleDisappear {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.overflow-hidden {overflow: hidden;}

/*SEARCH FUNCTION*/
#search-container {padding-top: 10px;padding-bottom: 10px;}
#search-field { outline: none;display: inline-block;width: 350px; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #046ec5;border-radius: 12px;font-weight: 100; font-size: 24px; color: #757373;}

.help_img {padding: 10px;}
:target::before { content: "";display: block; height: 70px; /* fixed header height*/ margin: -35px 0 0; /* negative fixed eader height */}
.govlogo {background-image: url(../img/govgr-logo.svg)!important;}