* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif !important;
  transition: all ease-in-out 0.3s;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.mainback {
  margin: 0;
  padding: 0;
  background: fixed;
  background-image: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  background-size: cover;
  overflow-x: hidden;
}

.mainwrapper {
  max-width: 370px;
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
}
.header {
  background-color: #e5f7fa;
  height: 40px;
  display: flex;
  align-items: baseline;
  justify-content: center;
   margin-bottom: 15px !important;
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 3px 3px 0px #00000026;
}
p {
  color: #545454;
}
h3 {
  font-size: 20px;
  font-weight: 700 !important;
}
a {
  text-decoration: none;
}
.card1 {
  margin: auto;
  /* width: 330px; */
  background: #dac4fb63;
  height: auto;
  padding: 5px;
  background-color: #dceef9;
  border-radius: 10px;
  border: 1px solid #2f9cd9;
  text-align: center;
}
.card-title {
  font-size: 15px;
  line-height: 20px;
  color: #2f9cd9;
  font-weight: 600;
}
.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #2f9cd9;
  font-size: 16px;
  padding: 10px 11px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
  font-weight: 600;
  line-height: 21px;
}
.btn1:hover {
  background-color: #5eb3e1 !important;
  color: white !important;
}
.submit-btn:hover {
  background-color: #5eb3e1 !important;
  color: white !important;
}
footer {
  height: auto;
  background-color: #e5f7fa;
}
.icon-div {
  background-color: #2f9cd9;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-control {
  height: 45px;
  font-size: 14px;
}
.btn {
  width: 100%;
  background-color: #2f9cd9;
  color: white;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  border-radius: 10px;
}
.btn:hover {
  color: white;
}
@media only screen and (max-width: 430px) {
  .mainwrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .header {
    max-width: 100% !important;
    width: 100%;
  }
  
}
@media only screen and (max-width: 320px) {
.img{
    width: 295px !important;
  }
}
/* .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1000;
    pointer-events: none;
}

.popup-content {
    position: relative;
    height: auto;
    border: 1px solid #888;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    width: 600px;
    padding: 10px;
    position: absolute;
    pointer-events: auto;
    z-index: 1001;
}

.popup {
    align-items: center;
}

.close-popup {
    outline: none;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 20%;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-size: 25px;
    font-weight: 700;
    height: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 1003;
}

@media screen and (max-width: 640px) {
    .popup-content {
        width: 350px;
    }
}

@media screen and (max-width: 470px) {
    .popup-content {
        width: 100%;
    }
} */
