.container {
    padding-left: 5px;
    padding-right: 5px;
}

/* ------- BOX 1------ */
.contact_page_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_page_box {
    display: flex;
    flex-direction: column;
    background-color: #eff0f449;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    border: 1px solid #a8a8a8;
    border-radius: 2rem;
    padding: 2rem;
    align-items: center;
    width: 100%;
}

/* Desktop Styles */
@media(min-width: 650px) {
  .contact_page_box {
    padding: 2rem 5rem 2rem 5rem;
    width: 600px;
    align-items: center;
  }
}

.contact_image_box {
    width: 100%;
    padding: 2rem;
}

.contact_img {
    width: 100%;
}

.contact_form_box {
    width: 100%;
}

.email_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fax-space {
  margin-left: 1rem;
}

.m-img-box {
  width: 50px;
}

.call_button {
  margin-right: 2rem;
  fill: white;
  }

/* Button styles */
.phone-button {
  background-color: #da0000;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border-radius: 5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: none;
}

.phone-button:hover {
  transform: scale(1.04);
}

.email_butt {
  background-color: rgba(209, 209, 209, 0.63);
  padding: 1.5rem 1.5rem 1.5rem 1.9rem;
  border-radius: 1rem;
  width: 100%;
}

.email_butt:hover {
  background-color: rgb(182, 182, 182);
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.048) 0px 8px 24px;
}

.email_text {
  margin: 0;
  font-size: 1.5rem;
}

.email_butt:hover .email_text {
  color: rgb(0, 0, 0);
}

.email_butt:hover a{
  color: #0000;
}

/* ---STYLES WRITTEN ON PAGE--- */


label {
    color: black;
}
input,
textarea {
    margin-top: 10px;
}


@media only screen and (max-width : 767px) {
    .contact {
        color: white !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        float: left;
    }
}


.bottom {
  background-color: #fff;
}

/* ---FROM GLOBAL STYLES--- */
/*FORM*/
form {
    padding: 0 0 1.3em;
  }
  
  form ul {
    list-style: none;
    padding: 1.3em 0 0;
  }
  
  form li {
    padding: 0 0 0.65em;
    margin-bottom: 1rem;
  }
  
  legend {
    font-size: 1.382em;
    line-height: 1.223;
  }

  .inp_data {
    margin-left: 1rem;
  }

  .frm-na {
    font-size: 1.1rem;
    color: rgb(119, 119, 119);
    font-weight: bold;
  }
  
  label {
    display: block;
    font-size: 1em;
    line-height: 1.56;
    padding: 0 0 0.325em;
    color: rgb(70, 70, 70) !important;
    font-weight: 300;
  }

  #contact {
    float: none !important;
  }
  
  label, 
  name {
    line-height: 0;
    padding: 0;
  }
  
  legend {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
  }
  
  input,
  textarea {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 500;
    padding: 0.65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  
  textarea {
    padding-bottom: 15%;
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
  }
  
  .send {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #da0000;
    margin: 0.65em 0.26em;
    padding: 0.975em;
    border: 0;
    border-radius: 1.3em;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.65);
  }
  
  .send:hover {
    background: #6f6f6f;
  }
  
  .send:active,
  .send:focus {
    background: #555;
  }

/* ------BOX 2--------  */
.contactcopy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 2.5rem auto 1rem auto;
  padding: 2rem;
  background-color: #eff0f449;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 1px solid #a8a8a8;
  border-radius: 2rem;
  width: 100%;
  height: auto !important;
}

/* Desktop Styles */
@media(min-width: 650px) {
  .contactcopy {
    width: 600px;
} }

/* ALL ACCORDION STYLES */
.accordion {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 2rem; 
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 1rem;
  background-color: rgb(230, 230, 230);
  box-shadow: rgba(148, 148, 148, 0.171) 0px 2px 8px 0px;
}

.active {
  background-color: #ccc;
  border-radius: 1rem 1rem 0 0;
}

.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel_drpdn {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* display: none; */
}

.inac_div {
  padding: 2rem;
  background-color: rgb(230, 230, 230);
  border-radius: 0 0 2rem 2rem;
}

.acc-gap {
  margin-bottom: 1rem;
}