.form-popup {
    display: none;
    position: absolute;
    bottom: 20px;
    align-content: center;
    border: 3px solid #f1f1f1;
    z-index: 20;
    width: 30%;
    height: 50%;
    
  }
  .form-container {
    margin-top: 30px;
    margin-left: 15%;
    width: 90%;
  }

  @media screen and (min-width: 1025px)
  { .modal-content {
    position: fixed;
    background-color: #fefefe;
    margin-left: 38%;
    margin-right:33.3%;
    margin-top: 5%;
    margin-bottom: auto;
    border: 1px solid #888;
    width: 24%;
    height: 67%;
     }
    }
  
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 0px;
    padding-bottom: 0px; 
    margin-left: 0px;
    margin-right: 20%;/* Location of the box */
    left: 0%;
    top: 0%;
    right: 0%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden  ; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .uploadstyle {
    margin-top: 20px;
    margin-left: 30px;
    width: 100px;

}
.saveclose {
    margin-top: -9px;
    text-align: center;
    width: 75%;
}
.btn1 {
  text-align:center;
  margin-top: 20px;
  width: 80px;
  padding: 8px;
 background-color: #990b6e;
  color: rgb(253, 247, 247);
  border: none;
  cursor: pointer;
 
}
.cancel {
  background-color: #ff0000ab;
  width: 80px;
  padding: 8px;
  border: none;
  cursor: pointer;
  
}
.close{
    background-color:transparent;
    font-size: 35px;
    margin-top: 3%;
    margin-right: 35%;
}
.form-container input[type=text] {
    width: 100%;
    padding: 8px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  
  .form-container input[type=text]:focus {
    background-color: #ddd;
    outline: none;
  }

  .form {
      width: 25%;
      height: 25%;
     float: right;
     margin-top: px;
  }

  @media screen and (max-width: 1024px)
  { .modal-content {
    margin-left: 22%;
    margin-top: 24%;
    width: 56%;
    height: 30%;
  }
  .close {
    font-size: 40px;
    margin-top: 19%;
    margin-right: 19%;
  }
} 

@media screen and (max-width: 768px)
{ .modal-content {
  height: 40%;
}
.close {
  margin-top: 19%;
    margin-right: 19%;
}
}

@media screen and (max-width: 348px)
  { .modal-content {
    width: 87%;
    margin-left: 7%;
    height: 53%;
   }
   .saveclose {
    margin-top: -9px;
    text-align: center;
    width: 80%;
   }
}

@media screen and (max-width: 414px)
  { .modal-content {
    width: 60%;
    margin-left: 21%;

    height: 57%;
   }
   .saveclose {
    margin-top: -9px;
    text-align: center;
    width: 78%;
   }
   .close {
    margin-top: 15%;
    margin-right: 14%;
   }
}
@media screen and (max-width: 375px)
  { .modal-content {
    width: 66%;
    margin-left: 18%;
    height: 63%;
   }
   .saveclose {
    margin-top: -9px;
    text-align: center;
    width: 78%;
   }
   .close {
    margin-top: 13%;
    margin-right: 11%;
   }
}
@media screen and (max-width: 320px)
  { .modal-content {
    width: 74%;
    margin-left: 13%;
    height: 73%;
   }
   .saveclose {
    margin-top: -9px;
    text-align: center;
    width: 79%;
   }
}

.newBtn {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: -77px;
    margin-top: 8px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.newBtn1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }

 
  .imageclass {
    background-image: url(p2.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}

@media screen and (min-width: 1025px)
{
.borderClass 
{
  border-radius: 8px;
  margin-top: 65px;
  height: 75%;
  /* margin-top: 60px; */
  background-color: #f8f9fa;
}
}
@media screen and (max-width: 768px)
{
  .borderClass {
  border-radius: 8px;
  margin-bottom: 10px;
  /* margin-top: 60px; */
  background-color: #f8f9fa;
}
}
@media screen and (max-width: 412px)
{
  .newBtn
  {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: -59px;
    margin-top: 8px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px)
{
  .borderClass 
  {
    border-radius: 8px;
    background-color: #f8f9fa;
  }
}

 .newForm {
  color:black;
  margin-left: -6%;
  margin-top:-10px;
  width: 129%;
  padding-left: 45px;
    padding-top: 20px;
    padding-right: 29px;

 }

 

    