  #ddlCountry {
      margin-top: 74%;
      padding: 6px;
      width: 32px;
      color: #ee403c;
      border-radius: 6px !important;
      font-weight: bold;
  }

  @media (max-width:767px) {
      #ddlCountry {
          width: 37px !important;
          color: #ee403c;
          margin-top: 0%;
          padding: 10px;
          margin-left: 43%;
          background-color: #191919;
      }
  }

  @media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
      #ddlCountry {
          width: 37px !important;
          color: #ee403c;
          margin-top: 0%;
          padding: 10px;
          margin-left: 43%;
          background-color: #191919;
      }
  }

  @media only screen and (max-width : 1280px) and (max-height : 720px) {
      #ddlCountry {
          width: 37px !important;
          color: #ee403c;
          margin-top: 0%;
          padding: 10px;
          margin-left: 43%;
          background-color: #191919;
      }
  }
  