#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 9999;
display: none;
}
.popup-content{
   padding: 14px 10px;text-align: center;
   line-height: 1.5;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 135px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}.cd__main{
  background: #fff;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
}
.cd__main{
    display: flex;
    width: 100%;
}
.cd__main{position:relative;z-index:99999;}
.btn-wrap1 img{max-height: 90px;margin-bottom: 10px;}
.btn-wrap {display: flex;justify-content: center;font-size: 19px;font-weight: 500;}
.btn-wrap1 {width: 40%;padding: 0 20px;}
.btn-wrap1 a:hover{color:#2A99D4;}
.popup-content h2{line-height:1.1;font-size:30px;}




@media only screen and (min-width: 1360px){
    .cd__main{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; 
      padding: 0;
    }
}

@media only screen and (max-width:767px){
.cnt223{width:100%;max-width:600px;min-width:unset;padding: 15px 10px;}
.btn-wrap1{padding: 0 10px;width: 50%;}
.btn-wrap1 img {max-height: 80px;}



}