@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fab
{
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Solid";
  font-weight: 400;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.header-top {
  height: 54px;
  background-color: #00748E;
  align-items: center;
  display: flex;
  align-items: center;
}
.header-top .container {
  justify-content: space-between;
  align-items: center;
}
.header-top__expand {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
}
.header-top__expand:hover {
  color: #1EBFE3;
}
.header-top__expand:after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url("../icons/caret-icon.svg");
  display: inline-block;
  margin-left: 10px;
}
.header-top__expand-active {
  color: #1EBFE3;
}
.header-top__expand-active:after {
  transform: rotate(180deg);
}
.header-top__right {
  display: flex;
  align-items: center;
}
.header-top__right .switch-eye span {
  color: #fff;
  font-size: 12px;
}
.header-top__right .switch-eye img {
  width: 21px;
  height: 14px;
}
.header-top__right .switch-language {
  margin-left: 10px;
  margin-right: 10px;
}
.header-top__right .switch-language .dropdown-toggle {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.header-top__right .switch-language .dropdown-toggle:focus {
  box-shadow: none;
}
.header-top__right .switch-language .dropdown-toggle:after {
  color: #00C6F2;
}
.header-top__right .switch-language .dropdown-menu {
  min-width: auto;
}
.header-top__right .switch-language .dropdown-menu a {
  font-weight: 400;
  font-size: 14px;
  color: #015A6E;
}

.social-icons a {
  margin-left: 10px;
}
.social-icons a i {
  color: #9fc8d1;
  transition: 0.5s;
}
.social-icons a:hover i {
  color: #fff;
}


.top-panel {
  background-color: #015A6E;
  position: absolute;
  width: 100%;
  top: 54px;
  z-index: 9999;
  padding-top: 64px;
  padding-bottom: 44px;
}
.top-panel a {
  display: block;
  text-decoration: none;
}
.top-panel-item {
  border: 1px solid #00748E;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 19px;
  display: flex;
  height: 85px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.top-panel-item p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 180px;
}
.top-panel-item span {
  color: #70A5B1;
  font-size: 14px;
}
.top-panel-item:hover {
  border: 1px solid #1EBFE3;
  background-image: url("../icons/right-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: top 18px right 18px;
}

.header-bottom {
  background-color: #015A6E;
}
.header-bottom .header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-bottom .header-logo__right {
  display: flex;
  align-items: center;
}
.header-bottom .header-logo__right__phone {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header-bottom .header-logo__right__phone span {
  font-size: 16px;
}
.header-bottom .header-logo__right__phone a {
  font-weight: 700;
  font-size: 30px;
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}
.header-bottom .header-logo__right__phone:before {
  display: inline-block;
  content: "";
  background-image: url("../icons/phone-icon.svg");
  background-size: 41px 41px;
  height: 41px;
  width: 41px;
}
.header-bottom .header-logo__right__button {
  width: 180px;
  height: 56px;
  background-color: #1EBFE3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.header-bottom .header-logo__right__button:hover {
  background-color: #fff;
  color: #1EBFE3;
}
.header-bottom .navbar {
  padding-bottom: 0;
}
.header-bottom .navbar .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.header-bottom .navbar .nav-item:first-child {
  padding-left: 0;
}
.header-bottom .navbar .nav-link {
  color: #fff;
  font-size: 16px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 25px;
  border-bottom: 6px solid transparent;
  transition: 0.5s;
}
.header-bottom .navbar .nav-link:hover {
  border-bottom: 6px solid #1EBFE3;
}
.header-bottom .navbar .active {
  font-weight: 700;
  border-bottom: 6px solid #1EBFE3;
}
.header-bottom .header-search {
  position: relative;
  margin-top: -15px;
}
.header-bottom .header-search button {
  margin-top: -5px;
  width: 21px;
  height: 21px;
  background-image: url("../icons/search-icon.svg");
  background-repeat: no-repeat;
}
.header-bottom .header-search button:focus {
  box-shadow: none;
}
.header-bottom .header-search .close-button {
  background-image: url("../icons/search-close-icon.svg");
}
.header-bottom .search-panel {
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  background-color: #015A6E;
  position: absolute;
  z-index: 999;
}
.header-bottom .search-panel form {
  position: relative;
}
.header-bottom .search-panel input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #D4D4D4;
  background-color: #015A6E;
  color: #0086A5;
  font-size: 40px;
  padding-bottom: 10px;
}
.header-bottom .search-panel input:focus {
  outline: 0;
}
.header-bottom .search-panel input::placeholder {
  font-size: 40px;
  color: #0086A5;
}
.header-bottom .search-panel-radio-buttons {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.header-bottom .search-panel-radio-buttons .btn-secondary {
  width: 170px;
  height: 49px;
  border: 1px solid #0784A0;
  border-radius: 4px;
  font-weight: 700;
  color: #0784A0;
  font-size: 14px;
  background-color: #015A6E;
  line-height: 35px;
}
.header-bottom .search-panel-radio-buttons .btn-secondary:focus {
  box-shadow: none;
}
.header-bottom .search-panel-radio-buttons .btn-check:active + .btn-secondary, .header-bottom .search-panel-radio-buttons .btn-check:checked + .btn-secondary, .header-bottom .search-panel-radio-buttons .btn-secondary.active, .header-bottom .search-panel-radio-buttons .btn-secondary:active, .header-bottom .search-panel-radio-buttons .show > .btn-secondary.dropdown-toggle {
  background: #0784A0;
  border: 1px solid #0784A0;
  color: #FFFFFF;
}
.header-bottom .search-panel-radio-buttons .btn-check:active + .btn-secondary:focus, .header-bottom .search-panel-radio-buttons .btn-check:checked + .btn-secondary:focus, .header-bottom .search-panel-radio-buttons .btn-secondary.active:focus, .header-bottom .search-panel-radio-buttons .btn-secondary:active:focus, .header-bottom .search-panel-radio-buttons .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.quote {
  background-color: #F2F2F2;
}
.quote .container {
  justify-content: center;
  align-items: center;
}
.quote .container img {
  max-width: 178px;
  margin-top: 15px;
}
.quote-text {
  text-align: right;
  margin-left: 40px;
}
.quote-text p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.quote-text span {
  font-size: 13px;
  color: #011C4C;
  font-weight: 400;
}
.quote-text span strong {
  color: #1FB5D6;
  font-weight: 700;
}

.categories {
  margin-bottom: 30px;
}
.categories-menu {
  border-bottom: 1px solid #F2F2F2;
}
.categories-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.categories-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.categories-menu ul li a {
  color: #b2bbc5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}
.categories-menu ul li a:hover {
  color: #001D3E;
  border-bottom: 3px solid #1EBFE3;
}
.categories-menu ul .categories-menu__active a {
  color: #001D3E;
  border-bottom: 3px solid #1EBFE3;
}

.slider .carousel-item {
  height: 435px;
  background-size: cover;
}
.slider .slider-caption {
  flex-direction: column;
  text-align: left;
  bottom: 30px;
  max-width: 500px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.slider .slider-caption a {
  font-weight: 700;
  color: #001D3E;
  text-decoration: none;
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 28px;
}
.slider .slider-caption p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
}
.slider .slider-caption .slider-date {
  font-size: 10px;
  font-weight: 700;
  background-color: #1FB5D6;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.slider .custom-nav-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  display: flex;
  text-align: center;
  color: #B3BBC9;
  font-weight: 400;
  letter-spacing: 2px;
}
.slider .custom-nav-icons button {
  background-color: transparent;
  border: 0;
}
.slider .custom-nav-icons .custom-slider-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.5s;
}
.slider .custom-nav-icons .custom-slide-buttons-prev {
  background-image: url("../icons/press-prev-icon-blue.svg");
}
.slider .custom-nav-icons .custom-slide-buttons-prev:hover {
  background-image: url("../icons/press-prev-icon.svg");
}
.slider .custom-nav-icons .custom-slide-buttons-next {
  background-image: url("../icons/press-next-icon-blue.svg");
}
.slider .custom-nav-icons .custom-slide-buttons-next:hover {
  background-image: url("../icons/press-next-icon.svg");
}

a {
  color: #1EBFE3;
}

.slider-right-items .slider-right-item {
  display: flex;
  height: 106px;
  margin-bottom: 16px;
}
.slider-right-items .slider-right-item:last-child {
  margin-bottom: 0;
}
.slider-right-items .slider-right-item-image {
  max-width: 211px;
  width: 211px;
  flex-shrink: 0;
  margin-right: 15px;
}
.slider-right-items .slider-right-item-content {
  overflow: hidden;
}
.slider-right-items .slider-right-item-content a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  color: #001D3E;
  line-height: 14px;
}
.slider-right-items .slider-right-item-content a:hover {
  color: #1EBFE3;
}
.slider-right-items .slider-right-item-content span {
  color: #A7AFB9;
  font-size: 10px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.slider-right-items .slider-right-item-content p {
  font-size: 11px;
  line-height: 16px;
  color: #001D3E;
  font-weight: 300;
}

.slick-prev, .slick-next {
  transition: 0.5s;
}

.bottom-news-items {
  margin-top: 40px;
}
.bottom-news-items-item-content span {
  font-size: 10px;
  font-weight: 700;
  color: #A7AFB9;
}
.bottom-news-items-item-content a {
  color: #001D3E !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  max-width: 318px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-decoration: none !important;
  display: block;
}
.bottom-news-items-item-content a:hover {
  color: #1EBFE3;
}

.show-more-news {
  text-align: center;
}
.show-more-news a {
  background: #015A6E;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 20px 40px;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
  transition: 0.5s;
}
.show-more-news a:hover {
  color: #fff;
  background-color: #1EBFE3;
}

.services {
  padding-bottom: 30px;
  margin-top: 60px;
}
.services h2 {
  font-size: 20px;
  color: #001D3E;
  font-weight: 700;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.services h2:after {
  width: 175px;
  height: 3px;
  background-color: #1EBFE3;
  display: block;
  content: "";
  position: absolute;
  margin-top: 18px;
}
.services .service-item {
  border: 1px solid #D6D6D6;
  height: 175px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
  background-image: url("../icons/link-icon.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 12px top 12px;
  transition: 0.5s;
}
.services .service-item p {
  color: #001D3E;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 23px;
  /*max-width: 205px;*/
  margin-bottom: 0;
}
.services .service-item img {
  margin-bottom: 15px;
}
.services .service-item:hover {
  background-color: #F5FDFF;
  border: 1px solid #1EBFE3;
  background-image: url("../icons/link-icon-blue.svg");
  transition: 0.5s;
}
.services .service-item:hover img {
  transition: 0.1s;
  filter: invert(72%) sepia(60%) saturate(2938%) hue-rotate(148deg) brightness(91%) contrast(83%);
}
.services a {
  text-decoration: none;
  display: block;
}

.thanks-police {
  margin-top: 30px;
  margin-bottom: 50px;
}
.thanks-police .thanks-police-item {
  height: 400px;
  display: flex;
  background-color: #0a5a6d;
  border-radius: 4px;
  align-items: flex-start;
  position: relative;
  transition: 0.5s;
}
.thanks-police .thanks-police-item:hover {
  background-color: #005062;
}
.thanks-police .thanks-police-item .tp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.thanks-police .thanks-police-item .tp-icon img {
  margin-right: 15px;
}
.thanks-police .thanks-police-item .tp-content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  padding-bottom: 0;
}
.thanks-police .thanks-police-item .tp-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  max-width: 150px;
}
.thanks-police .thanks-police-item .tp-content p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 60px;
}

.tp-bg-1 {
  background-image: url("../icons/tc-icon-1.png");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom -15px right -25px;
  transition: 0.5s;
}
.tp-bg-1:hover {
  background-position: bottom -40px right -60px;
}

.tp-bg-2 {
  background-image: url("../icons/tc-icon-2.png");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom -15px right -5px;
  transition: 0.5s;
}
.tp-bg-2:hover {
  background-position: bottom -60px right -30px;
}

.tp-bg-3 {
  background-image: url("../icons/tc-icon-3.png");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  transition: 0.5s;
}
.tp-bg-3:hover {
  background-position: bottom -50px right -30px;
}

.search-result-ac ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.search-result-ac ul li {
  height: 50px;
  border-bottom: 1px solid #00748E;
  display: flex;
  align-items: center;
  background-image: url("../icons/link-icon.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 0px top 20px;
}
.search-result-ac ul li a {
  font-size: 18px;
  line-height: 23px;
  color: #7DACB7;
  text-decoration: none;
  display: block;
  width: 100%;
}
.search-result-ac ul li a span {
  color: #fff;
  opacity: 0.6;
}

.search__buttons {
  display: flex;
  justify-content: flex-end;
}
.search__buttons a {
  width: 210px;
  height: 56px;
  border-radius: 4px;
  background-color: #1EBFE3;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.5s;
}
.search__buttons a:hover {
  background-color: #fff;
  color: #1EBFE3;
}

.tp-content-buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.tp-content-buttons a {
  display: flex;
  width: 202px;
  height: 50px;
  align-items: center;
  border: 1px solid #538692;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.tp-content-buttons a:hover {
  background-color: #1FB5D6;
  border-color: #1FB5D6;
}

.faq {
  margin-bottom: 30px;
}
.faq-title {
  margin-bottom: 30px;
}
.faq-title h2 {
  color: #001D3E;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
}
.faq-title h2:after {
  width: 175px;
  height: 3px;
  background-color: #1EBFE3;
  display: block;
  content: "";
  position: absolute;
  margin-top: 18px;
}
.faq .faq-i a {
  text-decoration: none;
  color: #011C4C;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}
.faq .faq-item {
  border: 1px solid #E6E6E6;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 70px;
  background-image: url("../icons/link-icon.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition: 0.5s;
}
.faq .faq-item img {
  margin-right: 15px;
}
.faq .faq-item:hover {
  border: 1px solid #1EBFE3;
  background-color: #F5FDFF;
  background-image: url("../icons/link-icon-blue.svg");
}
.faq .faq-item span {
  max-width: 187px;
  color: #011C4C;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}
.faq .all-faq {
  font-size: 14px;
  color: #001D3E;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.faq .all-faq:after {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("../icons/right-icon-blue.svg");
  margin-left: 10px;
  display: inline-block;
}

.custom-slick-slider {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-slick-slider .slick-track {
  display: flex;
}
.custom-slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.custom-slick-slider .slick-track .slick-slide:focus {
  outline: 0;
}

.news-inside {
  background-color: #F2F2F2;
}
.news-inside .news-inside-feature-image img {
  width: 100%;
}
.news-inside .news-inside-container {
  background-color: #fff;
  padding-bottom: 15px;
}
.news-inside .news-inside-container h2 {
  color: #001D3E;
  font-size: 30px;
  font-weight: 700;
  max-width: 928px;
  line-height: 30px;
}
.news-inside .news-inside-container p {
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
  text-align: justify;
}
.news-inside .news-inside-container .news-inside-content {
  padding-left: 45px;
  padding-right: 45px;
}
.news-inside .news-inside-date {
  color: #A7AFB9;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.news-inside .news-inside-breadcrumb {
  margin-top: 30px;
}
.news-inside .news-inside-breadcrumb ul {
  list-style: none;
  padding-left: 0;
}
.news-inside .news-inside-breadcrumb ul li {
  display: inline-block;
}
.news-inside .news-inside-breadcrumb ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #A7AFB9;
  text-decoration: none;
}
.news-inside .news-inside-breadcrumb ul li .current {
  color: #011C4C;
}
.news-inside .news-inside-breadcrumb ul li:after {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("../icons/right-icon-blue.svg");
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.news-inside .news-inside-breadcrumb ul li:last-child:after {
  display: none;
}
.news-inside .press-sidebar {
  margin-top: 30px;
}

.news-inside-share {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.news-inside-share .news-share-buttons {
  display: flex;
}
.news-inside-share .news-share-buttons span {
  color: #001D3E;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-right: 15px;
}
.news-inside-share .news-share-buttons .news-share-items a {
  margin-left: 10px;
}
.news-inside-share .news-back {
  font-size: 14px;
  font-weight: 700;
  color: #001D3E;
  text-decoration: none;
  margin-right: 30px;
}
.news-inside-share .news-back:before {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("../icons/right-icon-blue.svg");
  margin-right: 7px;
  display: inline-block;
  transform: rotate(180deg);
  vertical-align: middle;
}

.print-icon {
  background-color: #39AD2D;
  padding: 10px 15px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  margin-left: 30px;
}
.print-icon img {
  margin-right: 10px;
}
.print-icon:hover {
  color: #fff;
}

.similar-news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F2F2;
}
.similar-news-title {
  color: #001D3E;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #B3BBC9;
  margin-top: 0;
  margin-bottom: 34px;
}
.similar-news-title span {
  display: inline-block;
  border-bottom: 3px solid #1EBFE3;
  padding-bottom: 20px;
}
.similar-news a {
  line-height: 20px;
}
.footer .footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #015A6E;
}
.footer .footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top__phones {
  display: flex;
}
.footer .footer-top__phones__item {
  color: #fff;
  margin-right: 30px;
  display: flex;
}
.footer .footer-top__phones__item .icon {
  background-image: url("../icons/phone-icon.svg");
  background-size: 39px 39px;
  height: 39px;
  width: 39px;
}
.footer .footer-top__phones__item div {
  margin-top: 5px;
}
.footer .footer-top__phones__item span {
  font-size: 16px;
}
.footer .footer-top__phones__item p {
  font-size: 30px;
  font-weight: 700;
  margin-top: -10px;
}
.footer .footer-top__phones__item a {
  font-size: 30px;
  font-weight: 700;
  margin-top: -10px;
  color: #fff;
  text-decoration: none;
}
.footer .footer-top__buttons {
  display: flex;
}
.footer .footer-top__buttons__button {
  width: 193px;
  height: 62px;
  border-radius: 4px;
  background-color: #1EBFE3;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.5s;
}
.footer .footer-top__buttons__button--blue {
  background-color: #1EBFE3;
}
.footer .footer-top__buttons__button:hover {
  color: #1EBFE3;
  background-color: #fff;
}
.footer .footer-bottom {
  padding-top: 50px;
  background-color: #005062;
}
.footer .footer-bottom .container {
  justify-content: space-between;
}
.footer .footer-bottom .subscribe-block {
  margin-top: 30px;
}
.footer .footer-bottom .subscribe-block p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer .footer-bottom .subscribe-block span {
  color: #fff;
  font-size: 16px;
}
.footer .footer-bottom .subscribe-block-form {
  margin-top: 30px;
  display: flex;
}
.footer .footer-bottom .subscribe-block-form input {
  width: 368px;
  height: 58px;
  border-radius: 4px;
  color: #A0A0A0;
  font-size: 13px;
  padding-left: 20px;
}
.footer .footer-bottom .subscribe-block-form input:focus {
  box-shadow: none;
}
.footer .footer-bottom .subscribe-block-form button {
  width: 158px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 700;
  background-color: #1EBFE3;
  transition: 0.5;
}
.footer .footer-bottom .subscribe-block-form button:focus {
  box-shadow: none;
}
.footer .footer-bottom .subscribe-block-form button:hover {
  background-color: #fff;
  color: #1EBFE3;
}
.footer .footer-bottom .subscribe-block-form .right-icon {
  width: 15px;
  height: 8px;
  background-image: url("../icons/right-icon-white.svg");
  background-position: 15px 8px;
  display: inline-block;
  margin-left: 5px;
}
.footer .footer-bottom .footer-nav {
  display: flex;
  margin-top: 20px;
}
.footer .footer-bottom .footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 40px;
}
.footer .footer-bottom .footer-nav ul li {
  margin-bottom: 5px;
}
.footer .footer-bottom .footer-nav ul li:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer-bottom .footer-nav ul li a {
  font-size: 13px;
  color: #fff;
  opacity: 0.6;
  text-decoration: underline;
  transition: 0.5s;
}
.footer .footer-bottom .footer-nav ul li a:hover {
  opacity: 1;
}
.footer .footer-bottom .footer-copyright {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #125b6c;
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .footer-copyright p {
  font-size: 13px;
  color: #fff;
}
.footer .footer-bottom .footer-copyright .social-icons a {
  margin-left: 10px;
}

.slider-image-mobile {
  display: none;
}

.menu-button {
  background-color: transparent;
  border: 0;
  display: none;
}



.mobile-sidebar  {
  display: none;
}

.sidebar-expanding {
  width: 50px;
  height: 50px;
  background-image: url('../../site/icons/expand-icon.png');
  cursor: pointer;
  transform: rotate(-90deg);
}

.sidebar-expanding-open {
  transform: rotate(0) !important;
}

.service-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.select-map path {
  fill: white;
  stroke: rgb(30, 191, 227);
  stroke-width: 2;
}

.service-icon i {
  color: #fff;

}

.icon-blue {
  background-color: #3a5997;
}

.icon-purple {
  background-color: #6566fc;
}

.icon-red {
  background-color: #f6365b;
}

.icon-bl {
  background-color: #00cdee;
}

.icon-gr-sc {
  background-color: #7A8FA7;
}


.icon-orange {
  background-color: #fc6341;
}

.icon-green {
  background-color: #1ca6b3;
}

.icon-bl-sc {
  background-color: #487ea7;
}

.carousel-indicators {
  margin-left: 20px;
  bottom: -10px;
  right: auto;
}

.carousel-indicators .active {
  background-color: #1FB5D6;
}

.carousel-indicators li  {
  transition: none !important;
}

.i-content {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.custom-form-group .form-group {
  margin-bottom: 15px;
}

.read-more-cr {
  text-decoration: underline !important;
  display: block;
  text-align: right;
  padding-right: 15px;
}

  .read-more-cr:hover {
    color: #1EBFE3
  }
  .cr-result-label {
    font-size: 18px;
    margin-top: -40px;
    cursor: pointer;
  }

  .cr-result-label i {
    color: #1EBFE3;
    cursor: pointer;
    margin-right: 5px;
  }

  .cr-result-label b {
    cursor: pointer;
    text-decoration: underline;
    margin-right: 5px;
  }

  .map-button {
    font-size: 12px !important;
    text-decoration: none;
    color: #001D3E !important;
    padding: 5px 15px !important;
    border: 2px solid #1EBFE3 !important;
    box-sizing: border-box !important; 
    border-radius: 20px !important;
    float: left;
    margin-bottom: 13px !important;
    margin-right: 8px !important;
    transition: 0.3s !important;
    background-color: #fff;
    text-transform: capitalize !important;
    opacity: 1 !important;
  }
  
  .map-button:hover {
    background-color: #1EBFE3 !important;
    color: #fff !important;
  }

  .no-map-select {
    position: absolute;
    top: 400px;
    right: 100px;
    display: flex;
    flex-direction: column;
  }


@media (max-width: 768px) {

  .no-map-select {
    position: absolute;
    bottom: 0 !important;
    right: 0px;
    top: auto;
  }

  .id-card-select {
    width: 100% !important;
  }

  .news-inside .news-inside-container .news-inside-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .police-questions {
    padding: 15px;
  }

  .similar-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-inside-share .news-back {
    margin-bottom: 20px;
  }

  .news-inside-share {
    flex-direction: column;
  }

  .news-inside .news-inside-container h2 {
    font-size: 20px;
  }

  .carousel-indicators li  {
    background-color: #1FB5D6 !important;
  }

  .questions-items .question-item {
    margin-left: 0 !important;
  }

  .bottom-news-items-item {
    margin-bottom: 20px;
  }

  .jobs-buttons .police-content-read-btn {
    padding: 7px 20px !important;
  }

  .jobs {
    padding: 15px !important;
  }

  .police-content-thanks {
    padding: 10px !important;
  }

  .police-content h2 {
    margin-left: 0 !important;
  }

  .police-content .police-content-ethic {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .police-content {
    padding-top: 0 !important;
  }

  .gov-services-render-item {
    margin-bottom: 20px;
  }

  .press-news-wrapper {
    margin-top: 30px !important;
  }

  .press-slider-buttons .slick-arrow {
      display: block !important;
  }

  .press-services .press-slider-content {
    margin-top: 15px;
  }

  .press-services .press-slider-content p {
    margin-bottom: 40px;
  }

  .press-sidebar {
    display: none;
  }

  .history-image {
    display: none;
  }

  .custom-accordion .accordion-header.collapsed .accordion-icon {
    display: none !important;
  }

  .police-header .police-header-content p {
    display: none;
    font-size: 30px;
    line-height: 30px;
  }

  .police-content-thanks__inside,
  .police-content .police-content-ethic-inside {
    flex-direction: column;
  }


  .search-result-ac {
    margin-top: 30px;
  }

  .mobile-sidebar {
    display: flex;
    justify-content: space-between;
  }

  
  .footer .footer-top,
  .footer .footer-bottom .footer-copyright {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .custom-accordion .accordion-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ministry-header {
    display: none;
  }

  .ministry-content {
    padding-left: 15px !important;
    padding-right: 15 !important;
    padding-bottom: 20px !important;
  }

  .ministry-content h2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .contact-sidebar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .contact-sidebar h2 {
    font-weight: 700;
    font-weight: 700;
    border-bottom: 2px solid #1EBFE3;
    margin-bottom: 0;
  }

  .contact-sidebar ul {
    display: none;
    margin: 15px;
    transition: 0.5s;
    margin-bottom: 0 !important;
  }

  .full-width-sidebar {
    display: none;
  }

  .menu-button {
    order: 2;
    display: block;
  }

  .navbar-nav {
    padding-top: 20px;
  }

  .header-bottom .navbar .nav-item:first-child {
    padding-left: 15px;
  }
  .header-bottom .navbar .nav-link {
    padding-bottom: 0;
  }

  .footer .footer-bottom .footer-nav {
    display: none;
  }

  .categories {
    display: none;
  }
  .header-bottom .header-search {
    order: 1;
  }

  .header-bottom .navbar {
    margin-top: 20px;
  }

  .social-icons {
    display: none;
  }

  .slider-image-mobile {
    display: block;
  }

  .slider-image {
    display: none;
  }

  .slider .custom-nav-icons {
    width: 30px;
  }

  .slider .slider-caption {
    padding-left: 30px;
    padding-right: 30px;
    height: 350px;
    overflow: hidden;
  }

  .slider .carousel-item {
    height: auto;
  }

  .thanks-police {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .thanks-police .col-sm-12 {
    margin-bottom: 20px;
  }

  .header-bottom .search-panel-radio-buttons {
    display: none;
  }

  .bottom-news-items {
    display: none;
  }

  .slider-right-items {
    display: none;
  }

  .header-bottom .header-search button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .top-panel {
    top: 60px;
    padding-top: 0;
  }

  .header-top .container {
    align-items: center;
  }

  .header-bottom .header-logo__right__phone span {
    display: none;
  }

  .header-logo {
    flex-direction: column;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
  }
  .header-logo .logo img {
    max-width: 200px;
  }
  .header-logo__right {
    width: 100%;
    margin-top: 15px;
  }

  .header-bottom {
    padding-bottom: 15px;
  }

  .header-bottom .header-search input {
    width: 300px;
    top: -5px;
  }

  .quote .container {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .quote-text {
    text-align: left;
    margin-left: 0;
  }

  .categories-menu ul li a {
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 5px;
    transition: 0.5s;
  }

  .categories-menu {
    padding-top: 10px;
  }

  .footer .footer-top .container {
    flex-direction: column;
  }

  .footer .footer-top__phones {
    flex-direction: column;
  }

  .footer .footer-top__phones__item a {
    font-size: 26px;
  }

  .footer .footer-top__buttons {
    flex-direction: column;
    width: 100%;
  }

  .footer .footer-top__buttons__button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .footer .footer-bottom .container {
    flex-direction: column;
  }

  .footer .footer-bottom .footer-nav ul {
    margin-left: 0;
  }

  .slick-arrow {
    display: none !important;
  }

  .footer .footer-bottom .footer-copyright {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.contact-sidebar {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}
.contact-sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 4px;
  margin-bottom: 30px;
}
.contact-sidebar ul li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #001D3E;
}
.contact-sidebar ul li a {
  font-size: 14px;
  color: #7A8FA7;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
.contact-sidebar ul li a:hover {
  color: #1EBFE3;
}
.contact-sidebar ul li a:hover:before {
  display: block;
}
.contact-sidebar ul li a:before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #1EBFE3;
  display: inline-block;
  margin-top: 10p;
  position: absolute;
  left: -15px;
  margin-top: 3px;
  display: none;
  transition: 0.5s;
}
.contact-sidebar ul li .active {
  color: #1EBFE3;
}
.contact-sidebar ul li .active:before {
  display: block;
}
.contact-sidebar ul li:first-child {
  margin-bottom: 10px;
}

.ministry-sidebar li {
  margin-bottom: 15px !important;
}
.ministry-sidebar li a:hover {
  color: #001D3E !important;
}
.ministry-sidebar li .active {
  color: #001D3E !important;
}
.ministry-sidebar li .active:before {
  display: block;
}

.select-contact-method {
  padding-top: 40px;
}
.select-contact-method a {
  text-decoration: none !important;
}
.select-contact-method h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #001D3E;
  font-weight: 700;
}
.select-contact-method .select-contact-item {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 19px 30px;
  transition: 0.5s;
}

.select-contact-method .select-contact-item.a:hover .select-contact-method .select-contact-item {
  background-color: #F5FDFF;
  border: 1px solid #1EBFE3;
}

.select-contact-method .select-contact-item:hover {
    background-color: #F5FDFF;
    border: 1px solid #1EBFE3;
}


.select-contact-method .select-contact-item img {
  height: 52px;
}
.select-contact-method .select-contact-item:hover img {
  filter: invert(72%) sepia(60%) saturate(2938%) hue-rotate(148deg) brightness(91%) contrast(83%);
}
.select-contact-method .select-contact-item:hover p {
  color: #1EBFE3;
}
.select-contact-method .select-contact-item p {
  font-size: 20px;
  color: #001D3E;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}
.select-contact-method .select-contact-item span {
  font-size: 16px;
  color: #7A8FA7;
  font-weight: 400;
}
.select-contact-method a {
  text-decoration: none;
}
.select-contact-method #wrapper {
  width: 100%;
}
.select-contact-method #wrapper .form {
  border: 0;
  background-image: none;
}
.select-contact-method #wrapper .form li {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #001D3E;
  margin-bottom: 20px;
}
.select-contact-method #wrapper .form button {
  width: 158px !important;
  margin-left: 15px !important;
  font-size: 15px !important;
  background-color: #1EBFE3 !important;
}
.select-contact-method #wrapper .form p.title {
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  font-weight: 700;
  max-width: 500px;
}

.ministry-content {
  padding-bottom: 40px;
  padding-left: 15px;
}
.ministry-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  margin-top: 50px;
  margin-bottom: 30px;
}
.ministry-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
}
.ministry-content .faq {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ministry-content .print-icon {
  float: right;
  margin-bottom: 30px;
}

.press-layout {
  background: #F2F2F2;
}

.press-services .categories {
  background-color: #fff;
}
.press-services .categories-menu ul {
  display: flex;
  justify-content: space-between;
}
.press-services .press-slider-content {
  display: flex;
  flex-direction: column;
}
.press-services .press-slider-content-date span {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  background: #1FB5D6;
  border-radius: 4px;
  padding: 5px 10px;
}
.press-services .press-slider-content a {
  font-size: 24px;
  line-height: 28px;
  color: #001D3E;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.press-services .press-slider-content p {
  font-size: 14px;
  line-height: 18px;
  color: #A7AFB9;
  font-weight: 400;
  text-align: justify;
}
.press-services .press-slider-buttons {
  color: #B3BBC9;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
}
.press-services .press-slider-buttons .press-slider-icon {
  width: 8.5px;
  height: 18px;
  display: inline-block;
  background-size: 100% 100%;
  cursor: pointer;
}
.press-services .press-slider-buttons .press-slide-buttons-prev {
  background-image: url("../icons/press-prev-icon.svg");
  margin-right: 15px;
}
.press-services .press-slider-buttons .press-slide-buttons-prev:hover {
  background-image: url("../icons/press-prev-icon-blue.svg");
}
.press-services .press-slider-buttons .press-slide-buttons-next {
  background-image: url("../icons/press-next-icon.svg");
  margin-left: 15px;
}
.press-services .press-slider-buttons .press-slide-buttons-next:hover {
  background-image: url("../icons/press-next-icon-blue.svg");
}

.press-news-wrapper {
  margin-top: 80px;
  padding-bottom: 80px;
}
.press-news-wrapper .press-news-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.press-news-wrapper .press-news-item a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #001D3E;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 5px;
  transition: 0.5s;
}
.press-news-wrapper .press-news-item a:hover {
  color: #1EBFE3;
}
.press-news-wrapper .press-news-item span {
  font-size: 10px;
  line-height: 11px;
  color: #A7AFB9;
  font-weight: 700;
}
.press-news-wrapper .more-press-news {
  border: 1px solid #1EBFE3;
  border-radius: 4px;
  font-size: 16px;
  color: #001D3E;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 25px;
  margin-top: 20px;
}

.press-rules {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EEEEEE;
}
.press-rules .press-rules-inside {
  display: flex;
  justify-content: space-between;
}
.press-rules .press-rules-inside-text {
  max-width: 500px;
  width: 100%;
}
.press-rules .press-rules-inside-text h2 {
  font-size: 20px;
  line-height: 23px;
  color: #001D3E;
  font-weight: 700;
  margin-bottom: 20px;
}
.press-rules .press-rules-inside-text p {
  font-size: 14px;
  line-height: 18px;
  color: #001D3E;
  font-weight: 400;
}
.press-rules .press-rules-inside-buttons {
  display: flex;
}
.press-rules .press-rules-inside-buttons .press-rules-inside-button {
  border: 1px solid #1EBFE3;
  border-radius: 4px;
  width: 270px;
  height: 62px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #001D3E;
  text-decoration: none;
  font-weight: 700;
  padding-left: 30px;
  margin-left: 20px;
}
.press-rules .press-rules-inside-buttons .press-rules-inside-button img {
  margin-right: 14px;
}

.press-sidebar {
  font-weight: 700;
}
.press-sidebar h2 {
  font-size: 20px;
  line-height: 23px;
  color: #1EBFE3;
  margin-bottom: 20px;
}
.press-sidebar ul {
  list-style: none;
  padding-left: 0;
}
.press-sidebar ul li {
  border-bottom: 1px solid #B3BBC9;
  margin-bottom: 10px;
}
.press-sidebar ul li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #001D3E;
  text-decoration: none;
  transition: 0.5s;
}
.press-sidebar ul li a:hover {
  color: #1EBFE3;
}
.press-sidebar ul li span {
  font-size: 10px;
  line-height: 11px;
  color: #A7AFB9;
  display: block;
  margin-bottom: 7px;
  margin-top: 10px;
}
.press-sidebar ul li:last-child {
  border-bottom: 0;
}

.no-border {
  border: 0 !important;
}

/*
.electron-form {
  background-color: #fff;
  display: flex;
  margin-top: 40px;
}
*/
.electron-form-inside {
  background-color: #fff;
  margin-bottom: 70px;
  border: 1px solid #A7AFB9;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
}
.electron-form-inside-title {
  display: flex;
  align-items: center;
}
.electron-form-inside-title h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #001D3E;
  font-weight: 700;
  max-width: 500px;
}
.electron-form .electron-form-wrapper {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}
.electron-form .electron-form-wrapper .form-content p {
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #001D3E;
}
.electron-form .electron-form-wrapper .form-content .control-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #001D3E;
  margin-bottom: 16px;
}
.electron-form .electron-form-wrapper .form-content select {
  border: 1px solid #A7AFB9;
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  color: #001D3E;
  font-weight: 400;
}
.electron-form .electron-form-wrapper .form-content select:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
}
.electron-form .electron-form-wrapper .form-content input {
  border: 1px solid #A7AFB9;
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  color: #001D3E;
  font-weight: 400;
}
.electron-form .electron-form-wrapper .form-content input:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
}
.electron-form .electron-form-wrapper .form-content textarea {
  border: 1px solid #A7AFB9;
  border-radius: 4px;
  height: 156px;
}
.electron-form .electron-form-wrapper .form-content textarea:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
}
.electron-form .electron-form-wrapper .form-content .form-group {
  margin-bottom: 27px;
}
.electron-form .electron-form-wrapper .form-content .step-error-input {
  border: 1px solid #EF213A;
  box-shadow: 0px 0px 10px 3px rgba(239, 33, 58, 0.15);
  background-image: url("../icons/error-input-icon.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.electron-form .electron-form-wrapper .form-content .step-error-input:focus {
  border: 1px solid #EF213A;
  box-shadow: 0px 0px 10px 3px rgba(239, 33, 58, 0.15);
}
.electron-form .electron-form-wrapper .stepwizard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.electron-form .electron-form-wrapper .stepwizard-row {
  display: flex;
  margin-top: 70px;
  padding-bottom: 70px;
}
.electron-form .electron-form-wrapper .stepwizard-row .stepwizard-step {
  margin-right: 12px;
  width: 43px;
  height: 43px;
  border: 1px solid #B8BEC6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #B8BEC6;
}
.electron-form .electron-form-wrapper .stepwizard-row .current-step {
  background: #49CBE8;
  color: #fff;
  border: 1px solid #49CBE8;
}

.custom-form-group .form-group-elements {
  display: flex;
}
.custom-form-group .form-group-elements select {
  width: 113px;
  margin-right: 10px;
}

.custom-captcha {
  display: flex;
}
.custom-captcha input {
  width: 212px;
  margin-left: 20px;
}

.step-buttons {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  justify-content: flex-end;
}
.step-buttons .step-buttons-next {
  background: #F6F7F9;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  color: #A7AFB9;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 25px;
  border: 0;
  cursor: pointer;
}
.step-buttons .step-buttons-next img {
  margin-left: 20px;
}
.step-buttons .step-buttons-prev {
  font-size: 16px;
  line-height: 18px;
  color: #A7AFB9;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 40px;
}
.step-buttons .step-buttons-prev img {
  margin-right: 15px;
}

.full-width-sidebar {
  width: 50%;
  position: absolute;
  left: 0;
  background-color: #F2F2F2;
  z-index: 9;
}

.bg-white {
  background: #fff;
  z-index: 10;
  position: relative;
}

.contact-lead {
  margin-top: 35px;
}
.contact-lead h2 {
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-lead-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 18px;
  padding-top: 18px;
}
.contact-lead-box__text {
  display: flex;
  flex-direction: column;
}
.contact-lead-box__text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #011C4C;
  margin-bottom: 3px;
}
.contact-lead-box__text span {
  color: #011C4C;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.45;
}
.contact-lead-box__icons {
  display: flex;
}
.contact-lead .box__icon {
  margin-left: 30px;
  width: 200px;
}

.low-sidebar a.active {
  background: #1EBFE3;
  color: #fff;
}

.box__icon {
  display: flex;
  align-items: center;
}
.box__icon div {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: 300px;
}
.box__icon div span {
  font-size: 10px;
  line-height: 11px;
  color: #011C4C;
  opacity: 0.3;
  margin-bottom: 3px;
}
.box__icon div p {
  font-size: 14px;
  line-height: 18px;
  color: #011C4C;
  margin-bottom: 0;
  margin-top: 0;
}
.box__icon img {
  margin-right: 19px;
}

.office-box-layout {
  margin-top: 35px;
  padding-bottom: 70px;
}
.office-box-layout h2 {
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  font-weight: 700;
  margin-bottom: 20px;
}
.office-box-layout .office-box {
  border-bottom: 1px solid #E6E6E6;
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.office-box-layout .office-box__title {
  font-size: 14px;
  line-height: 16px;
  color: #011C4C;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 20px;
}
.office-box-layout .office-box__content {
  font-size: 16px;
  line-height: 25px;
  color: #011C4C;
  opacity: 0.5;
  font-weight: 400;
}
.office-box-layout .office-box__line {
  display: flex;
  flex-direction: column;
}
.office-box-layout .office-box__line .box__icon {
  margin-bottom: 15px;
}
.office-box-layout .office-box-item {
  display: flex;
  justify-content: space-between;
}
.office-box-layout .office-box:last-child {
  border-bottom: 0;
}

.services-sidebar2 ul li {
  margin-bottom: 15px;
}
.services-sidebar2 ul li:first-child {
  margin-bottom: 15px;
}
.services-sidebar2 ul li a {
  color: #001D3E;
}
.services-sidebar2 ul li .active {
  font-weight: 700;
  color: #001D3E;
}

.gov-services-header {
  padding-top: 27px;
  padding-bottom: 27px;
  background: #E6F3F5;
  width: 100%;
}
.gov-services-header h2 {
  letter-spacing: 1px;
  color: #001D3E;
  font-size: 43px;
  font-weight: 400;
  margin-bottom: 30px;
}

.gov-services-search input {
  height: 54px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  color: #B4C2C6;
  font-weight: 400;
  padding-left: 60px;
  background-image: url("../icons/gov-search-icon.svg");
  background-repeat: no-repeat;
  background-position: left 21px center;
  border: 0;
}
.gov-services-search input:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
  color: #B4C2C6;
}
.gov-services-search input::placeholder {
  color: #B4C2C6;
  opacity: 1;
}
.gov-services-search input:-ms-input-placeholder {
  color: #B4C2C6;
}
.gov-services-search input::-ms-input-placeholder {
  color: #B4C2C6;
}

.slick-carousel .service-box {
  margin: 10px;
  height: 200px;
}

.gov-slick {
  margin-top: 30px;
}
.gov-slick .gov-slick-title {
  color: #001D3E;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}

.service-box {
  border-radius: 4px;
  background: #fff;
  padding: 17px 12px 12px 20px;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.service-box a {
  text-decoration: none;
  display: block;
}
.service-box img {
  margin-bottom: 16px;
}
.service-box p {
  font-size: 12px;
  line-height: 18px;
  max-width: 230px;
  font-weight: 400;
  color: #001D3E;
}
.service-box-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.service-box-icons .service-box-book-icon {
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../icons/service-box-book-icon.svg");
  margin-left: 12px;
}
.service-box-icons .service-box-book-icon:hover {
  background-image: url("../icons/service-box-book-icon-blue.svg");
}
.service-box-icons .service-box-hand-icon {
  width: 10px;
  height: 11px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../icons/service-box-hand-icon.svg");
  margin-left: 12px;
}
.service-box-icons .service-box-hand-icon:hover {
  background-image: url("../icons/service-box-hand-icon-blue.svg");
}
.service-box-icons .service-box-info-icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../icons/service-box-info-icon.svg");
  margin-left: 12px;
}
.service-box-icons .service-box-info-icon:hover {
  background-image: url("../icons/service-box-info-icon-blue.svg");
}

.gov-services {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gov-services .service-box {
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
}
.gov-services .col {
  margin-bottom: 20px;
}

.gov-services-render .big-gov-button {
  background: #015A6E;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 15px 40px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 200px;
  margin-top: 30px;
  transition: 0.5s;
}
.gov-services-render .big-gov-button:hover {
  color: #fff;
  background-color: #1EBFE3;
}
.gov-services-render-item {
  width: 100%;
  height: 200px;
  background-color: #F5FDFF;
  border: 1px solid #1EBFE3;
  border-radius: 5px;
  padding: 20px;
  /*background-image: url("../icons/question-item.svg");*/
  background-size: 16px 16px;
  background-position: top 19px right 19px;
  background-repeat: no-repeat;
}
.gov-services-render-item h2 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 700;
}
.gov-services-render-item p {
  font-size: 13px;
}
.gov-services-render-buttons a {
  font-size: 11px;
  text-decoration: none;
  color: #001D3E;
  padding: 5px 8px;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 20px;
  float: left;
  font-weight: 400;
  margin-top: 5px;
  margin-right: 4px;
  transition: 0.3s;
}
.gov-services-render-buttons a:hover {
  background: #1EBFE3;
  color: #fff;
}

.gov-services-title {
  position: relative;
}
.gov-services-title h2 {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #001D3E;
  max-width: 750px;
}
.gov-services-title img {
  position: absolute;
  margin-left: -60px;
  margin-top: 10px;
}

.gov-services-breadcrumb {
  padding-left: 0;
}
.gov-services-breadcrumb li {
  list-style: none;
  display: inline-block;
}
.gov-services-breadcrumb li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #011C4C;
  opacity: 0.5;
}
.gov-services-breadcrumb li:after {
  width: 16px;
  height: 8px;
  content: "";
  display: inline-block;
  background-image: url("../icons/right-icon-blue.svg");
  margin-left: 13px;
  margin-right: 13px;
}
.gov-services-breadcrumb li:last-child:after {
  display: none;
}
.gov-services-breadcrumb-current a {
  opacity: 1 !important;
}

.gov-services-inside {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gov-services-inside__content h2 {
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  font-weight: 700;
  margin-bottom: 30px;
}
.gov-services-inside__content p {
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
  font-weight: 400;
}
.gov-services-inside__content ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.gov-services-inside__content ul li {
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
  font-weight: 400;
  margin-bottom: 20px;
}
.gov-services-inside__content ul li:before {
  width: 16px;
  height: 8px;
  content: "";
  display: inline-block;
  background-image: url("../icons/right-icon-blue.svg");
  position: absolute;
  margin-left: -30px;
  margin-top: 10px;
}
.gov-services-inside__content a {
  color: #1EBFE3;
}
.gov-services-inside__form button {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #001D3E;
  opacity: 0.3;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  border-radius: 0 !important;
}
.gov-services-inside__form button:hover {
  opacity: 1;
  color: #001D3E;
  background-color: transparent;
  border-bottom: 3px solid #1EBFE3;
}
.gov-services-inside__form button.active {
  opacity: 1;
  color: #001D3E !important;
  background-color: transparent !important;
  border-bottom: 3px solid #1EBFE3;
}
.gov-services-inside__form .nav {
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
}

.gov-services-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gov-services-buttons .gov-services-button {
  width: 270px;
  height: 54px;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  margin-bottom: 14px;
  line-height: 54px;
  color: #001D3E;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left 18px center;
}
.gov-services-buttons .book-button {
  background-image: url("../icons/service-box-book-icon.svg");
}
.gov-services-buttons .book-button:hover {
  background-image: url("../icons/service-box-book-icon-blue.svg");
}
.gov-services-buttons .hand-button {
  background-image: url("../icons/service-box-hand-icon.svg");
}
.gov-services-buttons .hand-button:hover {
  background-image: url("../icons/service-box-hand-icon-blue.svg");
}
.gov-services-buttons .info-button {
  background-image: url("../icons/service-box-info-icon.svg");
}
.gov-services-buttons .info-button:hover {
  background-image: url("../icons/service-box-info-icon-blue.svg");
}

.services__tab__content {
  padding-top: 30px;
}
.services__tab__content p {
  font-size: 20px;
  line-height: 26px;
  color: #001D3E;
  font-weight: 400;
  margin-bottom: 40px;
}

.gov__services__form {
  max-width: 427px;
}
.gov__services__form .control-label {
  color: #001D3E;
  margin-bottom: 15px;
  font-weight: 400;
}
.gov__services__form .form-group {
  margin-bottom: 20px;
}
.gov__services__form .form-control {
  height: 48px;
  border: 1px solid #A7AFB9;
  border-radius: 4px;
  color: #262626;
  opacity: 0.5;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.gov__services__form .form-control:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
  color: #262626;
}

.form-group-date {
  display: flex;
}

.no-left-radius {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.no-right-radius {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-border {
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.gov-services-inside__info {
  padding-left: 100px;
  position: relative;
}
.gov-services-inside__info p {
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
  font-weight: 400;
}
.gov-services-inside__info a {
  color: #1EBFE3;
}
.gov-services-inside__info:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../icons/info-icon-yellow.svg");
  margin-left: -35px;
  margin-top: 5px;
  position: absolute;
}
.gov-services-inside__info .user-guide-button {
  margin-top: 35px;
  width: 270px;
  height: 54px;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  margin-bottom: 14px;
  line-height: 54px;
  color: #001D3E;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-image: url("../icons/big-book-icon.svg");
}

.ministry-header {
  background: #E1EDEF;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.w-background {
  background-color: #fff !important;
}

.accordion-body a {
  color: #1EBFE3;
  display: inline-block;
  margin-top: 5px;
}
.accordion-body a:hover {
  color: #1EBFE3;
  text-decoration: none;
}

.custom-accordion {
  margin-top: 40px;
}
.custom-accordion .accordion-item {
  border: 0;
  margin-bottom: 12px;
}
.custom-accordion .accordion-collapse {
  border: 1px solid #1EBFE3;
  border-top: 0;
  border-radius: 4px;
}
.custom-accordion .accordion-header {
  background: #FFFFFF;
  padding-left: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #1EBFE3;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 20px;
}
.custom-accordion .accordion-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  color: #1EBFE3;
  font-weight: 700;
  /*max-width: 640px;*/
}
.custom-accordion .accordion-header .accordion-icon {
  width: 12px;
  height: 2.4px;
  background-image: url("../icons/accordion-icon-minus.svg");
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.custom-accordion .accordion-header.collapsed {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 1px rgba(220, 217, 217, 0.5);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(220, 217, 217, 0.5);
  -moz-box-shadow: 0px 0px 13px 1px rgba(220, 217, 217, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-accordion .accordion-header.collapsed h2 {
  color: #011C4C;
}
.custom-accordion .accordion-header.collapsed .accordion-icon {
  width: 12px;
  height: 12px;
  background-image: url("../icons/accordion-icon-plus.svg");
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.ministry-content {
  padding-bottom: 100px;
}
.ministry-content .history-image {
  max-width: 400px;
  height: auto;
}
.ministry-content .left-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ministry-content .right-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.ministry-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #001D3E;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ministry-content a {
  color: #1EBFE3;
  text-decoration: underline;
}
.ministry-content .history-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #001D3E;
  display: block;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ministry-content .history-title:after {
  width: 175px;
  height: 3px;
  background-color: #1EBFE3;
  display: block;
  content: "";
  position: absolute;
  margin-top: 18px;
}
.ministry-content .history-list {
  float: left;
  width: 100%;
}
.ministry-content .history-list p {
  color: #011C4C;
  font-weight: 400;
  margin-bottom: 15px;
}

.ministry-tab .nav-item {
  max-width: 300px;
  padding-bottom: 0;
}
.ministry-tab .nav-item button {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  height: 100%;
}
.ministry-tab .nav-item button:hover {
  border-bottom: 3px solid #1EBFE3;
}
.ministry-tab .nav-item button.active {
  border-bottom: 3px solid #1EBFE3;
}

.ministry-tab-structure ul {
  list-style: none;
  padding-left: 0;
}
.ministry-tab-structure ul li {
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #011C4C;
  font-weight: 400;
  margin-bottom: 22px;
  position: relative;
}
.ministry-tab-structure ul li:after {
  width: 1px;
  height: 22px;
  content: " ";
  display: inline-block;
  background: #1EBFE3;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  margin-bottom: -22px;
  left: 0;
  right: 0;
}
.ministry-tab-structure ul li:last-child {
  margin-bottom: 0;
}
.ministry-tab-structure ul li:last-child:after {
  display: none;
}

.ministry-str {
  padding-bottom: 44px !important;
}
.ministry-str .custom-accordion {
  margin-top: 0 !important;
}

.ministry-tab-links ul {
  padding-left: 0;
}
.ministry-tab-links ul li {
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 12px;
  background-image: url("../icons/link-icon.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  list-style: none;
}
.ministry-tab-links ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #011C4C;
  width: 100%;
  display: block;
  padding: 22px 0;
}
.ministry-tab-links ul li a:hover {
  color: #1EBFE3;
}
.ministry-tab-links ul li:hover {
  border: 1px solid #1EBFE3;
  background-image: url("../icons/link-icon-blue.svg");
}

.law-sub-menu ul {
  justify-content: flex-start !important;
}
.law-sub-menu ul li {
  margin-right: 100px !important;
}

.low {
  margin-top: 30px;
  padding-bottom: 80px;
}
.low-sidebar p {
  color: #808DA5;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
}
.low-sidebar a {
  font-size: 12px;
  text-decoration: none;
  color: #001D3E;
  padding: 5px 15px;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 20px;
  float: left;
  font-weight: 400;
  margin-bottom: 13px;
  margin-right: 8px;
  transition: 0.3s;
}
.low-sidebar a:hover {
  background: #1EBFE3;
  color: #fff;
}

.low-content-title {
  font-size: 12px;
  color: #808DA5;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}
.low-content-search-input {
  width: 100%;
  height: 48px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F2F2F2;
  padding-left: 20px;
  font-size: 14px;
  color: #262626;
  font-weight: 400;
  background-image: url("../icons/search-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.low-content-search-input:focus {
  border: 1px solid #1EBFE3;
  box-shadow: 0px 0px 10px 3px rgba(30, 191, 227, 0.15);
}

.low-content-accordion {
  margin-top: 20px;
}
.low-content-accordion .custom-accordion {
  margin-top: 10px !important;
}
.low-content-accordion .custom-accordion .accordion-item .accordion-header.collapsed {
  border: 0 !important;
}

.police-header {
  height: 245px;
  width: 100%;
  background-image: url("../images/police-header.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.police-header .police-header-content {
  max-width: 560px;
}
.police-header .police-header-content h2 {
  font-weight: 400;
  font-size: 65px;
  line-height: 75px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.police-header .police-header-content p {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

.police-content {
  background-color: #EEF1F2;
  padding-top: 38px;
  padding-left: 0;
  padding-right: 0;
}
.police-content h2 {
  font-size: 32px;
  line-height: 37px;
  color: #001D3E;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.police-content h2 img {
  margin-left: 15px;
}
.police-content p {
  font-size: 14px;
  line-height: 22px;
  color: #001D3E;
  font-weight: 400;
}
.police-content .police-content-ethic-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.police-content .police-content-ethic-inside p {
  max-width: 620px;
}
.police-content .police-content-ethic {
  padding-left: 22px;
  padding-right: 140px;
  padding-bottom: 30px;
}

.police-content-read-btn {
  background: #1FB5D6;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 40px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s;
}
.police-content-read-btn:hover {
  background-color: #fff;
  color: #001D3E;
}

.jobs-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.jobs-buttons .police-content-read-btn {
  padding: 17px 30px;
  margin-left: 15px;
  transition: 0.5s;
}

.styled-ul, .styled-ul2 {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.styled-ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.styled-ul li:before, .styled-ul2 li:before {
  content: "";
  background-image: url("../icons/right-icon-blue.svg");
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: 20px;
}
.styled-ul2 li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.ministry-info {
  background: rgba(239, 202, 10, 0.05);
  border: 1px solid #EFCA0A;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 50px;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  background-size: 18px 18px;
  background-image: url("../icons/info-icon-yellow.svg");
  background-repeat: no-repeat;
  background-position: left 15px top 20px;
}

.police-content-thanks {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 22px;
}
.police-content-thanks__inside {
  display: flex;
}
.police-content-thanks__text {
  max-width: 420px;
}
.police-content-thanks__buttons {
  display: flex;
}
.police-content-thanks__buttons a {
  width: 200px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #001D3E;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
}

.jobs-page {
  padding-top: 0;
}
.jobs-page .bottom-news-items-item {
  margin-bottom: 20px;
}

.jobs {
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 22px;
  padding-right: 140px;
}
.jobs .bottom-news-items-item-image {
  height: auto;
  margin-bottom: 18px;
}
.jobs .bottom-news-items-item-content p {
  font-size: 12px;
  line-height: 16px;
  color: #A7AFB9;
  margin-top: 15px;
}

.police-questions {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.police-questions h2 {
  padding-bottom: 26px;
}

.questions-items .question-item {
  width: 420px;
  height: 140px;
  border: 1px solid #1FB5D6;
  box-sizing: border-box;
  border-radius: 4px;
  padding-top: 19px;
  padding-left: 18px;
  background-image: url("../icons/question-item.svg");
  background-size: 16px 16px;
  background-position: top 10px right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 15px;
  transition: 0.5s;
}
.questions-items .question-item p {
  font-size: 16px;
  line-height: 22px;
  color: #001D3E;
  max-width: 300px;
  font-weight: 700;
}
.questions-items .question-item a {
  background: #1FB5D6;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  padding: 8px 15px;
}
.questions-items .question-item:hover {
  background-color: #F4FCFE;
}

.custom-nav-icons-question {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 140px;
}
.custom-nav-icons-question .slick-prev,
.custom-nav-icons-question .slick-next {
  position: relative;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.custom-nav-icons-question .slick-prev:before,
.custom-nav-icons-question .slick-next:before {
  font-size: 15px;
}
.custom-nav-icons-question a {
  font-size: 10px;
  color: #1FB5D6;
  font-weight: 700;
  margin-left: 15px;
}

.police-searching {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
}
.police-searching p {
  max-width: 562px;
}
.police-searching__buttons {
  display: flex;
}
.police-searching__buttons a {
  display: flex;
  width: 270px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1EBFE3;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 20px;
  color: #001D3E;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.police-searching__buttons a:hover {
  background: #1FB5D6;
  color: #fff;
}

.search-result {
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-result h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #001D3E;
  margin-bottom: 5px;
}
.search-result span {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #1EBFE3;
}
.search-result .result-body {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.search-result .result-body a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
  align-items: center;
  font-size: 16px;
  color: #011C4C;
  font-weight: 400;
  text-decoration: none;
  background-image: url("../icons/link-icon.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right;
}
.search-result .result-body a:hover {
  color: #1EBFE3;
  background-image: url("../icons/link-icon-blue.svg");
}

.search-pagination {
  margin-top: 30px;
}
.search-pagination ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.search-pagination ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.search-pagination ul li a {
  color: #B3BBC9;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}
.search-pagination ul li a:hover {
  color: #1EBFE3;
}
.search-pagination ul li:first-child {
  margin-right: 15px;
}
.search-pagination ul li:last-child {
  margin-left: 15px;
}
.search-pagination ul .active a {
  color: #1EBFE3;
  text-decoration: none;
}
.search-pagination ul .active a:hover {
  color: #1EBFE3;
}

.search-back {
  color: #001D3E;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  cursor: pointer;
}
.search-back img {
  margin-right: 10px;
}
.search-back:hover {
  color: #001D3E;
}

.letters-load-more {
  text-align: left;
}
.letters-load-more a {
  color: #fff;
}
.letters-load-more a:hover {
  color: #fff;
}

.contact-map {
  margin-top: 30px;
  padding-left: 20px;
}
.contact-map .nav {
  justify-content: flex-start;
  position: relative;
}
.contact-map .nav .nav-item .nav-link {
  min-width: 400px;
  text-align: left;
}
.contact-map .low-content-search-input {
  background-color: #fff;
}
.contact-map .services__tab__content {
  padding-top: 0;
}
.contact-map .city-list {
  margin-top: 40px;
}
.contact-map .city-list .city-item a {
  color: #011C4C;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 85%;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.contact-map .select-map {
  position: relative;
  overflow: hidden;
}
.contact-map .select-map svg {
  margin-top: -100px;
}
.contact-map .select-map svg path {
  cursor: pointer;
}
.contact-map .select-map svg path:hover {
  fill: #1EBFE3;
}
.contact-map .select-map svg path:focus {
  outline: 0;
}

.tooltip-inner {
  background-color: #015A6E !important;
  color: #fff;
  z-index: 99;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip {
  z-index: 90 !important;
}

.city-modal {
  width: 600px;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
  padding: 32px;
  display: none;
  z-index: 91 !important;
}
.city-modal h2 {
  font-size: 28px;
  color: #1EBFE3;
  font-weight: 700;
}
.city-modal-text {
  color: #001D3E !important;
  font-size: 14px !important;
}
.city-modal .map-phone-icon {
  width: 36px;
  height: 36px;
  background-image: url("../icons/map-phone-icon.svg");
  display: inline-block;
  margin-right: 14px;
}
.city-modal .map-fax-icon {
  width: 36px;
  height: 36px;
  background-image: url("../icons/fax-icon-map.svg");
  display: inline-block;
  margin-right: 14px;
}
.city-modal .map-mail-icon {
  width: 36px;
  height: 36px;
  background-image: url("../icons/mail-icon-map.svg");
  display: inline-block;
  margin-right: 14px;
}
.city-modal .map-close-icon {
  width: 20px;
  height: 20px;
  background-image: url("../icons/close-icon-map.svg");
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 30px;
}
.city-modal .point-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.city-modal .point-info-item-desc p {
  font-size: 14px;
  line-height: 18px;
  color: #001D3E;
  margin-bottom: 0;
}

.footer-links ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}
.footer-links ul li a {
  margin-right: 10px;
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
  transition: 0.5s;
}
.footer-links ul li a:hover {
  opacity: 1;
}

.criminal-grid .custom-accordion {
  padding-bottom: 30px;
  margin-left: 80px;
  width: 700px;
}
.criminal-grid .low-content-accordion {
  display: flex;
  padding-bottom: 30px;
}

.slider-image {
  height: 435px;
  background-size: cover;
  background-position: center;
}

.slider-caption {
  background-color: #F2F2F2;
}

.useful-page {
  padding-top: 20px;
}
.useful-page .faq {
  padding-top: 30px;
}
.useful-page .faq-item {
  background-color: #fff;
}
.useful-page .faq-item span {
  max-width: 380px;
  line-height: 16px;
}

.modal-second-line {
  font-size: 19px !important;
  color: #015A6E !important;
  margin-bottom: 20px;
}

.faq-new h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #001D3E;
}

.criminal-page-layout {
  padding-top: 20px !important;
}
.criminal-page-layout .card {
  margin-bottom: 20px;
  transition: 0.5s;
  background-color: #fff;
  text-align: justify;
}

.criminal-page-layout .card a {
  text-decoration: none;
  display: block;
}
.criminal-page-layout .card-title {
  color: #001D3E;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
}
.criminal-page-layout .card-text {
  font-weight: 700;
  font-size: 13px;
  color: #A7AFB9;
}

.criminal-item {
  display: flex;
  flex-direction: column;
}

.select-date {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.select-date input {
  width: 50%;
  height: 50px;
  border-radius: 5px;
  padding-left: 15px;
  z-index: 99;
  position: relative;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
}
.select-date input:focus {
  outline: 0;
}

.services-sidebar-render .parent-menus-render a {
  margin-bottom: 5px;
  font-size: 16px !important;
  font-weight: 700;
  color: #001D3E !important;
  transition: 0.5s;
}
.services-sidebar-render .parent-menus-render a:hover {
  color: #1EBFE3 !important;
}
.services-sidebar-render .parent-menus-render .active {
  color: #1EBFE3 !important;
}

.footer {
  position: relative;
  z-index: 999;
}

.custom-mobile-nav {
  width: 70px;
  height: 50px;
  background-color: #1EBFE3;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: 0 !important;
  flex-direction: column;
  padding: 10px;
}
.custom-mobile-nav:focus {
  box-shadow: none !important;
}
.custom-mobile-nav span {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.law-items .faq-item {
  height: auto;
}

.law-items .faq-item span {
  max-width: 90%;
  line-height: 20px;
}

@media only screen and (max-width: 1000px) {
  .thanks-police .thanks-police-item {
    height: 450px;
  }
  .thanks-police .thanks-police-item .tp-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .thanks-police .thanks-police-item {
    height: 400px;
  }
  .thanks-police .thanks-police-item .tp-content {
    padding: 30px;
  }
}
.html-content-page h2 {
  color: #1EBFE3;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.html-content-page h3 {
  color: #1EBFE3;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}
.html-content-page h4 {
  color: #001D3E;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 30px;
}
.html-content-page p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #001D3E;
}

.html-content-block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #1FB5D6;
  line-height: 22px;
}

.news-inside-content {
  width: 100%;
  max-width: 100%;
}

.contact-lead-heading {
  margin-bottom: 20px;
}

.contact-lead-chief {
  margin-top: 40px;
}
.contact-lead-chief .contact-lead-box {
  flex-direction: column;
  align-items: flex-start;
}
.contact-lead-box .lead-box-title {
  color: #1EBFE3;
  font-size: 17px;
  margin-bottom: 10px;
}

.contact-lead-chief .contact-lead-box__icons {
  margin-top: 10px;
}

.contact-lead-chief .box__icon {
  margin-left: 0;
}

.contact-lead-heading p {
  margin-bottom: 0;
}
.contact-lead-heading p b {
  font-weight: 700;
}

.contact-box__icon {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-box__icon div {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: 300px;
}
.contact-box__icon div span {
  font-size: 10px;
  line-height: 11px;
  color: #011C4C;
  opacity: 0.3;
  margin-bottom: 3px;
}
.contact-box__icon div p {
  font-size: 14px;
  line-height: 18px;
  color: #011C4C;
  margin-bottom: 0;
  margin-top: 0;
}
.contact-box__icon img {
  margin-right: 19px;
}
.mia-custom-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-color: #e0f6fb;
  opacity: 1;
  margin-right: 10px;
  flex-basis: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.mia-custom-icon i {
  color: #2ec0e1;
}