.form_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.form_List {
  width: 45%;
}

.deetails_Links {
  width: 55%;
  padding: 2vh 3vw 2vh 3vw;
}
.deetails_Links .details h6 {
  font-size: medium;
}

.deetails_Links .details h3 {
  font-size: x-large;
}
.deetails_Links .details p {
  font-size: small;
}
.deetails_Links .border_Bottom {
  background-color: rgba(0, 0, 0, 0.178);
  margin: 2vh 0 2vh 0;
  height: 1px;
  width: 90%;
  margin: auto;
}
.deetails_Links h3 {
  margin: 3vh 0vh 3vh 0vh;
  color: blue;
}
.deetails_Links h1 {
  margin: 5vh 0vh 5vh 0vh;
}

.deetails_Links p {
  font-size: medium;
  font-weight: 400;
}

.address_Details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.address_Details_Card {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}

.icon_Container {
  width: 30%;
}

.content {
  justify-self: start;
  align-items: start;
  width: 70%;
}
.content h6 {
  font-size: large;
}
.content p {
  color: rgba(0, 0, 255, 0.705);
  font-size: medium;
  font-weight: 500;
}

.iconBox {
  width: 3vw;
  height: 7vh;
  border-radius: 0 14px 0 14px;
  background-color: rgba(0, 0, 255, 0.705);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: linear;
  transition-duration: 300ms;
}

.iconBox:hover {
  scale: 1.2;
}

.address_Details_Card .iconBox i {
  /* font-size: 3rem; */
  font-size: x-large;
  color: white;
}

.address_Details_Card .content h6 {
  font-size: medium;
}
.address_Details_Card .content p {
  font-size: small;
}

.Follow_Us_On {
  width: 100%;
  margin: 3vh 1vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Follow_Us_On .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Follow_Us_On .links .iconBox {
  margin: 0 5px 0 5px;
}
.Follow_Us_On .links .iconBox i {
  color: white;
  font-size: large;
}
.Follow_Us_On .details h4 {
  font-size: medium;
  font-weight: 500;
}
@media (max-width: 966px) {
  .form_List {
    width: 90%;
  }
  .deetails_Links {
    width: 100%;
  }
}

@media (max-width: 630px) {
  .deetails_Links {
    padding: 2vh 0 2vh 0;
  }
  .form_List {
    width: 100%;
  }

  .content h6 {
    font-size: medium;
  }

  .content p {
    font-size: small;
  }

  .iconBox {
    width: 9vw;
    height: 7vh;
    border-radius: 0 11px 0 11px;
  }
  .iconBox i {
    font-size: medium;
  }
  .deetails_Links p {
    font-size: small;
    font-weight: 400;
  }

  .Follow_Us_On .details h4 {
    font-size: small;
  }
}
@media (max-width: 540px) {
  .deetails_Links {
    margin-top: 3vh;
  }
  .deetails_Links .details h6 {
    font-size: small;
  }

  .deetails_Links .details h3 {
    font-size: larger;
  }
  .deetails_Links .details p {
    font-size: x-small;
  }

  .address_Details_Card .content h6 {
    font-size: small;
  }
  .address_Details_Card .content p {
    font-size: x-small;
  }
}
