body {
    padding: 0;
    margin: 0;
	overflow-x: hidden;
}
body p,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body input,
body strong,
body span, body li {
	font-family: "Montserrat", Sans-serif !important;
    font-size: 18px;
	line-height: 30px;
}

.wrap-content {
  width: 1400px;
  max-width: calc(100% - 40px);
  margin: 0px auto;
  padding: 20px;

}
.header-section {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --gap: 0px 0px;
  --background-transition: 0.3s;
  border-style: solid;
  --border-style: solid;
  border-width: 0px 0px 5px 0px;
  --border-block-start-width: 0px;
  --border-inline-end-width: 0px;
  --border-block-end-width: 5px;
  --border-inline-start-width: 0px;
  border-color: #0ed7e5;
  --border-color: #0ed7e5;
}
.header-section .wrap-content {
  width: 1400px;
  margin: 0px auto;
  padding: 20px;
}
.title-banner-section {
  background: url(images/bg-title.png) no-repeat;
  min-height: 200px;
  margin-bottom: 50px;
  background-size: cover;
}
.title-banner-section .wrap-content {
  width: 1400px;
  margin: 0px auto;
  padding: 20px;
}
.title-banner-section h1 {
  color: #002855;
  font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 600;
	padding-top: 25px;
	margin-bottom: 15px;
}
.title-banner-section hr {
  width: 168px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #0ed7e5;
  display: inline-block;
}
.section1{
}
.col2{
	float: left;
	width: 50%;
}
.footer-section {
  background: #002855;
  padding: 30px 25px;
}
.footer-section .wrap-content {
  width: 1400px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.footer-section .wrap-content p {
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.footer-section .wrap-content a {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 10px;
  text-decoration: none;
}
.footer-section .wrap-content a:hover {
  text-decoration-color: #0ed7e6 !important;
  text-decoration: underline;
}
.vote-search-section {
  background: url(images/bg-result.png) no-repeat;
  padding: 50px 20px;
  background-size: cover;
  margin-top: 50px;
  overflow: auto;
}
.vote-search-section strong,
.vote-search-section b {
  color: #002855 !important;
}
input[type="submit"] {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2px;
    word-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0ED7E5;
    border-radius: 5px 5px 5px 5px;
	padding: 12px 24px;
	border: none;
}
input[type="submit"]:hover {
	background: #5FF194;
}

.box {
	background-color: black;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box a {
	padding: 15px;
	background-color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.8);
	display: none;
	align-items: center;
	justify-content: center;
}

.content {
    position: relative;
    background: #fff;
    padding: 1em 2em;
    border-radius: 4px;
    width: 700px;
    max-width: 100%;
}

.modal:target {
	display: flex;
}
@media screen and (max-width: 640px) {
  .col2{
		float: none;
		width: 100%;
	}
}