html {
  height: 100% !important;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header,
footer {
  flex: 0 0 auto;
}
.cursor-pointer {
  cursor: pointer !important;
}
.main-wrapper {
  flex: 1 0 auto;
}
.main-wrapper .healthcare-wrapper .content-section p {
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
.main-wrapper .healthcare-wrapper .standcom {
  margin-top: 40px;
}
.main-wrapper .healthcare-wrapper .standcom ol {
  list-style-position: inside;
  padding-inline-start: 0;
}
.main-wrapper .healthcare-wrapper .standcom ol li {
  margin-bottom: 5px;
}
.main-wrapper .healthcare-wrapper .standcom ol li a {
  text-decoration: none;
}
.main-wrapper .healthcare-wrapper .standcom svg {
  width: 24px;
  height: 24px;
  padding-right: 10px;
}
.main-wrapper .healthcare-wrapper .standcom svg path {
  fill: #051942;
}
.main-wrapper .healthcare-wrapper .standcom a {
  font-size: 14px;
}
.main-wrapper .healthcare-wrapper .standcom ::marker {
  font-size: 14px;
  color: #0d6efd;
}
.main-wrapper .healthcare-wrapper .standcom h4 {
  text-transform: uppercase;
  font-size: 15px;
}
.ml-45 {
  margin-left: 45px;
}
.f-s-14 {
  font-size: 14px !important;
}
@font-face {
  font-family: notoRegular;
  src: url(../fonts/NotoSansArmenian-Regular.ttf);
}
@font-face {
  font-family: notoMedium;
  src: url(../fonts/NotoSansArmenian-Medium.ttf);
}
@font-face {
  font-family: 'notoSemiBold';
  src: url('../fonts/NotoSansArmenian-SemiBold.eot');
  src: url('../fonts/NotoSansArmenian-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansArmenian-SemiBold.woff2') format('woff2'), url('../fonts/NotoSansArmenian-SemiBold.woff') format('woff'), url('../fonts/NotoSansArmenian-SemiBold.ttf') format('truetype'), url('../fonts/NotoSansArmenian-SemiBold.svg#NotoSansArmenian-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.header-section .nav-section {
  position: fixed;
  z-index: 3000;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.header-section .nav-section > div {
  width: 100%;
}
.header-section .nav-section nav .nav-item {
  position: relative;
  color: #051942 !important;
  padding-top: 21px;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: notoSemiBold;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase;
}
.header-section .nav-section nav .nav-item:hover {
  color: #FFA927 !important;
}
.header-section .nav-section nav .nav-item .nav-link {
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .header-section .nav-section nav .nav-item .nav-link {
    display: inline-flex;
  }
}
.header-section .nav-section nav .nav-item .nav-link:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  top: 41px;
  height: 4px;
  background: #FFA927;
  transition: width .3s;
}
.header-section .nav-section nav .nav-item:hover .nav-link::after {
  width: 100%;
}
.header-section .nav-section .navbar-toggler {
  box-shadow: none;
}
.header-section .nav-section .navbar-collapse {
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .header-section .nav-section .navbar-collapse {
    align-items: normal;
  }
  .header-section .nav-section .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .header-section .nav-section .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .header-section .nav-section .navbar-collapse .navbar-nav .nav-item:hover {
    box-shadow: inset 4px 0 0px #FFA927;
  }
  .header-section .nav-section .navbar-collapse .navbar-nav .nav-link {
    padding-top: 12px 8px !important;
  }
  .header-section .nav-section .navbar-collapse .navbar-nav .nav-link:after {
    background: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header-section .nav-section .navbar-toggler {
    margin-left: 15px;
  }
  .header-section .nav-section .nav-link {
    padding-left: 25px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-section .nav-section .navbar .navbar-toggler {
    margin-left: 30px !important;
    padding-left: 25px;
  }
  .header-section .nav-section .navbar .nav-link {
    padding-left: 38px !important;
  }
}
.header-section .nav-section .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.header-section .navbar-light .navbar-nav .nav-link {
  color: inherit;
}
.main-wrapper {
  flex: 1 0 auto;
}
.main-wrapper .bg-main-img {
  background-position-y: bottom;
  background-image: url("../images/home-image.png");
  max-height: 700px;
  min-height: 700px;
}
.main-wrapper .main-wrap-search-info {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  top: 35%;
}
.main-wrapper .secondary-wrap-search-info {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
}
.main-wrapper .search-section {
  position: relative;
}
.main-wrapper .search-section input,
.main-wrapper .search-section button {
  border: 0;
}
.main-wrapper .search-section .btn-search {
  background: linear-gradient(to left, #ffa927, #ffcc29);
  color: #FFFFFF;
  font-size: 14px;
  height: 48px;
  width: 106px;
  border-radius: 0 6px 6px 0;
}
.main-wrapper .search-section .search-input {
  color: #051942;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  font-family: notoMedium;
}
.main-wrapper .search-section .search-input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #E5E8E8;
  height: 22px;
}
.main-wrapper .search-section .search-input:focus {
  box-shadow: none;
}
.main-wrapper .search-section .search-icon {
  position: absolute;
  font-size: 20px;
  top: 59px;
  width: 20px;
  height: 20px;
  left: 16px;
  z-index: 10;
  color: #4A4A4D;
}
.main-wrapper .search-section .advanced-search {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: notoRegular;
  text-decoration: none;
  color: #ffffff;
}
.main-wrapper .search-section .input-group-text {
  background: white;
  border: 0;
  border-radius: 6px 0 0 6px;
}
.main-wrapper .categories .card {
  position: relative;
  overflow: hidden;
  bottom: 100px;
  width: 200px;
  min-height: 200px;
  max-height: 200px;
  z-index: 999;
  margin: 0 10px;
  margin-bottom: 16px;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .main-wrapper .categories .card {
    width: 25% !important;
  }
}
.main-wrapper .categories .card:hover .layer {
  top: 0;
  cursor: pointer;
}
.main-wrapper .categories .card:hover p {
  color: white !important;
}
.main-wrapper .categories .card:hover svg path {
  fill: white;
}
.main-wrapper .categories .card .card-text {
  font-size: 14px;
  font-weight: 500;
  font-family: notoMedium;
  color: #051942 !important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.main-wrapper .categories .card .layer {
  z-index: 100;
  position: absolute;
  top: calc(100%);
  height: 100%;
  width: 100%;
  left: 0;
  background: #051942;
  transition: 0.5s;
  color: white !important;
}
.main-wrapper .categories .card .content {
  color: white;
  z-index: 2000;
  position: relative;
}
.main-wrapper .categories .card:hover {
  border: 0;
  box-shadow: none;
}
.main-wrapper .categories .card .cards-link {
  display: flex;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .main-wrapper .categories .content {
    height: 120px !important;
  }
}
.main-wrapper .categories a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .main-wrapper .categories .card {
    min-height: 175px;
    max-height: 175px;
  }
  .main-wrapper .categories .card .card-text {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .main-wrapper .categories .card {
    min-height: 175px;
    max-height: 175px;
    width: 300px;
  }
  .main-wrapper .categories .card .card-text {
    margin-top: 25px;
  }
}
.main-wrapper .custom-search {
  padding-top: 10px;
  min-height: 155px;
  height: auto;
  bottom: 225px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 1px;
  width: 100%;
  z-index: 1000;
  box-shadow: inset 2px -5px 10px 0 #e5e8e8;
}
.main-wrapper .custom-search input {
  margin-top: 0;
  margin-left: 20px;
  width: 18px;
  height: 18px;
  border: 1px solid #4A4A4D;
  box-shadow: none;
  border-radius: 3px;
}
.main-wrapper .custom-search .form-check-input:checked {
  background-color: #051942;
  border-color: #051942;
}
.main-wrapper .custom-search .search-row {
  margin-top: 20px;
}
.main-wrapper .custom-search label {
  font-size: 14px;
  color: #051942;
  margin-left: 12px;
  font-family: notoRegular;
}
.main-wrapper .mayor-signature {
  max-width: 270px;
  height: auto;
  display: block;
  position: relative;
  top: -70px;
  left: 170px;
}
@media only screen and (max-width: 575px) {
  .main-wrapper .mayor-signature {
    max-width: 240px;
    top: -30px;
    left: 80px;
  }
}
.main-wrapper .main-info .home-bg {
  background-color: #F6F8F8;
  padding-bottom: 70px;
}
.main-wrapper .main-info .home-bg .welcome-section p {
  word-break: break-word;
}
.main-wrapper .main-info .home-bg-img {
  background-image: url("../images/Group2030.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 575px) {
  .main-wrapper .main-info .home-bg-img {
    background-image: none;
  }
}
.main-wrapper .main-info .text-title {
  color: #051942;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 49px;
}
@media only screen and (max-width: 768px) {
  .main-wrapper .main-info .text-title {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .main-info .text-title .card-text {
    margin-top: 25px;
  }
}
.main-wrapper .main-info .text-subtitle {
  font-family: notoMedium;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 23px;
  color: #4A4A4D;
  margin-bottom: 25px;
}
.main-wrapper .main-info .mayor-name {
  font-size: 17px;
  font-weight: 600;
  height: 23px;
  font-family: notoSemiBold;
  color: #051942;
}
.main-wrapper .main-info .mayor-img {
  border-radius: 6px;
  object-fit: cover;
}
.main-wrapper .main-info .yerevan-mayor {
  font-size: 14px;
  font-weight: 400;
  font-family: notoRegular;
  height: 19px;
  color: #4A4A4D;
}
.main-wrapper .main-info .time-weather-info {
  border-radius: 6px;
  margin-top: -90px;
  margin-bottom: 115px;
  padding-left: 70px;
  padding-right: 55px;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px 0px rgba(5, 25, 66, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .main-wrapper .main-info .time-weather-info {
    padding-left: 17px;
  }
}
.main-wrapper .main-info .time-weather-info svg path {
  fill: #051942;
}
.main-wrapper .main-info .time-weather-info .time-area,
.main-wrapper .main-info .time-weather-info .republic-area,
.main-wrapper .main-info .time-weather-info .weather-area {
  height: 180px;
}
.main-wrapper .main-info .time-weather-info .time-area h2,
.main-wrapper .main-info .time-weather-info .republic-area h2,
.main-wrapper .main-info .time-weather-info .weather-area h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #4A4A4D;
  font-size: 20px;
}
@media only screen and (min-device-width: 562px) and (max-device-width: 768px) {
  .main-wrapper .main-info .time-weather-info .time-area h2,
  .main-wrapper .main-info .time-weather-info .republic-area h2,
  .main-wrapper .main-info .time-weather-info .weather-area h2 {
    font-size: 17px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 800px) {
  .main-wrapper .main-info .time-weather-info .time-area h2,
  .main-wrapper .main-info .time-weather-info .republic-area h2,
  .main-wrapper .main-info .time-weather-info .weather-area h2 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1400px) {
  .main-wrapper .main-info .time-weather-info .time-area h2,
  .main-wrapper .main-info .time-weather-info .republic-area h2,
  .main-wrapper .main-info .time-weather-info .weather-area h2 {
    font-size: 18px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 562px) {
  .main-wrapper .main-info .time-weather-info .republic-area {
    width: 110px;
  }
}
@media only screen and (max-width: 800px) {
  .main-wrapper .main-info .time-weather-info {
    min-height: 120px;
    max-height: 120px;
    padding-right: 5px;
    padding-left: 15px;
  }
  .main-wrapper .main-info .time-weather-info .time-svg,
  .main-wrapper .main-info .time-weather-info .weather-svg {
    width: 50px;
    height: 50px;
  }
  .main-wrapper .main-info .time-weather-info .republic-svg {
    width: 66px;
    height: 50px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1500px) {
  .main-wrapper .main-info .time-weather-info .republic-svg {
    width: 80px;
    height: 60px;
  }
  .main-wrapper .main-info .time-weather-info .time-svg,
  .main-wrapper .main-info .time-weather-info .weather-svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 768px) {
  .main-wrapper .main-info .time-weather-info {
    padding: 0 40px;
  }
}
.main-wrapper .main-info .news-section .news-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 32.7px;
  font-family: notoSemiBold;
  color: #051942;
}
.main-wrapper .main-info .news-section .more {
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  color: #051942 !important;
  text-decoration: none;
}
.main-wrapper .main-info .news-section .more:hover svg path {
  fill: #FFA927;
}
.main-wrapper .main-info .news-section .more:hover:hover span {
  color: #FFA927 !important;
}
.main-wrapper .main-info .news-section .more:hover svg {
  animation: arrow-hover 1s linear infinite;
}
@keyframes arrow-hover {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
.main-wrapper .main-info .news-section .card {
  cursor: pointer;
  border: 0;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 5px 5px 10px 0px #05194226;
}
.main-wrapper .main-info .news-section .card:hover {
  background: #F6F8F8;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(74, 74, 77, 0.5), -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
}
.main-wrapper .main-info .news-section .card:hover svg path {
  fill: #FFA927;
}
.main-wrapper .main-info .news-section .card .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-wrapper .main-info .news-section .card .card-body a {
  text-decoration: none;
}
.main-wrapper .main-info .news-section .card .card-body a:hover {
  text-decoration: underline;
}
.main-wrapper .main-info .news-section .card .card-body .urban-development {
  font-size: 12px;
  color: white;
  background: linear-gradient(260.89deg, #9842c0 -0.41%, #c462ed 82.76%);
  border-radius: 6px;
}
@media only screen and (max-width: 576px) {
  .main-wrapper .main-info .news-section .card {
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .main-wrapper .main-info .news-section .card .card-text {
    margin-bottom: 0;
  }
  .main-wrapper .main-info .news-section .card .card-title {
    padding-top: 4px;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
  }
  .main-wrapper .main-info .news-section .card .card-subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
    height: 35px;
  }
  .main-wrapper .main-info .news-section .card-transport {
    min-height: 390px !important;
    max-height: 250px !important;
  }
  .main-wrapper .main-info .news-section .card-transport .card-title {
    height: 75px;
    -webkit-line-clamp: 3 !important;
  }
}
.main-wrapper .main-info .news-section .card-1,
.main-wrapper .main-info .news-section .card-2 {
  min-height: 190px;
  max-height: 190px;
}
.main-wrapper .main-info .card-title {
  font-size: 16px;
  font-family: notoMedium;
  font-weight: 500;
  line-height: 23px;
  color: #051942;
  overflow: hidden !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  padding-right: 18px;
}
@media only screen and (max-width: 576px) {
  .main-wrapper .main-info .card-body {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 10px;
  }
}
.main-wrapper .main-info .transport-title {
  height: 57px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-right: 24px;
}
.main-wrapper .main-info .transport-title a {
  color: #051942;
}
.main-wrapper .main-info .btn-knowledge {
  color: white;
  font-size: 12px;
  font-family: notoMedium;
  background: linear-gradient(261deg, #092853 -0.5%, #478cf2 110.47%);
  border-radius: 6px;
}
.main-wrapper .main-info .card-subtitle {
  height: 38px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
  font-family: notoRegular;
  margin-top: 16px;
  width: 93%;
}
.main-wrapper .main-info .border-date {
  position: absolute;
  top: 0px;
  right: 0px;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  width: 50px;
  height: 65px;
  border-radius: 0 3px 0 0;
  text-align: center;
}
.main-wrapper .main-info .border-date .date-day {
  margin-top: 12px;
}
.main-wrapper .main-info .border-date .date-day p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-family: notoSemiBold;
}
.main-wrapper .main-info .date-day {
  font-size: 14px;
  color: white;
  text-align: center;
}
.main-wrapper .main-info .card-arrow {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.main-wrapper .main-info .border-transport-day {
  position: absolute;
  right: 0px;
  top: 0px;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  width: 50px;
  height: 65px;
  border-radius: 0 3px 0 0;
}
.main-wrapper .main-info .border-transport-day .date-day {
  margin-top: 12px;
}
.main-wrapper .main-info .border-transport-day .date-day p {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-family: notoSemiBold;
}
.main-wrapper .main-info .btn-transport {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  color: white;
  font-size: 12px;
  font-family: notoMedium;
  background: linear-gradient(261deg, #2a9e68 -0.5%, #02fd89 110.47%);
  border-radius: 0px 6px 6px 0px;
}
.main-wrapper .main-info .play-img {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.main-wrapper .main-info .play-img:hover svg path {
  fill: #FFA927 !important;
}
.main-wrapper .main-info .modal {
  z-index: 4200;
}
.main-wrapper .main-info .modal .modal-body {
  height: 100%;
}
.main-wrapper .main-info .modal .modal-body iframe {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.main-wrapper .main-info .card-transport {
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px !important;
}
.main-wrapper .council-of-elders-session {
  margin-bottom: 80px;
}
.main-wrapper .council-of-elders-session .card {
  border: 0;
  box-sizing: border-box;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.main-wrapper .council-of-elders-session .card .img-cover {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrapper .council-of-elders-session .yerevan-council-of-elders-session {
  font-size: 15px;
  font-weight: 600;
  font-family: notoSemiBold;
  line-height: 22px;
  color: #051942;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .main-wrapper .council-of-elders-session .yerevan-council-of-elders-session {
    font-size: 14px;
  }
}
.main-wrapper .council-of-elders-session .live-broadcast {
  font-size: 16px;
  font-family: notoSemiBold;
  font-weight: 600;
  line-height: 22px;
  color: #FFA927;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .main-wrapper .council-of-elders-session .live-broadcast {
    font-size: 14px;
  }
}
.main-wrapper .council-of-elders-session .date {
  font-size: 16px;
  font-weight: 600;
  color: #051942;
}
.main-wrapper .council-of-elders-session .time {
  font-weight: 600;
  font-size: 16px;
  color: #051942;
}
.main-wrapper .council-of-elders-session .btn-view {
  min-width: 110px;
  max-width: 110px;
  font-family: notoMedium;
  font-size: 16px;
  color: white;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-sizing: border-box;
  box-shadow: inset 5px 5px 10px #FFCC29;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) and (min-width: 992px) {
  .main-wrapper .council-of-elders-session .btn-view {
    min-width: 102px;
    max-width: 102px;
  }
}
.main-wrapper .council-of-elders-session svg path {
  fill: #000000;
}
.main-wrapper .cards-section {
  margin-top: 100px;
  margin-bottom: 120px;
}
.main-wrapper .cards-section .next-banner {
  cursor: pointer !important;
}
.main-wrapper .cards-section .card {
  cursor: pointer;
  margin: 0 10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.main-wrapper .cards-section .card:hover .card-footer {
  background: #051942;
}
.main-wrapper .cards-section .card:hover .card-footer p {
  color: white;
}
.main-wrapper .cards-section .card .card-footer {
  border: 0;
  background: #F6F8F8;
  border-radius: 0px 0px 6px 6px;
  min-height: 50px;
}
.main-wrapper .cards-section .card .card-footer p {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #051942;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .main-wrapper .cards-section .card {
    width: 100% !important;
  }
  .main-wrapper .cards-section .card svg {
    width: 87px;
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .main-wrapper .cards-section .banner-info {
    margin-bottom: 15px !important;
  }
  .main-wrapper .cards-section .card {
    width: 310px;
  }
}
.main-wrapper .cards-section .hot-line {
  margin-bottom: 20px;
  height: 236px !important;
}
@media only screen and (max-width: 576px) {
  .main-wrapper .cards-section .hot-line {
    width: 100% !important;
    height: 180px !important;
  }
  .main-wrapper .cards-section .hot-line svg {
    width: 87px;
    height: 65px;
  }
}
@media only screen and (max-width: 576px) {
  .main-wrapper .cards-section .card-footer p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.main-wrapper .cards-section .doing-business {
  height: 104px;
  min-width: 100%;
  max-width: 100%;
  background: #051942;
  box-shadow: -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
  padding: 20px;
}
.main-wrapper .cards-section .doing-business:hover {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
}
.main-wrapper .cards-section .doing-business:hover .business {
  color: #051942;
}
.main-wrapper .cards-section .doing-business .business {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FFA927;
}
@media screen and (max-width: 1570px) and (min-width: 1200px) {
  .main-wrapper .cards-section .doing-business .business {
    font-size: 20px;
  }
}
.main-wrapper .cards-section .doing-business .business-year {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 68px;
  margin-left: auto;
  color: white;
}
@media screen and (max-width: 1570px) and (min-width: 1200px) {
  .main-wrapper .cards-section .doing-business .business-year {
    font-size: 33px;
  }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 768px) {
  .main-wrapper .cards-section .doing-business {
    min-width: 310px;
    max-width: 310px;
  }
}
@media only screen and (max-width: 576px) {
  .main-wrapper .cards-section .doing-business {
    min-width: 100%;
    max-width: 100%;
  }
}
.main-wrapper .cards-section .more {
  font-family: notoMedium;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  color: #051942;
}
.main-wrapper .cards-section .more:hover svg path {
  fill: #FFA927;
}
.main-wrapper .cards-section .more:hover:hover span {
  color: #ffa927;
}
.main-wrapper .cards-section .more:hover svg {
  animation: arrow-hover 1s linear infinite;
}
.main-wrapper .municipality-section {
  margin-bottom: 30px;
}
.main-wrapper .municipality-section .position {
  border-bottom: 2px solid #E5E8E8;
  padding-bottom: 4px;
  font-family: notoSemiBold;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
  margin-bottom: 20px;
}
.main-wrapper .municipality-section .row > div {
  margin-top: 105px;
}
.main-wrapper .municipality-section .card {
  text-align: left !important;
  position: relative;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 290px !important;
}
.main-wrapper .municipality-section .card .card-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
}
.main-wrapper .municipality-section .card .card-body .faction-name {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
  margin-bottom: 0;
}
.main-wrapper .municipality-section .card .card-body .faction-name a {
  font-size: 14px;
}
.main-wrapper .municipality-section .card .card-body .custom-card-img {
  margin-top: -100px;
  min-width: 170px;
  max-width: 170px;
  background: #FFFFFF;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
  padding: 10px;
}
.main-wrapper .municipality-section .card .card-footer {
  padding: 15px 20px !important;
}
.main-wrapper .municipality-section .card .card-footer img {
  margin-right: 10px;
}
.main-wrapper .municipality-section .card .card-footer .general-information {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #051942;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .main-wrapper .cards-section {
    margin-top: 55px !important;
    margin-bottom: 60px;
  }
  .main-wrapper .time-weather-info {
    margin-bottom: 75px !important;
  }
}
.footer-section {
  background: #051942;
}
.footer-section .footer-tittle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: notoSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-tittle {
    font-size: 16px !important;
  }
}
.footer-section a {
  text-decoration: none;
  font-size: 12px;
  font-family: notoMedium;
  line-height: 16px;
  color: #E5E8E8;
}
.footer-section a:hover {
  color: #FFA927;
}
.footer-section p {
  margin-bottom: 0;
}
.footer-section .social-media-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-section .social-media-section svg:hover path {
  fill: #FFA927;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
}
@media only screen and (max-width: 768px) {
  .footer-section .social-media-section {
    padding-top: 45px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section a {
    font-size: 14px;
    line-height: 45px;
  }
}
.under-footer .footer-hot-line {
  padding-top: 20px;
}
.under-footer .footer-hot-line .phone {
  width: 22px;
  height: 28px;
  align-self: flex-start;
}
.under-footer .footer-hot-line .location {
  width: 24px;
  height: 28px;
  align-self: flex-start;
}
.under-footer .footer-hot-line p {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #051942;
}
.under-footer .footer-subtitle {
  padding-left: 33px;
  padding-right: 33px;
}
.under-footer .footer-subtitle p {
  font-weight: 500;
  font-size: 12px;
  font-family: notoMedium;
  line-height: 16px;
  color: #4A4A4D;
}
.under-footer .footer-subtitle a {
  font-weight: 500;
  font-size: 12px;
  font-family: notoMedium;
  line-height: 16px;
  text-decoration: none;
  color: #051942;
}
@media only screen and (max-width: 991px) {
  .under-footer .gif-img {
    width: 150px;
    height: 70px;
  }
}
.arrow-short path {
  fill: #4A4A4D;
}
.arrow-short:hover path {
  fill: #FFA927;
}
.arrow-hover {
  position: relative;
}
.arrow-hover svg {
  position: relative;
}
.arrow-hover svg::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}
.arrow-hover svg::before {
  content: '';
  position: absolute;
  transform: rotate(-45deg);
}
.sport-style {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #23ad8b -0.41%, #0aea89 82.76%);
  border: 1px solid #0AEA89;
}
.culture-style {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #f9415a -0.41%, #ec53fe 82.76%);
  border: 1px solid #EC53FE;
}
.mayor-style {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #05c7c8 -0.41%, #143c88 82.76%);
  border: 1px solid #05C7C8;
}
.health-care-style {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #0767b4 -0.41%, #10baf0 82.76%);
  border: 1px solid #05C7C8;
}
.news-wrapper .bg-news-img {
  background-image: url(../images/news-home.png) !important;
  max-height: 449px;
  min-height: 449px;
}
.news-wrapper .main-news {
  margin-top: 25px;
}
.news-wrapper .main-news .main {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
  margin-right: 10px;
}
.news-wrapper .main-news .main:active {
  color: #FFA927;
}
.news-wrapper .main-news .news {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  color: #051942;
}
.news-wrapper .main-news .news:active {
  color: #FFA927;
}
.news-wrapper .main-news svg {
  min-width: 6px;
  max-width: 6px;
}
.news-wrapper .news-area {
  margin-top: 40px;
}
.news-wrapper .news-area .news {
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #051942;
  font-family: notoSemiBold;
  word-break: break-word;
}
.news-wrapper .btn-custom-news {
  font-family: notoMedium;
  border: 1px solid #051942;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #051942;
  margin-right: 10px;
  margin-bottom: 10px;
  word-break: break-word;
}
.news-wrapper .btn-custom-news:active {
  background: #051942;
  color: #FFFFFF;
}
.news-wrapper .btn-custom-news:hover {
  background: #051942;
  color: #FFFFFF;
}
.news-wrapper .btn-custom-news:focus {
  box-shadow: none;
}
.news-wrapper .btn-all {
  background: #051942!important;
  color: white!important;
}
.news-wrapper .btn-education:hover {
  background: linear-gradient(261deg, #092853 -0.5%, #478cf2 110.47%);
  border: 1px solid #478CF2;
}
.news-wrapper .btn-education:hover:active {
  background: linear-gradient(261deg, #092853 -0.5%, #478cf2 110.47%);
  border: 1px solid #478CF2;
}
.news-wrapper .btn-transport:hover {
  background: linear-gradient(261deg, #707070 -0.5%, #d5d5d5 110.47%);
  border: 1px solid #D5D5D5;
}
.news-wrapper .btn-transport:hover:active {
  background: linear-gradient(261deg, #707070 -0.5%, #d5d5d5 110.47%);
  border: 1px solid #D5D5D5;
}
.news-wrapper .btn-urban-development:hover {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #ffcc29 82.76%);
  border: 1px solid #FFCC29;
}
.news-wrapper .btn-urban-development:hover:active {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #ffcc29 82.76%);
  border: 1px solid #FFCC29;
}
.news-wrapper .btn-news:hover {
  background: linear-gradient(260.89deg, #ff6827 -0.41%, #ffa927 82.76%);
  border: 1px solid #FFA927;
}
.news-wrapper .btn-news:hover:active {
  background: linear-gradient(260.89deg, #ff6827 -0.41%, #ffa927 82.76%);
  border: 1px solid #FFA927;
}
.news-wrapper .btn-mayor:hover {
  background: linear-gradient(260.89deg, #05c7c8 -0.41%, #143c88 82.76%);
  border: 1px solid #05C7C8;
}
.news-wrapper .btn-mayor:hover:active {
  background: linear-gradient(260.89deg, #05c7c8 -0.41%, #143c88 82.76%);
  border: 1px solid #05C7C8;
}
.news-wrapper .btn-health-care:hover {
  background: linear-gradient(260.89deg, #0767b4 -0.41%, #10baf0 82.76%);
  border: 1px solid #0767B4;
}
.news-wrapper .btn-health-care:hover:active {
  background: linear-gradient(260.89deg, #0767b4 -0.41%, #10baf0 82.76%);
  border: 1px solid #0767B4;
}
.news-wrapper .btn-ecology:hover {
  background: linear-gradient(260.89deg, #009efd -0.41%, #68d3a2 82.76%);
  border: 1px solid #009EFD;
}
.news-wrapper .btn-ecology:hover:active {
  background: linear-gradient(260.89deg, #009efd -0.41%, #68d3a2 82.76%);
  border: 1px solid #009EFD;
}
.news-wrapper .btn-culture:hover {
  background: linear-gradient(260.89deg, #f9415a -0.41%, #ec53fe 82.76%);
  border: 1px solid #EC53FE;
}
.news-wrapper .btn-culture:hover:active {
  background: linear-gradient(260.89deg, #f9415a -0.41%, #ec53fe 82.76%);
  border: 1px solid #EC53FE;
}
.news-wrapper .btn-sport:hover {
  background: linear-gradient(260.89deg, #23ad8b -0.41%, #0aea89 82.76%);
  border: 1px solid #0AEA89;
}
.news-wrapper .btn-sport:hover:active {
  background: linear-gradient(260.89deg, #23ad8b -0.41%, #0aea89 82.76%);
  border: 1px solid #0AEA89;
}
.news-select {
  /* FAKE SELECT */
}
.news-select .btn-view {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #FFCC29;
  border-radius: 6px;
  padding: 6px 18px !important;
  font-size: 14px;
  margin-left: 5px;
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .news-select .btn-view {
    margin-top: 13px !important;
    margin-left: 0px;
  }
}
.news-select .store {
  font-family: notoMedium;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #051942;
}
.news-select details {
  position: relative;
  margin-right: 10px;
}
.news-select details[open] {
  z-index: 1;
}
.news-select .custom-select-2 {
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .news-select .custom-select-2 {
    margin-left: 0px;
  }
}
.news-select .custom-select-1 select,
.news-select .custom-select-2 select {
  width: 170px;
  height: 40px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 105.18%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 10px #e5e8e8, inset 5px 5px 10px #e5e8e8;
  border-radius: 6px;
}
.news-select .custom-select-1 select:focus,
.news-select .custom-select-2 select:focus {
  outline: none;
}
.news-select .custom-select-1 option,
.news-select .custom-select-2 option {
  font-weight: 500;
  margin: 0;
  padding: 1rem 0;
}
.news-select .custom-select-1 option:first-child,
.news-select .custom-select-2 option:first-child {
  padding: 10px 0 0 10px;
}
.news-select .custom-select-1 option:last-child,
.news-select .custom-select-2 option:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-select summary {
  width: 170px;
  height: 40px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 105.18%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 10px #e5e8e8, inset 5px 5px 10px #e5e8e8;
  border-radius: 6px;
}
.news-select summary::-webkit-details-marker {
  display: none;
}
.news-select details[open] summary:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
.news-select summary:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #4A4A4D;
  border-left: 2px solid #4A4A4D;
  border-bottom-left-radius: 2px;
  transform: rotate(45deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
}
.news-select summary:focus {
  outline: none;
}
.news-select details[open] summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}
.news-select .list {
  width: 100%;
  position: absolute;
  top: calc(100.5%);
  left: 0;
  margin: 0;
  box-sizing: border-box;
  max-height: 200px;
}
.news-select option {
  font-weight: 500;
  margin: 0;
  padding: 1rem 0;
}
.news-select option:first-child {
  padding: 10px 0 0 10px;
}
.news-select option:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-select summary.radios {
  counter-reset: radios;
}
.news-select .radios {
  position: relative;
}
.news-select .radios option:hover {
  background: none;
}
.news-select .custom-select-2 .radios::marker {
  content: '';
}
.news-select .custom-select-2 option {
  padding: 10px 0 0 10px;
  font-weight: 500;
  font-size: 14px;
  color: #051942;
  height: 40px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.news-select .custom-select-2 .scrollbar option:hover {
  background: #F6F8F8;
}
.news-select .custom-select-2 .scrollbar option:hover:active {
  background: #E5E8E8;
}
.news-select .custom-select-1 .radios::marker {
  content: '';
}
.news-select .custom-select-1 option {
  padding: 8px 0 0 10px;
  font-family: notoSemiBold;
  font-size: 14px;
  color: #051942;
  height: 40px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.news-select .custom-select-1 .scrollbar option:hover {
  background: #F6F8F8;
}
.news-select .custom-select-1 .scrollbar option:hover:active {
  background: #E5E8E8;
}
.news-select .scrollbar {
  margin-top: -4px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 105.18%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 10px #e5e8e8, inset 5px 5px 10px #e5e8e8;
  border-radius: 6px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.news-select #style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.news-select #style-2::-webkit-scrollbar {
  background: #4A4A4D;
  border-radius: 2px;
  width: 4px;
}
.news-select #style-2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@media (max-width: 576px) {
  .news-select .custom-select-1 .radios,
  .news-select .custom-select-2 .radios {
    width: 100%;
  }
  .news-select .custom-select-1 {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .news-select .custom-select-2 {
    margin-right: 0;
  }
}
.news-card .card {
  cursor: pointer;
  border: none !important;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 100%;
  height: 424px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.news-card .card .card-img-top {
  object-fit: cover;
}
.news-card .card:hover {
  background: #F6F8F8;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(74, 74, 77, 0.5), -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
}
.news-card .card .urban-development {
  font-size: 12px;
  color: white;
  background-color: #051942;
  border-radius: 6px;
  line-height: 16px;
}
.news-card .card .card-text {
  display: -webkit-box;
  height: 69px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 7px;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #051942;
}
.news-card .card .card-subtitle {
  padding-bottom: 30px;
  height: 38px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-right: 24px;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
  font-family: notoRegular;
  margin-top: 20px;
}
.news-card .card .card-body {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.news-card .card .card-body .sport {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #23ad8b -0.41%, #0aea89 82.76%);
  border: 1px solid #0AEA89;
}
.news-card .card .card-body .culture {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #f9415a -0.41%, #ec53fe 82.76%);
  border: 1px solid #EC53FE;
}
.news-card .card .card-body .mayor {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #05c7c8 -0.41%, #143c88 82.76%);
  border: 1px solid #05C7C8;
}
.news-card .card .card-body .health-care {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #0767b4 -0.41%, #10baf0 82.76%);
  border: 1px solid #05C7C8;
}
.news-card .card .card-body a {
  text-decoration: none;
}
.news-card .card .card-body a:hover {
  text-decoration: underline;
}
.news-card .card .card-body .date {
  color: #FFA927;
}
.news-card .card .card-body .date svg path {
  fill: #FFA927;
}
.news-card .play-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-card .play-img:hover svg path {
  fill: #FFA927 !important;
}
.news-card .play-img svg {
  width: 30px;
  height: 30px;
}
.news-card .modal {
  z-index: 4100;
}
.news-card .modal .modal-body {
  height: 100%;
}
.news-card .modal .modal-body iframe {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}
@media (max-width: 576px) {
  .news-card .card {
    min-height: 358px;
    max-height: 358px;
  }
  .news-card .card-body {
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .news-card .card-text {
    height: 67px !important;
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 21.79px !important;
  }
  .news-card .card-subtitle {
    margin-top: 7px !important;
  }
  .news-card img {
    height: 160px;
    object-fit: cover;
  }
}
.main-info {
  background: none;
  height: auto;
}
.pagintaion-section {
  margin-bottom: 87px;
}
.pagintaion-section .page-item {
  height: 34px;
  margin-right: 8px;
  width: 34px;
}
.pagintaion-section .page-item:first-child {
  margin-right: 20px;
}
.pagintaion-section .page-item .page-link {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4A4A4D;
  border: 1px solid #E5E8E8;
  border-radius: 6px;
}
.pagintaion-section .page-item .page-link:active {
  background: #051942 !important;
  color: white;
}
.pagintaion-section .page-item .page-link:hover {
  background: #F6F8F8;
}
.pagintaion-section .page-item .page-link:focus {
  background: #051942 !important;
  color: white;
}
.pagintaion-section .page-item .first {
  background: #051942 !important;
  color: white;
}
.pagintaion-section .page-item:last-child {
  margin-left: 20px;
}
.custom-search {
  bottom: -85px;
}
.videos-section {
  background: #F6F8F8;
  padding-top: 20px;
  padding-bottom: 40px;
}
.videos-section .videos-card .card {
  width: 100%;
  height: 320px;
  margin-top: 20px;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.videos-section .videos-card .card:hover {
  background: #F6F8F8;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(74, 74, 77, 0.5), -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
}
.videos-section .videos-card .videos {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #051942;
}
@media only screen and (max-width: 767px) {
  .video-photo-section .videos svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .videos {
    margin-right: 24px;
  }
}
.news-info .info {
  color: #051942;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  margin-left: 10px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
}
.news-info .info:active {
  color: #FFA927;
}
.news-info .info-title {
  font-weight: 600;
  font-family: notoSemiBold;
  font-size: 19px;
  line-height: 33px;
  color: #051942;
  margin-top: 50px;
}
.news-info .date {
  color: #FFA927;
  margin-top: 10px;
}
.news-info .date svg path {
  fill: #FFA927;
}
@media only screen and (max-width: 768px) {
  .news-info .video-photo-section {
    margin-bottom: 27px !important;
  }
  .news-info .date {
    margin-top: 25px;
  }
  .news-info .info-title {
    margin-top: 0;
  }
  .news-info .urban-development {
    margin-top: 10px !important;
  }
  .news-info .info-description {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }
  .news-info .video {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  .news-info .photo {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }
  .news-info .under-photo img {
    margin-top: 10px !important;
  }
  .news-info .under-photo a:first-child {
    margin-right: 10px !important;
  }
  .news-info .media-section {
    margin-top: 30px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  .news-info .video-photo-section {
    margin-bottom: 80px !important;
  }
  .news-info .date {
    margin-top: 50px !important;
  }
  .news-info .info-title {
    margin-top: 0;
  }
  .news-info .video {
    margin-top: 0 !important;
    margin-bottom: 7px !important;
  }
  .news-info .urban-development {
    margin-top: 15px !important;
  }
  .news-info .info-description {
    margin-top: 35px !important;
    margin-bottom: 55px !important;
  }
  .news-info .photo {
    margin-top: 45px !important;
    margin-bottom: 7px !important;
  }
  .news-info .under-photo img {
    margin-top: 20px !important;
  }
  .news-info .under-photo a:first-child {
    margin-right: 20px !important;
  }
  .news-info .media-section {
    margin-top: 25px !important;
  }
}
.news-info .urban-development {
  font-size: 14px;
  color: white;
  font-family: notoMedium;
  background: #051942;
  border-radius: 6px;
  word-break: break-word;
}
.news-info .info-description {
  margin-top: 25px;
  margin-bottom: 0;
}
.news-info .info-description p {
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
  margin-bottom: 27px;
}
.video-photo-section {
  margin-bottom: 120px;
}
.video-photo-section .video {
  margin-bottom: 10px;
  font-family: notoSemiBold;
  margin-top: 53px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
}
.video-photo-section .photo {
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
  margin-bottom: 10px;
  font-family: notoSemiBold;
}
.video-photo-section .under-photo #show-all {
  font-family: notoMedium;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #ffcc29 82.76%);
  border: 1px solid #FFCC29;
  color: white;
  border-radius: 6px;
  color: #FFFFFF;
}
.video-photo-section .under-photo img {
  margin-top: 20px;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}
.video-photo-section .under-photo img:hover {
  opacity: 0.7;
}
.video-photo-section .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-photo-section .play-img:hover svg path {
  fill: #FFA927 !important;
}
.video-photo-section .modal {
  z-index: 4100;
}
.video-photo-section .modal .modal-body {
  height: 100%;
}
.video-photo-section .modal .modal-body iframe {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.video-photo-section #slideshow {
  overflow: hidden;
  height: 324px;
  width: 530px;
  margin: 0 auto;
}
.video-photo-section .slide-wrapper {
  width: 2912px;
  -webkit-animation: slide 18s ease infinite;
}
.video-photo-section .slide {
  float: left;
  height: 510px;
  width: 728px;
}
@-webkit-keyframes slide {
  20% {
    margin-left: 0;
  }
  30% {
    margin-left: -728px;
  }
  50% {
    margin-left: -728px;
  }
  60% {
    margin-left: -1456px;
  }
  70% {
    margin-left: -1456px;
  }
  80% {
    margin-left: -2184px;
  }
  90% {
    margin-left: -2184px;
  }
}
.video-photo-section .videos:hover {
  cursor: pointer;
}
.video-photo-section .videos:hover svg path {
  fill: #FFA927;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
}
.video-photo-section .info-modal-section .modal-content img {
  width: 100%;
}
.video-photo-section .info-modal-section .modal-content .modal-header {
  margin-bottom: 13px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.video-photo-section .info-modal-section .modal-content .modal-header .btn-close {
  background-image: url(../images/close.svg);
  color: #ffffff;
  opacity: inherit;
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 10;
}
.video-photo-section .info-modal-section .modal-content .modal-body {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.video-photo-section .info-modal-section .modal-content .modal-body img {
  border-radius: 6px;
}
.video-photo-section .info-modal-section .modal-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  justify-content: flex-start;
}
.video-photo-section .info-modal-section .modal-footer p {
  font-weight: 600;
  font-family: notoSemiBold;
  overflow: hidden;
  height: 19px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  color: #4A4A4D;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .info-modal-section .modal-dialog {
    max-width: 680px;
  }
  .info-modal-section .modal-dialog .modal-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .info-modal-section .modal-dialog .modal-footer p {
    height: 40px !important;
    -webkit-line-clamp: 2 !important;
    font-size: 12px !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .info-modal-section .modal-dialog {
    max-width: 800px;
    min-width: 800px;
  }
}
.description-section {
  padding-top: 15px;
}
.description-section p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
.description-section ul {
  padding-left: 20px;
}
.description-section ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
#top-button {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 45px;
  background: #FFA927;
  border-radius: 50%;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  #top-button {
    right: 25px;
    bottom: 90px;
  }
}
#top-button > svg {
  position: absolute;
  bottom: 18px;
  opacity: 0.6;
  left: 24px;
  transform: rotate(-90deg);
}
#top-button > svg path {
  fill: #051942;
}
#accordionOneWindow .accordion-item {
  margin-bottom: 4px;
  border: 1px solid #ddd;
}
#accordionOneWindow .accordion-item .accordion-button {
  background-color: #ffffff !important;
  font-size: 14px;
  padding: 0;
}
#accordionOneWindow .accordion-item .accordion-button a {
  align-items: center;
  min-height: 50px;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #525252;
  margin-left: 10px;
}
#accordionOneWindow .accordion-item .accordion-button::after {
  background-image: none;
}
#accordionOneWindow .accordion-item .accordion-button i {
  margin-right: 15px;
  background-color: lightgrey;
}
#accordionOneWindow .accordion-item .accordion-button i:before {
  content: '';
  display: block;
  width: 56px;
  height: 52px;
  background: url("../images/icons-app.png") no-repeat -12px -37px;
}
#accordionOneWindow .accordion-item .accordion-button i.realty:before {
  background: url("../images/icons-app.png") no-repeat -12px -127px;
}
#accordionOneWindow .accordion-item .accordion-button i.finance:before {
  background: url("../images/icons-app.png") no-repeat -12px -209px;
}
#accordionOneWindow .accordion-item .accordion-button i.social:before {
  background: url("../images/icons-app.png") no-repeat -12px -300px;
}
#accordionOneWindow .accordion-item .accordion-button i.organizational:before {
  background: url("../images/icons-app.png") no-repeat -12px -376px;
}
#accordionOneWindow .accordion-item .accordion-button i.sanitation:before {
  background: url("../images/icons-app.png") no-repeat -12px -524px;
}
#accordionOneWindow .accordion-item .accordion-button i.ads:before {
  background: url("../images/icons-app.png") no-repeat -12px -600px;
}
#accordionOneWindow .accordion-item .accordion-button i.other:before {
  background: url("../images/icons-app.png") no-repeat -12px -454px;
}
#accordionOneWindow .accordion-body .panel-group .panel-default .colWindow .panel-body ul li {
  float: none;
  list-style-type: square;
  line-height: 24px;
}
#accordionOneWindow .accordion-body .panel-group .panel-default .colWindow .panel-body ul li span {
  font-size: 13px !important;
}
#accordionOneWindow .accordion-body .panel-group .panel-default .colWindow .panel-body ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #0039af;
}
#accordionOneWindow .accordion-body .panel-group .panel-heading .panel-title {
  font-size: 13px !important;
}
#accordionOneWindow .accordion-body .panel-group .panel-heading .panel-title a {
  background: url("../images/arrows.png") no-repeat 0 7px;
  text-decoration: none;
  padding-left: 15px;
  color: #000000ab;
  font-size: 14px;
}
#accordionOneWindow .accordion-body .panel-group .panel-heading .panel-title a:hover {
  background: url("../images/arrows.png") no-repeat 0 -28px;
  color: #FFA927;
}
#accordionfinance .accordion-item {
  margin-bottom: 4px;
  border: 1px solid #ddd;
}
#accordionfinance .accordion-item .accordion-button {
  background-color: #ffffff !important;
  font-size: 14px;
  padding: 0;
}
#accordionfinance .accordion-item .accordion-button a {
  text-decoration: none;
  color: #525252;
  width: 100%;
}
#accordionfinance .accordion-item .accordion-button::after {
  background-image: none;
}
#accordionfinance .accordion-item img {
  margin-right: 15px;
}
#accordionfinance .accordion-body .panel-group .panel-default .colWindow .panel-body ul li {
  float: none;
  list-style-type: square;
  line-height: 24px;
}
#accordionfinance .accordion-body .panel-group .panel-default .colWindow .panel-body ul li span {
  font-size: 13px !important;
}
#accordionfinance .accordion-body .panel-group .panel-default .colWindow .panel-body ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #0039af;
}
#accordionfinance .accordion-body .panel-group .panel-heading .panel-title {
  font-size: 13px !important;
}
#accordionfinance .accordion-body .panel-group .panel-heading .panel-title a {
  background: url("../images/arrows.png") no-repeat 0 7px;
  text-decoration: none;
  padding-left: 15px;
  color: #000000ab;
  font-size: 14px;
}
#accordionfinance .accordion-body .panel-group .panel-heading .panel-title a:hover {
  background: url("../images/arrows.png") no-repeat 0 -28px;
  color: #FFA927;
}
@media only screen and (max-width: 768px) {
  .search-logo {
    margin-top: 30px;
    margin-bottom: 6px;
  }
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;
}
.dropdown .navbar-nav {
  width: 100%;
  max-width: 1200px;
}
.dropdown-content {
  display: none;
  z-index: 1000;
  border-top: 3px solid #051942;
  position: fixed;
  height: 300px;
  top: 66px;
  left: 0;
  padding-left: 13px;
  justify-content: center;
  background-color: white;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1318px) and (min-width: 1240px) {
  .dropdown-content .header-contact {
    margin-left: 25px !important;
  }
}
.dropdown-content ul {
  margin-top: 24px;
  padding-left: 0;
  width: 270px;
}
.dropdown-content ul li {
  list-style: none;
}
.dropdown-content > div {
  width: 100%;
  max-width: 1335px;
}
@media only screen and (max-width: 1318px) {
  .dropdown-content > div {
    padding-right: 151px;
  }
}
.dropdown-content > div > ul {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .accordion-body .panel-group .panel-title ul {
    width: 278px;
  }
  .accordion-body .panel-group .panel-title ul li {
    font-size: 14px;
    line-height: 42px;
    list-style-type: none;
  }
  .accordion-body .panel-group .panel-title ul li a {
    text-decoration: none;
    color: #051942;
  }
  .accordion-body .panel-group .panel-title ul li a:hover {
    color: #FFA927;
  }
}
.dropdown-content a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.2px;
  padding: 7.5px 10px;
  line-height: 1.2em;
  color: #051942;
}
.dropdown-content a:hover {
  text-decoration: underline;
  color: #FFA927;
  transition: all 0.2s ease-in;
}
@media (hover: hover) and (min-width: 1200px) {
  .dropdown:hover .dropdown-content {
    display: block;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .card-transport {
    min-height: 190px !important;
    max-height: 190px !important;
  }
  .card-transport .transport-image {
    width: 190px;
    height: 190px;
  }
  .card-transport .transport-title {
    height: 172px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
  }
}
@media only screen and (min-width: 768px) {
  .payments-polls {
    margin-top: 18px !important;
    width: 130px;
  }
}
.header-city-hall {
  width: 270px;
}
.header-informer {
  width: 270px;
  margin-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .header-informer {
    margin-left: 0 !important;
  }
}
.header-services {
  width: 270px;
  margin-left: 28px;
  margin-right: 39px;
}
.header-contact {
  margin-right: 34px;
}
.nav-city-hall {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .nav-city-hall {
    text-align: start;
  }
}
.nav-informer {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .nav-informer {
    text-align: start;
  }
}
.nav-services {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .nav-services {
    text-align: start;
  }
}
.nav-our-city {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .nav-our-city {
    text-align: start;
  }
}
.nav-contact {
  width: 100%;
  text-align: center;
  margin-right: 60px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .nav-contact {
    text-align: start;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1200px) {
  .nav-contact {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .videos-card .card {
    min-height: 264px !important;
    max-height: 264px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .videos-card .card {
    height: 415px !important;
  }
}
@media (max-width: 767px) {
  .news-area {
    margin-top: 13px !important;
  }
}
.languages-section .dropdown-menu {
  border: 0;
  min-width: 48px;
  max-width: 48px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-left: 12px;
}
.languages-section .dropdown-menu li:hover {
  background: #F6F8F8;
}
.languages-section .dropdown-item {
  padding: 6px !important;
}
.languages-section .dropdown-item:active {
  background: #F6F8F8;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  .video-photo-section .play-img svg {
    width: 84px !important;
    height: 84px !important;
  }
}
.healthcare-wrapper .elders-modal .modal-content {
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .healthcare-wrapper .elders-modal .modal-content {
    margin-top: 150px;
  }
}
.healthcare-wrapper .elders-modal .modal-content .modal-header {
  text-align: left;
  background: #051942;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px 6px 0px 0px;
}
.healthcare-wrapper .elders-modal .modal-content .modal-header .modal-title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.healthcare-wrapper .elders-modal .modal-content .modal-header .modal-subtitle {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFA927;
  margin-bottom: 0;
  cursor: default;
}
.healthcare-wrapper .elders-modal .modal-content .modal-header .btn-close {
  background-image: url("../images/close.svg");
  color: #ffffff;
  opacity: inherit;
}
.healthcare-wrapper .elders-modal .modal-body {
  padding: 25px 30px 20px 30px;
  margin-right: 10px;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
}
.healthcare-wrapper .elders-modal .modal-body .body-title {
  padding-bottom: 20px;
  text-align: left;
}
.healthcare-wrapper .elders-modal .modal-body .body-title .modal-img-section {
  float: left;
  padding-right: 30px;
  padding-bottom: 17px;
}
.healthcare-wrapper .elders-modal .modal-body .body-title ul {
  padding-left: 25px;
}
.healthcare-wrapper .elders-modal .modal-body .body-title ul li {
  list-style-image: url("../images/unordered-eclipse.png");
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .elders-modal .modal-body .body-title p {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  display: block;
}
.healthcare-wrapper .elders-modal .modal-body ul {
  padding: 0;
  margin: 0;
}
.healthcare-wrapper .elders-modal .modal-body ul li {
  list-style: none;
}
.healthcare-wrapper .btn-custom-healthcare {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
  background: #E5E8E8;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  word-break: break-word;
}
.healthcare-wrapper .btn-custom-healthcare:active {
  background: #051942;
  color: #FFFFFF;
}
.healthcare-wrapper .btn-custom-healthcare:focus {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .healthcare-wrapper .btn-custom-healthcare {
    margin-bottom: 10px !important;
  }
  .healthcare-wrapper .subbuttons-section {
    margin-top: 10px !important;
  }
}
.healthcare-wrapper .btn-submenu {
  margin-bottom: 10px;
}
.healthcare-wrapper .btn-submenu:active {
  background: #FFA927;
}
.healthcare-wrapper .functions-of-the-department-section {
  margin-top: 20px;
}
.healthcare-wrapper .functions-of-the-department-section .modal {
  z-index: 4000;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-content {
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-content .modal-header {
  background: #051942;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px 6px 0px 0px;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-content .modal-header .modal-title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-content .modal-header .btn-close {
  background-image: url("../images/close.svg");
  color: #ffffff;
  opacity: inherit;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-body {
  padding: 20px 30px 20px 30px;
  margin-right: 10px;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-body .body-title {
  padding-bottom: 20px;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-body .body-title p {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /*color: #FFA927;*/
  margin-bottom: 0;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-body ul {
  padding: 0;
  margin: 0;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-body ul li {
  list-style: none;
}
.healthcare-wrapper .functions-of-the-department-section .healthcare-modal .modal-footer {
  /*background-color: red !important;*/
  border-top: 1px solid #4A4A4D;
}
@media only screen and (min-width: 1200px) {
  .healthcare-wrapper .healthcare-modal {
    min-width: 830px;
    max-width: 830px;
  }
  .healthcare-wrapper .healthcare-modal .modal-content {
    max-height: 600px;
  }
}
.healthcare-wrapper .functions-of-the-department {
  margin-bottom: 5px;
}
.healthcare-wrapper .functions-of-the-department .fa-paperclip {
  font-size: 25px;
  color: #051942;
}
.healthcare-wrapper .functions-of-the-department p {
  font-size: 14px;
  color: #051942;
  font-family: notoRegular;
}
.healthcare-wrapper .functions-of-the-department:hover p {
  text-decoration: underline;
  cursor: pointer;
}
.healthcare-wrapper .content-section .subtitle {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #4A4A4D;
}
.healthcare-wrapper .content-section .title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #051942;
  margin-top: 20px;
  margin-bottom: 20px;
}
.healthcare-wrapper .content-section .under-title {
  font-family: notoMedium;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .content-section .list {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #051942;
  margin-top: 40px;
}
.healthcare-wrapper .content-section ul {
  padding-left: 0;
}
.healthcare-wrapper .content-section ul li {
  list-style: none;
}
.healthcare-wrapper .media-section {
  margin-top: 27px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  .healthcare-wrapper .media-section {
    margin-bottom: 55px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .healthcare-wrapper .media-section {
    margin-bottom: 115px !important;
  }
}
.healthcare-wrapper .submenu-section {
  padding-top: 40px;
  margin-bottom: 100px;
}
.healthcare-wrapper .submenu-section .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  height: 193.75px;
  object-fit: cover;
  border-radius: 8px;
}
.healthcare-wrapper .submenu-section .maternity-hospital {
  width: 300px;
}
.healthcare-wrapper .submenu-section .right-side {
  position: absolute;
  background: white;
  right: 50px;
  top: 30px;
  padding: 5px 20px;
}
.healthcare-wrapper .submenu-section .right-side .title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #051942;
  margin-top: 12px;
  margin-bottom: 10px;
}
.healthcare-wrapper .submenu-section .right-side .fa-map-location-dot {
  color: #FFA927;
  font-size: 24px;
}
.healthcare-wrapper .submenu-section .right-side .map {
  font-size: 14px;
  font-family: notoRegular;
  line-height: 19px;
  color: #FFA927;
  margin-left: 6px;
}
.healthcare-wrapper .submenu-section .right-side .media-section {
  margin-top: 17px;
  margin-bottom: 0 !important;
}
.healthcare-wrapper .submenu-section .contact-info {
  margin-top: 30px;
}
.healthcare-wrapper .submenu-section .contact-info p {
  font-size: 16px;
  line-height: 22px;
  font-family: notoMedium;
  font-weight: 500;
  margin-bottom: 0;
  color: #051942;
}
@media only screen and (max-width: 1024px) {
  .healthcare-wrapper .submenu-section .right-side {
    position: static;
    padding-left: 12px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .healthcare-wrapper .submenu-section .description-section {
    padding-top: 10px;
  }
  .healthcare-wrapper .submenu-section .owl-carousel {
    margin-top: 10px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .healthcare-wrapper .submenu-section .owl-carousel {
    margin-top: 20px !important;
  }
}
.healthcare-wrapper .submenu-section .maternity-hospital {
  float: left;
  border-radius: 6px;
  margin-right: 15px;
  margin-top: 10px;
}
.healthcare-wrapper .submenu-section .owl-carousel {
  margin-top: 17px;
}
@media only screen and (max-width: 576px) {
  .healthcare-wrapper .submenu-section {
    padding-top: 15px !important;
    margin-bottom: 55px;
  }
}
.healthcare-wrapper .announcements-section {
  margin-top: 60px;
}
.healthcare-wrapper .announcements-section .discussion-section {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: -3px -3px 10px rgba(229, 232, 232, 0.3), 5px 5px 10px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.healthcare-wrapper .announcements-section .discussion-section p {
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .announcements-section .discussion-section .public-discussion {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #051942;
  margin-bottom: 0;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .healthcare-wrapper .announcements-section .discussion-section .public-discussion {
    font-size: 15px;
  }
}
.healthcare-wrapper .announcements-section .discussion-section .discussion-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #4A4A4D;
  margin-top: 4px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 600px) {
  .healthcare-wrapper .announcements-section .discussion-section .discussion-text {
    font-size: 14px;
  }
}
.healthcare-wrapper .announcements-section .discussion-section ul li {
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .announcements-section .date {
  margin-top: 5px !important;
}
.healthcare-wrapper .announcements-section .pagintaion-section {
  margin-top: 30px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 576px) {
  .healthcare-wrapper .announcements-section {
    margin-top: 30px;
  }
  .healthcare-wrapper .announcements-section .pagintaion-section {
    margin-top: 5px !important;
    margin-bottom: 60px !important;
  }
}
.healthcare-wrapper .faction-section,
.healthcare-wrapper .elders-section {
  margin-bottom: 100px;
  margin-top: 40px;
}
.healthcare-wrapper .faction-section .faction-cards .content .content-title,
.healthcare-wrapper .elders-section .faction-cards .content .content-title {
  font-size: 14px;
  margin: 15px 0;
  text-align: center;
}
.healthcare-wrapper .faction-section .faction-cards .content .content-form,
.healthcare-wrapper .elders-section .faction-cards .content .content-form {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .healthcare-wrapper .faction-section .faction-cards .content .content-form,
  .healthcare-wrapper .elders-section .faction-cards .content .content-form {
    width: 100% !important;
  }
}
.healthcare-wrapper .faction-section .faction-cards .content .content-form .form-control,
.healthcare-wrapper .elders-section .faction-cards .content .content-form .form-control {
  width: 77%;
}
@media only screen and (max-width: 575px) {
  .healthcare-wrapper .faction-section .faction-cards .content .content-form .form-control,
  .healthcare-wrapper .elders-section .faction-cards .content .content-form .form-control {
    width: 100% !important;
  }
}
.healthcare-wrapper .faction-section .faction-cards .content .process-window,
.healthcare-wrapper .elders-section .faction-cards .content .process-window {
  margin: 10px auto;
  display: block;
}
.healthcare-wrapper .faction-section .faction-cards .content .window_input_button,
.healthcare-wrapper .elders-section .faction-cards .content .window_input_button {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #FFCC29;
  padding: 8px 18px;
  color: #FFFFFF;
  border-radius: 6px;
  margin: 20px auto;
  display: block;
  position: relative;
  right: 35px;
}
@media only screen and (max-width: 575px) {
  .healthcare-wrapper .faction-section .faction-cards .content .window_input_button,
  .healthcare-wrapper .elders-section .faction-cards .content .window_input_button {
    width: 100% !important;
    margin-left: 35px;
  }
}
.healthcare-wrapper .faction-section .faction-cards .card,
.healthcare-wrapper .elders-section .faction-cards .card {
  cursor: pointer;
}
.healthcare-wrapper .faction-section .faction-cards .card .card-header,
.healthcare-wrapper .elders-section .faction-cards .card .card-header {
  background: #051942;
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.healthcare-wrapper .faction-section .faction-cards .card .card-body,
.healthcare-wrapper .elders-section .faction-cards .card .card-body {
  padding-right: 15px;
  padding-bottom: 20px !important;
}
.healthcare-wrapper .faction-section .faction-cards .card .card-body p:first-child a,
.healthcare-wrapper .elders-section .faction-cards .card .card-body p:first-child a,
.healthcare-wrapper .faction-section .faction-cards .card .card-body p:last-child a,
.healthcare-wrapper .elders-section .faction-cards .card .card-body p:last-child a {
  text-decoration: none;
}
.healthcare-wrapper .faction-section .faction-cards .card .card-body p:first-child a:hover,
.healthcare-wrapper .elders-section .faction-cards .card .card-body p:first-child a:hover,
.healthcare-wrapper .faction-section .faction-cards .card .card-body p:last-child a:hover,
.healthcare-wrapper .elders-section .faction-cards .card .card-body p:last-child a:hover {
  text-decoration: underline;
}
.healthcare-wrapper .faction-section .w-20,
.healthcare-wrapper .elders-section .w-20 {
  width: 20px;
}
.healthcare-wrapper .faction-section .cursor-default,
.healthcare-wrapper .elders-section .cursor-default {
  cursor: default;
}
.healthcare-wrapper .faction-section .arrow-right,
.healthcare-wrapper .elders-section .arrow-right {
  margin-left: auto;
  width: 8px !important;
  height: 16px !important;
  padding-right: 0 !important;
}
.healthcare-wrapper .faction-section .arrow-right path,
.healthcare-wrapper .elders-section .arrow-right path {
  fill: #4A4A4D !important;
}
.healthcare-wrapper .education-section .modal-content {
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .healthcare-wrapper .education-section .modal-content {
    margin-top: 150px;
  }
}
.healthcare-wrapper .education-section .modal-content .modal-header {
  text-align: left;
  background: #051942;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px 6px 0px 0px;
}
.healthcare-wrapper .education-section .modal-content .modal-header .modal-title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.healthcare-wrapper .education-section .modal-content .modal-header .modal-subtitle {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFA927;
  margin-bottom: 0;
  cursor: default;
}
.healthcare-wrapper .education-section .modal-content .modal-header .btn-close {
  background-image: url("../images/close.svg");
  color: #ffffff;
  opacity: inherit;
}
.healthcare-wrapper .education-section .modal-body {
  padding: 25px 30px 20px 30px;
  margin-right: 10px;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
}
.healthcare-wrapper .education-section .modal-body .body-title {
  padding-bottom: 20px;
  text-align: left;
}
.healthcare-wrapper .education-section .modal-body .body-title .modal-img-section {
  float: left;
  padding-right: 30px;
  padding-bottom: 17px;
}
.healthcare-wrapper .education-section .modal-body .body-title ul {
  padding-left: 25px;
}
.healthcare-wrapper .education-section .modal-body .body-title ul li {
  list-style-image: url("../images/unordered-eclipse.png");
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .education-section .modal-body .body-title p {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  display: block;
}
.healthcare-wrapper .education-section .modal-body ul {
  padding: 0;
  margin: 0;
}
.healthcare-wrapper .education-section .modal-body ul li {
  list-style: none;
}
.healthcare-wrapper .education-section .body-title ol {
  list-style-position: inside;
  padding-inline-start: 0;
  cursor: default;
}
.healthcare-wrapper .elders-section .modal-content {
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .healthcare-wrapper .elders-section .modal-content {
    margin-top: 150px;
  }
}
.healthcare-wrapper .elders-section .modal-content .modal-header {
  text-align: left;
  background: #051942;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px 6px 0px 0px;
}
.healthcare-wrapper .elders-section .modal-content .modal-header .modal-title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.healthcare-wrapper .elders-section .modal-content .modal-header .modal-subtitle {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFA927;
  margin-bottom: 0;
  cursor: default;
}
.healthcare-wrapper .elders-section .modal-content .modal-header .btn-close {
  background-image: url("../images/close.svg");
  color: #ffffff;
  opacity: inherit;
}
.healthcare-wrapper .elders-section .modal-body {
  padding: 25px 30px 20px 30px;
  margin-right: 10px;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
}
.healthcare-wrapper .elders-section .modal-body .body-title {
  padding-bottom: 20px;
  text-align: left;
}
.healthcare-wrapper .elders-section .modal-body .body-title .modal-img-section {
  float: left;
  padding-right: 30px;
  padding-bottom: 17px;
}
.healthcare-wrapper .elders-section .modal-body .body-title ul {
  padding-left: 25px;
}
.healthcare-wrapper .elders-section .modal-body .body-title ul li {
  list-style-image: url("../images/unordered-eclipse.png");
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4D;
}
.healthcare-wrapper .elders-section .modal-body .body-title p {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  display: block;
}
.healthcare-wrapper .elders-section .modal-body ul {
  padding: 0;
  margin: 0;
}
.healthcare-wrapper .elders-section .modal-body ul li {
  list-style: none;
}
.healthcare-wrapper .elders-section .card {
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.healthcare-wrapper .elders-section .card .card-body {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
}
.healthcare-wrapper .elders-section .card .card-body p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 22px;
}
.healthcare-wrapper .elders-section .card .card-body img {
  border-radius: 6px;
  width: 150px;
  height: 190px;
  object-fit: contain;
}
.healthcare-wrapper .elders-section .card .member-name {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #051942;
  margin: 10px 0;
  text-decoration: none;
}
.healthcare-wrapper .elders-section .card .faction-member-name {
  color: #051942;
  margin: 10px 0;
  text-decoration: none;
}
.healthcare-wrapper .elders-section .card .card-footer {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border-top: 2px solid #E5E8E8;
}
.healthcare-wrapper .elders-section .card .card-footer .faction-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4D;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.healthcare-wrapper .elders-section .card .modal {
  z-index: 3000;
}
@media only screen and (min-width: 1200px) {
  .healthcare-wrapper .elders-modal {
    min-width: 830px;
    max-width: 830px;
  }
  .healthcare-wrapper .elders-modal .modal-content {
    max-height: 600px;
  }
}
@media only screen and (min-width: 576px) {
  .healthcare-wrapper .elders-section .card {
    text-align: left;
  }
}
.breadcrumb {
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: 600;
  font-family: notoSemiBold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
  margin-right: 10px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.breadcrumb .breadcrumb-item a:active {
  color: #FFA927;
}
.breadcrumb .breadcrumb-item:after {
  content: "";
  padding: 0;
}
.breadcrumb .breadcrumb-item:before {
  content: "";
  padding: 0;
}
.breadcrumb .breadcrumb-item:last-child {
  word-break: break-all;
}
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
  width: 4px;
  background-color: #E5E8E8;
}
#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4A4A4D;
}
.force-overflow {
  position: absolute;
  top: 10px;
  right: 1px;
}
.mayor-section {
  margin-top: 25px;
  margin-bottom: 120px;
}
.mayor-section .mayor-name {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #051942;
  padding-top: 10px;
  margin-bottom: 0;
}
.mayor-section .position {
  font-family: notoRegular;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4D;
  margin-bottom: 10px;
}
.mayor-section .biograpy-section {
  padding-left: 20px;
}
.mayor-section .biograpy-section .biograpy {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #051942;
  margin-bottom: 10px;
}
.mayor-section .biograpy-section p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
  margin-bottom: 6px;
}
.mayor-section .biograpy-section span {
  font-family: notoSemiBold;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mayor-section {
    margin-top: 10px;
    margin-bottom: 55px !important;
  }
  .mayor-section .biograpy-section {
    padding-left: 0;
    padding-top: 25px;
  }
}
.education-section {
  margin-top: 30px;
}
.education-section .system-info .card:hover {
  background: #F6F8F8;
}
.education-section .system-info .card .card-body ul {
  list-style-type: none;
}
.education-section .system-info .card .card-body ul li {
  margin-bottom: 25px;
  font-size: 13px;
}
.education-section .system-info .card .card-body ul li:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #FFA927;
  margin-left: -20px;
  margin-right: 10px;
}
.education-section .system-info .card .card-title {
  text-align: center;
}
.education-section .system-info .card .card-title a {
  color: #051942;
}
.education-section .system-info .img-system {
  margin-top: 10px;
  min-height: 100px;
  max-height: 100px;
  text-align: center;
}
.education-section .system-info .img-system img {
  cursor: pointer;
}
.education-section .card {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15);
  border-radius: 6px;
}
.education-section .card a {
  color: #051942;
}
.education-section .card .card-img-top {
  max-height: 180px;
  min-height: 180px;
  object-position: top;
  object-fit: cover;
  cursor: default;
}
.education-section .card .card-title {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4D;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 66px;
}
.education-section .card .card-title .faction-member-name {
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none !important;
}
.education-section .card svg {
  width: 24px;
  height: 24px;
  padding-right: 10px;
}
.education-section .card svg path {
  fill: #051942;
}
.education-section .card .card-text,
.education-section .card p {
  display: flex;
  font-family: notoRegular;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 12px;
}
.education-section .card .fa-map-location-dot path {
  fill: #FFA927;
}
.education-section .card .map {
  font-family: notoMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFA927;
}
.education-section .card .card-body {
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 0;
}
.education-section .card .card-body a {
  text-decoration: none;
}
.education-section .card .card-footer {
  background: transparent;
  border-top: none;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.education-section .card .card-footer p {
  height: 64px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-family: notoMedium;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #4A4A4D;
}
.education-section .pagintaion-section {
  margin-top: 30px;
  margin-bottom: 120px;
}
.education-section .culture-section {
  margin-bottom: 100px;
}
.education-section .culture-section .card .modal .modal-header {
  background: #051942;
  color: white;
}
.education-section .culture-section .card .modal .modal-header .modal-subtitle {
  font-family: notoSemiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFA927;
  margin-bottom: 0;
}
.education-section .culture-section .card .modal .modal-header .btn-close {
  background-image: url(../images/close.svg);
  color: #ffffff;
  opacity: inherit;
}
.education-section .culture-section .card .modal .modal-body .body-title p {
  font-size: 14px;
}
.education-section .culture-section .card .card-body {
  padding-bottom: 20px;
  padding-right: 16px;
}
.education-section .culture-section .card .card-body .card-text img {
  width: 13px;
  margin-right: 10px;
  height: 25px;
}
.education-section .culture-section .card .card-body .card-title {
  color: #051942;
}
.education-section .culture-section .card .card-body .card-title .faction-member-name {
  text-decoration: none;
}
.education-section .culture-section .card .card-body .card-title .faction-member-name:hover {
  text-decoration: underline;
}
.education-section .show-green-info-title p {
  font-family: notoMedium;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
  color: #4A4A4D;
}
@media only screen and (max-width: 768px) {
  .culture-section,
  .faction-section,
  .elders-section {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 576px) {
  .education-section,
  .faction-section,
  .elders-section {
    margin-top: 15px !important;
  }
  .education-section .pagintaion-section,
  .faction-section .pagintaion-section,
  .elders-section .pagintaion-section {
    margin-top: 5px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 768px) {
  .education-section {
    margin-top: 40px !important;
  }
}
.modal-content .modal-footer .btn-gradient {
  color: white;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-sizing: border-box;
  box-shadow: inset 5px 5px 10px #ffcc29;
  border-radius: 6px;
  font-family: notoMedium;
  font-size: 16px;
}
#dropdownMenuButton1 {
  box-shadow: none;
}
.f-s-17 {
  font-size: 17px;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .all {
  font-size: 14px;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ededed;
  padding: 7px 13px;
  margin-right: 10px;
  color: #051942;
}
.pagination span {
  font-size: 16px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 8px;
}
.pagination span a {
  display: flex;
  padding: 5px 12px;
  text-decoration: none;
  color: #535151;
}
.pagination span.current {
  padding: 5px 12px;
  background-color: #051942;
  color: white;
}
.badge {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.news-content-div .sport {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #23ad8b -0.41%, #0aea89 82.76%);
  border: 1px solid #0AEA89;
}
.news-content-div .culture {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #f9415a -0.41%, #ec53fe 82.76%);
  border: 1px solid #EC53FE;
}
.news-content-div .mayor {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #05c7c8 -0.41%, #143c88 82.76%);
  border: 1px solid #05C7C8;
}
.news-content-div .health-care {
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 8px 5px 8px !important;
  color: white;
  margin-right: 10px;
  background: linear-gradient(260.89deg, #0767b4 -0.41%, #10baf0 82.76%);
  border: 1px solid #05C7C8;
}
.news-content-div a {
  text-decoration: none;
}
.news-content-div a:hover {
  text-decoration: underline;
}
.lb-prev,
.lb-next {
  width: 12% !important;
  pointer-events: all;
}
.lb-nav {
  pointer-events: none;
}
.hide {
  display: none;
}
#lightbox .lb-outerContainer {
  border-radius: 0;
}
#lightbox .lb-dataContainer {
  padding: 10px 0 14px 0px;
  background-color: white;
}
#lightbox .lb-dataContainer .lb-caption {
  color: #4A4A4D;
}
#lightbox .lb-dataContainer .lb-number {
  display: none !important;
}
#onewindow {
  margin-bottom: 50px;
}
#onewindow ul.pull-right li {
  float: left;
  list-style: none;
}
#onewindow ul.pull-right li a {
  text-transform: uppercase;
}
#onewindow ul {
  list-style: none;
}
#onewindow ul li {
  float: none;
  list-style-type: square;
  line-height: 24px;
}
#onewindow h5 {
  text-align: right;
  font-size: 14px;
  display: inline-block;
}
#onewindow .help {
  display: block;
  border: 0;
  outline: none;
  margin: -4px 0 0 2px;
  background: url("../images/help_off.png") no-repeat right center;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  padding-right: 30px;
}
#onewindow .help:hover {
  background: url("../images/help_on.png") no-repeat right center;
  text-decoration: none;
  color: #003d68;
}
#onewindow #InformModal ul {
  margin-left: 30px;
}
#onewindow #InformModal ul li {
  list-style-type: disc;
}
.e-service {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
.e-service .selectYear {
  font-size: 14px !important;
}
.e-service input::-webkit-input-placeholder {
  font-size: 12px;
}
.e-service .form-horizontal .g-recaptcha {
  margin-top: 5px !important;
}
.e-service .form-control {
  border: 2px solid #ced4da;
  border-radius: 6px !important;
}
.e-service .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #051942;
  outline: 0;
  box-shadow: none;
}
.e-service .form-control:hover {
  border-color: #4A4A4D;
}
@media only screen and (max-width: 575px) {
  .e-service .img-service {
    display: none;
  }
}
.e-service .btn-info {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #ffcc29;
  padding: 8px 18px;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 4px;
}
@media only screen and (max-width: 575px) {
  .e-service .btn-info {
    width: 100% !important;
  }
}
.e-service .glyphicon {
  color: #f49314;
}
.e-service > div {
  float: right;
  width: 100%;
  box-sizing: border-box;
}
.e-service > div a {
  display: block;
  width: 50%;
  margin-bottom: 3px;
}
.e-service > div h2 {
  max-width: 400px;
  color: #051942;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.e-service > div h2 a {
  width: 100%;
}
.e-service > div > div p {
  margin-bottom: 3px;
  position: relative;
}
.e-service > div > div p .icon-info {
  height: 25px;
  outline: none !important;
  background: url("../images/help_off.png") no-repeat;
  position: absolute;
  top: 3px;
  left: 91%;
}
.e-service > div > div p .icon-info:hover {
  outline: 0;
  background: url("../images/help_on.png") no-repeat;
  background-position: 0 0;
  background-color: #F4F4F4;
}
.e-service > div > div p .icon-info:focus {
  outline: 0;
  background-position: 0 0;
  background-color: #F4F4F4;
  background: url("../images/help_on.png") no-repeat;
}
.e-service > div > div p .icon-info:active {
  box-shadow: none;
}
.e-service > div form {
  position: relative;
}
.e-service > div form > button {
  position: absolute;
  top: 3px;
  left: 91%;
}
.e-service > div form .col-smaller {
  float: left;
  width: 32%;
}
.e-service > div form .col-smaller input {
  width: 100%;
  margin: 0 0;
}
.e-service > div form .col-smaller:nth-of-type(2) {
  margin: 0 2%;
}
.e-service > div form .col-smaller:last-of-type {
  float: right;
}
.e-service > div form .checkbox_block {
  display: flex;
  margin-top: 5px;
}
.e-service > div form .checkbox_block input {
  margin-right: 5px;
}
.e-service > div form .checkbox_block .robot_text {
  font-size: 13px;
}
.e-service .iconwindow {
  background: url("../images/iconservices.png") no-repeat 20px 17px;
}
.e-service .iconproperty {
  padding: 13px 9px 0 111px;
  background: url("../images/iconservices.png") no-repeat 0 -110px;
}
.e-service .iconbudget {
  padding: 13px 0 0 126px;
  background: url("../images/iconservices.png") no-repeat 0 -277px;
}
.e-service .mankapartez {
  padding: 13px 0 0 126px;
  background: url("../images/iconservices.png") no-repeat 0 -244px;
}
.e-service .iconparking {
  padding: 13px 0 0 70px;
  background: url("../images/iconservices.png") no-repeat 2px -425px;
}
.e-service .icontraffic {
  padding: 13px 0 0 102px;
  background: url("../images/iconservices.png") no-repeat 7px -584px;
}
.e-service .iconpcsparking {
  padding: 13px 0 0 75px;
  background: url("../images/iconservices.png") no-repeat 9px -730px;
}
.e-service .iconproperty1 {
  background: url("../images/iconservices.png") no-repeat 0 -991px;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  width: 170px;
  height: 40px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 105.18%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 10px #e5e8e8, inset 5px 5px 10px #e5e8e8;
  border-radius: 6px;
  color: #051942 !important;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .select-selected {
    width: 100% !important;
  }
}
.permits-select .select-selected {
  width: 100%;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: url('../images/arrow-down.svg');
  top: 8px;
  right: 25px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}
/*style the items (options), including the selected item:*/
.select-items div {
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div:last-child {
  border-bottom: none;
}
.select-selected {
  padding: 8px 16px;
  font-size: 16px;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 105.18%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 10px #e5e8e8, inset 5px 5px 10px #e5e8e8;
  border-radius: 6px;
  color: #051942 !important;
  overflow: auto;
  font-size: 14px;
  max-height: 196px;
  height: max-content;
  margin-top: 5px;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items::-webkit-scrollbar {
  width: 9px;
}
.select-items::-webkit-scrollbar-track {
  background-color: #eaeaea;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.select-items::-webkit-scrollbar-thumb {
  background-color: #051942;
  border-radius: 7px;
  border: 3px solid #ededed;
}
.district-wrapper {
  max-width: 17.5%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .district-wrapper {
    max-width: 35%;
  }
}
@media only screen and (max-width: 575px) {
  .district-wrapper {
    max-width: 100%;
  }
}
.permits-form label {
  margin-bottom: 8px;
}
.permits-form .search-result {
  margin-top: 8px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.same-as-selected {
  background-color: #F6F8F8;
}
.select-items div:hover {
  background-color: #E5E8E8;
}
.icon-arrow {
  position: absolute;
  margin-top: -33px;
  margin-left: 143px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .icon-arrow {
    margin-left: 415px;
  }
}
.footer-info-mobile .accordion .accordion-item {
  border: none;
}
.footer-info-mobile .accordion .accordion-item .accordion-button {
  padding: 16px 0;
  background-color: #051942;
  color: white;
}
.footer-info-mobile .accordion .accordion-item .accordion-button:after {
  background-image: url("../images/arrow-footer.png");
  background-repeat: no-repeat;
}
.footer-info-mobile .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.footer-info-mobile .accordion .accordion-body {
  background-color: #051942;
}
.rotated {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .home-bg .categories .card-media:first-child {
    margin-top: 180px;
  }
  .carousel-item img {
    height: 449px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .categories .card-media {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .carousel-prev-info,
  .carousel-next-info {
    display: none;
  }
}
#carouselExampleControls {
  position: relative;
  z-index: auto;
}
#carouselExampleControls .carousel-inner {
  overflow: hidden !important;
}
.ssn__title.ssn__title {
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  margin-right: auto;
}
.table-container {
  display: flex;
  flex-direction: column;
}
.table-row {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  background: #051942;
  border-radius: 10px;
}
.table-column-text {
  flex: 1 1 50%;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.property-table__header {
  display: flex;
  background: #051942;
  border-radius: 6px;
  margin-bottom: 15px;
}
.property-table__header .pcs-table__header-item {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.property-table__header .pcs-table__header-item .property-table__header-item__text {
  font-size: 13px;
  padding: 5px;
}
.property-table__header-item {
  padding: 5px ;
  border-width: 1px !important;
  border: 1px solid #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-table__header-item:nth-child(1) {
  width: 25%;
  border-left: none;
}
.property-table__header-item:nth-child(2) {
  width: 15%;
}
.property-table__header-item:nth-child(3) {
  width: 10%;
}
.property-table__header-item:nth-child(4) {
  width: 15%;
}
.property-table__header-item:nth-child(5) {
  width: 10%;
}
.property-table__header-item:nth-child(6) {
  width: 10%;
}
.property-table__header-item:nth-child(7) {
  width: 15%;
  border-right: none;
}
.property-table__header-item__text {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.property-table__container {
  dispay: flex;
  flex-direction: column;
}
.property-table__container-row {
  display: flex;
  border: 1px solid #8d8d8d;
  border-width: 1px 0 1px 1px !important;
}
.property-table__container-row + .property-table__container-row {
  border-width: 0 0 1px 1px !important;
}
.property-table__container-row + .payment-form {
  margin-top: 20px;
}
.pcs-table__container-row.pcs-table__container-row {
  display: flex;
  border: 1px solid #8d8d8d;
  border-width: 1px 0px 0px 1px!important;
}
.pcs-table__container-row.pcs-table__container-row:nth-last-child(1) {
  border-bottom-width: 1px !important;
}
.pcs-table__container-row.pcs-table__container-row .property-table__container-row__item {
  width: 50%;
}
.pcs-button__container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.pcs-table__container .btn-info {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #ffcc29;
  padding: 8px 18px;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .pcs-table__container .btn-info {
    width: 100% !important;
  }
}
.property-table__container-row__item {
  padding: 5px ;
  border-width: 1px !important;
  border-right: 1px solid #8d8d8d;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-table__container-row__item:nth-child(1) {
  width: 25%;
}
.property-table__container-row__item:nth-child(2) {
  width: 15%;
}
.property-table__container-row__item:nth-child(3) {
  width: 10%;
}
.property-table__container-row__item:nth-child(4) {
  width: 15%;
}
.property-table__container-row__item:nth-child(5) {
  width: 10%;
}
.property-table__container-row__item:nth-child(6) {
  width: 10%;
}
.property-table__container-row__item:nth-child(7) {
  width: 15%;
}
.property-table__container-row__item__text {
  margin-bottom: 0;
}
.payment-form {
  width: max-content;
  margin-left: auto;
  margin-bottom: 20px;
}
.btn-payment {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #ffcc29;
  padding: 8px 18px;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
}
.payment-navigation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #8d8d8d;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  flex-direction: column;
}
.payment-navigation__form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
.payment-navigation__form > p {
  margin-bottom: 0;
}
.payment-navigation__form > .btn-payment {
  margin-left: 15px;
}
.payment-navigation-ssn {
  border-top: 0;
}
.e-service-info-div {
  margin-top: 20px;
  padding: 18px 47px 10px 16px;
  background: #E5E8E8;
  font-weight: bold;
}
.info-div {
  margin-top: 20px;
  padding: 18px 47px 10px 16px;
  background: #E5E8E8;
  font-weight: bold;
}
.info-div p:first-child {
  margin-bottom: 3px;
}
.error-info-div {
  margin-top: 20px;
  padding: 20px 47px 20px 12px;
  background: #E5E8E8;
  font-weight: bold;
  font-size: 14px;
}
.ml-27 {
  margin-left: -27px;
}
.property-pcs-table__header {
  max-width: 800px;
  margin-right: auto;
}
.property-pcs-table__header .property-pcs-table__header-item:nth-child(1) {
  width: 50%;
}
.property-pcs-table__header .property-pcs-table__header-item:nth-child(2) {
  width: 50%;
}
.property-pcs-table__container-row {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px !important;
}
.property-pcs-table__container-row .property-pcs-table__container-row__item:nth-child(1) {
  width: 50%;
}
.property-pcs-table__container-row .property-pcs-table__container-row__item:nth-child(2) {
  width: 50%;
}
.property-pcs-table__container-row__item__text {
  margin-bottom: 0;
  text-align: center;
}
.property-ssnOin-table .property-table__container-row {
  width: 100%;
  margin-bottom: 0px;
}
.property-ssnOin-table .property-table__container-row__item {
  width: 25%;
}
.property-ssnOin-table .property-table__header-item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .mobile-text.mobile-text {
    font-size: 10px;
    word-break: break-all;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-text-break {
    font-size: 10px;
  }
  .property-table__container-row__item--mobile {
    display: none;
  }
  .property-table__container-row__item:nth-child(1) {
    width: 20%;
  }
  .property-table__container-row__item:nth-child(2) {
    width: 9.5%;
  }
  .property-table__container-row__item:nth-child(3) {
    width: 9.5%;
  }
  .property-table__container-row__item:nth-child(4) {
    width: 20.5%;
  }
  .property-table__container-row__item:nth-child(5) {
    width: 16%;
  }
  .property-table__container-row__item:nth-child(6) {
    width: 10%;
  }
  .property-table__container-row__item:nth-child(7) {
    width: 24%;
  }
  .property-table__header .property-table__header-item:nth-child(1) {
    width: 20%;
  }
  .property-table__header .property-table__header-item:nth-child(2) {
    width: 9.5%;
  }
  .property-table__header .property-table__header-item:nth-child(3) {
    width: 9.5%;
  }
  .property-table__header .property-table__header-item:nth-child(4) {
    width: 20.5%;
  }
  .property-table__header .property-table__header-item:nth-child(5) {
    width: 16%;
  }
  .property-table__header .property-table__header-item:nth-child(6) {
    width: 10%;
  }
  .property-table__header .property-table__header-item:nth-child(7) {
    width: 24%;
  }
  .property-table__header_ssn_oin .property-table__header-item:nth-child(1) {
    flex: 0 0 auto;
  }
  .property-table__header_ssn_oin .property-table__header-item:not(:first-child) {
    flex: 1;
  }
  .property-ssnOin-table .property-table__container-row__item:nth-child(1) {
    flex: 0 0 auto;
  }
  .property-ssnOin-table .property-table__container-row__item:not(:first-child) {
    flex: 1;
  }
  .property-table__header_pcs-pin .property-table__header-item {
    flex: 1;
    width: auto;
  }
}
.play-img-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-subtitle-home {
  margin-left: 5px;
}
.pcs-text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .pcs-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.height-110 {
  height: 110px;
}
.select-span {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 152px;
  white-space: nowrap;
}
.height-360 {
  min-height: 360px;
}
.pcs-photo__container img {
  width: 100%;
  max-width: 700px;
}
.pcs-photo__container img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pcs-photo__container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .pcs-photo__container img {
    width: 200%;
    max-width: 1400px;
  }
  .pcs-photo__container img:nth-child(2) {
    display: block;
    margin-left: -100%;
  }
}
.district-info {
  margin-bottom: 100px;
  margin-top: 40px;
}
.district-info .district-p-info p {
  font-family: notoSemiBold;
  color: #4A4A4D;
}
.district-info .card {
  width: 100%;
  height: 100%;
  min-height: 166px;
  max-height: 166px;
  min-width: 198px;
  box-shadow: 1px 2px 6px rgba(5, 25, 66, 0.15) !important;
  border-radius: 6px;
  cursor: default;
}
.district-info .card:hover {
  background: #F6F8F8;
}
.district-info .card .card-body {
  padding: 20px;
}
.district-info .card .card-body .cursor-info {
  cursor: default !important;
}
.district-info .card .card-body .count-suffix {
  font-family: notoSemiBold;
  color: #051942;
  font-size: 17px !important;
  margin-left: 5px;
}
.district-info .card .card-body h4 {
  color: #051942;
}
.district-info .card p {
  display: flex;
  font-family: notoRegular;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 12px;
}
.district-info .card a {
  color: #051942;
  text-decoration: none;
}
.district-info .card a:hover {
  text-decoration: underline;
}
.district-info .card .card-text {
  display: flex;
  font-family: notoRegular;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 7px;
}
.district-info .card svg {
  width: 25px;
  height: 24px;
  padding-right: 10px;
  cursor: default;
}
.district-info .card svg path {
  fill: #051942;
}
.f-s-12 {
  font-size: 12px;
}
.district-info .district-info-block-first .card {
  min-width: 310px;
  max-width: 310px;
  min-height: 166px;
  max-height: 166px;
}
@media (max-width: 1200px) {
  .district-info .district-info-block-first .card {
    max-width: 100%;
  }
}
.district-info .district-info-block-second {
  row-gap: 20px;
}
.district-info .district-info-block-second .district-info-block-item {
  gap: 20px;
}
.district-info .district-info-block-second .district-info-block-item .card .card-body {
  padding: 20px;
}
.district-info .district-info-block-second .district-info-text {
  margin-top: 10px;
}
.district-info .district-info-block-second .district-info-text p {
  margin: 0;
}
@media print {
  .print-mode {
    display: none !important;
  }
  #top-button {
    display: none !important;
  }
  .news-area,
  .main-news,
  .payment-navigation,
  .btn-payment {
    display: none !important;
  }
  .news-select {
    display: none;
  }
  #jivo-iframe-container {
    display: none;
  }
  jdiv {
    display: none !important;
  }
}
@page {
  size: auto;
  margin: 125mm 125mm 125mm 125mm;
  
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
}
.btn-orange {
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%) !important;
  color: white !important;
}
.security-code-wrapper {
  text-align: center;
  margin: 0 16px;
}
.security-code-wrapper .success-text {
  color: #069768;
  font-size: 24px;
}
.security-code-wrapper .info-verify-text {
  color: #ffa927;
  font-size: 24px;
}
.security-code-wrapper .info-btn {
  width: 158px;
  height: 40px;
  background: linear-gradient(260.89deg, #ffa927 -0.41%, #fdcb29 82.76%);
  border: 1px solid #FFCC29;
  box-shadow: inset 5px 5px 10px #FFCC29;
  border-radius: 6px;
  color: #FFFFFF;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .security-code-wrapper .info-btn {
    position: absolute;
    display: flex !important;
    top: calc(110%);
    left: calc(-34%);
  }
}
.security-code-wrapper .info-btn[disabled] {
  width: 158px;
  height: 40px;
  background: #E5E8E8;
  border: 1px solid #E5E8E8;
  box-shadow: inset 2px 2px 5px #FFFFFF;
  border-radius: 6px;
  color: #4A4A4D;
  margin: 0 8px;
}
.security-code-wrapper .security-code-input {
  margin: auto;
  border: 2px solid #e5e8e8;
  border-radius: 6px;
  height: 56px;
  background: #ffffff;
  display: flex;
  align-items: center;
  max-width: 800px;
  position: relative;
}
.security-code-wrapper .security-code-input .code-input {
  width: 100%;
  border: none;
  text-align: center;
  font-size: 20px;
  border-right: solid 1px #e5e8e8;
  border-radius: 2px;
  padding: 0;
}
.security-code-wrapper .security-code-input .code-input:nth-child(4) {
  border-right: 0 !important;
}
.security-code-wrapper .security-code-input .code-input::placeholder {
  font-weight: bold;
  opacity: 0.7;
  color: #e5e8e8;
  border-radius: 1px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .security-code-wrapper .security-code-input .code-input::placeholder {
    font-size: 15px;
  }
}
.security-code-wrapper .security-code-input .code-input:focus {
  outline: none;
}
.security-code-wrapper .security-code-input .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.security-code-wrapper .security-code-input .file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 158px;
  height: 40px;
  font-size: 16px;
  color: #FFA927;
  border: 2px solid #FFA927;
  border-radius: 6px;
}
.security-code-wrapper .security-code-input .file-input__label svg {
  height: 18px;
  margin-right: 4px;
}
.security-code-wrapper .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .security-code-wrapper .g-recaptcha {
    margin-top: 65px;
  }
}
.security-code-wrapper .find-document-text {
  display: block;
  color: #4A4A4D;
  margin-top: 30px;
}
.mt-secondary-wrap-80 {
  margin-top: 80px;
}
.cards-section .banner-info a {
  text-decoration: none !important;
}
.healthcare-wrapper .green-place {
  margin-bottom: 30px;
}
.healthcare-wrapper .green-place .card:hover {
  background-color: #F6F8F8;
}
.healthcare-wrapper .green-place .card a {
  text-transform: uppercase;
  font-family: notoSemiBold;
  line-height: 21.79px;
  font-weight: 600;
  color: #051942;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.healthcare-wrapper .green-place .card p {
  font-size: 12px;
  color: #4A4A4D;
  font-weight: 500;
  font-family: notoMedium;
  line-height: 16.34px;
}
.healthcare-wrapper .green-place .card span {
  font-size: 14px;
  color: #051942;
  font-weight: 600;
  line-height: 19.07px;
  font-family: notoSemiBold;
}
.healthcare-wrapper .green-place .card .card-body {
  padding: 20px;
}
.healthcare-wrapper .green-place .card .card-body .img-system {
  margin-bottom: 21px;
}
.healthcare-wrapper .green-place .useful-links {
  margin-top: 70px;
  margin-bottom: 20px;
}
.healthcare-wrapper .green-place .useful-links .green-line {
  width: calc(-155%);
  height: 2px;
  color: #E5E8E8;
  background-color: #E5E8E8;
}
.healthcare-wrapper .green-place .useful-links .green-line-2 {
  width: calc(-190%);
  height: 2px;
  color: #E5E8E8;
  background-color: #E5E8E8;
}
.healthcare-wrapper .green-place .useful-links h4 {
  color: #051942;
  font-weight: 600;
  font-family: notoSemiBold;
  line-height: 32.69px;
  font-size: 18px;
}
.healthcare-wrapper .green-place .useful-links .links-wrapper {
  display: flex;
  flex-direction: column;
}
.healthcare-wrapper .green-place .useful-links .links-wrapper p {
  font-family: notoMedium;
  font-weight: 600;
  color: #FFA927;
  font-size: 15px;
  line-height: 23.15px;
  margin-bottom: 10px;
}
.healthcare-wrapper .green-place .useful-links .links-wrapper a {
  font-family: notoSemiBold;
  font-weight: 500;
  color: #4A4A4D;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.healthcare-wrapper .green-place .useful-links .links-wrapper a:hover {
  color: #051942;
}
.healthcare-wrapper .green-place .footer-green-place {
  background-color: #F6F8F8;
  height: 433px;
}
.healthcare-wrapper .green-place .footer-green-place h4 {
  color: #051942;
  font-weight: 600;
  line-height: 32.69px;
}
.healthcare-wrapper .show-green {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}
.healthcare-wrapper .show-green .card {
  cursor: pointer;
}
.healthcare-wrapper .show-green .card:hover {
  background-color: #F6F8F8;
}
.healthcare-wrapper .show-green .card .card-body {
  padding: 20px;
}
.healthcare-wrapper .show-green .card .card-body .img-system {
  margin-bottom: 43px;
}
.healthcare-wrapper .show-green .card .card-body a {
  text-transform: uppercase;
  color: #051942;
  font-weight: 600;
  font-family: notoSemiBold;
}
.healthcare-wrapper .show-green .card .card-body p {
  font-family: notoMedium;
  color: #4A4A4D;
  font-size: 12px;
}
.healthcare-wrapper .show-green .card .card-body h4 {
  font-family: notoSemiBold;
  font-size: 14px;
  font-weight: 600;
  color: #069768;
}
.healthcare-wrapper .show-green .card .card-body span {
  font-weight: 600;
  font-family: notoSemiBold;
  line-height: 19.07px;
  font-size: 14px;
  color: #051942;
}
.healthcare-wrapper .show-green .date-info {
  padding: 15px 20px 14px 20px;
}
.healthcare-wrapper .logo-green-place {
  margin-bottom: 40px;
}
.healthcare-wrapper .logo-green-place p {
  font-size: 15px;
  line-height: 22px;
  font-family: notoMedium;
  margin-top: 20px;
  color: #4A4A4D;
}
.title-show-green h6 {
  font-family: notoSemiBold;
  font-size: 24px;
  color: #051942;
  font-weight: 600;
  text-transform: uppercase;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-13 {
  font-size: 13px !important;
}
.repayment-type input[type="radio"] {
  accent-color: #051942 !important;
}
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
/*# sourceMappingURL=style.css.map */