.img-fluid_banner {
  width: 100%;
}

.sinhala_font_color {
  color: white;
}

header.header-1 .main-header-wraper .header-menu-2 {
  /* margin-right: auto; */
  padding-left: 76px !important;
}

.float{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float{
	margin-top: 16px;
}

.profile_bg {
  background-image: url("/assets/img/banner/form_bg.jpg");
  /* filter: blur(2px) !important; */
  background-size: cover !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: 100% !important;
}

.form_item {
  line-height: 3rem;
  color: rgb(25, 45, 128);
}

::placeholder {
  height: 2rem;
  padding-left: 2rem;
}
label {
  display: block;
}

input {
  background-color: #efefef;
  border-radius: 5px;
  width: -webkit-fill-available;
}

.proform_btn {
  color: rgb(5, 10, 75);
  background-color: aqua;
  margin-top: 2rem;
  border-radius: 5px;
  height: 3rem;
  width: 100%;
}

.google_btn {
  color: rgb(5, 10, 75);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  border-radius: 5px;
  height: 3rem;
  width: 100%;
}

.card {
  height: 42rem !important;
  width: 35rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* box-shadow:0 1px 57px rgba(210, 196, 263, 1.322); */
  padding: 10px;
}

.calculate{
  width: 9rem;
  margin: 1rem;
  border: 0;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 28px;
  background-color: #151248;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .calculate {
  color: #23b7a9;
  font-size: 16px;
  font-weight: 500;
  color: rgba(144, 144, 144, 0.447);
  }

  .servicereadmore{
    text-align: end;
  }

