
.overlay1 {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0,0.5);
  transition: opacity 2ms;
  visibility: hidden;
  opacity: 4;
}
.overlay1:target {
  visibility: visible;
  opacity: 5;
}

.call {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 25px;
  width: 30%;
  position: relative;
  transition: all 0s ease-in-out;
}

.call h2 {
  margin-top: 33px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.call .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0ms;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
    background: red;

}
.call .close:hover {
  color: #06D85F;
}
.call .content {
  max-height: 100%;
  overflow: auto;

}
  @media screen and (max-width: 705px){
  .box1{
display: none;

  }
  }
@media screen and (max-width: 991px){
  .button1{border: none;
}

  .call{
    width: 70%;
  }
}

@media (max-width: 1227px) {
.call {
    width: 40%;
	  margin: 60px auto;
}
}

@media (max-width: 1080px) {
.call {
    width: 45%;
	 margin: 50px auto;
}
}
@media (max-width: 960px) {
.call {
    width: 45%;
	 margin: 40px auto;
}
}
@media (max-width: 865px) {
.call {
    width: 55%;
	 margin: 30px auto;
}
}
@media (max-width: 797px) {
.call {
    width: 60%;
	margin: 20px auto;
}
}
@media (max-width: 640px) {
.call {
    width: 90%;
	margin: 10px auto;
}
}
@media only screen and (max-width: 600px) {
[class*="btn btn-primary text-caps btn-framed"]{
border-color: #fff; width: 100%;
  }
}

@media (max-width: 600px) {
.form-row {
 margin-bottom: initial !important;
}}
@media only screen and (max-width: 600px) {
[class*="id opacity-100"]{
    margin-left: 30%;
    margin-right: 30%;
  }  
}