#worldwide_map_img img{
width:100%;
}
#worldwide_map_img{
max-width:1280px;
margin-left:auto;
margin-right:auto;
}
#worldwide_map_box{
margin:20px 20px 50px 20px;
border-radius:10px;
padding:20px;
text-align:center;
}
h1.red{
font-weight:bold!important;
text-align:center;
}
.select_country_box{
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:sans-serif;
	padding:10px 0px 0px 0px;

margin-left:auto;
margin-right:auto;
}
.custom-select{
width:200px;
}

.select_country_box select {
 background-color:#ddd;
  color:#666;
  padding:10px;
  width:250px;
  border:none;
  -webkit-appearance:button;
  appearance:button;
  outline:none;
  border-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
   
}

.select_country_box::before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:20%;
  height:100%;
  text-align:center;
  font-size:28px;
  line-height:45px;
  color:rgba(255, 255, 255, 0.5);
  background-color:rgba(255, 255, 255, 0.1);
  pointer-events:none;
}

.select_country_box:hover::before {
  color:rgba(255, 255, 255, 0.6);
  background-color:rgba(255, 255, 255, 0.2);
}

.select_country_box select option {
  padding:30px;
}





@media screen and (max-width:1000px) {

}

@media screen and (max-width:768px) {
h1.red{
font-size:15px;
font-weight:bold;
}
.select_country_box summary{
padding:6px;
}
.select_country_box summary:after {
margin-right:8px;
margin-top:2px;
}
}