h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: unset;
  margin: 0;
  padding: 0;
}

a:hover {
  color: unset;
}

:root {
  --red: #9a060b;
  --white: #ffffff;
  --black: #000000;
  --dark-cyan: #007070;
  --color-secondary: #f79638;
  --color-paragraph: #57585a;
  --color-liteyellow: #faebd7;

  /* new_colors */
  
  --red: #e92e28;
  --white: #fff;
  --black: #000000;
  --light-black: #57585a;
  --yellow: #ffd800;
  --blue: #1e4585;
  --green: #2e7c3c;
}

#contact_section .row{
    align-items: center;
}

#contact_section {
  height: auto;
  background-color: #fff;
  margin: 60px 0;
}
#contact_section .contact_loc_sec{
    background-color: #efefef8c;
    padding: 62px 0;
}

#contact_section .contact_loc_sec h3{
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;
    margin-left: 30px;
    font-weight: 600;
}
#contact_section .contact_map_holder{
    padding: 20px;
    background-color: #efefef8c;
    border: solid 1px var(--black);
    border-radius: 10px;
    margin: 0 30px;
    margin-bottom: 20px;
}

#contact_section .contact_map{
    width: 100%;
    padding: 15px;
}
#contact_section .contact_map iframe{
    width: 100%;
    height: 335px;
    border-radius: 20px;
}

#contact_section .contact_form {
    padding: 20px 20px;
    background-color: #1e4585;
}

#contact_section .contact_form input,
#contact_section .contact_form textarea {
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 8px 10px;
    margin: 6px 0px 12px 0px;
}

#contact_section .contact_form label {
    color: white;
    font-size: 16px;
}

#contact_section .contact_form h2 {
    color: #ffd800;
    border-bottom: 1px solid #ffd800;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

#contact_section .contact_form :focus-visible {
    outline: unset !important;
}


#contact_section .contact_form .submit-button {
    padding: 10px 20px !important;
    width: fit-content !important;
    background-color: #ffd800 !important;
}


/*---------------------------------Responsive CSS--------------------------------- */



