@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	color: #848484;
	font: normal 400 14px "Poppins", serif;
	margin: 0;
}

body.index {
	color: #848484;
}

* {
	box-sizing: border-box;
}

a {
	color: #383f97;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.logo {
	background: url(logo1.png) center top no-repeat;
	background-size: contain;
	display: block;
	height: 80px;
	width: 198px;
}

h1 {
	color: #383f97;
	font: normal 400 30px "Poppins", serif;
	padding: 0;
}

h2 {
	color: #383f97;
	font: normal 400 24px "Poppins", serif;
	margin-bottom: 15px;
	padding: 0;
}

h3 {
	font: normal 700 1.17em/1.27em "Poppins", serif;
	margin: 1em 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

ol,
ul {
	margin: 1em 0;
	padding: 0 0 0 1.25em;
}

p {
	margin: 1em 0;
	padding: 0;
}

.contain {
	margin: 0 auto;
	width: 1200px;
}

.fill {
	min-width: 1200px;
	width: 100%;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}


/* header */

header {
	display: block;
	background: #383f97;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 20;
	position: relative;
}

.index header {
	border: none;
}

header>.contain {
	display: flex;
	justify-content: space-between;
	padding: 7px 25px;
}


footer>#epAttention {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
}


#epAttention {
	padding: 10px 0;
	text-align: center;
	color: #848484;
	font-size: 12.5px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}


#epLang {
	display: flex;
	justify-content: flex-end;
	padding: 15px;

}

#epLang a {
	color: #5b5b5b;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding-left: 15px;
}

#epLang a:hover {
	color: #383f97;
}

nav {
	display: flex;
	font: normal 400 16px "Poppins", serif;
	justify-content: space-between;
	align-items: center;
}

nav a {
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
}

nav a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 13px;
	text-decoration-thickness: 3px;
}

/* .submit-button {
	display: inline-block;
	background-color: #383f97;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	text-decoration: none;
	margin-top: 20px;
} */


.button-wrapper {
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 10%);
	padding: 50px 0;
}

.text-index .section-title {
	text-align: left !important;
}

.text-index .section-title img {
	margin: 0 0 40px 0;
}

.section-title {
	text-align: center;
}

main .section-title h2 {
	text-align: start;
	position: relative;
	font-size: 35px;
	font-weight: 500;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 0;
}

.section-title h2 {
	position: relative;
	font-size: 35px;
	font-weight: 500;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 0;
}


.section-title span {
	color: #383f97;
}

.section-title img {
	margin: 0 auto;
}

.section-title p {
	margin-top: 0;
}

.buttons {
	display: flex;
	justify-content: center;
    gap: 50px;
	padding: 50px 25px 25px 25px;
}

.buttons a {
	color: #848484;
	align-items: center;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 150px 15px 20px;
	text-decoration: none;
	width: 22%;
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.buttons a:hover {
	color: #848484;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.buttons a.report {
	background-image: url(report.png);
	background-size: 120px 107px;
	background-position: 50% 10%;
	background-repeat: no-repeat;
}

.buttons a.question {
	background-image: url(question.png);
	background-size: 120px 108px;
	background-position: 50% 10%;
	background-repeat: no-repeat;
}

.buttons a.follow {
	background-image: url(follow.png);
	background-size: 109px 120px;
	background-position: 50% 10%;
	background-repeat: no-repeat;
}

.buttons span.title {
	display: block;
	font-size: 22px;
	text-align: center;
	width: 100%;
	color: #222;
	transition: .5s;
}

.buttons a:hover .title {
	color: #383f97;
}

.buttons span.roll-text {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.link-btn {
	display: block;
	width: 120px;
	margin: 15px auto 0;
	background: #383f97;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #383f97;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease;
	text-align: center;
}

.link-btn:hover {
	background: #fff;
	border-color: #383f97;
	color: #383f97;
}


.reportOnline {
	background: #f7f7f7;
}

.reportOnline #epAttention {
	margin-top: 60px;
	color: #848484;
	font-size: 12.5px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}


.faqPage {
	background-color: #fff;
	padding-bottom: 0 !important;
}


.faqSectionTwo {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.faq-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 25px;
}

.faq-main-title {
	font-size: 36px;
	font-weight: 600;
	color: #222;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
}

.faq-main-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 4px;
	background-color: #383f97;
}
.faq-main-title:lang(ar):after, .faq-main-title:lang(ur):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: unset;
	right: 0;
	width: 90px;
	height: 4px;
	background-color: #383f97;
}

.faq-section {
	margin-bottom: 40px;
}

.faq-section-title {
	font-size: 28px;
	font-weight: 500;
	color: #222;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.faq-section-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #383f97;
}

.faq-section-title .highlight {
	color: #383f97;
}

.faq-item {
	margin-bottom: 15px;
}

.faq-question {
	position: relative;
	background: #fbfbfb;
	border: 1px solid #f4f4f4;
	border-radius: 2px;
}

.faq-toggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1c1c1c;
	padding: 0 50px;
	text-align: left;
	width: 100%;
	position: relative;
	outline: none;
	text-transform: none !important;
}

[dir="rtl"] .faq-item {
  left: auto;
  right: 0;
}


.faq-toggle:hover {
	background: #fbfbfb;
	color: #1c1c1c;
	border: none;
	border-radius: 2px;
}

.toggle-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-color: #383f97;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.faq-toggle.collapsed .toggle-icon {}

.faq-answer {
	padding: 20px 50px;
	color: #848484;
	line-height: 1.4;
	font-size: 14px;
}

.faq-answer.hidden {
	display: none;
}

.faq-answer p {
	margin: 0;
}

.issueSelect {
	background-color: #fff;
}


/* content */

main {
	display: block;
	padding: 30px 0 60px;
}

.mainHome {
	padding: 0 0 40px;
}

section {
	display: block;
}

section.flex {
	display: flex;
	padding: 20px 0;
}

.text-index {
	margin-top: 50px;
}

[class^="col-"] {
	/* Applies to all CSS classes that start with "col-" */
	vertical-align: top;
}

.col-100 {
	display: inline-block;
	padding: 10px 25px;
	width: 100%;
}

.col-66 {
	display: inline-block;
	padding: 10px 25px;
	vertical-align: top;
	width: 66%;
}

.col-50 {
	/* Column-50 is technically 49% so columns do not break to a new line in all browsers */
	display: inline-block;
	width: 49%;
}

.col-33 {
	display: inline-block;
	padding: 10px 25px;
	width: 33%;
}

.col-left {
	margin-right: 2%;
	padding: 10px 25px;
	width: 60%;
}

.col-right {
	padding: 10px 25px;
	width: 38%;
}

#epEmergencyEU {
	padding: 10px 0;
	text-align: center;
}

#epEmergencyEU br {
	display: none;
}

#epEmergencyEU strong {
	display: inline-block;
	margin-right: 7px;
	color: #fff;
}

#epDDN {
	font-weight: bold;
	white-space: nowrap;
}

.listor {
	list-style: none;
	margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
	display: block;
}

#epDataPrivacy ol.dropDowns {
	list-style: none;
	margin: 0;
	padding: 0;
}

#epDataPrivacy .text {
	color: #676767;
	font-size: 15px;
	padding: 10px 0;
}

#epPhone {
	color: #222222;
	font-size: 14px;
}

#epPhone .output {
	padding: 15px;
}

#epPhone .table1 {
	color: #222222;
	font-size: 23px;
	margin-top: 15px;
	padding: 20px;
	background-color: #e9ecef;
}

select {
	font: normal 400 14px "Poppins", serif;
	margin: 5px 0 15px;
	min-width: 355px;
	padding: 5px;
}

a.submit {
	padding: 15px 38px;
}

button,
.submit {
	position: relative;
	background: #383f97;
	font-size: 14px !important;
	line-height: 46px !important;
	font-weight: 600 !important;
	color: #ffffff;
	border: 2px solid #383f97;
	text-transform: uppercase !important;
	padding: 0 38px;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
	background: #ccc;
	color: #fff;
	border: 2px solid #ccc;
	cursor: default;
}

button:hover,
.submit:hover {
	color: #383f97;
	background: #fff;
	border: 2px solid #383f97;
	transition: all .5scubic-bezier(0.4, 0, 1, 1) !important;
}

.nowrap {
	white-space: nowrap;
}

/* issues */

.issues-page .red {
    font-size: 19px;
    color: red;
}

#epIssues {
	width: 100%;
}

#epIssues .category {
	display: flex;
	margin-bottom: 20px;
}

#epIssues .category {
	background: #383f97;
}


#epIssues .catdesc {
	display: none;
}

#epIssues .catname {
	color: #fff;
	font: normal 700 20px "Poppins", serif;
	padding: 20px 20px 20px 30px;
	width: 24%;
}

#epIssues .details {
	font: normal 400 16px "Poppins", serif;
	position: absolute;
	right: 7px;
	text-decoration: underline;
	top: 12px;
}

#epIssues .issue {
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px;
	position: relative;
	border: 1px solid #f4f4f4;
	background: #fcfcfc;
	color: #1c1c1c;
	border-radius: 2px;
}

#epIssues .issue:last-of-type {
	margin-bottom: 0;
}

#epIssues .issue:hover {
	background: #fcfcfc;
}

#epIssues .issuebox {
	background: #fff;
	padding-left: 20px;
	width: 76%;
}

#epIssues .name {
	font: normal 400 16px/20px "Poppins", serif;
	padding: 5px 0;

}

#epIssues .desc {
	color: #777;
	font-size: 13px;
	padding: 10px 60px 10px 15px;
}

input.text-input {
	margin: 5px 0 20px;
	min-width: 500px;
	width: 500px;
	height: 45px;
	padding: 5px 10px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.follow-page section span {
	font-size: 18px;
}

.follow-text {
	background-color: #ffffff;
	padding: 1px 20px 10px 20px;
	margin-bottom: 15px;
	color: #676767;
	font-size: 15px;
}

/* footer */

#epNAVEXFooter {
	border-top: solid 1px #858585;
}

footer {
	font-size: 14px;
	padding: 20px 0;
	color: #fff;
	background-color: #383f97;

}

footer th {
	display: none;
}

footer td {
	padding: 5px 0 0 !important;
}

footer .line1 {
	float: left;
	padding-left: 10px;
}

footer .line2 {
	color: #fff;
	float: right;
	padding-right: 10px;
}

footer .line2 a {color: #fff;}

footer .line2 a:hover {color: #fff;}

footer table {
	font-size: 12px;
	margin: 15px auto 0 !important;
	width: 1200px !important;
}

.commitment-bg {
  width: 570px;
  height: 593px;
  background-image: url('commitment.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#commitment-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.report-title {
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.report-sub-title {
	font-weight: 500;
	font-size: 25px;
	color: #222222;
	padding-top: 20px;
}

.report-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #383f97;
}

[dir="rtl"] .report-title::after {
  left: auto;
  right: 0;
}

/* Banner styles */
.banner {
    background-image: url(banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    position: relative;
    min-height: 519px;
    margin-top: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.submit-button {
	position: relative;
	/* top: 360px; */
    display: inline-block;
    background-color: #383f97;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 15px 30px;
    text-decoration: none;
}

.submit-button:lang(ar) {
    position: relative;
	/* top: 360px; */
    display: inline-block;
    background-color: #383f97;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 15px 30px;
    text-decoration: none;
	height: 51px;
    width: 210.11px;
	text-align: center;
}

.submit-button:lang(ur) {
    position: relative;
	/* top: 360px; */
    display: inline-block;
    background-color: #383f97;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 15px 30px;
    text-decoration: none;
	height: 51px;
    width: 210.11px;
	text-align: center;
}

.slide-text h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	margin: 14px 0 9px;
	font-weight: 700;
}

.slide-text p {
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 25px 0 30px;
}