.main-contactus
{
     margin-top: 160px;
     text-align: center;
}

#openBtn {
    Background:white;
    border:none;
    cursor:pointer;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover {
    color: black;
    cursor: pointer;
}
  
.btn{ /*all buttons*/
  text-decoration: none;
  width:125px;
  padding:5px 5px 5px 5px;
  color:white; /*font color*/
  font-weight:500;
  font-size:15px;
  border-radius:4px;
  margin-top:10px;
  margin-bottom:1px;
  float:center;
  display: inline-block;
}

.btn1{ /*submit button*/
  background:#33cc33;
   border: #145214 1px solid;
}

.btn1:hover{ /*submit button*/
  background:#248f24;
   cursor:pointer;
}

.popup-background {
    margin: -100px 0 0 0;
    display: none; 
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
}
  
.popup-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    width: 30%;
    border: 1px solid black;
    border-radius: 3px;
}

.head2 {
    margin: 10px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color:Black;
    padding: 0 0 0 5px;
}

.input-box {
    margin: 10px 0 10px 0;
    width:300px;
    height:30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 0 5px;
    border: 1px solid black;
    border-radius: 3px;
}

.text-box {
    margin: 10px 0 10px 0;
    width:300px;
    height:120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 0 5px;
    border: 1px solid black;
    border-radius: 3px;
}

/* ------------------------- call popup ------------------------------------- */

 /* Popup container */
.popup-call {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual phone popup (appears on top) */
.popup-call .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #ffdf80;
  box-shadow: 8px 8px 3px rgb(0 0 0 / 0.3);
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -125px;
}

/* Popup arrow */
.popup-call .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffdf80 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup-call .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
