.for_desktop_header .top_bars ul li a {
  color: var(--black);
}
.for_desktop_header .top_bars ul li:hover a {
  color: var(--black);
}
.contact_form {
  background-color: var(--black);
  padding: 40px;
  /* height: 75vh; */
  /* display: flex; */
  /* align-items: center; */
}
.field{
  margin: 0;
}

.contact_details {
  padding: 0 30px;
  color: var(--white);
}

.heading_name {
  font-size: 35px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--white);
  padding: 0 1rem;
  text-transform: uppercase;
  position: relative;
}
.heading_name::before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 80px;
  border-radius: 10px;
  background-color: var(--botton_color);
}
.contact_para {
  margin-bottom: 10px;
}

.address {
  width: 100%;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}

.icons {
  position: relative;
  padding: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  /* border-bottom: 3px solid #ccc; */
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.address_details {
  margin-left: 20px;
}

.contact_details {
  text-align: center;
}

.phone_add_mob .address_details a {
  color: #fff;
}
.flx_center {
  display: flex;
  align-items: center;
}
.nav_item > ul > li a {
  color: var(--black);
}
header {
  position: unset;
}
.for_desktop_header.Sticky {
  position: fixed;
  z-index: 99999;
  top: 0;
  box-shadow: 0 0 15px var(--black);
  background-color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  /* .contact_form {
    height: 80vh;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* .contact_form {
    height: 80vh;
  } */

  .heading_name {
    font-size: 35px;
  }

  .contact_details {
    padding: 0;
  }

  .address {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .icons {
    margin: unset;
    font-size: 25px;
    border-bottom: 0;
  }

  .phone_add_mob {
    display: block;
  }

  .address_details {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact_details {
    padding: 0;
  }

  .heading_name {
    font-size: 35px;
  }

  .address {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .icons {
    margin: unset;
    font-size: 25px;
    border-bottom: 0;
  }

  .phone_add_mob {
    display: block;
  }

  .address_details {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .contact_form {
    display: block;
    padding: 0;
    height: unset;
  }

  .contact_details {
    padding: 60px 0 30px;
  }

  .heading_name {
    font-size: 25px;
  }
  .icons {
    margin-bottom: unset;
  }
}
