.our_services_phone {
  display: block;
  position: fixed;
  background: #564e4e;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: scroll;
  padding: 2rem 0px;
  bottom: -200%;
  transition: all 0.6s;
  background: rgba(0, 0, 0, 0.6);
}
.our_services_phone .our_services_phone_inner {
  height: 80%;
  padding: 0.1rem 0px;
  overflow: scroll;
  margin: 1rem auto;
  background: #ffff;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  top: 50%;
  bottom: 0%;

  /* padding-bottom: 3%; */
}
.our_services_phone_inner::-webkit-scrollbar {
  width: 0;
}

.our_services_phone_show {
  transition: all 0.6s;
  bottom: 0%;
  overflow-y: hidden;
  /* top: 50%; */
}

.our_services_phone_inner .border_div {
  width: 25%;
  margin-inline: auto;
  border: 3px solid #bfbfbf;
  border-radius: 5px;
  margin: 0.3rem auto;
}
.our_services_phone_inner .cancle_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 1.5rem auto;
}

.cancle_heading > h2 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #363636;
}
.cancle_heading .cancle_btn > svg {
  height: 25px;
  width: 25px;
  fill: #363636;
}
.our_services_phone > a {
  text-decoration: none;
}
.our_services_phone .phone_services_page {
  height: auto;
  width: 90%;
  background-color: #fff;
  /* border-radius: 6px; */
  /* box-shadow: 0px 0px 6px 0px gainsboro; */
  margin: 1rem auto;
  /* padding: 1rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid rgba(54, 54, 54, 0.1); */
  padding: 0px 0px 1rem 0px;
}
.our_services_phone .phone_services_page > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-transform: capitalize;
  color: #000000;
}
.our_services_phone .phone_services_page .icns {
  background-color: #33308b;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 4px;
  margin: 0px 1rem 0px 0px;
}

.our_services_phone .phone_services_page .icns svg {
  height: 21px;
  width: 21px;
  fill: inherit;
}
.our_services_phone_inner a {
  text-decoration: none;
}
.our_services_phone .phone_services_page > p {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #000000;
}

.our_services_phone .right_svg > svg {
  height: 20px;
  width: 20px;
  fill: #363636;
}
