.container {
width: 1170px;
margin: 0 auto;
}
.custpopup {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: #000000d9;
height: 100%;
z-index: 99;
}
.popinner {
position: fixed;
top: 100px;
left: 0;
width: 480px;
background: #002c44;
padding: 30px;
right: 0;
margin: 0 auto;
overflow: hidden;
}
a.closepopup {
position: absolute;
right: 20px;
top: 20px;
background: url(//www.endurancegroup.com/wp-content/uploads/2022/11/closepopup-1.png) no-repeat left top #000;
width: 34px;
height: 34px;
z-index: 9;
border-radius: 50%;
}
.popinner h3 {
overflow: hidden;
font-size: 24px;
color: #fff;
padding-bottom: 20px;
}
.fancyboxpopup {
display: block !important;
}