  /*--------------------------------
        -----------Contact Page-----------
        --------------------------------*/
        body, html {
          background-color: white;
          font-family: "Montserrat", sans-serif;
        }

        h1, h2, h3, h4, h5, h6, p, a {
          font-family: "Montserrat", sans-serif;

        }

        .topcontactimg {
          background-image: url("../images/pexels-soumil.jpg");
          background-position: center;
          background-repeat: none;
          background-size: cover;
          /*height: 83%;*/
          min-height: 200px;
        }

         .contactrow {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0 4px;
            color: black;
            /*text-align: center;*/
            margin-left: 7%;
            margin-right: 7%;
            /*margin-top: 5%;*/
            font-family: "Raleway", sans-serif;

        }

        .contactcolumn {
            -ms-flex: 47%;
            flex: 47%;
            padding: 0 2px;
            font-size: 16px;
            text-align: left;
            min-height: 600px;
        }

        #contactcolumn {
          margin-left: 3%;
        }

        /*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Raleway", sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: black;
  font-size: 16px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: white;
  padding: 6px 26px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  width: auto;
  text-align: left;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: black;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  /*padding: 6px 58px;*/
  /*width: 100%;*/
  /*font-size: 16px;*/
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*-------------------------
-----Form fields-----------
-------------------------*/

input[type=text], textarea {
  width: 73%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 20px;
  /*box-sizing: border-box;*/
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email] {
  width: 73%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 20px;
  /*box-sizing: border-box;*/
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  /*border-radius: 20px;*/
  outline: none;
}

button[type=submit] {
  /*background-color:  #4b4e53;*/
  background-color: #008cba;
  color: white;
  padding: 6px 32px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
}

button[type=submit]:hover {
  background-color: white;
  border: 1px solid black;
  padding: 6px 32px;
  color: black;
}
 hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
 }

.othercontact{
  /*padding: 35px 2px;*/
  text-decoration: none;
  bottom: 45px;
  /*margin-bottom: 12%;*/
}

 .othercontact:hover {
   text-decoration: none;
 }

  #contactenv {
          position: fixed;
          /*align-content: flex-start;*/
          margin-left: 87%;
          margin-top: 3%;
          padding: 8px;
          font-size: 32px;
          width: 50px;
          text-align: center;
          text-decoration: none;
          color: white;
          background-color:#008cba;
          border: 1px solid white;
          /*margin: 5px 2px;*/
          border-radius: 58%;
}

#contactenv:hover {
          background-color: white;
}

 .accordion {
          background-color: transparent;
          color: black;
          cursor: pointer;
          padding:  18px;
          width: 95%;
          border: none;
          text-align: left;
          /*margin-left: 10%;*/
          outline: none;
          font-size: 22px;
          transition: 0.4s;
          /*border: 1px solid white;*/
        }

        .active, .accordion:hover{
          background-color: #dddd;
        }

        .accordion:after{
          content: "\002B";
          color: black;
          font-size: 26px;
          font-weight: bold;
          float: left;
          margin-left: 5px;
          margin-right: 7%;
        }

        .active:after {
          content: "\2212";
          margin-right: 7%;
        }

        .panel {
          padding: 0 18px;
          background-color: #dddd;
          width: 95%;
          /*min-height: 100px;*/
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out;
        }

         #contactenv {
          position: fixed;
          /*align-content: flex-start;*/
          margin-left: 87%;
          margin-top: 3%;
          padding: 8px;
          font-size: 32px;
          width: 50px;
          text-align: center;
          text-decoration: none;
          color: white;
          background-color:#008cba;
          border: 1px solid white;
          /*margin: 5px 2px;*/
          border-radius: 58%;
        }

        #contactenv:hover {
          background-color: white;
          color: #008cba;
          border: 2px solid #008cba;
        }
@media (max-width: 768px){
  input[type=text], textarea, input[type=email] {
    width: 100%;
  }
}