@charset "UTF-8";









html {
  max-width: 100%;
  overflow-x: hidden;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
iframe {border:0px}
img,
iframe,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 30px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #002355;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad_top {
  padding-top: 75px;
}

.pad_btm {
  padding-bottom: 75px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

.body_wrapper {
  overflow: hidden;
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #75a8da;
}

::selection {
  background-color: #75a8da;
  color: #fff;
}

-webkit-::selection {
  background-color: #75a8da;
  color: #fff;
}

::-moz-selection {
  background-color: #75a8da;
  color: #fff;
}

.loader_running {
  overflow: hidden;
}


.main_title {
  margin-bottom: 70px;
}

.main_title h2 {
  font: 700 48px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.main_title h5 {
  font: 500 24px "Roboto Condensed", sans-serif;
  color: #75a8da;
  margin-bottom: 5px;
}

.main_title p {
  font: 500 16px/26px "Roboto Condensed", sans-serif;
  max-width: 1080px;
  margin: 15px auto 0px;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: #fff;
}

.main_title_2 {
  margin-bottom: 80px;
}

.main_title_2 h2 {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.main_title_2 h2 span {
  color: #75a8da;
}

.main_title_2 p {
  max-width: 720px;
  margin: auto;
  font: 400 16px/28px "Roboto Condensed", sans-serif;
}





.main_btn {
  background: #c50000;
  color: #fff;
  display: inline-block;
  font: 600 18px/50px "Roboto Condensed", sans-serif;
  border-radius: 0px;
  padding: 0px 34.5px;
  transition: all 300ms linear 0s;
}

.main_btn:hover {
  background: #75a8da;
  color: #fff;
}

.icon_btn {
  background: #fff;
  border-radius: 0px;
  color: #002355;
  padding: 0px 42.5px;
  font: 700 18px/55px "Roboto Condensed", sans-serif;
  display: inline-block;
  transition: all 300ms linear 0s;
}

.icon_btn i {
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  top: 1px;
  left: 0px;
  transition: all 300ms linear 0s;
}

.icon_btn:hover {
  background: #75a8da;
  color: #fff;
}

.icon_btn:hover i {
  left: 5px;
}

.text_btn {
  color: #75a8da;
  font: 700 16px "Roboto Condensed", sans-serif;
}

.text_btn i {
  margin-left: 2px;
  position: relative;
  top: 1px;
  left: 0px;
  transition: all 300ms linear 0s;
}

.text_btn:hover {
  color: #75a8da;
}

.text_btn:hover i {
  left: 6px;
}

.green_btn {
  background: #75a8da;
  color: #fff;
  border-radius: 0px;
  padding: 0px 29.5px;
  display: inline-block;
  font: 700 16px/50px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
}

.green_btn i {
  font-size: 21px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}

.green_btn:hover {
  color: #fff;
  background: #002355;
}

.submit_btn {
  background: #75a8da;
  color: #fff;
  border-radius: 0px;
  padding: 0px 55px;
  display: inline-block;
  font: 700 18px/45px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
  outline: none;
  box-shadow: none;
}

.submit_btn i {
  font-size: 21px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}

.submit_btn:hover {
  color: #fff;
  background: #002355;
}





.header_area {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed !important;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav > li > a {
  line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.number:before {
  background: #242424;
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  line-height: 42px;
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a i {
  line-height: 42px;
}

.header_area.navbar_fixed .right_burger {
  top: 17px;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .navbar-brand img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .navbar-brand img + img {
  display: inline-block;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav > li > a {
  color: #002355;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav > li .mobile_dropdown {
  color: #002355;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a {
  color: #fff;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a i {
  color: #fff;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .search_btn img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .search_btn img + img {
  display: inline-block;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .menu_btn img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .menu_btn img + img {
  display: inline-block;
}

.main_menu {
  background: transparent;
}

.main_menu .navbar {
  padding: 0px;
  background-color: transparent !important;
}

.main_menu .navbar .nav.navbar-nav {
  padding-left: 40px;
}

.main_menu .navbar .nav.navbar-nav li {
  margin-right: 25px;
}

.main_menu .navbar .nav.navbar-nav li a {
  color: #002355;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  font: 600 16px/90px "Roboto Condensed", sans-serif;
  position: relative;
  transition: all 300ms linear 0s;
}

.main_menu .navbar .nav.navbar-nav li a:after {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li a:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #75a8da;
  position: absolute;
  bottom: -7px;
  left: 0px;
  transition: all 300ms linear 0s;
  display: none;
}

.main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  cursor: pointer;
  font-size: 9px;
  color: #002355;
  font-weight: 500;
  padding-left: 2px;
}

.main_menu .navbar .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -30px;
    min-width: 245px;
    background: #fff;
    margin: 0px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 30px 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 25px 0px rgba(51, 48, 78, 0.21);
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 30px;
    top: -10px;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
  margin-bottom: 20px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 25px;
  color: #2a3274;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  padding: 0px 30px;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  text-transform: capitalize;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:after {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a i {
  float: right;
  line-height: 25px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #75a8da;
}
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li.active a {
  color: #75a8da;
}
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a i {
  color: #75a8da;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a:before {
  opacity: 1;
  width: 12px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: rotate(0deg);
    left: 97%;
    right: auto;
    min-width: 245px;
    top: -17px;
    transition: all 300ms ease-in;
    padding: 30px 0px;
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -10px;
    top: 20px;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
  padding: 0px 25px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  color: #75a8da;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    left: 101%;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav li:hover a, .main_menu .navbar .nav.navbar-nav li.active a {
  color: #75a8da;
}

.main_menu .navbar .nav.navbar-nav li:hover a:before, .main_menu .navbar .nav.navbar-nav li.active a:before {
  width: 23px;
  color: #75a8da;
}

.main_menu .navbar .nav.navbar-nav li:hover i, .main_menu .navbar .nav.navbar-nav li.active i {
  color: #75a8da;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li:hover.submenu a:after {
    opacity: 1;
    z-index: 9999;
  }
  .main_menu .navbar .nav.navbar-nav li:hover.submenu .dropdown-menu {
    left: -26px;
    visibility: visible;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav.navbar-right {
  padding-left: 30px;
  position: relative;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a {
  line-height: normal;
  color: #242424;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a:before {
  display: none;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  background: #c50000;
  line-height: 45px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0px;
  color: #fff;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a i {
  font-size: 21px;
  line-height: 43px;
  display: inline-block;
  top: 3px;
  position: relative;
  padding-right: 5px;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a:hover i {
  color: #fff;
}

.right_burger {
  position: absolute;
  right: 30px;
  top: 28px;
}

.right_burger .nav li {
  margin-right: 16px;
}

.right_burger .nav li:last-child {
  margin-right: 0px;
}

.right_burger .nav li .search_btn {
  cursor: pointer;
}

.menu_tow .main_menu .navbar .navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.menu_tow .main_menu .navbar .navbar-nav li a {
  font: 600 14px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
  line-height: 90px;
}

.just_burger_menu {
  padding-right: 30px;
  padding-top: 30px;
}

.just_burger_menu .main_menu .navbar .navbar-brand {
  display: none;
}

.just_burger_menu .main_menu .navbar .navbar-nav.mr-auto {
  display: none;
}

.just_burger_menu .main_menu .navbar .navbar-collapse {
  justify-content: flex-end;
}

.menu_social {
  position: absolute;
  left: 30px;
  top: 30px;
}

.menu_social li {
  margin-bottom: 20px;
}

.menu_social li a {
  color: #002355;
  font-size: 24px;
  color: #002355;
  transition: all 300ms linear 0s;
}

.menu_social li a:hover {
  color: #75a8da;
}



.menu-is-opened .body_capture {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .sidebar_widget {
  right: 0px;
}

.menu-is-opened .info_sidebar_inner .info_social {
  right: 25px;
  visibility: visible;
}

.menu-is-opened .info_sidebar_inner .info_title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s ease;
}

.menu-is-opened .info_sidebar_inner .appoinment_form .col-lg-12:nth-child(1) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.menu-is-opened .info_sidebar_inner .appoinment_form .col-lg-12:nth-child(2) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}

.menu-is-opened .info_sidebar_inner .appoinment_form .col-lg-12:nth-child(3) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.1s ease;
}

.menu-is-opened .info_sidebar_inner .appoinment_form .col-lg-12:nth-child(4) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s ease;
}

.menu-is-opened .info_sidebar_inner .appoinment_form .col-lg-12:nth-child(5) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease;
}

.menu_btn {
  cursor: pointer;
}

.body_capture {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 35;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.sidebar_widget {
  position: fixed;
  max-width: 440px;
  right: -450px;
  top: 0px;
  width: 100%;
  background: #002355;
  z-index: 9999;
  height: 100%;
  padding: 30px;
  transition: all 0.5s ease;
}

.sidebar_widget .mCSB_container {
  margin-right: 0px;
}

.sidebar_widget .mCSB_scrollTools {
  opacity: 0;
  width: 0px;
}

.info_sidebar_inner .close_btn {
  display: inline-block;
  cursor: pointer;
}

.info_sidebar_inner .info_social {
  position: absolute;
  right: -206px;
  visibility: hidden;
  top: 3px;
  transition: all 0.8s ease;
}

.info_sidebar_inner .info_social li {
  margin-right: 22px;
}

.info_sidebar_inner .info_social li:last-child {
  margin-right: 0px;
}

.info_sidebar_inner .info_social li a {
  font-size: 24px;
  color: #c7c5df;
  transition: all 300ms linear 0s;
}

.info_sidebar_inner .info_social li a:hover {
  color: #75a8da;
}

.info_sidebar_inner .info_title {
  margin-top: 50px;
  margin-bottom: 26px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  transform: translateY(2rem);
}

.info_sidebar_inner .info_title h2 {
  color: #fff;
  font: 600 24px/30px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.info_sidebar_inner .info_title p {
  font: 500 16px/26px "Roboto Condensed", sans-serif;
  color: #8784a3;
  margin-bottom: 0px;
}

.info_sidebar_inner .appoinment_form {
  padding: 0px;
}

.info_sidebar_inner .appoinment_form .col-lg-12:last-child .form-group {
  margin-top: 5px;
}

.info_sidebar_inner .appoinment_form .form-group {
  margin-bottom: 20px;
  transform: translateY(2rem);
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.info_sidebar_inner .appoinment_form .form-group input {
  border-bottom-color: #fff;
  color: #c0bdd3;
  padding: 10px;
}

.info_sidebar_inner .appoinment_form .form-group input.placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group input:-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group input::-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group input::-webkit-input-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group textarea {
  border-bottom-color: #fff;
  color: #c0bdd3;
  padding: 10px;
  padding-top: 0px;
  height: 195px;
  resize: none;
}

.info_sidebar_inner .appoinment_form .form-group textarea.placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group textarea:-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group textarea::-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group textarea::-webkit-input-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .form-group .error {
  color: #fff;
}

.info_sidebar_inner .appoinment_form .form-group label {
  color: #c0bdd3;
}

.info_sidebar_inner .appoinment_form .checkbox_field .checkbox label {
  color: #8784a3;
}

.info_sidebar_inner .appoinment_form .checkbox_field .checkbox label span {
  color: #cac7e7;
}

.info_sidebar_inner .appoinment_form .checkbox_field .checkbox label:before {
  border: 2px solid #8b899e;
}

.info_sidebar_inner .info_footer {
  margin-top: 120px;
}

.info_sidebar_inner .info_footer p {
  font: 500 12px "Roboto Condensed", sans-serif;
  color: #8d8aa9;
  margin-bottom: 10px;
}

.info_sidebar_inner .info_footer h6 {
  font: 500 12px "Roboto Condensed", sans-serif;
  color: #8d8aa9;
  margin-bottom: 0px;
}

.info_sidebar_inner .info_footer h6 i {
  color: #fa4d6e;
}

.info_sidebar_inner .info_footer h6 span {
  color: #fff;
}



.menu-is-opened .canvus_menu_area {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .canvus_menu_area .menu_part_lux {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s linear;
}

.menu-is-opened .canvus_menu_area .menu_part_lux .menu_list {
  opacity: 1;
  transform: translateY(0rem);
}

.canvus_menu_area {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear 0s;
}

.canvus_menu_area .logo_part .right {
  padding-right: 4px;
}

.canvus_menu_area .logo_part .right .close_btn {
  cursor: pointer;
  line-height: 90px;
}

.canvus_menu_area .menu_part_lux {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
}

.canvus_menu_area .menu_part_lux .mCSB_container {
  margin-right: 0px;
}

.canvus_menu_area .menu_part_lux .mCSB_draggerRail {
  background: transparent !important;
}

.canvus_menu_area .menu_part_lux .mCSB_dragger .mCSB_dragger_bar {
  background: transparent !important;
}

.canvus_menu_area .menu_part_lux .menu_list {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  transform: translateY(4rem);
  opacity: 0;
  transition: all 300ms linear 0s;
  max-height: 545px;
}

.canvus_menu_area .menu_part_lux .menu_list li {
  margin-bottom: 23px;
}

.canvus_menu_area .menu_part_lux .menu_list li a {
  font: 500 30px/40px "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 0px 0px;
  position: relative;
}

.canvus_menu_area .menu_part_lux .menu_list li a i {
  font-size: 14px;
  position: absolute;
  right: -26px;
  top: 40%;
  color: #fff;
}

.canvus_menu_area .menu_part_lux .menu_list li a.open {
  color: #75a8da;
}

.canvus_menu_area .menu_part_lux .menu_list li a.open i {
  transform: rotate(180deg);
  color: #75a8da;
}

.canvus_menu_area .menu_part_lux .menu_list li ul {
  display: none;
  padding: 0px;
  padding-top: 15px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li {
  margin-bottom: 15px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li:last-child {
  margin-bottom: 0px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li a {
  color: #75a8da;
  font: 500 24px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
  padding: 0px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li:hover a {
  color: #fff;
}

.canvus_menu_area.full_canvus .right {
  padding-top: 30px;
  padding-right: 35px;
}

.canvus_menu_area.full_canvus .right .close_btn {
  line-height: 30px;
}



.mobile_canvus_menu {
  background: #fff;
  position: fixed;
  max-width: 328px;
  right: -328px;
  top: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  padding: 25px 30px 30px 34px;
  transition: all 0.5s ease;
}

.mobile_canvus_menu .close_btn {
  float: right;
  cursor: pointer;
}

.mobile_canvus_menu .menu_part_lux {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}

.mobile_canvus_menu .menu_part_lux .mCSB_container {
  margin-right: 0px;
}

.mobile_canvus_menu .menu_part_lux .mCSB_draggerRail {
  background: transparent !important;
}

.mobile_canvus_menu .menu_part_lux .mCSB_dragger .mCSB_dragger_bar {
  background: transparent !important;
}

.mobile_canvus_menu .menu_part_lux .menu_list {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  transform: translateY(4rem);
  opacity: 0;
  transition: all 300ms linear 0s;
  max-height: 300px;
}

.mobile_canvus_menu .menu_part_lux .menu_list li {
  margin-bottom: 2.6vh;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a {
  font: 700 2.5vh/32px "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #002355;
  padding: 0px 0px;
  position: relative;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a i {
  font-size: 12px;
  position: absolute;
  right: -26px;
  top: 40%;
  color: #002355;
  transition: all 300ms linear;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a.open {
  color: #75a8da;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a.open i {
  transform: rotate(180deg);
  color: #75a8da;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul {
  display: none;
  padding: 0px 0px;
  padding-left: 22px;
  padding-top: 12px;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li {
  margin-bottom: 1vh;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li:last-child {
  margin-bottom: 0px;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li a {
  color: #75a8da;
  font: 700 2vh/30px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
  padding: 0px;
  display: block;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li:hover a {
  color: #002355;
}

.mobile_canvus_menu .menu_btm {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 34px;
  padding-right: 36px;
  padding-bottom: 30px;
  width: 100%;
}

.mobile_canvus_menu .menu_btm .green_btn {
  width: 100%;
  font-size: 21px;
  padding: 0px 20px;
  line-height: 60px;
}

.menu-is-opened .mobile_canvus_menu {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .mobile_canvus_menu .menu_part_lux {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s linear;
}

.menu-is-opened .mobile_canvus_menu .menu_part_lux .menu_list {
  opacity: 1;
  transform: translateY(0rem);
}



.white_header .menu_social li a {
  color: #fff;
  transition: all 300ms linear 0s;
}

.white_header .menu_social li a:hover {
  color: #75a8da;
}

.white_header .main_menu .navbar .navbar-brand img {
  display: inline-block;
}

.white_header .main_menu .navbar .navbar-brand img + img {
  display: none;
}

.white_header .main_menu .navbar .nav.navbar-nav > li > a {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav > li .mobile_dropdown {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav > li:hover a, .white_header .main_menu .navbar .nav.navbar-nav > li.active a {
  color: #75a8da;
}

.white_header .main_menu .navbar .nav.navbar-nav > li:hover .mobile_dropdown, .white_header .main_menu .navbar .nav.navbar-nav > li.active .mobile_dropdown {
  color: #75a8da;
}

.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a i {
  color: #fff;
}

.white_header .main_menu .right_burger .nav li .search_btn img {
  display: inline-block;
}

.white_header .main_menu .right_burger .nav li .search_btn img + img {
  display: none;
}

.white_header .main_menu .right_burger .nav li .menu_btn img {
  display: inline-block;
}

.white_header .main_menu .right_burger .nav li .menu_btn img + img {
  display: none;
}





.home_banner_area {
  background: url(../img/pandemie.wwc.webp) no-repeat scroll center center;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 26px;
}

.home_banner_area .home_banner_inner h5 {
  font: 700 27px "Roboto Condensed", sans-serif;
  color: #75a8da;
  margin-bottom: 13px;
  margin-top: 35px;
}

.home_banner_area .home_banner_inner h3 {
  font: 700 50px/60px "Roboto Condensed", sans-serif;
  letter-spacing: -2px;
  margin-right: -67px;
  margin-bottom: 20px;
}

.home_banner_area .home_banner_inner p {
  font: 400 21px/36px "Roboto Condensed", sans-serif;
  margin-bottom: 25px;
}

.home_banner_area img {
  padding-left: 30px;
}

.home_option {
  margin-top: 65px;
  margin-bottom: 40px;
}

.home_option .col-lg-6 {
  margin-bottom: 45px;
}

.home_option .media .d-flex {
  padding-right: 16px;
}

.home_option .media .d-flex i {
  font-size: 42px;
  color: #75a8da;
  margin-top: 3px;
}

.home_option .media .media-body h4 {
  font: 700 21px "Roboto Condensed", sans-serif;
}

.home_option .media .media-body p {
  font: 500 14px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}



.prevention_banner {
  background: url(../img/prevention.wwc.webp) no-repeat scroll center center;
  background-size: cover;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 75px;
}

.prevention_banner .prevention_text h6 {
  color: #75a8da;
  font: 700 18px "Roboto Condensed", sans-serif;
}

.prevention_banner .prevention_text h3 {
  font: 700 40px "Roboto Condensed", sans-serif;
  color: #fff;
}

.prevention_banner .prevention_text .nav {
  margin-bottom: 70px;
}

.prevention_banner .prevention_text .nav li {
  margin-right: 30px;
}

.prevention_banner .prevention_text .nav li:last-child {
  margin-right: 0px;
}

.prevention_banner .prevention_text .nav li:last-child a {
  color: #d0cced;
  font-weight: 400;
}

.prevention_banner .prevention_text .nav li:last-child a:before {
  display: none;
}

.prevention_banner .prevention_text .nav li a {
  color: #fff;
  font: 600 14px "Roboto Condensed", sans-serif;
  position: relative;
}

.prevention_banner .prevention_text .nav li a:before {
  content: "\ec3c";
  position: absolute;
  font-family: "Linearicons" !important;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #d0cced;
}



.breadcrumb_area {
  position: relative;
  background-color:#f0f0f0;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.breadcrumb_area .breadcrumb_text h6 {
  color: #75a8da;
  font: 700 18px "Roboto Condensed", sans-serif;
}

.breadcrumb_area .breadcrumb_text h3 {
  font: 700 40px "Roboto Condensed", sans-serif;
}

.breadcrumb_area .breadcrumb_text .nav {
  margin-bottom: 0px;
}

.breadcrumb_area .breadcrumb_text .nav li {
  margin-right: 30px;
}

.breadcrumb_area .breadcrumb_text .nav li:last-child {
  margin-right: 0px;
}

.breadcrumb_area .breadcrumb_text .nav li:last-child a {
  color: #002355;
  font-weight: 400;
}

.breadcrumb_area .breadcrumb_text .nav li:last-child a:before {
  display: none;
}

.breadcrumb_area .breadcrumb_text .nav li a {
  color: #002355;
  font: 600 14px "Roboto Condensed", sans-serif;
  position: relative;
}

.breadcrumb_area .breadcrumb_text .nav li a:before {
  content: "\ec3c";
  position: absolute;
  font-family: "Linearicons" !important;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #002355;
}

.breadcrumb_area .doctors_bio {
  margin-bottom: -45px;
  margin-top: 45px;
}

.breadcrumb_area.boi_breadcrumb {
  background: linear-gradient(rgba(245, 245, 249, 0.55), rgba(245, 245, 249, 0.55)), url(../img/proteger-virus.wwc.webp);
}

.breadcrumb_area.dark_breadcrumb {
  background: #002355;
  padding-bottom: 70px;
  padding-top: 120px;
}

.breadcrumb_area.dark_breadcrumb .tp_img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text {
  color: #fff;
  padding-bottom: 65px;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li a {
  color: #fff;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li a:before {
  color: #fff;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li:last-child a {
  color: #d0cced;
}

.faq_breadcrumb_area {
  background: #002355;
  position: relative;
  z-index: 1;
  padding: 117px 0px 80px;
}

.faq_breadcrumb_area .breadcrumb_content h2 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}

.faq_breadcrumb_area .breadcrumb_content h6 {
  color: #75a8da;
  font-size: 18px;
}

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.faq_search {
  max-width: 570px;
  margin: 52px auto 0px;
}

.faq_search .form-control {
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #fff;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  color: #fff;
  line-height: 40px;
  height: auto;
  padding-bottom: 12px;
  box-shadow: none;
}

.faq_search .form-control.placeholder {
  color: #fff;
}

.faq_search .form-control:-moz-placeholder {
  color: #fff;
}

.faq_search .form-control::-moz-placeholder {
  color: #fff;
}

.faq_search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.control-with-icon {
  position: relative;
}

.control-with-icon .control-icon {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  font-size: 24px;
  top: 46%;
  transform: translateY(-50%);
}



.doctors_bio .col-lg-6 {
  align-self: center;
}

.doctors_bio .doctors_img {
  padding-right: 30px;
}

.doctors_bio .doctors_bio_text h5 {
  font: 400 16px "Roboto Condensed", sans-serif;
  color: #9a96bb;
  font-style: italic;
}

.doctors_bio .doctors_bio_text h3 {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}

.doctors_bio .doctors_bio_text p {
  font: 400 18px/36px "Roboto Condensed", sans-serif;
  max-width: 480px;
  margin-bottom: 20px;
}



.checker_box_inner {
  text-align: left;
}

.checker_box_inner .checker_simple_text h3 {
  color: #fff;
  font: 700 30px "Roboto Condensed", sans-serif;
}

.checker_box_inner .checker_simple_text p {
  color: #c4c0e4;
  margin-bottom: 0px;
}

.checker_box_inner .checker_simple_text .row {
  margin-top: 35px;
  margin-bottom: -50px;
}

.checker_box_inner .checker_simple_text .media {
  margin-bottom: 50px;
}

.checker_box_inner .checker_simple_text .media .d-flex {
  padding-right: 14px;
}

.checker_box_inner .checker_simple_text .media .d-flex i {
  color: #75a8da;
  font-size: 42px;
}

.checker_box_inner .checker_simple_text .media .media-body h4 {
  color: #fff;
  font: 700 21px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.checker_box_inner .checker_simple_text .media .media-body p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 7px;
}

.checker_form {
  border-radius: 0px;
  background-color: rgba(88, 84, 126, 0.49);
  box-shadow: 0px 10px 40px 0px #75a8da;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 54px;
  padding-right: 30px;
}

.checker_form .bootstrap-tagsinput {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checker_form .bootstrap-tagsinput .badge {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font: 500 16px "Roboto Condensed", sans-serif;
  background: #75a8da;
  padding-left: 14px;
  padding-right: 10px;
}

.checker_form .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent;
  content: "\ec2a";
  font-family: "Linearicons" !important;
}

.checker_form .bootstrap-tagsinput input {
  padding-left: 10px;
  width: 48%;
  font: 500 14px "Roboto Condensed", sans-serif;
  padding-top: 10px;
  color: #c4c0e4;
  background: transparent;
  border: 0px;
}

.checker_form .bootstrap-tagsinput input.placeholder {
  font: 500 14px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input:-moz-placeholder {
  font: 500 14px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input::-moz-placeholder {
  font: 500 14px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input::-webkit-input-placeholder {
  font: 500 14px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
}

.checker_form .radio_btn {
  margin-bottom: 25px;
}

.checker_form .radio_btn h5 {
  color: #fff;
  font: 500 14px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.checker_form .radio_btn .select_conversation {
  display: inline-block;
}

.checker_form .radio_btn .select_conversation input[type="radio"] {
  width: 0px;
  visibility: hidden;
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label {
  color: #75a8da;
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label:before {
  transform: scale(1);
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label:after {
  border-color: #75a8da;
}

.checker_form .radio_btn .select_conversation label {
  position: relative;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 25px;
  top: 0;
  left: 0;
  line-height: 20px;
  cursor: pointer;
}

.checker_form .radio_btn .select_conversation label:before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  background: #75a8da;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.checker_form .radio_btn .select_conversation label:after {
  content: "";
  display: table-caption;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  transition: 240ms;
}

.checker_form .radio_btn .select_conversation + .select_conversation {
  margin-left: 28px;
}

.checker_form .checker_select {
  border-radius: 0px;
  background: transparent;
  padding-left: 0px;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.checker_form .checker_select span {
  color: #fff;
  font: 600 16px "Roboto Condensed", sans-serif;
}

.checker_form .checker_select:after {
  content: "\ec3a";
  font-family: "Linearicons" !important;
  border: none;
  color: #fff;
  transform: rotate(0deg);
  margin-top: -18px;
  right: 24px;
}

.checker_form .button {
  margin-top: 40px;
  text-align: right;
}

.checker_form .button .submit_btn {
  margin-top: 40px;
}





.check_now_area {
  background: #002355;
}

.check_now_area .left .media {
  min-height: 180px;
}

.check_now_area .left .media .d-flex {
  width: 172px;
  text-align: center;
  position: relative;
  justify-content: center;
  padding-top: 20px;
}

.check_now_area .left .media .d-flex img {
  text-align: center;
  animation: rotate 3s linear 1s infinite;
}

.check_now_area .left .media .d-flex img:nth-child(2) {
  position: absolute;
  left: 4px;
  bottom: -5px;
}

.check_now_area .left .media .d-flex img:nth-child(3) {
  position: absolute;
  right: 0px;
  bottom: -30px;
}

.check_now_area .left .media .media-body {
  align-self: center;
  padding-left: 25px;
}

.check_now_area .left .media .media-body h4 {
  color: #fff;
  font: 700 36px "Roboto Condensed", sans-serif;
}

.check_now_area .left .media .media-body p {
  color: #d0cced;
  margin-bottom: 0px;
  font: 500 18px "Roboto Condensed", sans-serif;
}

.check_now_area .right {
  align-self: center;
}

.check_now_area.check_now_box {
  border-radius: 20px;
  background: #75a8da;
  padding-right: 40px;
  margin-top: -62px;
}

.check_now_area.check_now_box .left .media .media-body p {
  color: #fff;
}

.check_now_area.check_now_box .right .icon_btn {
  background: #c50000;
  color: #fff;
  padding: 0px 55px;
}

.check_now_area.full_widget_check {
  border-radius: 0px;
  margin: 0px;
  padding-right: 0px;
  background: url(../img/coronavirus-covid.wwc.webp) no-repeat scroll center center;
  background-size: cover;
}

.check_box {
  margin-bottom: 80px;
}

.check_box .check_now_area.check_now_box {
  margin: 0px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
}



.home_about_corona {
  padding-top: 50px;
}

.home_about_corona .home_ab_img {
  padding-top: 50px;
}

.home_about_corona .home_ab_text {
  margin-left: 40px;
  position: relative;
}

.home_about_corona .home_ab_text:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f0f0f0;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}

.home_about_corona .home_ab_text .home_ab_text_inner {
  margin-left: 40px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item {
  margin-bottom: 27px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item h6 {
  color: #75a8da;
  font: 500 18px "Roboto Condensed", sans-serif;
  margin-bottom: 4px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item h4 {
  font: 700 30px "Roboto Condensed", sans-serif;
  margin-bottom: 13px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item p {
  margin-bottom: 0px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item:last-child {
  margin-bottom: 0px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item:last-child h4 {
  margin-bottom: 3px;
}

.home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item:last-child p {
  margin-bottom: 14px;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner {
  padding-top: 40px;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item p {
  font-style: italic;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li {
  margin-bottom: 15px;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li a {
  padding-left: 25px;
  position: relative;
  display: block;
  font: 400 16px/28px "Roboto Condensed", sans-serif;
  color: #002355;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li a i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: #75a8da;
}

.home_about_corona .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li:last-child {
  margin-bottom: 0px;
}

.symptom_instruction_text {
  padding-top: 40px;
}

.symptom_instruction_text h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
}



.world_wide_tracker {
  padding-bottom: 140px;
}

.world_wide_tracker .container {
  position: relative;
}

.world_wide_tracker .tracker_map {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 1042px;
  margin: auto;
  z-index: -1;
}

.world_wide_tracker .media .d-flex {
  padding-right: 15px;
}

.world_wide_tracker .media .media-body {
  align-self: center;
}

.world_wide_tracker .media .media-body h2 {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 6px;
}

.world_wide_tracker .media .media-body p {
  color: #002355;
  font: 500 16px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.world_wide_tracker .tracker_text {
  text-align: center;
  padding: 60px 0px;
}

.world_wide_tracker .tracker_text h5 {
  color: #75a8da;
  font: 500 24px "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}

.world_wide_tracker .tracker_text h2 {
  font: 700 48px "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}

.world_wide_tracker .tracker_text p {
  font-style: italic;
  margin-bottom: 0px;
}

.world_wide_tracker .tracker_btn {
  text-align: center;
  margin-top: 65px;
  padding-bottom: 90px;
}



.symptoms_area {
  background: url(../img/symptomes-bg.wwc.webp) no-repeat scroll center center;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.symptoms_area .container {
  position: relative;
}

.symptoms_area .nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}

.symptoms_area .nav li:first-child {
  position: absolute;
  left: -150px;
  top: 49%;
  animation: rotate 3s linear 1s infinite;
}

.symptoms_area .nav li:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: rotate 4s linear 1s infinite;
  margin-top: -60px;
  margin-left: -102px;
}

.symptoms_area .nav li:last-child {
  position: absolute;
  right: -135px;
  top: 50%;
  animation: covidmove 6s linear 0.3s infinite;
}

.symptoms_area .title_text {
  margin-top: -75px;
  display: inline-block;
  max-width: 455px;
  margin-bottom: 10px;
}

.symptoms_area .title_text h5 {
  color: #75a8da;
  font: 500 24px "Roboto Condensed", sans-serif;
}

.symptoms_area .title_text h2 {
  font: 700 48px/60px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.symptoms_inner {
  margin-bottom: -30px;
}

.symptoms_inner .col-lg-6 {
  height: 100%;
}

.symptoms_inner .col-lg-6:first-child .symptoms_item {
  margin-top: 50px;
}

.symptoms_inner .col-lg-6:last-child .symptoms_item {
  margin-top: -50px;
}

.symptoms_item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 12px;
}

.symptoms_item .media .d-flex {
  max-width: 180px;
  width: 100%;
}

.symptoms_item .media .media-body h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 13px;
  margin-top: 15px;
}

.symptoms_item .media .media-body p {
  margin-bottom: 0px;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
}



.protect_inner .protect_list_inner {
  margin-bottom: 55px;
}

.protect_inner .main_title {
  margin-bottom: 45px;
}

.protect_inner .main_title h5 {
  font: 500 18px "Roboto Condensed", sans-serif;
}

.protect_inner .main_title h2 {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.protect_inner .protect_img {
  position: relative;
  z-index: 2;
}

.protect_inner .protect_img .nav {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.protect_inner .protect_img .nav li {
  position: absolute;
}

.protect_inner .protect_img .nav li:nth-child(1) {
  left: 28px;
  bottom: 90px;
  animation: rotate 3s linear 0.3s infinite;
}

.protect_inner .protect_img .nav li:nth-child(2) {
  left: 45px;
  top: 55%;
}

.protect_inner .protect_img .nav li:nth-child(3) {
  left: 0px;
  top: 200px;
}

.protect_inner .protect_img .nav li:nth-child(4) {
  left: 114px;
  top: 159px;
  z-index: -1;
}

.protect_inner .protect_img .nav li:nth-child(5) {
  left: 117px;
  top: 35px;
  animation: rotate 1s linear 1s infinite;
}

.protect_inner .protect_img .nav li:nth-child(6) {
  right: 108px;
  top: 160px;
  z-index: -1;
  animation: rotate 5s linear 1s infinite;
}

.protect_inner .protect_img .nav li:nth-child(7) {
  right: 45px;
  bottom: 45px;
  animation: covidmove 6s linear 0.3s infinite;
}

.protect_inner .protect_img .nav li:nth-child(8) {
  right: 25px;
  top: 55%;
}

.protect_inner .protect_img .nav li:nth-child(9) {
  right: 10px;
  top: 190px;
}

.protect_inner .protect_img .nav li:nth-child(10) {
  right: 60px;
  top: 60px;
  animation: covidmove 6s linear 0.3s infinite;
}

.protect_list_item .protect_list_title {
  margin-bottom: 25px;
}

.protect_list_item .protect_list_title h3 {
  font: 700 24px "Roboto Condensed", sans-serif;
  color: #75a8da;
  margin-bottom: 10px;
}

.protect_list_item .protect_list_title h6 {
  font: 400 14px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 0px;
}

.protect_list_item .nav li {
  margin-bottom: 25px;
}

.protect_list_item .nav li a {
  font: 500 18px "Roboto Condensed", sans-serif;
  color: #002355;
  position: relative;
  padding-left: 38px;
  display: block;
}

.protect_list_item .nav li a i {
  font-size: 24px;
  color: #75a8da;
  padding-right: 0px;
  position: absolute;
  left: 0px;
  top: 1px;
}

.protect_list_item .nav li:last-child {
  margin-bottom: 0px;
}

.protect_list_item.red .protect_list_title h3 {
  color: #c50000;
}

.protect_list_item.red .nav li a i {
  color: #c50000;
}

.protect_self_text h3 {
  font: 700 30px "Roboto Condensed", sans-serif;
  margin-bottom: 16px;
}

.protect_self_text p {
  color: #002355;
  font: 500 16px/32px "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}



.washing_process_area {
  background: #002355;
  padding-top: 75px;
}

.washing_process_area .main_title {
  margin-bottom: 95px;
}

.washing_process_inner .col-lg-2:nth-child(even) {
  margin-top: 130px;
}

.washing_process_inner .col-lg-2:nth-child(1) .washing_item:before {
  content: "";
  background: url(../img/protection-1.png) no-repeat;
  height: 42px;
  width: 87px;
  position: absolute;
  right: 0px;
  top: 64%;
  transform: translateY(-50%);
}

.washing_process_inner .col-lg-2:nth-child(2) .washing_item:before {
  content: "";
  background: url(../img/protection-2.png) no-repeat;
  height: 62px;
  width: 75px;
  position: absolute;
  right: -10px;
  top: -80px;
}

.washing_process_inner .col-lg-2:nth-child(3) .washing_item:before {
  content: "";
  background: url(../img/protection-3.png) no-repeat;
  height: 44px;
  width: 70px;
  position: absolute;
  right: -70px;
  top: 21%;
  transform: translateY(-50%);
}

.washing_process_inner .col-lg-2:nth-child(4) .washing_item:before {
  content: "";
  background: url(../img/protection-4.png) no-repeat;
  height: 53px;
  width: 81px;
  position: absolute;
  right: -106px;
  top: 63%;
  transform: translateY(-50%);
}

.washing_process_inner .col-lg-2:nth-child(5) .washing_item:before {
  content: "";
  background: url(../img/protection-5.png) no-repeat;
  height: 53px;
  width: 65px;
  position: absolute;
  right: -70px;
  top: 21%;
  transform: translateY(-50%);
}

.washing_item {
  text-align: center;
}

.washing_item .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.washing_item .icon .number {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #75a8da;
  position: absolute;
  right: -5px;
  top: -5px;
}

.washing_item p {
  color: #c4c0e4;
  font: 400 16px/24px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
  margin-left: -7px;
  margin-right: -7px;
}

.washing_item p span {
  color: #fff;
  font-weight: 700;
}



.prevent_area {
  padding-top: 120px;
  padding-bottom: 40px;
}

.prevent_area.prevent_right {
  padding-top: 0px;
  padding-bottom: 80px;
}

.prevent_area.prevent_right .prevent_details {
  margin-left: 0px;
  margin-right: 75px;
}

.prevent_area.prevent_right .prevent_details:before {
  right: 0px;
  left: auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.prevent_area.prevent_right .prevent_details .prevent_details_text {
  margin-right: -61px;
  margin-left: 60px;
  padding-right: 0px;
}

.prevent_area.prevent_right .prevent_details .prevent_details_text p {
  margin-bottom: 15px;
}

.prevent_item_inner {
  margin-bottom: -30px;
}

.prevent_item_inner .col-sm-6:nth-child(2) .prevent_item {
  margin-top: 40px;
}

.prevent_item_inner .col-sm-6 .prevent_item {
  margin-bottom: 30px;
}

.prevent_item {
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  border-radius: 0px;
  overflow: hidden;
}

.prevent_item .prevent_img {
  overflow: hidden;
}

.prevent_item .prevent_img img {
  transition: all 300ms ease;
}

.prevent_item .prevent_text {
  padding: 30px 25px 30px 30px;
}

.prevent_item .prevent_text h4 {
  font: 700 18px "Roboto Condensed", sans-serif;
  margin-bottom: 13px;
}

.prevent_item .prevent_text p {
  font: 500 14px/24px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 0px;
}

.prevent_item:hover .prevent_img img {
  transform: scale(1.1);
}

.prevent_details {
  margin-left: 70px;
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 47px;
}

.prevent_details:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}

.prevent_details .prevent_details_text {
  margin-left: -45px;
  padding-right: 57px;
}

.prevent_details .prevent_details_text h5 {
  color: #75a8da;
  font: 500 24px "Roboto Condensed", sans-serif;
  margin-bottom: 7px;
}

.prevent_details .prevent_details_text h2 {
  font: 700 48px/60px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.prevent_details .prevent_details_text p {
  margin-bottom: 20px;
}

.prevent_details .prevent_details_text .green_btn {
  margin-top: 40px;
}



.answers_area .main_title {
  margin-bottom: 50px;
}

.question_list .accordion .card {
  border-radius: 0px;
  border: none;
  margin-bottom: 2px;
}

.question_list .accordion .card:last-child {
  margin-bottom: 0px;
}

.question_list .accordion .card .card-header {
  padding: 0px;
}

.question_list .accordion .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  background: #002355;
  padding: 16.5px 18px;
  font: 600 20px "Roboto Condensed", sans-serif;
  padding-right: 65px !important;
  position: relative;
  border: none;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0ms ease;
}

.question_list .accordion .card .card-header button i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 10px;
  height: 28px;
  width: 28px;
  border: 1px solid #9995bc;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  transform: rotate(180deg);
  transition: all 300ms linear 0s;
}

.question_list .accordion .card .card-header button.collapsed {
  background: #f0f0f0;
  color: #002355;
  transition-delay: 300ms;
}

.question_list .accordion .card .card-header button.collapsed i {
  transform: rotate(0deg);
}

.question_list .accordion .card .card-header button:focus {
  box-shadow: none;
}

.question_list .accordion .card .card-body {
  background: #002355;
  padding-top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 30px;
  color: #c4c0e4;
}

.question_list .accordion .card .card-body .nav {
  border-top: 1px solid #747099;
  padding-top: 15px;
  border-bottom: 0px;
}

.question_list .accordion .card .card-body .nav li {
  width: 100%;
  margin-bottom: 11px;
}

.question_list .accordion .card .card-body .nav li:last-child {
  margin-bottom: 0px;
}

.question_list .accordion .card .card-body .nav li a {
  display: block;
  padding: 0px 20px;
  background: transparent;
  border: none;
  font: 500 16px/30px "Roboto Condensed", sans-serif;
  color: #c4c0e4;
  max-width: 280px;
}

.question_list .accordion .card .card-body .nav li a.active {
  color: #75a8da;
}

.answer_details .tab-pane h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 17px;
  margin-top: 7px;
}

.answer_details .tab-pane p {
  line-height: 30px;
  margin-bottom: 20px;
}



.client_logo_area {
  padding: 52px 0px;
}

.client_logo_area .client_slider .item {
  line-height: 124px;
  text-align: center;
}

.client_logo_area .client_slider .item img {
  display: inline-block;
  line-height: 124px;
  margin: auto;
}

.client_logo_area.pad_top {
  padding-top: 70px;
}

.client_logo_area .check_now_area {
  margin-top: 0px;
  margin-top: 65px;
  margin-bottom: -100px;
  position: relative;
}



.app_area {
  background: #002355;
  padding-top: 55px;
  overflow: hidden;
}

.app_area .col-lg-6 {
  align-self: center;
}

.app_area .app_text h2 {
  color: #fff;
  margin-bottom: 12px;
  font: 700 48px "Roboto Condensed", sans-serif;
}

.app_area .app_text h2 span {
  color: #75a8da;
}

.app_area .app_text p {
  color: #c4c0e4;
  font: 500 18px/30px "Roboto Condensed", sans-serif;
  margin-bottom: 45px;
}

.app_area .app_text a {
  margin-right: 18px;
}

.app_area .app_text a + a {
  margin-right: 0px;
}

.app_area .app_mobile {
  position: relative;
  padding-left: 52px;
  padding-right: 42px;
  z-index: 2;
}

.app_area .app_mobile .mobile_image {
  position: relative;
}

.app_area .app_mobile .mobile_image img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.app_area .app_mobile .mobile_image img + img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.app_area .app_mobile .corona_img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.app_area .app_mobile .corona_img li {
  position: absolute;
}

.app_area .app_mobile .corona_img li:nth-child(1) {
  left: 0px;
  top: 30%;
  transform: translateY(0%);
  z-index: -1;
  animation: rotate 4s linear 1s infinite;
}

.app_area .app_mobile .corona_img li:nth-child(2) {
  left: 165px;
  top: -40px;
  z-index: -1;
}

.app_area .app_mobile .corona_img li:nth-child(3) {
  right: 165px;
  top: 4px;
  z-index: -1;
  animation: rotate 3s linear 1s infinite;
}

.app_area .app_mobile .corona_img li:nth-child(4) {
  left: 23px;
  bottom: 50px;
  z-index: 1;
}

.app_area .app_mobile .corona_img li:nth-child(5) {
  left: 35%;
  top: 40%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.app_area .app_mobile .corona_img li:nth-child(6) {
  left: 54%;
  top: 35%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.app_area .app_mobile .corona_img li:nth-child(7) {
  right: 20px;
  bottom: 50px;
  z-index: 1;
}



.result_area {
  padding-top: 110px;
}

.result_box {
  background: #f0f0f0;
  padding: 30px 30px 40px 30px;
  border-radius: 0px;
}

.result_box h4 {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.result_box .nav {
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.result_box .nav li {
  margin-bottom: 4px;
}

.result_box .nav li span {
  font: 400 16px/26px "Roboto Condensed", sans-serif;
  max-width: 105px;
  width: 100%;
  display: inline-block;
}

.result_box .nav li a {
  font: 700 16px "Roboto Condensed", sans-serif;
  color: #75a8da;
}

.result_box .nav li a.tag {
  background: #75a8da;
  border-radius: 0px;
  color: #fff;
  line-height: 28px;
  display: inline-block;
  padding: 0px 10px;
}

.result_box .circle_inner {
  max-width: 210px;
  margin: auto;
  position: relative;
}

.result_box .circle_inner strong {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 3.126px 7.364px 10px 0px rgba(42, 44, 47, 0.3);
  height: 176px;
  width: 176px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font: 700 38px/175px "Roboto Condensed", sans-serif;
  font-style: normal;
}

.result_box .circle_inner strong i {
  font-style: normal;
}

.result_box .bottom_text {
  margin-top: 26px;
}

.result_box .bottom_text h6 {
  font: 500 16px "Roboto Condensed", sans-serif;
  color: #53627e;
}

.result_box .bottom_text h3 {
  font: 700 30px "Roboto Condensed", sans-serif;
  color: #e1194d;
  margin-bottom: 0px;
}

.result_inner_text .result_item h4 {
  font-size: 24px;
  margin-bottom: 12px;
}

.result_inner_text .result_item .green_btn {
  padding: 0px 22px;
  margin-top: 10px;
}

.danger_box {
  border-radius: 0px;
  padding: 15px 25px 15px 25px;
  margin-bottom: 55px;
}

.danger_box i {
  padding-right: 13px;
}

.danger_box p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #9b4652;
}

.about_ques_inner {
  margin-bottom: 60px;
}

.about_question_area {
  padding-top: 70px;
  padding-bottom: 75px;
}

.about_ques_item h4 {
  font: 700 24px/36px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.warning_box {
  padding: 25px 65px 35px 25px;
  border-radius: 0px;
}

.warning_box .media .d-flex {
  padding-right: 26px;
}

.warning_box .media .d-flex i {
  color: #5f5649;
  font-size: 24px;
  padding-top: 3px;
}

.warning_box .media .media-body h4 {
  font: 700 21px "Roboto Condensed", sans-serif;
  color: #5f5649;
}

.warning_box .media .media-body p {
  margin-bottom: 0px;
  color: #5f5649;
  font: 500 14px/27px "Roboto Condensed", sans-serif;
}

.warning_box .media .media-body p a {
  color: #75a8da;
  font-weight: 700;
}





.home_latest_blog_area .main_title {
  margin-bottom: 80px;
}

.l_blog_inner {
  margin-bottom: -30px;
}

.big_l_blog_item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 20px;
  margin-bottom: 30px;
}

.big_l_blog_item:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.big_l_blog_item .l_blog_img {
  border-radius: 20px;
  overflow: hidden;
}

.big_l_blog_item .l_blog_img img {
  transition: all 300ms ease;
}

.big_l_blog_item .l_blog_text {
  position: absolute;
  left: 40px;
  top: 0px;
  padding: 0px 15px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.big_l_blog_item .l_blog_text .date {
  margin-top: 50px;
}

.big_l_blog_item .l_blog_text .date a {
  color: #ffffff;
  background-color: #002355;padding:5px;
  margin-right: 0px;
  font: 700 14px "Roboto Condensed", sans-serif;
}

.big_l_blog_item .l_blog_text .date a i {
  padding-right: 5px;
}

.big_l_blog_item .l_blog_text .date a:last-child {
  margin-right: 0px;
}

.big_l_blog_item .l_blog_text .blog_btm_text {
  position: absolute;
  bottom: 45px;
}

.big_l_blog_item .l_blog_text .tag {
	
	
	background: #c50000;
    color: #fff;
    display: inline-block;
    font: 700 18px/18px "Roboto Condensed", sans-serif;
	padding:5px;
    border-radius: 0px;
    padding: 10px 34.5px;
    transition: all 300ms linear 0s;
  margin-bottom: 10px;
	
	
}

.big_l_blog_item .l_blog_text .author {
  margin-bottom: 8px;
}

.big_l_blog_item .l_blog_text .author a {
  color: #fff;
  font: 400 14px "Roboto Condensed", sans-serif;
  margin-right: 8px;
}

.big_l_blog_item .l_blog_text .author a:last-child {
  margin-right: 0px;
}

.big_l_blog_item .l_blog_text .author a i {
  color: #75a8da;
  padding-right: 4px;
}

.big_l_blog_item .l_blog_text h3 {
  color: #ffffff;
	 background-color: #75a8da;padding:5px;
  font: 700 20px/20px "Roboto Condensed", sans-serif;
  margin-bottom: 13px;
}

.big_l_blog_item .l_blog_text .text_btn {
  color: #002355;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.big_l_blog_item .l_blog_text .text_btn:hover {
  color: #75a8da;
}

.big_l_blog_item:hover:before {
  opacity: 1;
}

.big_l_blog_item:hover .l_blog_img img {
  transform: scale(1.1);
}

.small_l_blog_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;
  border-radius: 20px;
}

.small_l_blog_item:before {
  content: "";
  z-index: 1;
  background: rgba(88, 84, 126, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.small_l_blog_item .l_blog_img {
  border-radius: 20px;
  overflow: hidden;
}

.small_l_blog_item .l_blog_img img {
  transition: all 300ms ease;
}

.small_l_blog_item .l_blog_text {
  position: absolute;
  left: 15px;
  top: 25px;
  padding: 0px 15px;
  z-index: 2;
}

.small_l_blog_item .l_blog_text .date {
  margin-bottom: 40px;
}

.small_l_blog_item .l_blog_text .date a {
  color: #fff;
  margin-right: 15px;
  font: 700 14px "Roboto Condensed", sans-serif;
}

.small_l_blog_item .l_blog_text .date a i {
  padding-right: 5px;
}

.small_l_blog_item .l_blog_text .date a:last-child {
  margin-right: 0px;
}

.small_l_blog_item .l_blog_text .author {
  margin-bottom: 8px;
}

.small_l_blog_item .l_blog_text .author a {
  color: #fff;
  font: 400 14px "Roboto Condensed", sans-serif;
  margin-right: 8px;
}

.small_l_blog_item .l_blog_text .author a:last-child {
  margin-right: 0px;
}

.small_l_blog_item .l_blog_text .author a i {
  color: #75a8da;
  padding-right: 4px;
}

.small_l_blog_item .l_blog_text h3 {
  color: #fff;
  font: 700 18px/26px "Roboto Condensed", sans-serif;
  max-width: 200px;
  margin-bottom: 4px;
}

.small_l_blog_item .l_blog_text .text_btn {
  color: #fff;
  font: 500 14px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
}

.small_l_blog_item .l_blog_text .text_btn:hover {
  color: #75a8da;
}

.small_l_blog_item:hover:before {
  opacity: 1;
}

.small_l_blog_item:hover .l_blog_img img {
  transform: scale(1.1);
}

.blog_menu {
  padding-top: 60px;
}

.blog_menu .nav {
  margin-bottom: 50px;
}

.blog_menu .nav li {
  margin-right: 30px;
}

.blog_menu .nav li:last-child {
  margin-right: 0px;
}

.blog_menu .nav li a {
  color: #002355;
  font: 500 16px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
}

.blog_menu .nav li:hover a, .blog_menu .nav li.active a {
  color: #75a8da;
}

.blog_pagination {
  margin-top: 80px;
}

.blog_pagination .col-lg-2:nth-child(3) {
  text-align: right;
}

.blog_pagination .col-lg-2:nth-child(3) .pagi_btn i {
  padding-right: 0px;
  padding-left: 3px;
}

.blog_pagination .pagi_btn {
  font: 500 18px/34px "Roboto Condensed", sans-serif;
  color: #002355;
  transition: color 0.2s linear;
}

.blog_pagination .pagi_btn i {
  color: #75a8da;
  padding-right: 3px;
}

.blog_pagination .pagi_btn:hover {
  color: #75a8da;
}

.blog_pagination .navigation .pagination {
  margin-bottom: 0px;
  border: none;
}

.blog_pagination .navigation .pagination li {
  margin-right: 10px;
}

.blog_pagination .navigation .pagination li a {
  padding: 0px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border-color: transparent;
  text-align: center;
  background: #75a8da;
  font: 700 16px/33px "Roboto Condensed", sans-serif;
  color: #fff;
  transition: all 0.3s linear;
}

.blog_pagination .navigation .pagination li.active a, .blog_pagination .navigation .pagination li:hover a {
  background: #002355;
}

.blog_pagination .navigation .pagination li.blank a {
  background: transparent;
  color: #002355;
}

.blog_pagination .navigation .pagination li:last-child {
  margin-right: 0px;
}

.blog_item_inner {
  margin-bottom: -30px;
}

.blog_area {
  padding-bottom: 85px;
}

.comment_box {
  margin-top: 90px;
}

.comment_box .cm_title_br {
  font-size: 30px;
  margin-bottom: 30px;
}

.comment_box .contact_us_form.appoinment_form .form-group {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment_box .contact_us_form.appoinment_form .form-group.checkbox_field {
  margin-bottom: 0px;
}

.comment_box .contact_us_form.appoinment_form .form-group.checkbox_field input[type="checkbox"]:checked + label::before {
  background: #002355;
}

.comment_box .contact_us_form.appoinment_form .form-group.checkbox_field .checkbox label:before {
  border: 2px solid #002355;
  background: transparent;
}

.comment_box .contact_us_form.appoinment_form .form-group.checkbox_field .green_btn {
  padding: 0px 32px;
}



.single_blog_img {
  background: url(../img/proteger-contre-virus.wwc.webp) no-repeat scroll center center;
  background-size: cover;
  padding-top: 395px;
  padding-bottom: 48px;
}

.single_blog_img .single_blog_text .tag {
  color: #fff;
  background: #75a8da;
  padding: 0px 12px;
  border-radius: 0px;
  font: 700 14px/30px "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
}

.single_blog_img .single_blog_text h2 {
  color: #fff;
  font: 700 72px/72px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.single_blog_img .single_blog_text .nav li {
  margin-right: 15px;
}

.single_blog_img .single_blog_text .nav li a {
  font: 500 14px "Roboto Condensed", sans-serif;
  color: #fff;
}

.single_blog_img .single_blog_text .nav li a i {
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.single_blog_img .single_blog_text .nav li:last-child {
  margin-right: 0px;
}

.single_blog_area {
  padding-top: 45px;
  padding-bottom: 75px;
}

.single_blog_text_inner {
  padding-right: 30px;
}

.single_blog_text_inner .single_first_text h6 {
  font: 400 21px/36px "Roboto Condensed", serif;
  margin-bottom: 35px;
}

.single_blog_text_inner .single_first_text .media {
  margin-bottom: 22px;
}

.single_blog_text_inner .single_first_text .media .d-flex {
  padding-right: 12px;
}

.single_blog_text_inner .single_first_text .media .d-flex span {
  color: #002355;
  font: 600 48px/50px "Roboto Condensed", serif;
  position: relative;
}

.single_blog_text_inner .single_first_text .media .d-flex span:before {
  content: "D";
  color: #f2f1f8;
  font: 700 144px/80px "Roboto Condensed", serif;
  position: absolute;
  top: 7px;
  left: -26px;
  z-index: -1;
}

.single_blog_text_inner .single_first_text .media .media-body p {
  margin-bottom: 0px;
  line-height: 30px;
}

.single_blog_text_inner .single_first_text p {
  margin-bottom: 20px;
}

.secand_part {
  margin-top: 30px;
}

.secand_part h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}

.secand_part h5 {
  max-width: 670px;
  margin: auto;
  font: 300 36px "Roboto Condensed", serif;
  margin-top: 60px;
  margin-bottom: 70px;
  line-height: 60px;
}

.secand_part img {
  margin-top: 30px;
  margin-bottom: 13px;
  box-shadow: 0px 10px 25px 0px #e8ebf3;
  border-right: 10px;
}

.secand_part .source {
  font: 400 12px "Roboto Condensed", sans-serif;
  font-style: italic;
}

.single_blog_bottom {
  margin-top: 65px;
  margin-bottom: 65px;
}

.single_blog_bottom .left .nav li {
  margin-right: 15px;
}

.single_blog_bottom .left .nav li a {
  border-radius: 0px;
  background: #c5c3d5;
  font: 500 14px/40px "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 0px 18px;
  transition: all 300ms linear 0s;
}

.single_blog_bottom .left .nav li a:hover {
  background: #75a8da;
  color: #fff;
}

.single_blog_bottom .left .nav li:last-child {
  margin-right: 0px;
}

.single_blog_bottom .right .nav li {
  margin-right: 15px;
}

.single_blog_bottom .right .nav li a {
  line-height: 40px;
  font-size: 24px;
  color: #002355;
}

.single_blog_bottom .right .nav li:last-child {
  margin-right: 0px;
}

.post_navigation {
  margin-bottom: 95px;
}

.post_navigation a {
  font: 400 14px "Roboto Condensed", sans-serif;
  color: #002355;
}

.post_navigation a i {
  padding-right: 5px;
}

.post_navigation h4 {
  font: 700 18px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
  margin-top: 7px;
}

.post_navigation .col-lg-6:nth-child(2) a i {
  padding-right: 0px;
  padding-left: 5px;
}

.post_author {
  margin-bottom: 125px;
}

.post_author .media .d-flex {
  padding-right: 35px;
}

.post_author .media .d-flex img {
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.35);
}

.post_author .media .media-body h4 {
  font: 700 21px "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}

.post_author .media .media-body h6 {
  font: 400 13px "Roboto Condensed", sans-serif;
  font-style: italic;
  margin-bottom: 13px;
}

.post_author .media .media-body .post {
  display: inline-block;
  color: #75a8da;
  font: 500 14px "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}

.post_author .media .media-body .nav {
  display: inline-block;
  margin-left: 20px;
}

.post_author .media .media-body .nav li {
  display: inline-block;
  margin-right: 10px;
}

.post_author .media .media-body .nav li a {
  color: #002355;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.post_author .media .media-body .nav li a:hover {
  color: #75a8da;
}

.s_comment_list .cm_title_br {
  font: 700 36px "Roboto Condensed", sans-serif;
  margin-bottom: 65px;
}

.s_comment_list_inner .media {
  margin-bottom: 80px;
}

.s_comment_list_inner .media:last-child {
  margin-bottom: 0px;
}

.s_comment_list_inner .media .d-flex {
  padding-right: 25px;
}

.s_comment_list_inner .media .media-body {
  position: relative;
}

.s_comment_list_inner .media .media-body h4 {
  color: #002355;
  margin-bottom: 12px;
}

.s_comment_list_inner .media .media-body h6 {
  position: absolute;
  right: 0px;
  top: 8px;
  margin-bottom: 0px;
  font: 400 14px "Roboto Condensed", sans-serif;
}

.s_comment_list_inner .media .media-body p {
  margin-bottom: 13px;
}

.s_comment_list_inner .media .media-body .text_btn {
  font: 400 14px "Roboto Condensed", sans-serif;
}

.s_comment_list_inner .media .media-body .media {
  margin-top: 55px;
  margin-bottom: 0px;
}

.r_wd_title {
  margin-bottom: 23px;
}

.r_wd_title h3 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.right_widget {
  margin-bottom: 50px;
}

.right_widget:last-child {
  margin-bottom: 0px;
}

.ct_widget .nav {
  margin-top: -6px;
}

.ct_widget .nav li a {
  color: #002355;
  position: relative;
  padding-left: 25px;
  font: 700 16px/49px "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #e2e5ec;
  display: block;
  transition: all 300ms linear 0s;
}

.ct_widget .nav li a span {
  font-weight: 400;
}

.ct_widget .nav li a i {
  color: #75a8da;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms linear 0s;
}

.ct_widget .nav li a:hover {
  color: #75a8da;
}

.ct_widget .nav li a:hover i {
  left: 3px;
}

.ct_widget .nav li:last-child a {
  border: none;
}

.subs_widget {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.subs_widget .subs_text {
  position: absolute;
  left: 0px;
  top: 48%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

.subs_widget .subs_text i {
  font-size: 60px;
  margin-bottom: 10px;
  display: block;
}

.subs_widget .subs_text h4 {
  font: 700 24px "Roboto Condensed", sans-serif;
}

.subs_widget .subs_text p {
  padding: 0px 30px;
  line-height: 26px;
  margin-bottom: 20px;
}

.subs_widget .subs_text .subs_btn {
  background: #fff;
  color: #5479f3;
  font: 700 16px/50px "Roboto Condensed", sans-serif;
  border-radius: 0px;
  padding: 0px 48px;
  display: inline-block;
}

.post_widget .media {
  margin-bottom: 30px;
}

.post_widget .media:last-child {
  margin-bottom: 0px;
}

.post_widget .media .d-flex {
  margin-right: 15px;
  border-radius: 0px;
  overflow: hidden;
}

.post_widget .media .media-body h4 {
  font: 600 16px/22px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
  transition: all 300ms linear 0s;
}

.post_widget .media:hover .media-body h4 {
  color: #75a8da;
}

.tag_widget .nav {
  margin-right: -10px;
}

.tag_widget .nav li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.tag_widget .nav li a {
  color: #fff;
  background: #c5c3d5;
  border-radius: 0px;
  display: inline-block;
  padding: 0px 18px;
  font: 500 12px/35px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
}

.tag_widget .nav li a:hover {
  background: #75a8da;
}

.wash_widget {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 30px 25px 30px 30px;
}

.wash_widget h6 {
  font: 700 16px "Roboto Condensed", sans-serif;
  color: #75a8da;
  margin-bottom: 12px;
}

.wash_widget h3 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}

.wash_widget p {
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.wash_widget .text_btn {
  font-size: 14px;
}

.related_posts_area {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 90px;
}

.related_posts_area .main_title {
  margin-bottom: 50px;
}

.related_posts_area .main_title h5 {
  font: 700 18px "Roboto Condensed", sans-serif;
}

.related_posts_area .main_title h2 {
  font-size: 36px;
}

.related_posts_area .related_post_inner {
  margin-bottom: -30px;
}





.subscribe_area {
  background: url(../img/newsletter.wwc.webp) no-repeat scroll center center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.subscribe_area .media .d-flex {
  padding-right: 25px;
}

.subscribe_area .media .d-flex i {
  font-size: 70px;
  color: #fff;
}

.subscribe_area .media .media-body h4 {
  font: 700 36px "Roboto Condensed", sans-serif;
  color: #fff;
}

.subscribe_area .media .media-body p {
  color: #fff;
  font: 400 16px/30px "Roboto Condensed", sans-serif;
  margin-right: -80px;
  margin-bottom: 0px;
}

.subscribe_area .nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.subscribe_area .nav li {
  position: absolute;
}

.subscribe_area .nav li:nth-child(1) {
  left: 50%;
  bottom: -70px;
  margin-left: -130px;
}

.subscribe_area .nav li:nth-child(2) {
  right: 28%;
  top: 25px;
  animation: rotate 3s linear 1s infinite;
}

.subscribe_area .nav li:nth-child(3) {
  right: 28px;
  bottom: 22px;
  animation: rotate 4.5s linear 1s infinite;
}

.mail_box {
  padding-left: 200px;
}

.mail_box .input-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.mail_box .input-group input {
  font-family: "Roboto Condensed", sans-serif, Linearicons;
  border: none;
  background: transparent;
  width: 100%;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  padding-left: 0px;
  height: 58px;
  line-height: 58px;
  padding-right: 38px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}

.mail_box .input-group input.placeholder {
  font-family: "Roboto Condensed", sans-serif, Linearicons;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.mail_box .input-group input:-moz-placeholder {
  font-family: "Roboto Condensed", sans-serif, Linearicons;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.mail_box .input-group input::-moz-placeholder {
  font-family: "Roboto Condensed", sans-serif, Linearicons;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.mail_box .input-group input::-webkit-input-placeholder {
  font-family: "Roboto Condensed", sans-serif, Linearicons;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.mail_box .input-group .btn {
  position: absolute;
  right: 0px;
  top: 2px;
  border: none;
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  background: transparent;
  font-size: 36px;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  color: #b5f5ef;
  font: 500 14px "Roboto Condensed", sans-serif;
}

.container-checkbox span {
  font-weight: 700;
  color: #fff;
}


.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccd3e4;
  border-radius: 0px;
}


.container-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}


.container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}


.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}


.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #75a8da;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}



.contact_area {
  padding: 60px 0px 140px;
}

.contact_details .contact_details_item {
  margin-bottom: 30px;
}

.contact_details .contact_details_item i {
  color: #75a8da;
  font-size: 36px;
  margin-bottom: 17px;
  display: inline-block;
}

.contact_details .contact_details_item h4 {
  font: 700 24px/34px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.contact_details .contact_details_item p {
  font: 400 16px/30px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.contact_details .contact_details_item h6 {
  font: 400 16px/30px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
  color: #002355;
  transition: color 0.2s linear;
}

.contact_details .contact_details_item h6:hover {
  color: #75a8da;
}

.contact_form_inner {
  padding-top: 50px;
}

.contact_us_form.appoinment_form {
  padding: 0px;
}

.contact_us_form.appoinment_form .form-group {
  margin-bottom: 45px;
  margin-top: 25px;
}

.contact_us_form.appoinment_form .form-group textarea.form-control {
  height: 225px;
}

.contact_us_form.appoinment_form .form-group.checkbox_field {
  margin-top: 0;
}

.contact_us_form.appoinment_form .form-group.checkbox_field .green_btn {
  padding: 0px 23px;
}

.contact_us_form.appoinment_form label {
  font-weight: 600;
}

.map_area {
  position: relative;
}

.map_area:before {
  content: "";
  background: url(../img/securite.wwc.webp) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 30;
}

.map_area #mapBox {
  min-height: 800px;
}

.success-message,
.error-message {
  display: none;
  margin-top: 5px;
  padding-left: 15px;
}






.about_cronacvirus_promo_area {
  padding: 120px 0px 20px;
  position: relative;
  z-index: 1;
}

.about_cronacvirus_promo_area .bg_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 49%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.about_cronacvirus_promo_area .bg_img .shap {
  max-width: 100%;
  z-index: -1;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li {
  position: absolute;
  z-index: -1;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li:nth-child(1) {
  left: 0;
  bottom: 65px;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li:nth-child(2) {
  bottom: 345px;
  left: 100px;
  animation: scale 2s linear 0s infinite alternate;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li:nth-child(3) {
  bottom: 90px;
  left: 300px;
  animation: covidmove 3s linear 0s infinite both;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li:nth-child(4) {
  bottom: 330px;
  left: 290px;
}

.about_cronacvirus_promo_area .bg_img .shap_img_two li:nth-child(5) {
  left: 0px;
  bottom: 520px;
}

.about_cronacvirus_promo_area .shap_img li {
  position: absolute;
  z-index: -1;
}

.about_cronacvirus_promo_area .shap_img li:nth-child(1) {
  left: -220px;
  bottom: 70px;
}

.about_cronacvirus_promo_area .shap_img li:nth-child(2) {
  top: 305px;
  left: 120px;
  animation: covidmove 4s linear 1s infinite both;
}

.about_cronacvirus_promo_area .shap_img li:nth-child(3) {
  top: 220px;
  left: 20px;
  animation: covidmove 5s infinite;
}

.coronavirus_promo_content h5 {
  font-size: 21px;
  color: #75a8da;
  font-weight: 600;
  margin-bottom: 5px;
}

.coronavirus_promo_content h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}

.coronavirus_promo_content .home_option {
  margin-top: 40px;
  margin-bottom: 40px;
}

.coronavirus_promo_content .home_option .col-lg-6 {
  margin-bottom: 50px;
}

.coronavirus_promo_content .home_option .media .media-body h4 {
  margin-bottom: 3px;
}

.coronavirus_promo_content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}



.about_features_area {
  padding: 100px 0px;
}

.about_features_item {
  text-align: center;
}

.about_features_item .round_icon {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

.about_features_item .round_icon:before {
  content: "";
  width: 170px;
  height: 170px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}

.about_features_item h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #75a8da;
  margin-bottom: 2px;
}

.about_features_item h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}

.about_features_item p {
  margin-bottom: 13px;
}

.about_features_item .text_btn i {
  font-size: 14px;
}



.about_corona_aera .home_ab_img {
  padding-top: 35px;
  position: relative;
}

.about_corona_aera .home_ab_text .home_ab_text_inner {
  margin-left: -40px;
  padding-top: 35px;
  padding-bottom: 52px;
}

.about_corona_aera .home_ab_text .home_ab_text_inner .home_ab_item h4 {
  font-size: 36px;
  padding-bottom: 15px;
}

.about_corona_aera .home_ab_text .symptoms_about_inner {
  padding-right: 54px;
  padding-top: 50px;
}

.about_corona_aera .home_ab_text .symptoms_about_inner .home_ab_item h6 {
  font-size: 24px;
}

.about_corona_aera .home_ab_text .symptoms_about_inner .home_ab_item h4 {
  font-size: 48px;
}

.about_corona_aera .home_ab_text .symptoms_about_inner .home_ab_item .green_btn {
  margin-top: 24px;
}

.covid_img {
  position: absolute;
}

.covid_img.one {
  right: 45px;
  bottom: 35px;
  animation: covidmove 5s infinite;
}

.covid_img.two {
  bottom: 80px;
  left: 25px;
  animation: covidmove 6s linear 0.3s infinite;
}

.covid_img.three {
  left: 45px;
  bottom: 225px;
  animation: rotate 1s linear 0.3s infinite;
}

.covid_img.four {
  right: 25px;
  bottom: 198px;
  animation: covidmove 6s linear 0.3s infinite;
}

.covid_img.five {
  right: 0;
  top: 200px;
}

.covid_img.six {
  left: 0px;
  top: 190px;
}

.covid_img.seven {
  left: 105px;
  top: 60px;
  animation: rotate 1s linear 1s infinite;
}

.covid_img.eight {
  right: 60px;
  top: 90px;
  animation: covidmove 6s linear 0.3s infinite;
}

@keyframes covidmove {
  0% {
    transform: translateY(0px) rotate(180deg);
  }
  25% {
    transform: translateY(-50px) translateX(-10px);
  }
  50% {
    transform: translateY(-50px) translateX(-10px) rotate(-45deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.02);
  }
}


.about_checker_inner {
  border-radius: 20px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  background: #75a8da;
  padding: 0px 40px 0px 15px;
}

.about_checker_inner .left .media .media-body p {
  color: #fff;
}

.about_checker_inner .icon_btn {
  background: #002355;
  color: #fff;
  padding: 0px 55px;
}



.isolation_margin_bottom {
  margin-bottom: 125px;
}

.isolation_area {
  background: #002355;
  padding: 50px 0px 80px;
}

.isolation_area .main_title {
  margin-bottom: 65px;
}

.isolation_area .main_title h2 {
  font-size: 36px;
}

.isolation_item .isolation_person_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.4);
  overflow: hidden;
  margin-right: 20px;
}

.isolation_item .media-body h5 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 12px;
}

.isolation_item .media-body p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #c4c0e4;
}

.isolation_item .media-body .text_btn {
  font-size: 14px;
}



.symptoms_inner_two .col-lg-6:first-child .symptoms_item {
  margin-top: 0;
}

.symptoms_inner_two .col-lg-6:last-child .symptoms_item {
  margin-top: 0;
}

.symptoms_inner_two .col-lg-6:nth-child(2) .symptoms_item {
  margin-top: 50px;
}

.symptoms_inner_two .col-lg-6:nth-child(3) .symptoms_item {
  margin-top: -50px;
}



.coronavirus_question_area {
  padding: 50px 0px 60px;
}

.coronavirus_question_area .main_title {
  margin-bottom: 40px;
}

.coronavirus_question_area .main_title h2 {
  font-size: 30px;
}

.corona_question {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  position: relative;
  color: #002355;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  overflow: hidden;
  transition: color 0.2s linear;
}

.corona_question .icon {
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #75a8da;
  color: #fff;
  font-size: 36px;
  margin-right: 20px;
}

.corona_question:hover {
  color: #75a8da;
}



.common_question_item {
  border-radius: 0px;
  background: #f0f0f0;
  padding: 40px 50px 50px;
}

.common_question_item h3 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 15px;
}

.question_list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}

.question_list li a {
  color: #002355;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: #dedee4;
}

.more_question_inner {
  padding-top: 75px;
}

.more_question_item {
  margin-bottom: 65px;
}

.more_question_item h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.more_question_item .question_list {
  margin-bottom: 20px;
}

.more_question_item .question_list li {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.more_question_item .question_list li + li {
  margin-top: 12px;
}



.appointment_box {
  margin: 0px;
  border-radius: 0px;
  background-color: white;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  text-align: left;
  margin-bottom: -100px;
  margin-top: 40px;
}

.appointment_box .appoinment_features {
  background: #002355;
  padding: 40px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 1;
}

.appointment_box .appoinment_features .shape {
  position: absolute;
  z-index: -1;
}

.appointment_box .appoinment_features .shape.one {
  right: -87px;
  top: -80px;
}

.appointment_box .appoinment_features .shape.two {
  top: 175px;
  left: -55px;
  animation: covidmove 6s linear 0.3s infinite;
}

.appointment_box .appoinment_features .shape.three {
  right: 8px;
  top: 225px;
  animation: rotate 1.5s linear 1s infinite;
}

.appointment_box .appoinment_features .shape.four {
  right: -60px;
  bottom: 85px;
}

.appointment_box .appoinment_features .shape.five {
  left: -50px;
  bottom: -50px;
  animation: rotate 3s linear 1.5s infinite;
}

.appointment_box .appoinment_features .shape.six {
  right: 40px;
  bottom: -40px;
}

.appointment_box .appoinment_features h2 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

.appointment_box .appoinment_features p {
  color: #c4c0e4;
}

.appointment_box .appoinment_features .appoinment_features_item {
  margin-top: 50px;
}

.appointment_box .appoinment_features .appoinment_features_item i {
  font-size: 42px;
  color: #75a8da;
  margin-right: 20px;
}

.appointment_box .appoinment_features .appoinment_features_item h6 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
}

.appointment_box .appoinment_features .appoinment_features_item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.appoinment_form {
  padding: 40px 25px 16px;
}

.appoinment_form .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 23px;
}

.appoinment_form .form-control {
  border-radius: 0px;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  border: 0px;
  border-bottom: 2px solid #002355;
  position: relative;
  z-index: 1;
  width: 100%;
  background: transparent;
}

.appoinment_form .form-control.placeholder {
  color: #002355;
}

.appoinment_form .form-control:-moz-placeholder {
  color: #002355;
}

.appoinment_form .form-control::-moz-placeholder {
  color: #002355;
}

.appoinment_form .form-control::-webkit-input-placeholder {
  color: #002355;
}

.appoinment_form .form-control:focus, .appoinment_form .form-control.animated {
  font-weight: 700;
}

.appoinment_form .form-control:focus + label, .appoinment_form .form-control.animated + label {
  top: 0px;
  font-size: 11px;
  color: #78749e;
}

.appoinment_form .form-control:focus + div + label, .appoinment_form .form-control.animated + div + label {
  top: 0px;
  font-size: 11px;
  color: #78749e;
}

.appoinment_form textarea.form-control {
  height: 170px;
}

.appoinment_form label {
  font-weight: 500;
  font-size: 16px;
  color: #002355;
  position: absolute;
  top: 20px;
  line-height: 16px;
  left: 12px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  transition: all 0.2s linear;
  cursor: pointer;
}

.appoinment_form label i {
  margin-right: 8px;
}

.appoinment_form .input-group {
  padding-top: 0;
  height: 55px;
}

.appoinment_form .input-group input {
  position: absolute;
  bottom: 0;
}

.appoinment_form .input-group input.animated {
  background: #fff;
}

.appoinment_form .input-group .input-group-text {
  padding: 0px 0px 0px 12px;
  background: transparent;
  font-size: 16px;
  border: 0px;
}

.appoinment_form .input-group .text_div {
  position: absolute;
  padding-left: 38px;
  width: 100%;
  font-size: 16px;
  line-height: 58px;
  height: 100%;
  color: #002355;
  font-weight: 500;
  top: 0;
}

.appoinment_form .input-group .text_div:before {
  content: "\ec3a";
  font-family: "Linearicons";
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 2px;
}

.appoinment_form .select_conversation_inner {
  padding-top: 0px;
}

.appoinment_form .select_conversation_inner h6 {
  font-size: 14px;
  font-weight: 500;
  color: #002355;
  margin-bottom: 10px;
}

.appoinment_form .select_conversation {
  display: inline-block;
}

.appoinment_form .select_conversation input[type="radio"] {
  width: 0px;
  visibility: hidden;
  display: none;
}

.appoinment_form .select_conversation input[type="radio"]:checked + label {
  color: #75a8da;
}

.appoinment_form .select_conversation input[type="radio"]:checked + label:before {
  transform: scale(1);
}

.appoinment_form .select_conversation input[type="radio"]:checked + label:after {
  border-color: #75a8da;
}

.appoinment_form .select_conversation label {
  position: relative;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #002355;
  padding-left: 25px;
  top: 0;
  left: 0;
}

.appoinment_form .select_conversation label:before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  background: #75a8da;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.appoinment_form .select_conversation label:after {
  content: "";
  display: table-caption;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  border: 1px solid #002355;
  position: absolute;
  border-radius: 50%;
  transition: 240ms;
}

.appoinment_form .select_conversation + .select_conversation {
  margin-left: 28px;
}

.appoinment_form .checkbox_field {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.appoinment_form .checkbox_field .checkbox {
  position: relative;
}

.appoinment_form .checkbox_field .checkbox label {
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #002355;
  padding-left: 34px;
  line-height: 24px;
}

.appoinment_form .checkbox_field .checkbox label span {
  font-weight: 700;
}

.appoinment_form .checkbox_field .checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #002355;
  position: absolute;
  left: 0;
  top: 0px;
}

.appoinment_form .checkbox_field .checkbox label:after {
  content: "";
  background: url("../img/medical.png") no-repeat center center;
  position: absolute;
  left: 6px;
  width: 12px;
  height: 10px;
  top: 7px;
  color: #75a8da;
  transform: scale(0);
  transition: all 0.2s linear;
}

.appoinment_form .checkbox_field input[type="checkbox"] {
  width: 0px;
  visibility: hidden;
  display: none;
}

.appoinment_form .checkbox_field input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.appoinment_form .checkbox_field .green_btn {
  border: 0px;
  font-size: 18px;
  line-height: 45px;
  padding: 0px 37px;
}



.work_area {
  padding-top: 122px;
}

.work_content .main_title {
  margin-bottom: 30px;
}

.work_content .main_title h5 {
  font-size: 18px;
}

.work_content .main_title h2 {
  font-size: 36px;
}

.work_list {
  list-style: none;
  padding: 0;
}

.work_list li {
  counter-increment: step-counter;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #002355;
  padding-left: 50px;
  position: relative;
  margin-bottom: 17px;
}

.work_list li:before {
  content: counter(step-counter);
  font-family: "Roboto Condensed", sans-serif;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #75a8da;
  text-align: center;
  line-height: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}

.work_list li:last-child {
  margin-bottom: 0;
}




@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    transform: translateY(4%);
  }
}

.pagepiling .section {
  width: 100%;
  height: 0;
  position: relative;
  opacity: 0;
  top: auto;
  left: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

.pagepiling .section.active {
  transform: translate3d(0px, 0%, 0px);
  opacity: 1;
  height: 100%;
  min-height: 100%;
  visibility: visible;
}

.pagepiling .section.active .virus_checker_content {
  animation: moveFromRightFade 0.3s both ease-in;
}

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background: #002355;
  z-index: 1;
}

.pagepiling .scroll-wrap .scrollable-content {
  width: 100%;
}

.pagepiling .scroll-wrap .p-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.virus_checker_content {
  max-width: 770px;
  margin: 0 auto;
}

.virus_checker_content .main_title {
  margin-bottom: 50px;
}

.virus_checker_content .main_title h5 {
  font-size: 18px;
}

.virus_checker_content .main_title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.virus_checker_content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}

.virus_checker_content h4 span {
  color: #ffcc00;
}

.virus_checker_content ul li {
  font-size: 14px;
  color: #c4c0e4;
  font-weight: 400;
  margin-top: 6px;
}

.virus_checker_content ul li span {
  color: #fff;
  font-weight: 600;
}

.virus_checker_content ul li i {
  color: #ffcc00;
  font-size: 21px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.virus_checker_content p {
  font-weight: 500;
  color: #c4c0e4;
}

.virus_checker_content .select_form {
  max-width: 370px;
  padding: 15px 0px 0px;
}

.virus_checker_content .select_form .form-control {
  border-bottom-color: #bab7d3;
  padding-left: 0;
  color: #fff;
}

.virus_checker_content .select_form .form-control.animated + label, .virus_checker_content .select_form .form-control:focus + label {
  color: #c4c0e4;
  font-size: 12px;
}

.virus_checker_content .select_form label {
  left: 0;
  font-size: 16px;
  color: #fff;
}

.virus_checker_content .checked_button_info {
  padding-top: 18px;
}

.virus_checker_content .checked_button_info h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 38px;
}

.virus_checker_content .checked_button_info .check_btn {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

.virus_checker_content .checked_button_info .check_btn input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.virus_checker_content .checked_button_info .check_btn input[type="radio"]:focus-visible + label {
  outline: 3px solid #fbbf24;
  outline-offset: 4px;
}

.cbrn-orientation-result {
  max-width: 770px;
  margin: 32px auto;
  padding: 22px 24px;
  border-left: 6px solid #e31e4f;
  background: #fff;
  color: #002355;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  box-shadow: 0 10px 30px rgba(0, 35, 85, 0.18);
}

.virus_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label {
  background: #75a8da;
  color: #fff;
}

.virus_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label:before {
  border-color: #fff;
}

.virus_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.virus_checker_content .checked_button_info .check_btn.moveDown:hover label {
  background: #75a8da;
  color: #fff;
}

.virus_checker_content .checked_button_info .check_btn.moveDown:hover label:before {
  border-color: #fff;
}

.virus_checker_content .checked_button_info .check_btn.moveDown:hover label:after {
  transform: scale(1);
}

.virus_checker_content .checked_button_info .check_btn label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  min-width: 170px;
  transition: all 0.2s linear;
  box-shadow: 0px 10px 30px 0px rgba(51, 48, 78, 0.6);
  cursor: pointer;
}

.virus_checker_content .checked_button_info .check_btn label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #002355;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: text-bottom;
  transition: all 0.2s linear;
}

.virus_checker_content .checked_button_info .check_btn label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 37px;
  top: 50%;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.virus_checker_content .checked_button_info .check_btn:last-child {
  margin-right: 0px;
}

.virus_checker_content .continue_btn {
  font-size: 18px;
  border: 2px solid #bab7d3;
  border-radius: 0px;
  background: transparent;
  padding: 8px 60px;
  font-weight: 600;
  color: #fff;
  margin-top: 90px;
  transition: all 0.3s linear;
}

.virus_checker_content .continue_btn:hover {
  background: #75a8da;
  border-color: #75a8da;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(51, 48, 78, 0.6);
}

.virus_checker_content .virus_symptom_inner {
  padding-top: 5px;
  padding-bottom: 50px;
}

.virus_checker_content .virus_symptom .round_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px #75a8da;
  margin-right: 20px;
}

.virus_checker_content .virus_symptom .media-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.virus_checker_content .virus_symptom .media-body h5 span {
  font-weight: 500;
}

.virus_checker_content .virus_symptom .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #c4c0e4;
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.modal-backdrop {
  background: transparent;
}

.ambulanceModal {
  background: rgba(0, 0, 0, 0.8);
}

.ambulanceModal.show {
  display: flex !important;
  align-items: center;
}

.ambulanceModal.show .modal-dialog {
  opacity: 1;
}

.ambulanceModal .modal-dialog {
  max-width: 770px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.ambulanceModal .modal-content {
  border-radius: 0px;
  background-color: #f42f54;
  box-shadow: 0px 15px 40px 0px black;
  text-align: center;
  padding: 60px;
  align-items: center;
}

.ambulanceModal .modal-content i {
  font-size: 60px;
  margin-bottom: 28px;
}

.ambulanceModal .modal-content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.ambulanceModal .modal-content h2 {
  font-size: 30px;
  line-height: 38px;
}

.ambulanceModal .modal-content i,
.ambulanceModal .modal-content h6,
.ambulanceModal .modal-content h2 {
  color: #fff;
}

.exit_btn {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #f42f54;
  border-radius: 0px;
  border: 0px;
  padding: 5px 35px;
  margin-top: 45px;
  transition: all 0.3s linear;
  font-family: "Roboto Condensed", sans-serif;
}

.exit_btn:hover {
  background: #002355;
  color: #fff;
}

.recommenddModal {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  padding-left: 0 !important;
}

.recommenddModal.show {
  display: flex !important;
  align-items: center;
  overflow: hidden;
}

.recommenddModal.show .modal-dialog {
  opacity: 1;
}

.recommenddModal .modal-dialog {
  max-width: 770px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
  height: calc(100vh - 50px);
  margin-top: 0;
  margin-bottom: 0;
}

.recommenddModal .modal-content {
  border-radius: 0px;
  background-color: white;
  box-shadow: 0px 15px 40px 0px black;
  padding: 40px;
  align-items: flex-start;
}

.recommenddModal .modal-content .main_title {
  margin-bottom: 15px;
}

.recommenddModal .modal-content .main_title h5 {
  font-size: 18px;
  margin-bottom: 14px;
}

.recommenddModal .modal-content .main_title h2 {
  font-size: 30px;
}

.recommenddModal .modal-content p {
  font-weight: 500;
}

.recommenddModal .modal-content p span {
  color: #75a8da;
  font-weight: 600;
}

.recommenddModal .modal-content h6 {
  font-size: 18px;
  margin-bottom: 18px;
}

.recommenddModal .modal-content ul li {
  position: relative;
  padding-left: 25px;
}

.recommenddModal .modal-content ul li i {
  position: absolute;
  left: 0;
  top: 7px;
  color: #75a8da;
  font-size: 16px;
}

.recommenddModal .modal-content ul li span {
  font-weight: 600;
}

.recommenddModal .modal-content ul li + li {
  margin-top: 15px;
}

.recommenddModal .exit_btn {
  border: 2px solid #002355;
  color: #002355;
  padding: 3px 33px;
  margin-top: 35px;
}

.recommenddModal .exit_btn:hover {
  color: #fff;
}

.recommenddModal .mCSB_scrollTools {
  width: 10px;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger {
  height: 115px !important;
  width: 10px;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #002355;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #002355;
  width: 10px;
}

.recommenddModal .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px !important;
  background: #edecf3;
}

.recommenddModal .scroll_body {
  max-height: calc(100vh - 207px);
}



.sample_page_area {
  padding: 55px 0px 140px;
}

.sample_page_inner {
  padding-right: 32px;
}

.sample_page_inner p {
  margin-bottom: 18px;
}

.sample_page_inner .sample_content h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

.sample_page_inner .sample_content p {
  margin-bottom: 0;
}

.sample_image_info {
  padding: 30px 0px 75px;
}

.sample_content_colum {
  padding: 50px 0px;
}

.sample_content_colum .sampler_content_item h5 {
  font-size: 18px;
  color: #75a8da;
  margin-bottom: 11px;
}

.sample_content_colum .sampler_content_item h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.sample_content_colum .sampler_content_item p {
  margin-bottom: 0;
}

.sample_image_info .sample_image {
  border-radius: 0px;
  box-shadow: 0px 40px 25px 0px rgba(0, 0, 0, 0.05);
}

.sample_image_info .sample_image img {
  max-width: 100%;
}

.sample_image_info .home_option {
  margin-top: 0;
  padding-left: 15px;
}

.sample_image_info .home_option .media + .media {
  margin-top: 60px;
}



.search_page_area {
  padding: 60px 0px 90px;
}

.search_inner {
  padding-right: 30px;
}

.search_item img {
  border-radius: 0px;
  margin-right: 30px;
}

.search_item .media-body {
  padding-top: 10px;
}

.search_item .media-body h3 {
  font-size: 24px;
  color: #002355;
  margin-bottom: 15px;
  transition: color 0.2s linear;
}

.search_item .media-body h3:hover {
  color: #75a8da;
}

.search_item .media-body p {
  margin-bottom: 8px;
  text-align: justify;
}

.search_item .media-body .text_btn {
  transition: color 0.2s linear;
}

.search_item .media-body .text_btn:hover {
  color: #002355;
}

.search_item + .search_item {
  margin-top: 50px;
}



.search_found_area {
  background: #f0f0f0;
  height: 100vh;
  position: relative;
  min-height: 660px;
  z-index: 1;
}

.search_found_area .overlay_bg {
  background: url("../img/carte-epidemie.wwc.webp") no-repeat scroll center left/cover;
}

.search_found_area .section_vertical_align {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.search_found_area .footer_copyright {
  padding-top: 190px;
  padding-bottom: 0px;
  background: transparent;
}

.search_found_text {
  max-width: 575px;
  margin: 0 auto;
}

.search_found_text .icon {
  font-size: 98px;
  color: #002355;
  margin-bottom: 12px;
  display: inline-block;
}

.search_found_text h2 {
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 20px;
}

.search_found_text p {
  font-size: 16px;
  line-height: 30px;
}

.search_found_text p a {
  color: #75a8da;
  position: relative;
  font-weight: 700;
}

.search_found_text p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #75a8da;
}

.search_found_text .search-form {
  padding-top: 40px;
}

.search_found_text .search-form .form-control {
  background: transparent;
  border-radius: 0px;
  padding: 15px;
  border: 0px;
  border-bottom: 2px solid #002355;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  box-shadow: none;
}

.search_found_text .search-form .form-control.placeholder {
  color: #002355;
}

.search_found_text .search-form .form-control:-moz-placeholder {
  color: #002355;
}

.search_found_text .search-form .form-control::-moz-placeholder {
  color: #002355;
}

.search_found_text .search-form .form-control::-webkit-input-placeholder {
  color: #002355;
}

.search_found_text .search-form button {
  font-size: 24px;
  background: transparent;
  border: 0px;
  padding: 0px;
  position: absolute;
  right: 7px;
}



.typrography_page {
  padding: 55px 0px 125px;
}

.typrography_heading_style h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.typrography_heading_style h2 {
  font-size: 36px;
  margin-bottom: 18px;
}

.typrography_heading_style h3 {
  font-size: 30px;
  margin-bottom: 18px;
}

.typrography_heading_style h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.typrography_heading_style h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.typrography_heading_style h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.typrography_heading_style + .typrography_heading_style {
  margin-top: 16px;
}

.typrography_heading_style_two .typrography_heading_style + .typrography_heading_style {
  margin-top: 38px;
}

.typrography_list_item {
  margin-top: 70px;
}

.typrography_list_item h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

.list_style_common {
  padding-left: 0;
  list-style: none;
}

.list_style_common li {
  position: relative;
  padding-left: 18px;
}

.list_style_common li:before {
  position: absolute;
  top: 1px;
  color: #002355;
  left: 0;
}

.list_style_common li a {
  font-size: 14px;
  color: #002355;
  line-height: 30px;
  transition: all 0.2s linear;
}

.list_style_common li a:hover {
  color: #75a8da;
}

.unorder_list li {
  position: relative;
  padding-left: 18px;
}

.unorder_list li:before {
  content: "•";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.order_list li {
  counter-increment: step-counter;
  padding-left: 21px;
}

.order_list li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
}

.arrow_list li {
  padding-left: 28px;
}

.arrow_list li:before {
  content: "\ec44";
  font-family: "Linearicons" !important;
  color: #75a8da;
  font-size: 16px;
}

.cross_list li {
  padding-left: 28px;
}

.cross_list li:before {
  content: "\ec35";
  font-family: "Linearicons" !important;
  color: #e90842;
  font-size: 16px;
}

blockquote {
  font-family: "Roboto Condensed", serif;
  font-size: 36px;
  line-height: 60px;
  color: #002355;
  font-weight: 300;
  padding: 65px 100px 70px;
}

.impact_item {
  margin-top: 30px;
}

.impact_item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #75a8da;
}

.impact_item h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.impact_item_two h5 {
  font-size: 24px;
}

.impact_item_two h2 {
  font-size: 48px;
}

.dropcap_inner {
  margin-top: 80px;
}

.dropcap_item span {
  float: left;
  font: 900 48px/50px "Roboto Condensed", serif;
  display: block;
  margin-right: 10px;
}

.dropcap_item span:before {
  content: "D";
  color: #f2f1f8;
  font: 700 144px/80px "Roboto Condensed", serif;
  position: absolute;
  top: 8px;
  left: -15px;
  z-index: -1;
}

.dropcap_item span.style_italic {
  font-style: italic;
  color: #75a8da;
  font-weight: 600;
  margin-right: 15px;
}

.dropcap_item span.style_italic:before {
  color: #dafffc;
  font-style: italic;
}



.check_box_two {
  background: #f0f0f0;
}

.check_box_two .check_now_box {
  margin-top: 0;
}



.error_area {
  padding-top: 200px;
  padding-bottom: 170px;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
}

.error_area .overlay_bg {
  background: url("../img/medecine.wwc.webp") no-repeat scroll center 0/cover;
}

.error_text {
  font-size: 165px;
  color: #d22e6a;
  font-weight: 700;
  margin-bottom: 35px;
}

.error_text img {
  vertical-align: text-top;
  animation: rotate 4s linear infinite;
}



.coming_soon_area {
  background: #002355;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.coming_soon_area .overlay_bg {
  background-size: cover !important;
}

.coming_soon_content {
  max-width: 590px;
  margin: 0 auto;
}

.coming_soon_content .clock {
  padding-top: 10vh;
  margin-bottom: 48px;
}

.coming_soon_content .clock .timer {
  display: inline-block;
  width: calc(100% / 4);
  padding: 0px 15px;
  text-align: center;
}

.coming_soon_content .clock .timer span {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px #75a8da;
  padding: 30px 0px;
  font-size: 60px;
  font-weight: 700;
  color: #002355;
  display: block;
}

.coming_soon_content .clock .timer .smalltext {
  font-size: 16px;
  color: #c4c0e4;
  padding-top: 6px;
}

.coming_soon_content h6 {
  font-size: 16px;
  color: #75a8da;
  font-weight: 600;
}

.coming_soon_content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.coming_soon_content p {
  font-size: 16px;
  line-height: 30px;
  color: #c4c0e4;
  margin-bottom: 7vh;
}

.coming_soon_content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}

.coming_soon_content .mail_box {
  padding-left: 0;
  max-width: 350px;
  margin: 0 auto;
}

.coming_soon_content .mail_box .input-group input {
  font-size: 16px;
  padding-bottom: 0;
  padding-left: 12px;
  height: 50px;
  line-height: 29px;
}

.coming_soon_content .mail_box .input-group input.placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input:-moz-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input::-moz-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input::-webkit-input-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group button {
  font-size: 24px;
  color: #75a8da;
  top: 10px;
  right: 10px;
}

.footer_copyright.coming_soon_footer {
  background: transparent;
  padding-bottom: 0;
  padding-top: 7vh;
}

.footer_copyright.coming_soon_footer p:before {
  display: none;
}

.footer_copyright.coming_soon_footer .nav li a,
.footer_copyright.coming_soon_footer p,
.footer_copyright.coming_soon_footer h6 {
  color: #c4c0e4;
}

.footer_copyright.coming_soon_footer .nav li a span,
.footer_copyright.coming_soon_footer p span,
.footer_copyright.coming_soon_footer h6 span {
  color: #fff;
}

.footer_copyright.coming_soon_footer .nav {
  display: block;
  padding-bottom: 8px;
}

.footer_copyright.coming_soon_footer .nav li {
  margin-right: 20px;
}

.footer_copyright.coming_soon_footer .nav li a {
  font-size: 21px;
}



.maintenece_area {
  background: #272632;
}

.maintenece_area .coming_soon_content {
  max-width: 100%;
  padding-top: 70px;
}

.maintenece_area .coming_soon_content h2 {
  margin-bottom: 10px;
}

.maintenece_area .coming_soon_content p {
  color: #8f8da9;
  margin-bottom: 40px;
}

.maintenece_area .coming_soon_content .mail_box {
  margin-left: 0;
}

.maintenece_area .coming_soon_content .maintence_img {
  text-align: right;
  margin-top: -90px;
}

.maintenece_area .coming_soon_content .coming_soon_footer {
  padding-top: 12vh;
}

.maintenece_area .coming_soon_content .coming_soon_footer p {
  margin-right: 0;
  margin-bottom: 0;
}





.about_faq_area {
  padding-top: 115px;
}

.faq_inner .accordion .card {
  margin-bottom: 10px;
}

.faq_inner .accordion .card:last-child {
  margin-bottom: 0;
}

.faq_inner .accordion .card .card-header {
  border: 0px;
  margin-bottom: 0;
}

.faq_inner .accordion .card .card-header button {
  font-size: 16px;
  line-height: 27px;
  padding: 16px 20px;
}

.faq_inner .accordion .card .card-body {
  padding-left: 20px;
  padding-bottom: 26px;
}

.faq_inner .accordion .card .card-body .faq_content {
  border-top: 1px solid #747099;
  padding-top: 15px;
  padding-right: 75px;
}

.faq_inner .accordion .card .card-body .faq_content .text_btn {
  margin-top: 20px;
  display: inline-block;
}

.faq_inner .accordion .card .card-body p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.faq_area {
  padding-top: 70px;
  padding-bottom: 80px;
}





.doctors_area {
  padding-top: 80px;
}

.doctors_area .doctors_inner {
  margin-bottom: -30px;
}

.doctors_item {
  border-radius: 0px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  overflow: hidden;
  margin-bottom: 30px;
}

.doctors_item .doctors_img {
  background: #ebebf3;
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
  min-height: 258px;
  display: flex;
  justify-content: center;
}

.doctors_item .doctors_img img {
  transition: all 300ms ease;
  height: 100%;
  align-self: flex-end;
}

.doctors_item .doctors_text {
  padding: 30px 30px 30px 30px;
}

.doctors_item .doctors_text h6 {
  color: #75a8da;
  font: 500 14px "Roboto Condensed", sans-serif;
}

.doctors_item .doctors_text h3 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 14px;
}

.doctors_item .doctors_text p {
  font: 400 14px/28px "Roboto Condensed", sans-serif;
  margin-bottom: 18px;
}

.doctors_item .doctors_text .nav li {
  margin-right: 16px;
}

.doctors_item .doctors_text .nav li:last-child {
  margin-right: 0px;
}

.doctors_item .doctors_text .nav li a {
  color: #002355;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.doctors_item .doctors_text .nav li a:hover {
  color: #75a8da;
}

.doctors_item:hover .doctors_img img {
  transform: scale(1.1);
}





.world_wide_tracker.tracker_page {
  padding-top: 80px;
  padding-bottom: 0px;
}

.world_wide_tracker.tracker_page .tracker_text {
  padding-top: 0px;
}

.world_wide_tracker.tracker_page .container {
  padding-bottom: 65px;
}

.confirm_boxes {
  margin-top: 55px;
}

.confirm_boxes .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.confirm_boxes .confirm_item {
  text-align: center;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
}

.confirm_boxes .confirm_item i {
  font-size: 36px;
}

.confirm_boxes .confirm_item h3 {
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-top: 12px;
  margin-bottom: 4px;
}

.confirm_boxes .confirm_item p {
  font: 500 14px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.total_cases_chart {
  padding-top: 60px;
}

.total_cases_chart .total_cases_inner {
  padding-left: 15px;
}

.total_cases_chart .total_cases_inner iframe {
  width: 100%;
  height: 480px;
}

.coronavirus_map iframe {
  width: 100%;
  height: 765px;
  border: none;
  margin-bottom: -8px;
  pointer-events: none;
}

.coronavirus_map iframe.clicked {
  pointer-events: auto;
}



.data_table_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.data_table_area .dataTables_wrapper .dataTables_length {
  float: right;
  margin-top: 14px;
}

.data_table_area .dataTables_wrapper .dataTables_length label {
  font: 600 16px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 0px;
}

.data_table_area .dataTables_wrapper .dataTables_length label select {
  border: none;
  padding: 0px 20px;
  width: 80px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: none;
  outline: none;
}

.data_table_area .dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-bottom: 25px;
}

.data_table_area .dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0px;
  position: relative;
}

.data_table_area .dataTables_wrapper .dataTables_filter label:before {
  content: "\ec7c";
  font-family: "Linearicons" !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #002355;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input {
  border: none;
  border-bottom: 2px solid #002355;
  box-shadow: none;
  width: 250px;
  padding: 0px 20px 0px 10px;
  font: 600 16px "Roboto Condensed", sans-serif;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input.placeholder {
  font: 600 16px "Roboto Condensed", sans-serif;
  color: #002355;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
  font: 600 16px "Roboto Condensed", sans-serif;
  color: #002355;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  font: 600 16px "Roboto Condensed", sans-serif;
  color: #002355;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
  font: 600 16px "Roboto Condensed", sans-serif;
  color: #002355;
}

.data_table_area .dataTables_wrapper .table {
  width: 100% !important;
}

.data_table_area .dataTables_wrapper .table th {
  padding: 0px;
}

.data_table_area .dataTables_wrapper .table thead tr {
  background: #32323a;
}

.data_table_area .dataTables_wrapper .table thead tr th {
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  height: 53px;
  font: 700 14px "Roboto Condensed", sans-serif;
  border: 1px solid #d6d9e2;
  border-right: 1px solid #5b5b69;
  vertical-align: middle;
  position: relative;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.data_table_area .dataTables_wrapper .table thead tr th:first-child {
  width: 50px !important;
}

.data_table_area .dataTables_wrapper .table thead tr th:before {
  content: "\ec42";
  font-family: "Linearicons" !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #797983;
}

.data_table_area .dataTables_wrapper .table tbody tr {
  background: transparent !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td {
  text-align: right;
  vertical-align: middle;
  font: 500 14px "Roboto Condensed", sans-serif;
  border: 1px solid #d6d9e2;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-primary {
  color: #002355 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-danger {
  color: #002355 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-success {
  color: #002355 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-warning {
  color: #002355 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(1) {
  text-align: center;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(2) {
  text-align: center;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(3) {
  text-align: left;
  font: 700 16px "Roboto Condensed", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(3) span {
  color: #75a8da;
  text-decoration: underline;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(5) {
  background: #ffde90;
  font: 700 14px "Roboto Condensed", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(5) .text-primary {
  color: #000 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(7) {
  background: #01cfbd;
  font: 700 14px "Roboto Condensed", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(7) .text-danger {
  color: #fff !important;
}

.data_table_area .dataTables_wrapper .dataTables_info {
  display: inline-block;
  font: 700 14px "Roboto Condensed", sans-serif;
  color: #002355;
}

.data_table_area .dataTables_wrapper .dataTables_paginate {
  float: right;
  overflow: hidden;
}

.data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button {
  font: 700 14px "Roboto Condensed", sans-serif;
  color: #002355;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.02);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: transparent;
  width: auto;
  height: auto;
}





.search_modal {
  background: rgba(0, 0, 0, 0.9);
}

.search_modal .close {
  opacity: 1;
  margin-top: 30px;
  margin-right: 76px;
}

.search_modal .close img {
  transition: all 300ms linear 0s;
}

.search_modal .close:hover {
  opacity: 1 !important;
}

.search_modal .close:hover img {
  transform: rotate(180deg);
}

.search_modal .modal-dialog {
  max-width: 585px;
  margin-top: 200px;
}

.search_modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.search_modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group {
  display: block;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 10px;
  height: 52px;
  width: 100%;
  font: 500 24px/52px "Roboto Condensed", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input.placeholder {
  font: 500 24px/52px "Roboto Condensed", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input:-moz-placeholder {
  font: 500 24px/52px "Roboto Condensed", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input::-moz-placeholder {
  font: 500 24px/52px "Roboto Condensed", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input::-webkit-input-placeholder {
  font: 500 24px/52px "Roboto Condensed", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group button {
  border: none;
  padding: 0px;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 24px;
  color: #fff;
  z-index: 5;
  background: transparent !important;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}





@keyframes covidmove {
  0% {
    transform: translateY(0px) rotate(180deg);
  }
  25% {
    transform: translateY(-50px) translateX(-10px);
  }
  50% {
    transform: translateY(-50px) translateX(-10px) rotate(-45deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}





.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
  text-align: center;
  display:none;
}

.three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.three-bounce > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #75a8da;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.three-bounce .two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { transform: scale(1); -webkit-transform: scale(1); }
}





.footer_area.prevention_box .check_now_area.check_now_box {
  margin-bottom: -118px;
  position: relative;
}

.footer_area.prevention_box .footer_widgets_area {
  padding-top: 215px;
}

.footer_widgets_area {
  padding-bottom: 40px;
}

.f_widget_bg {
  padding-top: 155px;
}

.footer_widgets_area {
  background: #f0f0f0;
}

.f_title {
  margin-bottom: 30px;
}

.f_title h3 {
  font: 600x 21px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media {
  margin-bottom: 15px;
}

.contact_widget .ct_wd_text .media:last-child {
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .d-flex {
  padding-right: 11px;
}

.contact_widget .ct_wd_text .media .d-flex i {
  margin-top: 3px;
}

.contact_widget .ct_wd_text .media .media-body h5 {
  font: 600 14px "Roboto Condensed", sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact_widget .ct_wd_text .media .media-body h4 {
  color: #75a8da;
  font: 700 24px "Roboto Condensed", sans-serif;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .media-body p {
  font: 500 14px/26px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .media-body h6 {
  font: 500 14px/26px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .media-body h6 span {
  color: #002355;
  font: 700 14px "Roboto Condensed", sans-serif;
}

.contact_widget .ct_wd_text .media:nth-child(2) .d-flex i {
  margin-top: 7px;
}

.list_widget .nav {
  margin-top: -5px;
}

.list_widget .nav li {
  margin-bottom: 12px;
}

.list_widget .nav li a {
  font: 600 14px "Roboto Condensed", sans-serif;
  color: #002355;
  transition: all 300ms linear 0s;
}

.list_widget .nav li a i {
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: #75a8da;
  left: 0px;
  transition: all 300ms linear 0s;
}

.list_widget .nav li a:hover {
  color: #75a8da;
}

.list_widget .nav li a:hover i {
  left: 4px;
}

.list_widget .nav li:last-child {
  margin-bottom: 0px;
}

.about_widget p {
  font: 500 14px/26px "Roboto Condensed", sans-serif;
  color: #002355;
  margin-bottom: 30px;
  margin-top: -4px;
}

.about_widget .nav li {
  margin-right: 17px;
}

.about_widget .nav li:last-child {
  margin-right: 0px;
}

.about_widget .nav li a {
  color: #75a8da;
  font-size: 21px;
  transition: all 300ms linear 0s;
}

.about_widget .nav li a:hover {
  color: #75a8da;
}

.footer_copyright {
  background: #ffffff;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.footer_copyright img {
  display: block;
  margin: 0px auto 16px;
}

.footer_copyright p {
  font: 500 13px "Roboto Condensed", sans-serif;
  color: #002355;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 0px;
}

.footer_copyright p:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #c50000;
}

.footer_copyright .nav {
  display: inline-block;
}

.footer_copyright .nav li {
  display: inline-block;
  margin-right: 13px;
}

.footer_copyright .nav li:last-child {
  margin-right: 0px;
}

.footer_copyright .nav li a {
  color: #c50000;
  font: 700 13px "Roboto Condensed", sans-serif;
  transition: all 300ms linear 0s;
}

.footer_copyright .nav li a:hover {
  color: #75a8da;
}

.footer_copyright .footer_partner_links {
  display: block;
  margin: 8px 0 0;
  color: #75a8da;
  font: 500 12px/20px "Roboto Condensed", sans-serif;
}

.footer_copyright .footer_partner_links:before {
  display: none;
}

.footer_copyright .footer_partner_links a {
  color: #75a8da;
  font-weight: 700;
}

.footer_copyright .footer_partner_links a:hover {
  color: #c50000;
}

.footer_copyright h6 {
  margin-bottom: 0px;
  font: 500 13px "Roboto Condensed", sans-serif;
  color: #c50000;
  margin-top: 15px;
}

.footer_copyright h6 i {
  color: #fa4d6e;
}

.footer_copyright h6 span {
  font-weight: bold;
}




:root {
  --cbrn-ink: #002355;
  --cbrn-graphite: #173b68;
  --cbrn-blue: #75a8da;
  --cbrn-red: #c50000;
  --cbrn-amber: #f2aa2e;
  --cbrn-cyan: #75a8da;
  --cbrn-green: #2d6d78;
  --cbrn-paper: #f3f8fd;
  --cbrn-line: rgba(0, 35, 85, 0.16);
  --cbrn-glow: rgba(117, 168, 218, 0.28);
}

.cbrn-hub,
.cbrn-page-hero,
.cbrn-home-command,
.cbrn-page-content {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--cbrn-ink);
}

.cbrn-hub {
  background: linear-gradient(180deg, #ffffff 0%, var(--cbrn-paper) 100%);
  padding: 72px 0;
  border-top: 1px solid var(--cbrn-line);
}

.cbrn-hub-head {
  max-width: 1100px;
  margin: 0 auto 34px;
  text-align: center;
}

.cbrn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cbrn-red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  margin-bottom: 10px;
}

.cbrn-hub h2,
.cbrn-page-hero h1 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.cbrn-hub h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.cbrn-summary,
.cbrn-hub-head p,
.cbrn-page-hero p {
  color: var(--cbrn-graphite);
  font-size: 18px;
  line-height: 1.7;
}

.cbrn-fast-path {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(5, minmax(130px, 1fr));
  gap: 10px;
  background: var(--cbrn-ink);
  padding: 12px;
  margin: 34px 0 28px;
}

.cbrn-fast-panel,
.cbrn-fast-path a {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}

.cbrn-fast-panel {
  color: #fff;
}

.cbrn-fast-panel strong {
  font-size: 20px;
  line-height: 1.1;
}

.cbrn-fast-panel span,
.cbrn-fast-path a span {
  font-size: 13px;
  line-height: 1.4;
}

.cbrn-fast-path a {
  color: var(--cbrn-ink);
  background: #fff;
  font-weight: 800;
  text-align: center;
  border: 1px solid transparent;
}

.cbrn-fast-path a:hover,
.cbrn-equipment-strip a:hover,
.cbrn-risk-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(6, 24, 39, 0.12);
}

.cbrn-fast-path .cbrn-fast-cta {
  background: var(--cbrn-red);
  color: #fff;
}

.cbrn-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cbrn-risk-card {
  position: relative;
  overflow: hidden;
  min-height: 325px;
  background: #fff;
  border: 1px solid var(--cbrn-line);
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cbrn-risk-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--cbrn-red);
}

.cbrn-risk-bio:before {
  background: var(--cbrn-green);
}

.cbrn-risk-radio:before {
  background: var(--cbrn-amber);
}

.cbrn-risk-gear:before {
  background: var(--cbrn-cyan);
}

.cbrn-risk-card span {
  color: rgba(6, 24, 39, 0.28);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.cbrn-risk-card h3 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  margin: 16px 0 12px;
}

.cbrn-risk-card p {
  color: var(--cbrn-graphite);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.cbrn-risk-card a,
.cbrn-page-link,
.cbrn-primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: var(--cbrn-ink);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cbrn-risk-card a:hover,
.cbrn-page-link:hover,
.cbrn-primary-link:hover {
  color: #fff;
  background: var(--cbrn-red);
}

.cbrn-equipment-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--cbrn-line);
  margin-top: 26px;
}

.cbrn-equipment-strip a {
  background: #fff;
  min-height: 110px;
  padding: 18px;
  color: var(--cbrn-ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cbrn-equipment-strip strong,
.cbrn-equipment-strip span {
  display: block;
}

.cbrn-equipment-strip strong {
  font-size: 18px;
  margin-bottom: 6px;
}

.cbrn-equipment-strip span {
  color: var(--cbrn-graphite);
  font-size: 14px;
  line-height: 1.45;
}

.cbrn-faq-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.cbrn-faq-grid > div,
.cbrn-faq-grid details {
  background: #fff;
  border: 1px solid var(--cbrn-line);
  padding: 22px;
}

.cbrn-faq-grid h2,
.cbrn-faq-grid h3,
.cbrn-faq-grid summary {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}

.cbrn-faq-grid summary {
  cursor: pointer;
  font-size: 17px;
  line-height: 1.35;
}

.cbrn-faq-grid p,
.cbrn-faq-grid details p {
  color: var(--cbrn-graphite);
  font-size: 15px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.cbrn-home-command {
  background: #fff;
  padding: 52px 0 18px;
}

.cbrn-command-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.cbrn-command-copy {
  background: var(--cbrn-ink);
  color: #fff;
  padding: 34px;
}

.cbrn-command-copy h2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  margin-bottom: 16px;
}

.cbrn-command-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.cbrn-command-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cbrn-command-list a {
  border: 1px solid var(--cbrn-line);
  color: var(--cbrn-ink);
  padding: 22px;
  min-height: 150px;
  background: var(--cbrn-paper);
}

.cbrn-command-list strong,
.cbrn-command-list span {
  display: block;
}

.cbrn-command-list strong {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cbrn-command-list span {
  color: var(--cbrn-graphite);
  font-size: 15px;
  line-height: 1.55;
}

.cbrn-page-hero {
  padding: 150px 0 72px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255,255,255,0.98) 0%, rgba(245,249,253,0.94) 54%, rgba(117,168,218,0.22) 100%),
    repeating-linear-gradient(90deg, rgba(0,35,85,0.055) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(0,35,85,0.04) 0 1px, transparent 1px 54px);
  border-bottom: 1px solid var(--cbrn-line);
}

.cbrn-page-hero .container {
  max-width: 1320px;
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav {
  padding-left: 24px;
  flex-wrap: wrap;
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav li {
  margin-right: 16px;
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav li a {
  font-size: 14px;
}

.cbrn-page-hero h1 {
  max-width: 950px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.98;
  margin: 0 0 22px;
}

.cbrn-page-hero p {
  max-width: 850px;
}

.cbrn-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 30px;
}

.cbrn-page-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: #fff;
  color: var(--cbrn-ink);
  border: 1px solid var(--cbrn-line);
  font-weight: 800;
}

.cbrn-page-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: start;
}

.cbrn-prose h2,
.cbrn-prose h3 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}

.cbrn-prose h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1;
  margin-bottom: 18px;
}

.cbrn-prose h3 {
  font-size: 24px;
  margin: 28px 0 10px;
}

.cbrn-prose p,
.cbrn-prose li {
  color: var(--cbrn-graphite);
  font-size: 17px;
  line-height: 1.75;
}

.cbrn-prose ul {
  padding-left: 18px;
}

.cbrn-side-panel {
  background: var(--cbrn-ink);
  color: #fff;
  padding: 28px;
}

.cbrn-side-panel h2,
.cbrn-side-panel h3 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

.cbrn-side-panel ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.cbrn-side-panel li {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 14px 0;
  color: rgba(255,255,255,0.86);
}

.cbrn-warning {
  border-left: 5px solid var(--cbrn-amber);
  background: #fff8e8;
  padding: 20px;
  margin: 26px 0;
  color: var(--cbrn-ink);
}

.cbrn-short-answer {
  background: #fff;
  border: 1px solid var(--cbrn-line);
  border-left: 5px solid var(--cbrn-cyan);
  padding: 24px;
  margin-bottom: 30px;
}

.cbrn-short-answer p {
  margin: 0;
  color: var(--cbrn-ink);
  font-size: 18px;
  line-height: 1.7;
}

.cbrn-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.cbrn-scenario-grid article,
.cbrn-definition-grid article {
  background: #fff;
  border: 1px solid var(--cbrn-line);
  padding: 24px;
}

.cbrn-scenario-grid h3 {
  font-size: 21px;
  margin-top: 0;
}

.cbrn-definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.cbrn-definition-grid h3 {
  color: var(--cbrn-red);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  margin: 0 0 10px;
}

.cbrn-definition-grid p {
  color: var(--cbrn-graphite);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.cbrn-source-list,
.cbrn-related-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.cbrn-source-list > div,
.cbrn-related-grid > div {
  background: var(--cbrn-ink);
  color: #fff;
  padding: 24px;
}

.cbrn-source-list h2,
.cbrn-related-grid h2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.cbrn-source-list a,
.cbrn-related-grid a {
  display: block;
  background: #fff;
  border: 1px solid var(--cbrn-line);
  color: var(--cbrn-ink);
  padding: 20px;
  min-height: 150px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cbrn-source-list a:hover,
.cbrn-related-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(6, 24, 39, 0.12);
}

.cbrn-source-list strong,
.cbrn-source-list span,
.cbrn-related-grid strong,
.cbrn-related-grid span {
  display: block;
}

.cbrn-source-list strong,
.cbrn-related-grid strong {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.cbrn-source-list span,
.cbrn-related-grid span {
  color: var(--cbrn-graphite);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .cbrn-fast-path,
  .cbrn-risk-grid,
  .cbrn-equipment-strip,
  .cbrn-faq-grid,
  .cbrn-scenario-grid,
  .cbrn-definition-grid,
  .cbrn-source-list,
  .cbrn-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-fast-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .cbrn-hub,
  .cbrn-home-command,
  .cbrn-page-content {
    padding: 44px 0;
  }

  .cbrn-page-hero {
    padding: 112px 0 48px;
  }

  .cbrn-fast-path,
  .cbrn-risk-grid,
  .cbrn-equipment-strip,
  .cbrn-faq-grid,
  .cbrn-command-grid,
  .cbrn-command-list,
  .cbrn-page-layout,
  .cbrn-scenario-grid,
  .cbrn-definition-grid,
  .cbrn-source-list,
  .cbrn-related-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-risk-card {
    min-height: auto;
  }

  .cbrn-command-copy {
    padding: 26px;
  }

  .cbrn-hub h2,
  .cbrn-page-hero h1 {
    overflow-wrap: anywhere;
  }

  .cbrn-page-shell .main_menu .navbar .navbar-collapse {
    display: block !important;
    margin-right: 0;
  }

  .cbrn-page-shell .main_menu .navbar .nav.navbar-nav,
  .cbrn-page-shell .main_menu .navbar .nav.navbar-nav.navbar-right {
    padding-left: 0;
  }

  .cbrn-page-shell .main_menu .navbar .nav.navbar-nav li a {
    line-height: 38px;
  }

  .cbrn-page-shell .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
    line-height: 40px;
    margin-top: 6px;
  }
}


.cbrn-hub,
.cbrn-home-command,
.cbrn-page-hero,
.cbrn-page-content,
.cbrn-hub *,
.cbrn-home-command *,
.cbrn-page-hero *,
.cbrn-page-content * {
  font-family: "Roboto Condensed", sans-serif;
}

.cbrn-hub,
.cbrn-home-command,
.cbrn-page-content {
  position: relative;
  background:
    linear-gradient(90deg, rgba(117, 168, 218, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(117, 168, 218, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.cbrn-hub:before,
.cbrn-home-command:before,
.cbrn-page-content:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 35, 85, 0.08), transparent 18%, transparent 82%, rgba(197, 0, 0, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(117, 168, 218, 0.08));
}

.cbrn-hub .container,
.cbrn-home-command .container,
.cbrn-page-content .container {
  position: relative;
  z-index: 1;
}

.cbrn-eyebrow {
  min-height: 32px;
  padding: 0 12px;
  color: var(--cbrn-red);
  background: rgba(197, 0, 0, 0.08);
  border-left: 4px solid var(--cbrn-red);
  font: 700 13px/32px "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}

.cbrn-hub h2,
.cbrn-page-hero h1,
.cbrn-command-copy h2,
.cbrn-prose h2,
.cbrn-source-list h2,
.cbrn-related-grid h2 {
  text-transform: uppercase;
  letter-spacing: 0;
}

.cbrn-hub h2 {
  color: var(--cbrn-ink);
}

.cbrn-summary,
.cbrn-hub-head p,
.cbrn-page-hero p,
.cbrn-prose p,
.cbrn-prose li {
  color: var(--cbrn-graphite);
}

.cbrn-fast-path {
  background:
    linear-gradient(135deg, rgba(117, 168, 218, 0.18), transparent 42%),
    var(--cbrn-ink);
  border-left: 6px solid var(--cbrn-red);
  box-shadow: 0 18px 36px rgba(0, 35, 85, 0.16);
}

.cbrn-fast-panel strong {
  color: #fff;
  text-transform: uppercase;
}

.cbrn-fast-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.cbrn-fast-path a,
.cbrn-equipment-strip a,
.cbrn-command-list a,
.cbrn-source-list a,
.cbrn-related-grid a {
  border-color: rgba(0, 35, 85, 0.14);
  color: var(--cbrn-ink);
  background: rgba(255, 255, 255, 0.96);
}

.cbrn-fast-path a {
  border-top: 4px solid var(--cbrn-blue);
  font: 800 15px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-fast-path .cbrn-fast-cta {
  background: var(--cbrn-red);
  border-top-color: #fff;
  color: #fff;
}

.cbrn-risk-card,
.cbrn-faq-grid > div,
.cbrn-faq-grid details,
.cbrn-scenario-grid article,
.cbrn-definition-grid article,
.cbrn-short-answer {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 35, 85, 0.14);
  box-shadow: 0 14px 32px rgba(0, 35, 85, 0.08);
}

.cbrn-risk-card:after,
.cbrn-scenario-grid article:after,
.cbrn-definition-grid article:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 28px;
  height: 28px;
  border-right: 2px solid rgba(117, 168, 218, 0.8);
  border-bottom: 2px solid rgba(117, 168, 218, 0.8);
  pointer-events: none;
}

.cbrn-risk-card,
.cbrn-scenario-grid article,
.cbrn-definition-grid article {
  position: relative;
}

.cbrn-risk-card:before {
  background: var(--cbrn-red);
}

.cbrn-risk-bio:before,
.cbrn-risk-radio:before,
.cbrn-risk-gear:before {
  background: var(--cbrn-blue);
}

.cbrn-risk-card span {
  color: rgba(117, 168, 218, 0.55);
  font: 900 46px/1 "Roboto Condensed", sans-serif;
}

.cbrn-risk-card h3,
.cbrn-faq-grid h2,
.cbrn-faq-grid h3,
.cbrn-faq-grid summary,
.cbrn-prose h3,
.cbrn-definition-grid h3 {
  color: var(--cbrn-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-risk-card p,
.cbrn-equipment-strip span,
.cbrn-command-list span,
.cbrn-definition-grid p,
.cbrn-source-list span,
.cbrn-related-grid span,
.cbrn-faq-grid p,
.cbrn-faq-grid details p {
  color: var(--cbrn-graphite);
}

.cbrn-risk-card a,
.cbrn-page-link,
.cbrn-primary-link {
  min-height: 46px;
  background: var(--cbrn-red);
  border: 1px solid var(--cbrn-red);
  color: #fff;
  font: 800 15px/46px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-risk-card a:hover,
.cbrn-page-link:hover,
.cbrn-primary-link:hover {
  background: var(--cbrn-ink);
  border-color: var(--cbrn-ink);
}

.cbrn-equipment-strip {
  border: 1px solid rgba(0, 35, 85, 0.16);
  background: var(--cbrn-ink);
  gap: 1px;
}

.cbrn-equipment-strip strong,
.cbrn-command-list strong,
.cbrn-source-list strong,
.cbrn-related-grid strong {
  color: var(--cbrn-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-home-command {
  border-top: 4px solid var(--cbrn-blue);
}

.cbrn-command-copy,
.cbrn-side-panel,
.cbrn-source-list > div,
.cbrn-related-grid > div {
  background:
    linear-gradient(135deg, rgba(117, 168, 218, 0.22), transparent 38%),
    var(--cbrn-ink);
  border-left: 5px solid var(--cbrn-red);
  box-shadow: 0 18px 38px rgba(0, 35, 85, 0.16);
}

.cbrn-command-copy p,
.cbrn-side-panel li {
  color: rgba(255, 255, 255, 0.84);
}

.cbrn-command-list a {
  border-top: 4px solid var(--cbrn-blue);
}

.cbrn-command-list a:hover,
.cbrn-equipment-strip a:hover,
.cbrn-fast-path a:hover,
.cbrn-source-list a:hover,
.cbrn-related-grid a:hover {
  border-color: var(--cbrn-blue);
  box-shadow: 0 18px 36px rgba(0, 35, 85, 0.14);
}

.cbrn-page-hero {
  background:
    linear-gradient(108deg, rgba(0, 35, 85, 0.98) 0%, rgba(0, 35, 85, 0.94) 48%, rgba(31, 86, 137, 0.86) 100%),
    repeating-linear-gradient(90deg, rgba(117, 168, 218, 0.14) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(117, 168, 218, 0.08) 0 1px, transparent 1px 58px);
  background-size: auto, 72px 58px, 72px 58px;
  border-bottom: 5px solid var(--cbrn-red);
}

.cbrn-page-hero::before,
.cbrn-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cbrn-page-hero::before {
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(117, 168, 218, 0.16) 18% 25%, transparent 25% 100%),
    linear-gradient(128deg, transparent 0 56%, rgba(255, 255, 255, 0.11) 56% 67%, transparent 67% 100%),
    linear-gradient(100deg, transparent 0 72%, rgba(197, 0, 0, 0.24) 72% 73%, transparent 73% 100%);
  opacity: 0.95;
}

.cbrn-page-hero::after {
  inset: auto -8% 0 32%;
  height: 42%;
  background:
    linear-gradient(90deg, rgba(197, 0, 0, 0.9) 0 18%, transparent 18% 100%),
    linear-gradient(90deg, transparent 0 28%, rgba(117, 168, 218, 0.38) 28% 54%, transparent 54% 100%),
    linear-gradient(90deg, transparent 0 66%, rgba(255, 255, 255, 0.16) 66% 100%);
  transform: skewX(-18deg);
  opacity: 0.38;
}

.cbrn-page-hero .container {
  position: relative;
  z-index: 1;
}

.cbrn-page-hero h1 {
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.cbrn-page-hero p {
  color: rgba(255, 255, 255, 0.86);
}

.cbrn-page-hero .cbrn-eyebrow {
  color: #fff;
  background: var(--cbrn-red);
  border-left-color: var(--cbrn-blue);
}

.cbrn-page-tags span {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(117, 168, 218, 0.55);
  color: var(--cbrn-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-page-hero .cbrn-primary-link {
  box-shadow: 0 12px 26px rgba(197, 0, 0, 0.28);
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav li a {
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 35, 85, 0.32);
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  color: #fff;
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  background: var(--cbrn-red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(197, 0, 0, 0.24);
  text-shadow: none;
}

.cbrn-page-shell .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a:hover {
  background: var(--cbrn-blue);
}

.cbrn-page-shell .header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav li a,
.cbrn-page-shell .header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  color: var(--cbrn-ink);
  text-shadow: none;
}

.cbrn-page-shell .header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  color: #fff;
}

.cbrn-prose h2 {
  border-left: 5px solid var(--cbrn-red);
  padding-left: 16px;
}

.cbrn-prose h3 {
  border-bottom: 2px solid rgba(117, 168, 218, 0.5);
  padding-bottom: 8px;
}

.cbrn-warning {
  background: #fff5df;
  border-left-color: var(--cbrn-amber);
  color: var(--cbrn-ink);
  font-weight: 600;
}

.cbrn-short-answer {
  border-left-color: var(--cbrn-blue);
}

.cbrn-short-answer p {
  color: var(--cbrn-ink);
  font-weight: 600;
}

.cbrn-source-list > div .cbrn-eyebrow,
.cbrn-related-grid > div .cbrn-eyebrow {
  color: #fff;
  background: var(--cbrn-red);
  border-left-color: var(--cbrn-blue);
}

.cbrn-command-copy h2,
.cbrn-side-panel h2,
.cbrn-side-panel h3,
.cbrn-source-list > div h2,
.cbrn-related-grid > div h2,
.cbrn-source-list > div strong,
.cbrn-related-grid > div strong {
  color: #fff !important;
}

.cbrn-command-copy p,
.cbrn-side-panel p,
.cbrn-source-list > div p,
.cbrn-related-grid > div p,
.cbrn-source-list > div span:not(.cbrn-eyebrow),
.cbrn-related-grid > div span:not(.cbrn-eyebrow) {
  color: rgba(255, 255, 255, 0.86) !important;
}

.cbrn-source-list > div,
.cbrn-related-grid > div {
  background:
    linear-gradient(135deg, rgba(117, 168, 218, 0.18), transparent 44%),
    #042a5f;
}

.cbrn-directory-hero .cbrn-summary {
  max-width: 960px;
}

.cbrn-directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cbrn-directory-actions .cbrn-primary-link {
  padding: 0 22px;
}

.cbrn-directory-actions button.cbrn-primary-link {
  border: 0;
  cursor: pointer;
}

.cbrn-directory-actions button.cbrn-primary-link:disabled {
  cursor: wait;
  opacity: 0.7;
}

.cbrn-directory-actions [data-dila-status] {
  align-self: center;
  margin: 0;
}

.cbrn-directory-actions .cbrn-primary-link-alt {
  background: #fff;
  border-color: #fff;
  color: var(--cbrn-ink);
}

.cbrn-directory-actions .cbrn-primary-link-alt:hover {
  background: var(--cbrn-blue);
  border-color: var(--cbrn-blue);
  color: #fff;
}

.cbrn-directory-intro,
.cbrn-feed-grid,
.cbrn-number-grid,
.cbrn-directory-grid,
.cbrn-region-grid,
.cbrn-city-grid {
  display: grid;
  gap: 18px;
}

.cbrn-directory-intro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 48px;
}

.cbrn-directory-intro article,
.cbrn-feed-card,
.cbrn-number-card,
.cbrn-admin-card,
.cbrn-region-card,
.cbrn-department-card,
.cbrn-city-grid a,
.cbrn-live-feed-card,
.cbrn-feed-fallback {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 35, 85, 0.14);
  box-shadow: 0 14px 32px rgba(0, 35, 85, 0.08);
}

.cbrn-directory-intro article {
  min-height: 220px;
  padding: 26px;
  border-top: 5px solid var(--cbrn-blue);
}

.cbrn-directory-intro article span {
  display: block;
  color: rgba(117, 168, 218, 0.58);
  font: 900 42px/1 "Roboto Condensed", sans-serif;
}

.cbrn-directory-intro article h2,
.cbrn-section-title h2,
.cbrn-admin-block-head h3,
.cbrn-feed-card h3,
.cbrn-number-card h3 {
  color: var(--cbrn-ink);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cbrn-directory-intro article h2 {
  font-size: 25px;
  line-height: 1.08;
  margin: 14px 0 10px;
}

.cbrn-directory-intro article p,
.cbrn-section-title p,
.cbrn-feed-card p,
.cbrn-number-card p,
.cbrn-admin-card span,
.cbrn-region-card,
.cbrn-department-card,
.cbrn-city-grid span,
.cbrn-feed-fallback p,
.cbrn-directory-source-list p {
  color: var(--cbrn-graphite);
}

.cbrn-section-title {
  max-width: 1080px;
  margin: 54px 0 24px;
}

.cbrn-section-title h2 {
  font-size: 38px;
  line-height: 1.08;
  margin: 16px 0 12px;
}

.cbrn-section-title p {
  max-width: 880px;
  font-size: 18px;
  line-height: 1.62;
}

.cbrn-live-feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.cbrn-live-feed-card {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 20px;
  border-left: 5px solid var(--cbrn-red);
  color: var(--cbrn-ink);
  text-decoration: none !important;
}

.cbrn-live-feed-card span,
.cbrn-feed-card span {
  color: var(--cbrn-red);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-live-feed-card strong {
  color: var(--cbrn-ink);
  font-size: 20px;
  line-height: 1.18;
}

.cbrn-live-feed-card p {
  color: var(--cbrn-graphite);
  line-height: 1.48;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.cbrn-live-feed-card em {
  color: var(--cbrn-blue);
  font-style: normal;
  font-weight: 700;
}

.cbrn-feed-fallback {
  grid-column: 1 / -1;
  padding: 22px;
  border-left: 5px solid var(--cbrn-amber);
}

.cbrn-feed-fallback strong {
  color: var(--cbrn-ink);
  font-size: 20px;
}

.cbrn-feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cbrn-feed-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 22px;
  border-top: 5px solid var(--cbrn-blue);
}

.cbrn-feed-card h3 {
  font-size: 22px;
  line-height: 1.12;
  margin: 8px 0 0;
}

.cbrn-feed-card p {
  margin: 16px 0;
  line-height: 1.55;
}

.cbrn-feed-card small {
  margin-top: auto;
  color: var(--cbrn-blue);
  font-weight: 800;
}

.cbrn-feed-card a,
.cbrn-region-card a,
.cbrn-department-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  margin-top: 16px;
  background: var(--cbrn-red);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cbrn-number-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cbrn-number-card {
  min-height: 210px;
  padding: 22px;
  border-top: 5px solid var(--cbrn-red);
}

.cbrn-number-card strong {
  display: block;
  color: var(--cbrn-blue);
  font: 900 42px/1 "Roboto Condensed", sans-serif;
}

.cbrn-number-call {
  display: inline-block;
  text-decoration: none !important;
}

.cbrn-number-call:hover strong,
.cbrn-number-call:focus-visible strong {
  color: var(--cbrn-red);
}

.cbrn-number-card h3 {
  font-size: 20px;
  line-height: 1.12;
  margin: 14px 0 10px;
}

.cbrn-number-card p {
  line-height: 1.48;
}

.cbrn-directory-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cbrn-admin-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 20px;
  border-left: 5px solid var(--cbrn-blue);
  color: var(--cbrn-ink);
  text-decoration: none !important;
}

.cbrn-admin-card strong,
.cbrn-region-card strong,
.cbrn-department-card strong,
.cbrn-city-grid strong {
  color: var(--cbrn-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-admin-block {
  margin-top: 26px;
}

.cbrn-admin-block-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  background: var(--cbrn-ink);
  border-left: 5px solid var(--cbrn-red);
}

.cbrn-admin-block-head h3 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.cbrn-admin-block-head p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.cbrn-region-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.cbrn-region-card,
.cbrn-department-card {
  padding: 18px;
}

.cbrn-region-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.15;
}

.cbrn-region-card div,
.cbrn-department-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cbrn-region-card div a,
.cbrn-department-card div a {
  margin-top: 14px;
}

.cbrn-region-card div a + a,
.cbrn-department-card div a + a {
  background: var(--cbrn-blue);
}

.cbrn-department-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.cbrn-department-card {
  min-height: 178px;
}

.cbrn-department-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 34px;
  margin-bottom: 12px;
  background: var(--cbrn-red);
  color: #fff;
  font-weight: 900;
}

.cbrn-department-card strong,
.cbrn-department-card em {
  display: block;
}

.cbrn-department-card em {
  color: var(--cbrn-blue);
  font-style: normal;
  font-weight: 700;
  margin-top: 4px;
}

.cbrn-city-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 16px;
}

.cbrn-city-grid a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 16px;
  color: var(--cbrn-ink);
  text-decoration: none !important;
}

.cbrn-city-grid strong {
  line-height: 1.12;
}

.cbrn-directory-source-list {
  margin-top: 54px;
}

@media (max-width: 1199px) {
  .cbrn-feed-grid,
  .cbrn-directory-grid,
  .cbrn-department-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cbrn-number-grid,
  .cbrn-city-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cbrn-directory-intro,
  .cbrn-feed-grid,
  .cbrn-number-grid,
  .cbrn-directory-grid,
  .cbrn-region-grid,
  .cbrn-department-list,
  .cbrn-city-grid,
  .cbrn-live-feed-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-admin-block-head {
    display: block;
  }

  .cbrn-admin-block-head p {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .cbrn-page-hero {
    background:
      linear-gradient(110deg, rgba(0, 35, 85, 0.98), rgba(0, 35, 85, 0.92)),
      repeating-linear-gradient(90deg, rgba(117, 168, 218, 0.14) 0 1px, transparent 1px 48px),
      repeating-linear-gradient(0deg, rgba(117, 168, 218, 0.08) 0 1px, transparent 1px 46px);
  }

  .cbrn-fast-path a,
  .cbrn-risk-card a,
  .cbrn-page-link,
  .cbrn-primary-link {
    justify-content: center;
    text-align: center;
  }

  .cbrn-directory-actions,
  .cbrn-directory-intro,
  .cbrn-feed-grid,
  .cbrn-number-grid,
  .cbrn-directory-grid,
  .cbrn-region-grid,
  .cbrn-department-list,
  .cbrn-city-grid,
  .cbrn-live-feed-list {
    grid-template-columns: 1fr;
  }

  .cbrn-directory-actions {
    display: grid;
  }

  .cbrn-section-title h2 {
    font-size: 30px;
  }

  .cbrn-number-card {
    min-height: 0;
  }
}


.cbrn-modern-shell > .mobile_canvus_menu,
.cbrn-modern-shell > .body_capture,
.cbrn-modern-shell > .header_area,
.cbrn-modern-shell > .footer_area,
.cbrn-page-shell > .header_area,
.cbrn-page-shell > .footer_area {
  display: none !important;
}

.cbrn-modern-shell .sidebar_widget,
.cbrn-modern-shell .mobile_canvus_menu,
.cbrn-modern-shell .body_capture {
  max-width: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.cbrn-modern-shell,
.cbrn-page-shell {
  background: var(--cbrn-paper);
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
}

.amz-header {
  position: relative;
  top: auto;
  z-index: 1400;
  font-family: "Roboto Condensed", sans-serif;
}

.amz-topbar {
  background: var(--cbrn-ink);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.amz-topbar .container,
.amz-subbar .container {
  max-width: 1750px;
}

.amz-topbar-inner {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 9px 0;
}

.amz-logo img {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}

.amz-sell-cta,
.amz-action {
  color: #fff !important;
  text-decoration: none !important;
}

.amz-sell-cta {
  display: block;
  min-width: 0;
  padding: 8px 12px;
  border-left: 5px solid var(--cbrn-red);
  background: rgba(255,255,255,0.06);
}

.amz-sell-cta-kicker,
.amz-sell-cta-main,
.amz-sell-cta-note {
  display: block;
  overflow-wrap: anywhere;
}

.amz-sell-cta-kicker {
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.amz-sell-cta-main {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.amz-sell-cta-note {
  color: rgba(255,255,255,0.74);
  font-size: 12px;
  line-height: 1.25;
}

.amz-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.amz-action {
  min-width: 170px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
  text-align: center;
}

.amz-action:hover,
.amz-sell-cta:hover {
  background: rgba(255,255,255,0.12);
}

.amz-action-top,
.amz-action-bottom {
  display: block;
}

.amz-action-top {
  font-size: 12px;
  opacity: 0.82;
}

.amz-action-bottom {
  font-size: 15px;
  font-weight: 900;
}

.amz-subbar {
  background: #6fa5d7;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(0,35,85,0.18);
}

.amz-subbar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
}

.amz-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.amz-nav::-webkit-scrollbar {
  display: none;
}

.amz-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none !important;
}

.amz-nav-link:hover,
.amz-nav-link.is-active {
  background: rgba(0,35,85,0.18);
}

.amz-burger {
  display: none;
  width: 44px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.34);
  background: transparent;
  cursor: pointer;
}

.amz-burger-ico {
  position: relative;
  width: 18px;
  height: 12px;
  display: block;
}

.amz-burger-ico:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
}

.amz-mobile-collapse {
  padding: 0 0 12px 56px;
}

.amz-off-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin: 6px 6px 0 0;
  padding: 8px 11px;
  background: #fff;
  border: 1px solid rgba(0,35,85,0.14);
  color: var(--cbrn-ink) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.amz-footer {
  margin-top: 0;
  background: var(--cbrn-ink);
  color: #fff;
}

.rvf-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(4, minmax(170px, 1fr));
  gap: 26px;
}

.rvf-footer-grid h3 {
  color: #fff !important;
  font-size: 18px;
  margin: 0 0 12px;
}

.rvf-footer-grid p,
.rvf-footer-grid li,
.rvf-footer-grid a,
.amz-footer .copyright,
.amz-footer .copyright a {
  color: rgba(255,255,255,0.84) !important;
}

.rvf-footer-grid p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 10px;
}

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

.rvf-footer-grid li {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.35;
}

.rvf-footer-grid a:hover,
.amz-footer .copyright a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.amz-footer .copyright {
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
  font-size: 13px;
}

.cbrn-modern-shell .home_banner_area {
  padding-top: 58px;
}

.cbrn-fast-path {
  grid-template-columns: minmax(220px, 1.35fr) repeat(auto-fit, minmax(135px, 1fr)) !important;
}

.cbrn-risk-grid,
.cbrn-equipment-strip,
.cbrn-faq-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
}

.cbrn-risk-fire:before {
  background: var(--cbrn-red);
}


.cbrn-local-shell {
  background:
    linear-gradient(180deg, rgba(239, 247, 255, 0.92) 0, rgba(255, 255, 255, 0.98) 360px),
    var(--cbrn-paper);
}

.cbrn-local-shell .container {
  max-width: 1500px;
}

.cbrn-local-shell .breadcrumb_area {
  overflow: hidden;
  text-align: left;
  padding: 58px 0 48px;
  background:
    linear-gradient(135deg, rgba(0, 35, 85, 0.98), rgba(8, 58, 111, 0.96)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0, rgba(255,255,255,0.055) 1px, transparent 1px, transparent 54px);
  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 6px solid var(--cbrn-blue);
}

.cbrn-local-shell .breadcrumb_area:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 42px);
  pointer-events: none;
}

.cbrn-local-shell .breadcrumb_text {
  position: relative;
  max-width: 1180px;
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text h6 {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 8px 14px 8px 18px;
  color: #ffffff;
  background: rgba(197, 0, 0, 0.95);
  border-left: 4px solid #ffffff;
  font: 700 15px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text h1 {
  max-width: 1040px;
  margin: 0 0 16px;
  color: #ffffff;
  font: 800 48px/1.08 "Roboto Condensed", sans-serif;
}

.cbrn-local-hero-copy {
  max-width: 900px;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.86);
  font: 400 19px/1.55 "Roboto Condensed", sans-serif;
}

.cbrn-local-hero-tags,
.cbrn-local-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.cbrn-local-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: #ffffff;
  background: rgba(117, 168, 218, 0.20);
  border: 1px solid rgba(255,255,255,0.22);
  font: 700 14px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 17px;
  color: #ffffff;
  background: var(--cbrn-red);
  border: 1px solid var(--cbrn-red);
  font: 800 15px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-local-hero-actions a + a {
  background: transparent;
  border-color: rgba(255,255,255,0.34);
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav {
  justify-content: flex-start !important;
  gap: 8px;
  margin-top: 4px;
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav li {
  margin-right: 0;
  color: rgba(255,255,255,0.78);
  font: 700 13px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav li a {
  color: rgba(255,255,255,0.82);
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav li a:before,
.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav li:last-child a:before {
  display: none;
}

.cbrn-local-shell .breadcrumb_area .breadcrumb_text .nav .divider:before {
  content: "/";
  margin-left: 8px;
  color: rgba(255,255,255,0.36);
}

.cbrn-local-shell .about_cronacvirus_promo_area,
.cbrn-local-shell .blog_area,
.cbrn-local-shell .home_about_corona {
  padding-top: 58px;
  padding-bottom: 58px;
  background: transparent;
}

.cbrn-local-shell .coronavirus_promo_content {
  max-width: 1240px;
}

.cbrn-local-shell .coronavirus_promo_content h5 {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: var(--cbrn-red);
  background: rgba(197, 0, 0, 0.08);
  border-left: 4px solid var(--cbrn-red);
  font: 800 16px/1.35 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .coronavirus_promo_content h5 b {
  color: var(--cbrn-ink);
}

.cbrn-local-shell .coronavirus_promo_content h2 {
  max-width: 1050px;
  margin-bottom: 18px;
  color: var(--cbrn-ink);
  font: 800 38px/1.16 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .coronavirus_promo_content p {
  max-width: 1160px;
  color: #193d69;
  font-size: 18px;
  line-height: 1.78;
}

.cbrn-local-shell .coronavirus_promo_content a {
  color: #0b64ad !important;
}

.cbrn-local-shell .home_option {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 40px !important;
}

.cbrn-local-shell .home_option:before,
.cbrn-local-shell .home_option:after {
  display: none;
}

.cbrn-local-shell .home_option > [class*="col-"] {
  max-width: none;
  padding: 0;
  flex: none;
}

.cbrn-local-shell .home_option .media {
  height: 100%;
  min-height: 190px;
  display: block;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(117, 168, 218, 0.35);
  border-top: 4px solid var(--cbrn-red);
  box-shadow: 0 14px 34px rgba(0, 35, 85, 0.08);
}

.cbrn-local-shell .home_option .media .d-flex {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(117, 168, 218, 0.18);
  color: var(--cbrn-ink);
  justify-content: center;
  align-items: center;
}

.cbrn-local-shell .home_option .media .d-flex i {
  color: var(--cbrn-ink);
  font-size: 24px;
}

.cbrn-local-shell .home_option .media .media-body h4 {
  color: var(--cbrn-ink);
  font: 800 20px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .home_option .media .media-body p {
  margin: 0;
  color: #2b5079;
  font-size: 16px;
  line-height: 1.48;
}

.cbrn-local-shell .coronavirus_promo_content > h3 {
  margin-top: 30px;
  color: var(--cbrn-ink);
  font: 800 28px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .coronavirus_promo_content > h3 + p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1180px;
  margin-top: 12px;
}

.cbrn-local-shell .coronavirus_promo_content > h3 + p span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--cbrn-ink);
  background: #ffffff;
  border: 1px solid rgba(117, 168, 218, 0.40);
  font-size: 15px;
}

.cbrn-local-shell .blog_menu {
  margin-bottom: 28px;
}

.cbrn-local-shell .blog_menu .nav {
  justify-content: flex-start !important;
  gap: 8px;
}

.cbrn-local-shell .blog_menu .nav li {
  margin: 0;
}

.cbrn-local-shell .blog_menu .nav li a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--cbrn-ink);
  background: #ffffff;
  border: 1px solid rgba(117, 168, 218, 0.45);
  font: 800 15px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .blog_menu .nav li:hover a,
.cbrn-local-shell .blog_menu .nav li.active a {
  color: #ffffff;
  background: var(--cbrn-red);
  border-color: var(--cbrn-red);
}

.cbrn-local-shell .blog_item_inner {
  row-gap: 24px;
}

.cbrn-local-shell .big_l_blog_item {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
  border: 1px solid rgba(117, 168, 218, 0.35);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 35, 85, 0.08);
}

.cbrn-local-shell .big_l_blog_item:before {
  display: none;
}

.cbrn-local-shell .big_l_blog_item .l_blog_img {
  border-radius: 0;
}

.cbrn-local-shell .big_l_blog_item .l_blog_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cbrn-local-shell .big_l_blog_item:hover .l_blog_img img {
  transform: none;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text {
  position: static;
  width: auto;
  height: auto;
  padding: 18px;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text .date {
  margin-top: 0;
  margin-bottom: 12px;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text .date a {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  color: #ffffff;
  background: var(--cbrn-ink);
  font-size: 13px;
  line-height: 1.2;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text .blog_btm_text {
  position: static;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text .tag {
  margin: 0 0 12px !important;
  padding: 8px 14px;
  border-radius: 0;
  background: var(--cbrn-red);
  font-size: 14px;
}

.cbrn-local-shell .big_l_blog_item .l_blog_text h3 {
  margin: 0;
  padding: 0;
  color: var(--cbrn-ink);
  background: transparent;
  font: 800 22px/1.18 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .home_about_corona .row {
  align-items: center;
}

.cbrn-local-shell .home_about_corona .home_ab_img {
  padding-top: 0;
}

.cbrn-local-shell .home_about_corona .home_ab_img img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(117, 168, 218, 0.28);
  box-shadow: 0 16px 36px rgba(0, 35, 85, 0.10);
}

.cbrn-local-shell .home_about_corona .home_ab_text {
  margin-left: 0;
  padding: 0 0 0 18px;
}

.cbrn-local-shell .home_about_corona .home_ab_text:before {
  display: none;
}

.cbrn-local-shell .prevent_details:before {
  display: none;
}

.cbrn-local-shell .home_about_corona .home_ab_text .home_ab_text_inner {
  margin-left: 0;
  padding: 0;
}

.cbrn-local-shell .home_about_corona .home_ab_text .home_ab_text_inner > h6 {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: var(--cbrn-red);
  background: rgba(197, 0, 0, 0.08);
  border-left: 4px solid var(--cbrn-red);
  font: 800 16px/1.35 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item {
  margin-bottom: 18px;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid var(--cbrn-blue);
  box-shadow: 0 12px 28px rgba(0, 35, 85, 0.07);
}

.cbrn-local-shell .home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item h4 {
  color: var(--cbrn-ink);
  font: 800 25px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .home_about_corona .home_ab_text .home_ab_text_inner .home_ab_item p {
  color: #254a74;
  font-size: 17px;
  line-height: 1.66;
}

.cbrn-local-shell .check_now_area {
  padding: 34px 0;
  background: var(--cbrn-ink);
}

.cbrn-local-shell .check_now_area .row {
  align-items: center;
  padding: 0;
}

.cbrn-local-shell .check_now_area .media-body h4 {
  color: #ffffff;
  font: 800 28px/1.18 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .check_now_area .media-body p {
  color: rgba(255,255,255,0.78);
}

.cbrn-local-shell .check_now_area .icon_btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 18px;
  color: #ffffff;
  background: var(--cbrn-red);
  border: 1px solid var(--cbrn-red);
  font: 800 15px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-local-shell .client_logo_area {
  padding: 46px 0;
  background: rgba(255,255,255,0.72);
}

.cbrn-local-shell .client_logo_area .main_title {
  margin-bottom: 22px;
}

.cbrn-local-shell .client_logo_area .main_title h5 {
  color: var(--cbrn-red);
  font: 800 15px/1.3 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .client_logo_area .main_title h2 {
  color: var(--cbrn-ink);
  font: 800 32px/1.18 "Roboto Condensed", sans-serif;
}

.cbrn-local-shell .client_logo_area p {
  line-height: 1.8;
}

.cbrn-local-shell .client_logo_area a {
  display: inline-flex;
  margin: 3px 4px 3px 0;
  padding: 5px 8px;
  color: var(--cbrn-ink) !important;
  background: #ffffff;
  border: 1px solid rgba(117, 168, 218, 0.34);
  font-size: 14px;
}


.cbrn-market-home {
  background: var(--cbrn-paper);
}

.cbrn-market-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 82px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(0, 35, 85, 0.98) 0%, rgba(0, 35, 85, 0.93) 52%, rgba(36, 87, 137, 0.88) 100%),
    repeating-linear-gradient(90deg, rgba(117, 168, 218, 0.16) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(117, 168, 218, 0.08) 0 1px, transparent 1px 56px);
  border-bottom: 5px solid var(--cbrn-red);
}

.cbrn-market-hero:before,
.cbrn-market-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cbrn-market-hero:before {
  background:
    linear-gradient(118deg, transparent 0 20%, rgba(117, 168, 218, 0.17) 20% 28%, transparent 28% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(255, 255, 255, 0.11) 58% 70%, transparent 70% 100%),
    linear-gradient(98deg, transparent 0 76%, rgba(197, 0, 0, 0.28) 76% 77%, transparent 77% 100%);
}

.cbrn-market-hero:after {
  inset: auto 0 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--cbrn-red), var(--cbrn-blue), var(--cbrn-amber));
}

.cbrn-market-hero .container {
  position: relative;
  z-index: 1;
}

.cbrn-market-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}

.cbrn-market-hero h1 {
  max-width: 980px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 22px;
}

.cbrn-market-hero p {
  max-width: 880px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.65;
}

.cbrn-market-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cbrn-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-secondary-link:hover {
  color: var(--cbrn-ink);
  background: #fff;
}

.cbrn-market-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 5px solid var(--cbrn-red);
}

.cbrn-market-panel strong {
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
}

.cbrn-market-panel span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.55;
}

.cbrn-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--cbrn-line);
}

.cbrn-market-grid a {
  display: grid;
  gap: 12px;
  min-height: 178px;
  padding: 26px;
  color: var(--cbrn-ink);
  background: rgba(255, 255, 255, 0.86);
  border-right: 1px solid var(--cbrn-line);
  border-bottom: 1px solid var(--cbrn-line);
}

.cbrn-market-grid a:nth-child(4n) {
  border-right: 0;
}

.cbrn-market-grid strong,
.cbrn-directory-buy-grid h3 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.cbrn-market-grid span,
.cbrn-directory-buy-grid p,
.cbrn-directory-buy-grid span {
  color: var(--cbrn-graphite);
  font-size: 17px;
  line-height: 1.58;
}

.cbrn-market-grid a:hover {
  background: #fff;
  box-shadow: inset 0 5px 0 var(--cbrn-red);
}

.cbrn-market-band {
  padding: 62px 0;
  color: #fff;
  background: var(--cbrn-ink);
}

.cbrn-market-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 42px;
  align-items: start;
}

.cbrn-market-band h2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.cbrn-market-band p,
.cbrn-check-list li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
}

.cbrn-check-list {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid var(--cbrn-red);
}

.cbrn-check-list li + li {
  margin-top: 12px;
}

.cbrn-directory-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cbrn-directory-buy-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--cbrn-line);
  border-top: 5px solid var(--cbrn-blue);
}

.cbrn-directory-buy-grid article:nth-child(2) {
  border-top-color: var(--cbrn-green);
}

.cbrn-directory-buy-grid article:nth-child(3) {
  border-top-color: var(--cbrn-amber);
}

.cbrn-directory-buy-grid span {
  display: block;
  margin-top: 16px;
  color: var(--cbrn-ink);
  font-weight: 800;
}

.cbrn-centered-cta {
  margin-top: 28px;
  text-align: center;
}

.cbrn-network-resources {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(44, 163, 98, 0.13), transparent 24%),
    linear-gradient(135deg, #eef4f8 0%, #f8fafc 54%, #eef2f6 100%);
  border-top: 1px solid var(--cbrn-line);
}

.cbrn-network-resources-head {
  max-width: 920px;
}

.cbrn-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cbrn-network-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 320px;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background: linear-gradient(140deg, #00366f 0%, #001f4b 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 56px rgba(0, 35, 85, 0.16);
  isolation: isolate;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cbrn-network-card::after {
  position: absolute;
  right: -78px;
  bottom: -108px;
  z-index: -1;
  width: 260px;
  height: 260px;
  content: "";
  border: 42px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.cbrn-network-card-equip {
  background: linear-gradient(140deg, #8b1e23 0%, #4e0f18 100%);
}

.cbrn-network-card-kicker {
  width: fit-content;
  padding: 7px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cbrn-network-card strong {
  max-width: 580px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.cbrn-network-card p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.6;
}

.cbrn-network-card-link {
  margin-top: auto;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-network-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.cbrn-network-card:hover {
  color: #fff;
  box-shadow: 0 28px 64px rgba(0, 35, 85, 0.25);
  transform: translateY(-4px);
}

.cbrn-network-card:focus-visible {
  color: #fff;
  outline: 4px solid var(--cbrn-amber);
  outline-offset: 4px;
}

.cbrn-market-local {
  padding: 58px 0;
  background: #fff;
  border-top: 1px solid var(--cbrn-line);
}

.cbrn-market-local .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 36px;
  align-items: center;
}

.cbrn-market-local h2 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
}

.cbrn-market-local p {
  color: var(--cbrn-graphite);
  font-size: 18px;
  line-height: 1.65;
}

.cbrn-local-links {
  display: grid;
  gap: 10px;
}

.cbrn-local-links a {
  padding: 16px 18px;
  color: var(--cbrn-ink);
  background: var(--cbrn-paper);
  border-left: 5px solid var(--cbrn-red);
  font-weight: 900;
  text-transform: uppercase;
}

.cbrn-store-directory {
  margin: 64px 0;
}

.cbrn-directory-filter-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) minmax(220px, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin: 0 0 26px;
  padding: 20px;
  background: #f4f8fc;
  border: 1px solid var(--cbrn-line);
  border-radius: 8px;
}

.cbrn-directory-filter-field {
  display: grid;
  gap: 7px;
}

.cbrn-directory-filter-field label {
  margin: 0;
  color: var(--cbrn-ink);
  font-size: 14px;
  font-weight: 900;
}

.cbrn-directory-filter-field input,
.cbrn-directory-filter-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--cbrn-ink);
  background: #fff;
  border: 2px solid #7990aa;
  border-radius: 5px;
  font: inherit;
}

.cbrn-directory-filter-field input:focus,
.cbrn-directory-filter-field select:focus {
  outline: 3px solid rgba(211, 43, 43, 0.28);
  outline-offset: 2px;
  border-color: var(--cbrn-red);
}

.cbrn-directory-filter-count {
  min-width: 160px;
  margin: 0 0 12px;
  color: var(--cbrn-graphite);
  font-size: 14px;
}

.cbrn-directory-filter-count strong {
  color: var(--cbrn-red);
  font-size: 22px;
}

[data-directory-entry][hidden] {
  display: none !important;
}

.cbrn-store-head {
  max-width: 1060px;
  margin-bottom: 24px;
}

.cbrn-store-head h2 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.cbrn-store-head p {
  color: var(--cbrn-graphite);
  font-size: 18px;
  line-height: 1.65;
}

.cbrn-store-summary {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #002b64 0%, #0f477b 100%);
  border-left: 6px solid var(--cbrn-red);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 35, 85, 0.14);
}

.cbrn-store-summary strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.cbrn-store-summary span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.cbrn-store-summary .cbrn-local-directory-link {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cbrn-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cbrn-store-card {
  position: relative;
  display: flex;
  min-height: 398px;
  overflow: hidden;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--cbrn-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 35, 85, 0.08);
}

.cbrn-store-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--cbrn-blue);
}

.cbrn-store-card:nth-child(3n):before {
  background: var(--cbrn-red);
}

.cbrn-store-card:nth-child(3n + 2):before {
  background: var(--cbrn-amber);
}

.cbrn-store-top {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}

.cbrn-store-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  padding: 10px;
  background: #f4f8fc;
  border: 1px solid var(--cbrn-line);
  border-radius: 8px;
}

.cbrn-store-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cbrn-store-title {
  min-width: 0;
}

.cbrn-store-category {
  display: block;
  color: var(--cbrn-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.cbrn-store-card h3 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.05;
  margin: 5px 0 0;
}

.cbrn-store-site {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 10px 12px;
  background: #eef5fb;
  border: 1px solid #d4e4f1;
  border-radius: 6px;
}

.cbrn-store-site span {
  color: #476583;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.cbrn-store-domain {
  color: var(--cbrn-blue);
  font-size: 15px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cbrn-store-card p {
  color: var(--cbrn-graphite);
  font-size: 16px;
  line-height: 1.58;
  margin-bottom: 16px;
}

.cbrn-store-points {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.cbrn-store-points li {
  position: relative;
  padding-left: 18px;
  color: #204264;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cbrn-store-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--cbrn-red);
}

.cbrn-store-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.cbrn-store-meta {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

.cbrn-store-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  background: #eef5fb;
  color: var(--cbrn-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.cbrn-store-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  background: var(--cbrn-ink);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.cbrn-store-cta:hover {
  background: var(--cbrn-red);
  color: #fff;
}

@media (max-width: 767px) {
  .cbrn-store-summary {
    grid-template-columns: 1fr;
  }

  .cbrn-store-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .cbrn-store-cta {
    width: 100%;
  }
}

.cbrn-legal-page {
  background: var(--cbrn-paper);
}

.cbrn-legal-content {
  padding: 72px 0;
}

.cbrn-legal-panel {
  max-width: 1060px;
  margin: 0 auto;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--cbrn-line);
  border-top: 6px solid var(--cbrn-red);
}

.cbrn-legal-panel h1,
.cbrn-legal-panel h2 {
  color: var(--cbrn-ink);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}

.cbrn-legal-panel h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.cbrn-legal-panel h2 {
  font-size: 30px;
  margin: 34px 0 12px;
}

.cbrn-legal-panel p,
.cbrn-legal-panel li {
  color: var(--cbrn-graphite);
  font-size: 18px;
  line-height: 1.72;
}

.cbrn-legal-panel ul {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .cbrn-directory-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .cbrn-directory-filter-count {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .cbrn-market-hero-grid,
  .cbrn-market-band-grid,
  .cbrn-market-local .container {
    grid-template-columns: 1fr;
  }

  .cbrn-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-market-grid a:nth-child(4n) {
    border-right: 1px solid var(--cbrn-line);
  }

  .cbrn-market-grid a:nth-child(2n) {
    border-right: 0;
  }

  .cbrn-directory-buy-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-network-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-local-shell .breadcrumb_area {
    padding: 42px 0 38px;
  }

  .cbrn-local-shell .breadcrumb_area .breadcrumb_text h1 {
    font-size: 36px;
  }

  .cbrn-local-shell .home_option {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-local-shell .home_about_corona .home_ab_text {
    padding: 28px 0 0;
  }
}

@media (max-width: 576px) {
  .cbrn-market-hero {
    padding: 62px 0 54px;
  }

  .cbrn-market-hero h1 {
    font-size: 38px;
  }

  .cbrn-market-hero p {
    font-size: 18px;
  }

  .cbrn-market-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-market-grid a,
  .cbrn-market-grid a:nth-child(2n),
  .cbrn-market-grid a:nth-child(4n) {
    border-right: 0;
  }

  .cbrn-store-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-network-resources {
    padding: 58px 0;
  }

  .cbrn-network-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .cbrn-legal-panel {
    padding: 28px 22px;
  }

  .cbrn-local-shell .breadcrumb_area .breadcrumb_text h1 {
    font-size: 30px;
  }

  .cbrn-local-hero-copy {
    font-size: 17px;
  }

  .cbrn-local-shell .home_option {
    grid-template-columns: 1fr;
  }

  .cbrn-local-shell .coronavirus_promo_content h2 {
    font-size: 30px;
    line-height: 1.18;
  }
}

@media (min-width: 992px) {
  .amz-mobile-collapse {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .amz-topbar-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .amz-logo img {
    height: 50px;
  }

  .amz-actions {
    display: none;
  }

  .amz-burger {
    display: flex;
    flex: 0 0 auto;
  }

  .amz-nav {
    display: none;
  }

  .amz-mobile-collapse {
    padding-left: 0;
  }

  .rvf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .amz-topbar-inner {
    grid-template-columns: 1fr;
  }

  .amz-logo img {
    height: 46px;
  }

  .amz-sell-cta {
    padding: 9px 10px;
  }

  .rvf-footer-grid {
    grid-template-columns: 1fr;
  }
}


.cbrn-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: #002355;
  background: #ffffff;
  border: 3px solid #d60000;
  border-radius: 3px;
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 0.15s ease;
}

.cbrn-skip-link:focus {
  color: #002355;
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #002355;
}

.cbrn-byline {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.cbrn-byline a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cbrn-error-page {
  min-height: 56vh;
  padding: 100px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #002355, #174a7c);
}

.cbrn-error-page h1 {
  max-width: 850px;
  margin: 18px 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
}

.cbrn-error-page p {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: 1.15rem;
}

.cbrn-error-page .cbrn-secondary-link {
  margin-left: 12px;
}

@media (max-width: 576px) {
  .cbrn-error-page {
    padding: 70px 0;
  }

  .cbrn-error-page .cbrn-primary-link,
  .cbrn-error-page .cbrn-secondary-link {
    display: block;
    width: fit-content;
    margin: 10px 0 0;
  }
}

.cbrn-site-header {
  position: sticky;
  top: 0;
  z-index: 1500;
  box-shadow: 0 12px 34px rgba(0, 22, 52, 0.16);
}

.amz-logo {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
}

.cbrn-inline-logo,
.cbrn-inline-logo svg {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 64px;
}

.cbrn-inline-logo svg {
  overflow: visible;
}

.cbrn-market-hero {
  padding: 76px 0 72px;
  background:
    radial-gradient(circle at 18% 10%, rgba(45, 109, 120, 0.34), transparent 34%),
    linear-gradient(118deg, #001b43 0%, #002b62 52%, #063e72 100%);
}

.cbrn-market-hero-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  gap: clamp(34px, 5vw, 76px);
}

.cbrn-market-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.5vw, 78px);
  letter-spacing: -0.035em;
}

.cbrn-market-hero h1 span {
  color: #8fc4f2;
}

.cbrn-market-hero-copy {
  animation: cbrn-rise 0.7s ease both;
}

.cbrn-market-hero-visual,
.cbrn-page-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 18px;
  background: #001b43;
  box-shadow: 0 32px 70px rgba(0, 12, 30, 0.4);
  animation: cbrn-rise 0.8s 0.1s ease both;
}

.cbrn-market-hero-visual:before,
.cbrn-page-hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 19, 47, 0.88) 100%);
}

.cbrn-market-hero-visual img,
.cbrn-page-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}

.cbrn-market-hero-visual:hover img,
.cbrn-page-hero-visual:hover img {
  transform: scale(1.035);
}

.cbrn-inline-visual {
  max-width: 980px;
  margin: 44px auto 54px;
  overflow: hidden;
  border: 1px solid rgba(0, 54, 112, 0.16);
  border-radius: 18px;
  background: #eaf3fb;
  box-shadow: 0 22px 50px rgba(0, 35, 85, 0.12);
}

.cbrn-inline-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.cbrn-market-hero-visual figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.cbrn-market-hero-visual figcaption strong {
  color: #fff;
  font: 900 24px/1.1 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-market-hero-visual figcaption span {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
}

.cbrn-hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.cbrn-hero-reassurance span {
  padding: 7px 10px;
  color: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font-size: 13px;
  font-weight: 800;
}

.cbrn-trust-strip {
  position: relative;
  z-index: 3;
  color: var(--cbrn-ink);
  background: #fff;
  border-bottom: 1px solid var(--cbrn-line);
  box-shadow: 0 14px 34px rgba(0, 35, 85, 0.06);
}

.cbrn-trust-strip .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1400px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.cbrn-trust-strip .container > * {
  display: grid;
  gap: 3px;
  padding: 4px 24px;
  color: var(--cbrn-ink);
  border-right: 1px solid var(--cbrn-line);
  text-decoration: none;
}

.cbrn-trust-strip .container > *:last-child {
  border-right: 0;
}

.cbrn-trust-strip strong {
  color: var(--cbrn-ink);
  font: 900 21px/1.1 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-trust-strip span {
  color: var(--cbrn-graphite);
  font-size: 13px;
  line-height: 1.35;
}

.cbrn-market-grid a,
.cbrn-directory-buy-grid article,
.cbrn-scenario-grid article,
.cbrn-related-grid a {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cbrn-market-grid a:hover,
.cbrn-directory-buy-grid article:hover,
.cbrn-scenario-grid article:hover,
.cbrn-related-grid a:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(0, 35, 85, 0.12);
}

.cbrn-visual-showcase {
  padding: 84px 0 90px;
  background: #eef4f8;
  border-top: 1px solid rgba(0,35,85,0.08);
}

.cbrn-visual-showcase-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.cbrn-visual-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 18px;
}

.cbrn-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  color: #fff !important;
  border-radius: 16px;
  background: var(--cbrn-ink);
  box-shadow: 0 18px 40px rgba(0,35,85,0.16);
}

.cbrn-visual-card-wide {
  grid-row: 1 / span 2;
  min-height: 600px;
}

.cbrn-visual-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,20,50,0.04) 25%, rgba(0,20,50,0.94) 100%);
}

.cbrn-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(.2,.7,.2,1), filter 0.4s ease;
}

.cbrn-visual-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.cbrn-visual-overlay {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 2;
  display: grid;
  gap: 6px;
}

.cbrn-visual-overlay small {
  color: #9fd0fa;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cbrn-visual-overlay strong {
  color: #fff;
  font: 900 clamp(25px, 3vw, 40px)/1.02 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-visual-overlay em {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  font-style: normal;
}

.cbrn-page-hero {
  padding: 66px 0;
}

.cbrn-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.cbrn-page-hero-visual {
  aspect-ratio: 16 / 11;
}

.cbrn-page-hero-visual img {
  min-height: 100%;
}

.cbrn-store-logo-link {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f5f8fb, #e7eef5);
}

.cbrn-store-logo-link:after {
  content: "LOGO";
  position: absolute;
  z-index: 0;
  color: #6b7f95;
  font: 900 10px/1 "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
}

.cbrn-store-logo {
  position: relative;
  z-index: 1;
  background: #fff;
}

@keyframes cbrn-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .cbrn-market-hero-grid,
  .cbrn-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-market-hero-visual,
  .cbrn-page-hero-visual {
    max-height: 560px;
  }

  .cbrn-market-hero-visual img {
    min-height: 420px;
  }

  .cbrn-trust-strip .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-trust-strip .container > *:nth-child(2) {
    border-right: 0;
  }

  .cbrn-trust-strip .container > *:nth-child(-n+2) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .cbrn-directory-filter-bar {
    grid-template-columns: 1fr;
  }

  .cbrn-directory-filter-count {
    grid-column: auto;
  }

  .cbrn-site-header {
    position: relative;
  }

  .amz-logo {
    min-width: 0;
  }

  .cbrn-inline-logo,
  .cbrn-inline-logo svg {
    width: 245px;
    height: 54px;
  }

  .cbrn-market-hero {
    padding: 56px 0 48px;
  }

  .cbrn-market-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .cbrn-market-hero-visual img {
    min-height: 330px;
  }

  .cbrn-trust-strip .container,
  .cbrn-visual-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-trust-strip .container > * {
    margin: 0 0 14px !important;
    padding: 4px 8px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--cbrn-line);
  }

  .cbrn-trust-strip .container > *:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0;
  }

  .cbrn-visual-showcase {
    padding: 62px 0;
  }

  .cbrn-visual-grid {
    grid-template-rows: auto;
  }

  .cbrn-visual-card,
  .cbrn-visual-card-wide {
    grid-row: auto;
    min-height: 390px;
  }

  .cbrn-page-hero {
    padding: 48px 0;
  }

  .cbrn-page-hero-visual {
    min-height: 320px;
  }
}

.cbrn-editorial-stories {
  padding: 88px 0;
  background: #fff;
  border-top: 1px solid var(--cbrn-line);
  border-bottom: 1px solid var(--cbrn-line);
}

.cbrn-editorial-stories-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.cbrn-editorial-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cbrn-editorial-story {
  overflow: hidden;
  background: var(--cbrn-paper);
  border: 1px solid var(--cbrn-line);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0,35,85,.09);
}

.cbrn-editorial-story-image {
  display: block;
  height: 285px;
  overflow: hidden;
  background: var(--cbrn-ink);
}

.cbrn-editorial-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.cbrn-editorial-story:hover .cbrn-editorial-story-image img {
  transform: scale(1.035);
}

.cbrn-editorial-story > div {
  padding: 28px 30px 32px;
}

.cbrn-editorial-story > div > span {
  color: var(--cbrn-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cbrn-editorial-story h3 {
  margin: 8px 0 12px;
  color: var(--cbrn-ink);
  font: 900 29px/1.08 "Roboto Condensed", sans-serif;
}

.cbrn-editorial-story p {
  margin-bottom: 18px;
  color: var(--cbrn-graphite);
  font-size: 17px;
  line-height: 1.6;
}

.cbrn-editorial-story > div > a {
  color: var(--cbrn-ink);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--cbrn-red);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.cbrn-featured-stores {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.cbrn-featured-store {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 112px;
  padding: 16px;
  color: var(--cbrn-ink);
  background: #fff;
  border: 1px solid var(--cbrn-line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,35,85,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cbrn-featured-store:hover {
  color: var(--cbrn-ink);
  border-color: rgba(0,35,85,.32);
  box-shadow: 0 18px 38px rgba(0,35,85,.12);
  transform: translateY(-4px);
}

.cbrn-featured-store-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, var(--cbrn-ink), #0d4a82);
  border: 1px solid var(--cbrn-line);
  border-radius: 9px;
  font: 900 22px/1 "Roboto Condensed", sans-serif;
}

.cbrn-featured-store-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: #fff;
}

.cbrn-featured-store-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.cbrn-featured-store-copy small {
  color: var(--cbrn-red);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cbrn-featured-store-copy strong {
  color: var(--cbrn-ink);
  font: 900 20px/1.1 "Roboto Condensed", sans-serif;
}

.cbrn-featured-store-copy em {
  overflow: hidden;
  color: #5a7188;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cbrn-store-top {
  grid-template-columns: 92px minmax(0, 1fr);
}

.cbrn-store-logo-link {
  width: 88px;
  height: 88px;
  padding: 12px;
}

.cbrn-store-logo-link:after {
  content: none;
}

.cbrn-store-logo-fallback {
  position: absolute;
  z-index: 0;
  display: grid;
  place-items: center;
  inset: 0;
  color: #fff;
  background: linear-gradient(145deg, var(--cbrn-ink), #0d4a82);
  font: 900 23px/1 "Roboto Condensed", sans-serif;
}

.cbrn-store-logo {
  z-index: 1;
  padding: 4px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .cbrn-featured-stores,
  .cbrn-editorial-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cbrn-editorial-stories {
    padding: 62px 0;
  }

  .cbrn-editorial-story-grid,
  .cbrn-featured-stores {
    grid-template-columns: 1fr;
  }

  .cbrn-editorial-story-image {
    height: 260px;
  }

  .cbrn-editorial-story > div {
    padding: 24px 22px 28px;
  }

  .cbrn-editorial-story h3 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cbrn-market-hero-copy,
  .cbrn-market-hero-visual,
  .cbrn-page-hero-visual {
    animation: none;
  }

  .cbrn-market-hero-visual img,
  .cbrn-page-hero-visual img,
  .cbrn-visual-card img,
  .cbrn-market-grid a,
  .cbrn-network-card,
  .cbrn-directory-buy-grid article,
  .cbrn-scenario-grid article,
  .cbrn-related-grid a {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .cbrn-site-header .container {
    width: calc(100% - 48px);
    max-width: 1750px;
  }

  main > section > .container,
  main > .container,
  .cbrn-page-content .container,
  .cbrn-local-shell .container,
  .cbrn-market-local .container,
  .cbrn-page-hero .container,
  .cbrn-trust-strip .container {
    width: calc(100% - 48px);
    max-width: 1500px;
  }

  .cbrn-site-footer .rvf-footer-main,
  .cbrn-site-footer .cbrn-ai-disclaimer > span,
  .cbrn-site-footer .copyright {
    width: calc(100% - 48px);
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
  }

  .cbrn-legal-panel {
    max-width: none;
  }
}

.cbrn-ai-disclaimer {
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.cbrn-ai-disclaimer > span,
.cbrn-legal-disclaimer span {
  display: grid;
  gap: 5px;
}

.cbrn-ai-disclaimer strong,
.cbrn-ai-disclaimer small {
  color: #fff;
}

.cbrn-ai-disclaimer strong {
  font-size: 15px;
}

.cbrn-ai-disclaimer small {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.cbrn-legal-hero {
  margin: -42px -42px 42px;
  padding: 48px 42px 42px;
  color: #fff;
  background: linear-gradient(125deg, #001b43, #063e72);
  border-bottom: 6px solid var(--cbrn-red);
}

.cbrn-legal-hero h1,
.cbrn-legal-hero p {
  color: #fff;
}

.cbrn-legal-lead {
  max-width: 850px;
  margin-bottom: 10px;
}

.cbrn-legal-date {
  margin: 0;
  color: rgba(255,255,255,.74) !important;
  font-size: 14px !important;
}

.cbrn-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cbrn-legal-grid section {
  padding: 26px;
  background: var(--cbrn-paper);
  border-left: 5px solid var(--cbrn-blue);
}

.cbrn-legal-grid h2 {
  margin-top: 0;
}

.cbrn-legal-disclaimer {
  margin: 18px 0 22px;
  padding: 24px;
  color: #fff;
  background: var(--cbrn-ink);
  border-left: 6px solid var(--cbrn-amber);
}

.cbrn-legal-disclaimer strong {
  color: #fff;
  font-size: 19px;
}

.cbrn-legal-disclaimer small {
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cbrn-legal-content {
    padding: 34px 0;
  }

  .cbrn-legal-panel {
    padding: 24px 20px;
  }

  .cbrn-legal-hero {
    margin: -24px -20px 30px;
    padding: 34px 20px 28px;
  }

  .cbrn-legal-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-legal-grid section,
  .cbrn-legal-disclaimer {
    padding: 20px;
  }
}
.cbrn-home-longread {
  background: #f5f8fb;
}

.cbrn-definition-directory {
  margin-top: 58px;
}

.cbrn-definition-filter-head {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 440px) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
  padding: 24px;
  background: #eef3f7;
  border-radius: 8px;
}

.cbrn-definition-filter-head h2,
.cbrn-definition-filter-head p {
  margin: 6px 0 0;
}

.cbrn-definition-filter-head label {
  display: grid;
  gap: 7px;
  color: var(--cbrn-ink);
  font-weight: 700;
}

.cbrn-definition-filter-head input {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--cbrn-ink);
  background: #fff;
  border: 1px solid #b9c7d4;
  border-radius: 5px;
}

.cbrn-definition-filter-head input:focus {
  border-color: var(--cbrn-blue);
  outline: 3px solid rgba(117, 168, 218, .28);
}

@media (max-width: 767px) {
  .cbrn-definition-filter-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.cbrn-home-data,
.cbrn-practical-data,
.cbrn-decision-data,
.cbrn-audience-data {
  padding: 72px 0;
}

.cbrn-home-data {
  background: linear-gradient(135deg, #eef4f9 0%, #fff 58%, #f4f7fa 100%);
}

.cbrn-home-data-grid,
.cbrn-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cbrn-home-data-grid article,
.cbrn-metric-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-top: 4px solid var(--cbrn-blue);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 35, 85, .07);
}

.cbrn-home-data-grid strong,
.cbrn-metric-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--cbrn-red);
  font: 700 34px/1 "Roboto Condensed", sans-serif;
}

.cbrn-home-data-grid h3,
.cbrn-metric-grid h3 {
  margin: 0 0 8px;
  color: var(--cbrn-ink);
  font-size: 20px;
}

.cbrn-home-data-grid p,
.cbrn-metric-grid p {
  margin: 0;
  color: #536172;
  line-height: 1.55;
}

.cbrn-practical-data,
.cbrn-decision-data,
.cbrn-audience-data {
  border-top: 1px solid rgba(0, 35, 85, .1);
}

.cbrn-audience-grid,
.cbrn-maintenance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cbrn-audience-grid article,
.cbrn-maintenance-grid article,
.cbrn-data-panel {
  padding: 25px;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-radius: 8px;
}

.cbrn-audience-grid span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: #07513b;
  background: #dff6ec;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cbrn-audience-grid h3,
.cbrn-data-panel h3 {
  margin: 0 0 9px;
  color: var(--cbrn-ink);
}

.cbrn-audience-grid p,
.cbrn-data-panel p,
.cbrn-maintenance-grid p {
  margin: 0;
  color: #536172;
  line-height: 1.55;
}

.cbrn-home-data-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.cbrn-data-panel h3 {
  margin-top: 7px;
}

.cbrn-water-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.cbrn-water-scale div {
  display: grid;
  gap: 3px;
  padding: 13px 7px;
  text-align: center;
  background: #edf6fc;
  border-radius: 6px;
}

.cbrn-water-scale strong {
  color: var(--cbrn-ink);
  font-size: 18px;
}

.cbrn-water-scale span {
  color: #667586;
  font-size: 11px;
}

.cbrn-water-scale em {
  color: var(--cbrn-red);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.cbrn-number-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.cbrn-number-data-grid div {
  padding: 12px;
  background: #f5f8fb;
  border-left: 3px solid var(--cbrn-red);
}

.cbrn-number-data-grid strong,
.cbrn-number-data-grid span {
  display: block;
}

.cbrn-number-data-grid strong {
  color: var(--cbrn-ink);
  font-size: 22px;
}

.cbrn-number-data-grid span {
  color: #536172;
  font-size: 12px;
  line-height: 1.3;
}

.cbrn-maintenance-data {
  margin-top: 22px;
  padding: 30px;
  background: #eef3f7;
  border-radius: 8px;
}

.cbrn-maintenance-grid article {
  padding: 20px;
  border-top: 3px solid var(--cbrn-blue);
}

.cbrn-maintenance-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cbrn-ink);
}

.cbrn-inventory-data,
.cbrn-risk-reference,
.cbrn-readiness-data,
.cbrn-coverage-data,
.cbrn-season-data,
.cbrn-storage-data {
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid rgba(0, 35, 85, .12);
}

.cbrn-coverage-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.cbrn-coverage-grid article {
  padding: 22px 14px;
  text-align: center;
  background: var(--cbrn-ink);
  border-bottom: 4px solid var(--cbrn-blue);
  border-radius: 8px;
}

.cbrn-coverage-grid strong,
.cbrn-coverage-grid span {
  display: block;
}

.cbrn-coverage-grid strong {
  margin-bottom: 6px;
  color: #fff;
  font: 700 31px/1 "Roboto Condensed", sans-serif;
}

.cbrn-coverage-grid span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.3;
}

.cbrn-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cbrn-season-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-radius: 8px;
}

.cbrn-season-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #fff;
  background: var(--cbrn-ink);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cbrn-season-grid h4 {
  margin: 0 0 12px;
  color: var(--cbrn-ink);
}

.cbrn-season-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #536172;
}

.cbrn-season-grid li {
  margin-bottom: 7px;
  line-height: 1.4;
}

.cbrn-inventory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.cbrn-inventory-grid article {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-radius: 8px;
}

.cbrn-inventory-count {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cbrn-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.cbrn-inventory-grid h4 {
  min-height: 46px;
  margin: 0 0 12px;
  color: var(--cbrn-ink);
  font-size: 18px;
}

.cbrn-inventory-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #536172;
}

.cbrn-inventory-grid li {
  margin-bottom: 7px;
  line-height: 1.35;
}

.cbrn-risk-code {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
}

.cbrn-risk-c { background: #c34836; }
.cbrn-risk-b { background: #317a55; }
.cbrn-risk-r { background: #7763a8; }
.cbrn-risk-n { background: #334d78; }
.cbrn-risk-i { background: #d56c24; }
.cbrn-risk-m { background: #397d91; }

.cbrn-readiness-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbrn-readiness-scale li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 22px 16px;
  background: #fff;
  border-top: 4px solid var(--cbrn-blue);
  border-right: 1px solid #e0e7ee;
}

.cbrn-readiness-scale li:first-child { border-radius: 8px 0 0 8px; }
.cbrn-readiness-scale li:last-child { border-right: 0; border-radius: 0 8px 8px 0; }

.cbrn-readiness-scale li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--cbrn-ink);
  border-radius: 50%;
  font-weight: 700;
}

.cbrn-readiness-scale strong {
  display: block;
  margin-bottom: 7px;
  color: var(--cbrn-ink);
}

.cbrn-readiness-scale p {
  margin: 0;
  color: #536172;
  font-size: 14px;
  line-height: 1.45;
}

.cbrn-practical-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.cbrn-practical-head h2 {
  margin: 7px 0 10px;
}

.cbrn-data-checklist,
.cbrn-home-priority-table {
  margin-top: 22px;
  padding: 28px;
  color: #fff;
  background: var(--cbrn-ink);
  border-radius: 8px;
}

.cbrn-data-checklist h3,
.cbrn-home-priority-table h3 {
  margin: 0 0 18px;
  color: #fff;
}

.cbrn-data-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbrn-data-checklist li {
  position: relative;
  padding-left: 26px;
  line-height: 1.45;
}

.cbrn-data-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #65d79b;
  font-weight: 700;
}

.cbrn-decision-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 35, 85, .08);
}

.cbrn-decision-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.cbrn-decision-table th,
.cbrn-decision-table td {
  padding: 17px 19px;
  text-align: left;
  border-bottom: 1px solid #e0e7ee;
}

.cbrn-decision-table thead th {
  color: #fff;
  background: var(--cbrn-ink);
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cbrn-decision-table tbody th {
  color: var(--cbrn-ink);
  background: #f5f8fb;
  font-weight: 700;
}

.cbrn-home-priority-table .cbrn-decision-table-wrap {
  box-shadow: none;
}

.cbrn-home-longread-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cbrn-home-longread-grid article {
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-radius: 8px;
  padding: 28px;
}

.cbrn-home-longread-grid h3 {
  color: #002355;
  margin: 0 0 14px;
}

.cbrn-home-longread-grid p {
  color: #3e4b5b;
  line-height: 1.72;
  margin: 0 0 12px;
}

.cbrn-home-longread-grid p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cbrn-home-data,
  .cbrn-practical-data,
  .cbrn-decision-data,
  .cbrn-audience-data {
    padding: 52px 0;
  }

  .cbrn-home-data-grid,
  .cbrn-metric-grid,
  .cbrn-data-checklist ul,
  .cbrn-audience-grid,
  .cbrn-maintenance-grid,
  .cbrn-home-data-split {
    grid-template-columns: 1fr;
  }

  .cbrn-home-data-grid article,
  .cbrn-metric-grid article,
  .cbrn-data-checklist,
  .cbrn-home-priority-table,
  .cbrn-maintenance-data {
    padding: 22px;
  }

  .cbrn-number-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-water-scale {
    grid-template-columns: repeat(5, minmax(58px, 1fr));
    overflow-x: auto;
  }

  .cbrn-inventory-grid,
  .cbrn-readiness-scale,
  .cbrn-season-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-inventory-grid h4 {
    min-height: 0;
  }

  .cbrn-readiness-scale {
    gap: 10px;
  }

  .cbrn-readiness-scale li,
  .cbrn-readiness-scale li:first-child,
  .cbrn-readiness-scale li:last-child {
    border-right: 0;
    border-radius: 8px;
  }

  .cbrn-home-longread-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-home-longread-grid article {
    padding: 22px;
  }
}

/* Guide navigation */
.cbrn-toc { margin: 1.5rem 0 2rem; padding: 1.25rem 1.5rem; border: 1px solid #d5e1ed; border-radius: 12px; background: #f4f8fc; }
.cbrn-toc strong { color: #002355; font-size: 1.15rem; }
.cbrn-toc ol { margin: .75rem 0 0; padding-left: 1.25rem; }
.cbrn-toc li + li { margin-top: .5rem; }
.cbrn-toc a { color: #174c7a; text-decoration: underline; text-underline-offset: 3px; }
.cbrn-prose h2[id], #sources, #questions-frequentes { scroll-margin-top: 9rem; }
.cbrn-site-header .amz-nav-link { color: #002355 !important; }
.cbrn-site-header .amz-nav-link:hover,
.cbrn-site-header .amz-nav-link.is-active { color: #fff !important; background: #002355; }
.cbrn-market-hero .cbrn-eyebrow { color: #b9ddff; }


/* Homepage answer-first and GEO/LLM-friendly content */
.cbrn-answer-first {
  padding: 68px 0;
  background: #f4f8fb;
  border-bottom: 1px solid var(--cbrn-line);
}

.cbrn-answer-first .container {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.cbrn-answer-first-copy > h2 {
  max-width: 820px;
  margin: 8px 0 16px;
  color: var(--cbrn-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.cbrn-answer-first-copy > p {
  max-width: 900px;
  margin: 0;
  color: #3d4d5f;
  font-size: 18px;
  line-height: 1.7;
}

.cbrn-answer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.cbrn-answer-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  min-width: 0;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .12);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0, 35, 85, .06);
}

.cbrn-answer-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--cbrn-red);
  border-radius: 50%;
  font: 900 17px/1 "Roboto Condensed", sans-serif;
}

.cbrn-answer-steps h3 {
  margin: 1px 0 7px;
  color: var(--cbrn-ink);
  font-size: 19px;
}

.cbrn-answer-steps p {
  margin: 0;
  color: #59697a;
  font-size: 14px;
  line-height: 1.5;
}

.cbrn-answer-first-copy .cbrn-answer-source {
  margin-top: 22px;
  padding-left: 16px;
  color: #536579;
  border-left: 3px solid var(--cbrn-blue);
  font-size: 14px;
  line-height: 1.55;
}

.cbrn-answer-source a,
.cbrn-home-faq-sources a {
  color: #07569b;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cbrn-quick-paths {
  overflow: hidden;
  padding: 12px;
  color: #fff;
  background: linear-gradient(145deg, #001b43, #063e72);
  border-radius: 16px;
  box-shadow: 0 24px 52px rgba(0, 35, 85, .2);
}

.cbrn-quick-paths > p {
  margin: 0;
  padding: 13px 14px 16px;
  color: #b9ddff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cbrn-quick-paths > a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1px 12px;
  padding: 17px 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.cbrn-quick-paths > a:hover,
.cbrn-quick-paths > a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  transform: translateX(3px);
}

.cbrn-quick-paths > a > span {
  grid-row: 1 / span 2;
  color: #77b8ef;
  font: 900 20px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-quick-paths strong,
.cbrn-quick-paths em {
  min-width: 0;
}

.cbrn-quick-paths strong {
  font: 900 18px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.cbrn-quick-paths em {
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-style: normal;
}

.cbrn-home-faq {
  padding: 86px 0;
  background: #f4f8fb;
  border-top: 1px solid var(--cbrn-line);
}

.cbrn-home-faq .cbrn-hub-head {
  max-width: 900px;
  margin-bottom: 32px;
}

.cbrn-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.cbrn-home-faq-grid details {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 35, 85, .13);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 35, 85, .055);
}

.cbrn-home-faq-grid summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  color: var(--cbrn-ink);
  cursor: pointer;
  font: 900 20px/1.25 "Roboto Condensed", sans-serif;
  list-style: none;
}

.cbrn-home-faq-grid summary::-webkit-details-marker {
  display: none;
}

.cbrn-home-faq-grid summary span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--cbrn-blue);
  border-radius: 50%;
  font: 700 20px/1 sans-serif;
  transition: transform .2s ease;
}

.cbrn-home-faq-grid details[open] summary span {
  transform: rotate(45deg);
}

.cbrn-home-faq-grid details > p {
  margin: 0;
  padding: 0 24px 24px;
  color: #506174;
  font-size: 16px;
  line-height: 1.65;
}

.cbrn-home-faq-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 26px;
  padding: 20px 22px;
  background: #fff;
  border-left: 4px solid var(--cbrn-red);
  border-radius: 8px;
}

.cbrn-home-faq-sources strong {
  color: var(--cbrn-ink);
}

@media (max-width: 1100px) {
  .cbrn-answer-first .container {
    grid-template-columns: 1fr;
  }

  .cbrn-quick-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-quick-paths > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .cbrn-answer-first,
  .cbrn-home-faq {
    padding: 54px 0;
  }

  .cbrn-answer-first-copy > p {
    font-size: 16px;
  }

  .cbrn-answer-steps,
  .cbrn-quick-paths,
  .cbrn-home-faq-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-home-faq-grid summary {
    padding: 19px 18px;
    font-size: 18px;
  }

  .cbrn-home-faq-grid details > p {
    padding: 0 18px 20px;
  }

  .cbrn-home-faq-sources {
    display: grid;
  }
}

/* Personalized 72-hour kit builder */
.cbrn-kit-builder {
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(117, 168, 218, .22), transparent 26%),
    linear-gradient(135deg, #001a40 0%, #002b62 62%, #063e72 100%);
}

.cbrn-kit-builder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.cbrn-kit-builder .cbrn-eyebrow {
  color: #acd8fb;
}

.cbrn-kit-builder h2 {
  max-width: 850px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.cbrn-kit-builder-head p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.65;
}

.cbrn-kit-score {
  display: grid;
  gap: 6px;
  padding: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
}

.cbrn-kit-score strong {
  color: #fff;
  font: 900 38px/1 "Roboto Condensed", sans-serif;
}

.cbrn-kit-score > span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.cbrn-kit-score progress {
  width: 100%;
  height: 9px;
  margin-top: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
}

.cbrn-kit-score progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, .15);
}

.cbrn-kit-score progress::-webkit-progress-value {
  background: #63d49a;
}

.cbrn-kit-score progress::-moz-progress-bar {
  background: #63d49a;
}

.cbrn-kit-builder-grid {
  display: grid;
  grid-template-columns: minmax(260px, .64fr) minmax(320px, .86fr) minmax(420px, 1.15fr);
  gap: 20px;
  align-items: stretch;
}

.cbrn-kit-config,
.cbrn-kit-result,
.cbrn-kit-checklist {
  min-width: 0;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(0, 8, 25, .2);
}

.cbrn-kit-config,
.cbrn-kit-checklist {
  margin: 0;
}

.cbrn-kit-config fieldset,
.cbrn-kit-checklist {
  border: 0;
}

.cbrn-kit-config fieldset {
  margin: 0;
  padding: 0;
}

.cbrn-kit-config fieldset + fieldset {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid var(--cbrn-line);
}

.cbrn-kit-config legend,
.cbrn-kit-checklist-title {
  width: auto;
  margin: 0 0 18px;
  padding: 0;
  color: var(--cbrn-ink);
  font: 900 21px/1.2 "Roboto Condensed", sans-serif;
}

.cbrn-kit-config > fieldset > label:not(.cbrn-kit-toggle) {
  display: block;
  margin-bottom: 8px;
  color: #536274;
  font-size: 13px;
  font-weight: 800;
}

.cbrn-kit-config select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  color: var(--cbrn-ink);
  background: #f3f7fa;
  border: 1px solid #cdd9e4;
  border-radius: 8px;
  font-weight: 800;
}

.cbrn-kit-toggle {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 12px;
  color: #3f5062;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.cbrn-kit-toggle:last-child {
  margin-bottom: 0;
}

.cbrn-kit-toggle input,
.cbrn-kit-checklist input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: var(--cbrn-red);
}

.cbrn-kit-result {
  color: var(--cbrn-ink);
  background: linear-gradient(155deg, #f6fbff, #e9f3fb);
}

.cbrn-kit-result > span {
  display: block;
  margin-bottom: 5px;
  color: #536b80;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cbrn-kit-result > strong {
  display: block;
  color: var(--cbrn-red);
  font: 900 58px/1 "Roboto Condensed", sans-serif;
}

.cbrn-kit-result > p {
  margin: 9px 0 20px;
  color: #45586b;
  font-size: 14px;
  line-height: 1.55;
}

.cbrn-kit-result ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbrn-kit-result li {
  padding: 12px 12px 12px 74px;
  position: relative;
  color: #425366;
  background: rgba(255, 255, 255, .8);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.cbrn-kit-result li > span {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #07569b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cbrn-kit-result li[hidden] {
  display: none;
}

.cbrn-kit-result > small {
  display: block;
  margin-top: 16px;
  color: #62758a;
  font-size: 11px;
  line-height: 1.45;
}

.cbrn-kit-checklist {
  display: block;
}

.cbrn-kit-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cbrn-kit-checklist label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  padding: 13px;
  color: var(--cbrn-ink);
  background: #f3f7fa;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.cbrn-kit-checklist label:has(input:checked) {
  background: #e6f7ef;
  border-color: #a4ddc1;
}

.cbrn-kit-checklist span,
.cbrn-kit-checklist strong,
.cbrn-kit-checklist small {
  display: block;
  min-width: 0;
}

.cbrn-kit-checklist strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.cbrn-kit-checklist small {
  color: #69788a;
  font-size: 11px;
  line-height: 1.35;
}

.cbrn-kit-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 24px;
}

.cbrn-kit-builder-actions button {
  cursor: pointer;
}

.cbrn-kit-builder-actions .cbrn-primary-link {
  border: 0;
}

.cbrn-text-button {
  padding: 12px 4px;
  color: #c7d9ea;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cbrn-kit-builder-actions > a {
  margin-left: auto;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1200px) {
  .cbrn-kit-builder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbrn-kit-checklist {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .cbrn-kit-builder {
    padding: 56px 0;
  }

  .cbrn-kit-builder-head,
  .cbrn-kit-builder-grid {
    grid-template-columns: 1fr;
  }

  .cbrn-kit-score {
    max-width: 280px;
  }

  .cbrn-kit-checklist-grid {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .cbrn-kit-config,
  .cbrn-kit-result,
  .cbrn-kit-checklist {
    padding: 22px 18px;
  }

  .cbrn-kit-builder-actions,
  .cbrn-kit-builder-actions .cbrn-primary-link,
  .cbrn-kit-builder-actions > a {
    width: 100%;
  }

  .cbrn-kit-builder-actions .cbrn-primary-link {
    text-align: center;
  }

  .cbrn-kit-builder-actions > a {
    margin-left: 0;
  }
}

@media print {
  body.cbrn-kit-print-mode * {
    visibility: hidden !important;
  }

  body.cbrn-kit-print-mode .cbrn-kit-builder,
  body.cbrn-kit-print-mode .cbrn-kit-builder * {
    visibility: visible !important;
  }

  body.cbrn-kit-print-mode .cbrn-kit-builder {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    padding: 20px;
    color: #111;
    background: #fff;
  }

  body.cbrn-kit-print-mode .cbrn-kit-builder h2,
  body.cbrn-kit-print-mode .cbrn-kit-builder-head p,
  body.cbrn-kit-print-mode .cbrn-kit-score strong,
  body.cbrn-kit-print-mode .cbrn-kit-score > span {
    color: #111;
  }

  body.cbrn-kit-print-mode .cbrn-kit-builder-head,
  body.cbrn-kit-print-mode .cbrn-kit-builder-grid {
    grid-template-columns: 1fr;
  }

  body.cbrn-kit-print-mode .cbrn-kit-builder-actions,
  body.cbrn-kit-print-mode .cbrn-kit-config fieldset + fieldset,
  body.cbrn-kit-print-mode .cbrn-kit-result li[hidden] {
    display: none !important;
  }

  body.cbrn-kit-print-mode .cbrn-kit-config,
  body.cbrn-kit-print-mode .cbrn-kit-result,
  body.cbrn-kit-print-mode .cbrn-kit-checklist {
    break-inside: avoid;
    box-shadow: none;
  }
}
.cbrn-site-header .amz-burger-ico:before { background: #002355; box-shadow: 0 5px 0 #002355, 0 10px 0 #002355; }
/* Locale navigation */
.cbrn-language-switcher{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.cbrn-language-switcher a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:5px 7px;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none}
.cbrn-language-switcher a:hover,.cbrn-language-switcher a:focus-visible,.cbrn-language-switcher a[aria-current="page"]{background:#fff;color:#002355;border-color:#fff}
.cbrn-language-switcher-mobile{display:none;margin:10px 0 14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.18)}
.cbrn-language-switcher-mobile a{min-width:auto;padding-inline:10px}
@media (max-width:1100px){.amz-actions .cbrn-language-switcher{display:none}.cbrn-language-switcher-mobile{display:flex}}
