.navbar{
        display:none;
        }
        #darksec, #darksec .py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        }
        .main-top {
            display: none !important;
        }
        .mw-parser-output .main-wrapper {
            margin: 20px 0 !important;
        }
        .floatright {
            float: left;
             margin: 0.5em 0.9em 0.4em 0em;
        }
        .customfooter {
        background: #edf2f4;
         margin-top: 20px;
        padding: 20px;
        }
        a.pp-footer {
            float: right;
        }
        .main-footer .pas-list li {
            display: inline-block!important;
            padding: 10px;
            border: 1px solid #d90429;
            background: #edf2f4;
            margin-bottom: 6px;
            margin-right: 6px;
        }
        .main-wrapper-column li {
            display: block !important;
            background: transparent;
            border: 0;
        }
        li.mw-empty-elt {
            display: none !important;
        }
        li.main-featuredLists-item {
            align-items: stretch;
            break-inside: avoid;
            clear: both;
            display: flex !important;
            page-break-inside: avoid;
            margin-bottom: 1rem;
        }
        form.example input[type=text] {
            padding: 9px;
            font-size: 17px;
            border: 1px solid #ffffff;
            float: left;
            width: 100%;
            background: #ffffff;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            height: 55px;
        }
        form.example button {
            float: left;
            padding: 9px;
            background: #ffffff;
            color: #071c2e;
            font-size: 17px;
            border: 1px solid #ffffff;
            border-left: none;
            cursor: pointer;
            height: auto;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            line-height: 1;
        }
        .headsearch form {
            display: flex;
        }
        select#lang {
            border: 0;
        }
        .headsearch {
            display: block !important;
        }
        #harticle .pas-list li {
            display: inline-block!important;
            padding: 10px;
            border: 1px solid #d90429;
            background: #edf2f4;
            margin-bottom: 6px;
            margin-right: 6px;
        }
        .logoMob {
            float: left;
        }
        .flagbox {
            float: right;
        }
        .mw-headline {
            line-height: 2!important;
        }
        div#mp-bottom, .printfooter {
            display: none;
        }
        div#mp-otd ul.pas-list, div#mp-dyk ul.pas-list{
            padding-left: 2em;
            line-height: 2;
        }
        .mw-parser-output {
            padding-left: 10px;
            padding-right: 10px;
        }
/**Flag**/
        .dropbtn {
          background-color: #2B2D42 ;
          color: white;
          padding: 16px;
          font-size: 16px;
          border: none;
          border-radius:5px;
        }
        
        .dropdown {
          position: relative;
          display: inline-block;
          margin-top:5px;
        }
        
        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f1f1f1;
          min-width: 94px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          font-size:14px;
        }
        
        .dropdown-content a {
            color: black;
            padding: 2px 8px;
            text-decoration: none;
            display: block;
            border-bottom:1px solid #c6c6c6;
        }
        
        .dropdown-content a:hover {background-color: #ddd;}
        
        .dropdown:hover .dropdown-content {display: block;}
        
        .dropdown:hover .dropbtn {background-color: #2B2D42 !important;}
        .headsearch .dropdown-content {
            min-width: 100px;
            background-color: #fff;
            text-align: center;
            font-size: 20px;
        }
        .headsearch .dropdown .dropbtn {
            width: 100px !important;
            padding: 10px;
            height: 53px;
            border-radius: 5px;
            font-size: 20px;
        }
        .dropdown-content img, .dropdown img {
            margin-right: 10px;
            width: 30px;
        }
        #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
}
img#img01 {
    width: 30%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 40px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  left:70%;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  img#img01 {
    width: 70%;
}
.close {
 top: 45px;   
}
}
/**Flag end**/