/* Search form */
.eifu-search-row { display: flex; flex-wrap: wrap; gap: 30px; }
.eifu-search-col { flex: 1 1 calc(33.333% - 30px); display: flex; flex-direction: column; }
.eifu-search-col label {
  margin-bottom: 10px;
  color: var(--Color, #030832);
  font-family: PolySans;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.nolabelcheckbox input[type="checkbox"]+span.wpcf7-list-item-label {
    color: transparent;
}
.nolabelcheckbox .checkbox-label-text {
    margin-top: -16px;
}
.eifu-search-col input {
  border-radius: 100px;
  height: 55px;
  border: 1px solid var(--gradien, #0066CD);
  background: var(--10-blue, #E5F3FA);
  padding: 0 15px;
}
.eifu-search-button-wrap { margin-top: 50px;text-align: center; }
.eifu-search-btn {
  color: #FFF;
  
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  border-radius: 100px;
  background:  #2F388D;
  height: 75px;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  min-width: 260px; font-family:Polysans Bold
}

.eifu-category-title {
    color: #030832;
     font-family:Polysans Bold;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 11px;
}
.download-popup .column-full {
	margin-bottom: 20px;
}
.download-popup .column-full:has(.wpcf7-not-valid-tip) {
    margin-bottom: 5px !important;
}

.download-popup p {
    margin-bottom: 0px;
}
/* .eifu-category-wrap {
  border-radius: 35.5px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  padding: 20px;
} */
.eifu-result-item {
  margin-bottom: 20px;
}

.eifu-result-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 35.5px;
  border: 1px solid #CFCFCF;
  background: #FFF;
}

.eifu-col.pdf-icon img { width: 40px; }
.eifu-col.details { flex: 1; }
.eifu-col.details .title-row {
   font-family:Polysans Bold;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: var(--Color, #030832);
}
.eifu-col.details .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  font-family: PolySans;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
.eifu-col.download .download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--Dark-Blue, #2F388D);
  color: #FFF;
  font-family:Polysans Bold;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
.eifu-col.download img { width: 16px; }
.download-popup {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.download-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-popup .popup-content {
    background: #fff;
    max-width: 836px;
    width: 100%;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 961px 250px 0 rgba(0, 0, 0, 0.00), 0 615px 246px 0 rgba(0, 0, 0, 0.01), 0 346px 208px 0 rgba(0, 0, 0, 0.05), 0 154px 154px 0 rgba(0, 0, 0, 0.09), 0 38px 85px 0 rgba(0, 0, 0, 0.10);
    padding: 50px 150px;
	max-height: 95vh;  
  overflow-y: auto;
  position: relative;
}
div#download-popup .popup-content:has(form.invalid)  h3 {
	margin-bottom: 20px !important;
}
.custom-checkbox .wpcf7-not-valid-tip {
    margin-top: -24px !important;
    margin-bottom: 20px;
}
.download-popup .popup-content:has(form.invalid) {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.download-popup input[type="submit"] {
    /* margin-bottom: 50px; */
	width: 100%;
}
.download-popup .popup-content h2 {
    color: var(--Color, #030832);
    text-align: center;
   font-family:Polysans Bold
    font-size: 55px;
     font-style: italic; 
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
}
.download-popup .popup-content h2+p {
    color: var(--Color, #030832);
text-align: center;

/* Paragraph */
font-family: PolySans;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 35px; /* 194.444% */
margin-bottom: 42px;
}
.download-popup .popup-content h2+p a {
    color: var(--Color, #030832);
font-family: PolySans;
font-size: 18px;
font-style: italic;
font-weight: 700;
line-height: 35px;
}
.download-popup .popup-content:has(h2+p) {
    padding: 50px 100px;
}
.download-popup .popup-content h2 span {
	color: var(--Dark-Blue, #2F388D);
font-family: PolySans;
font-size: 55px;
font-style: italic;
font-weight: 700;
line-height: 70px;
}

.popup-content h3 {
    color: #000;
    text-align: center;
   font-family:Polysans Bold;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}
.customshadow {
	box-shadow: 0 961px 250px 0 rgba(0, 0, 0, 0.00), 0 615px 246px 0 rgba(0, 0, 0, 0.01), 0 346px 208px 0 rgba(0, 0, 0, 0.05), 0 154px 154px 0 rgba(0, 0, 0, 0.09), 0 38px 85px 0 rgba(0, 0, 0, 0.10);
}
.backsearch {
    position: absolute;
    left: 0px;
    top: 7px;
}
.backsearch a {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.resintro {
    display: flex;
    justify-content: space-between;
}
span.reslabel {
    color: var(--Color, #030832);
    font-family:Polysans Bold;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    margin-right: 13px;
}
.resinfo {
    color: var(--Light-blue, #008BD2);
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
	width: calc(100% / 3);
}
.resintro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.resnotes {
    color: #000;
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}
.centeralign {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.resulttop h3 {
    color: var(--Color, #030832);
    text-align: center;
    font-family:Polysans Bold;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
a.back-to-search {
    display: flex;
    height: 75px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Dark-Blue, #2F388D);
    color: #FFF;
    text-align: center;
    font-family: PolySans;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
a.download-btn2 {
    display: flex;
    height: 75px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: PolySans;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
	margin-bottom:10px;
}
.download-popup .popup-content:has(h2+p) {
    padding: 100px;
}
.download-popup span.close-popup {
    position: absolute;
    right: 50px;
    top: 50px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
}
.intl-tel-input input[type=text] {
    margin-top: 0px !important;
}
span.phonenumberlabel {
    margin-bottom: 10px;
    display: block;
}
.download-popup .column-full br {
    display: none;
}
@media only screen and (min-width:1300px) {
	.ifu-header-right {
		width: 59%;
	}
}
@media only screen and (min-width:1400px) {
	.download-popup .popup-content:has(h2+p) {
    padding: 200px 100px;
}
}
@media only screen and (max-width:991px) {
	.eifu-result-card {
    flex-direction: column;
}
.backsearch {
    position: inherit;
}
.resintro {
    flex-direction: column;
}
.resinfo {
    width: 100%;
    text-align: left !important;
}
.download-popup .popup-content {
    max-width: 90%;
}
}
@media only screen and (max-width:1024px) {
	.download-popup .popup-content,.download-popup .popup-content:has(h2+p) {
    max-width: 90%;
    padding: 50px;
}
	.download-popup .popup-content h2,.download-popup .popup-content h2 span {font-size:30px}
.download-popup span.close-popup { position: absolute; right: 20px; top: 20px;}
}
@media only screen and (max-width:768px) {
	
	.eifu-search-row {
		flex-direction: column;
	}
}