body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
.container {
  width: 100%;
  padding: 0px 80px 0px;
}
.main-sec{
background-image: url('../images/Landing-.page4_1920x.jpeg');
background-repeat: no-repeat;
background-attachment: fixed; 
background-size: 100% 100%;
width: 100%;
height: 100%;
}
.mainSecPage {
  text-align: center;
  padding-top: 13%;
}
.mainSecPage img.img-fluid {
  max-width: 210px;
  height: auto;
  margin-bottom: 30px;
}
.main-sec select#country {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border: solid 1px black;
  height: 50px !important;
  border-radius: 10px;
  color: #282828 !important;
  width: 100%;
  font-size: 14px;
  line-height: 37px;
  cursor: pointer;
}
.main-sec input[type="submit"] {
  border-radius: 5px;
  border: 0;
  display: flex;
  min-height: 45px;
  font-size: 14px;
  background: #2fb24a;
  max-width: 210px;
  width: 100%;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  justify-content: center;
  outline: none;
  margin-top: 20px;
  font-weight: 500;
}
.main-sec input[type="submit"]:hover {
  background: black !important;
}
.mainSecPage option:focus {
outline: 2px solid red !important; /* Change 'red' to the color you desire */
}
@media only screen and (max-width : 1025px) {
.main-sec {
  background-size: cover;
}
.container {
  width: 100%;
  padding: 90px 25px 0px;
}
}