.contact_Bx .container {
  display: flex;
}
.contact_Bx .container .lft_Bx {
  width: 57%;
  flex-shrink: 0;
}
.contact_Bx .container .ryt_Bx {
  width: 38%;
  margin-left: 5%;
}
.contact_Bx .form_Contnr h3 {
  font-size: 24px;
  color: white; /*background-color:var(--colpink4);*/
  padding: 15px 0px;
  text-align: center;
}
.contact_Bx .form_Contnr {
  overflow: hidden;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0px 3px 12px #0000001a;
  position: relative;
  z-index: 9;
}
.contact_Bx .form_Contnr .form_Flds {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.contact_Bx .form_Contnr .form_Flds .form_fld {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.contact_Bx.col-3 .form_Contnr .form_Flds .form_fld {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.contact_Bx .form_Contnr .form_Flds .form_fld.full {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.contact_Bx .form_Contnr .form_Flds .form_fld label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.contact_Bx .form_Contnr .form_Inp input,
.contact_Bx .form_Contnr .form_Inp textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px;
  font-size: 15px;
}
.contact_Bx .form_Contnr .form_Sel {
  position: relative;
}
.contact_Bx .form_Contnr .form_Sel:after {
  position: absolute;
  content: "";
  background: url(../images/arw_dwn.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.contact_Bx .form_Contnr .form_Sel select {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  appearance: none;
  color: #626262;
  font-size: 15px;
}
.contact_Bx .btn_fld {
  width: 100%;
}
.contact_Bx .get_btn {
  background: var(--colblu);
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
}
.contact_Bx .get_btn:hover {
  background-color: var(--colblu);
  transform: translateY(-3px) translateX(0px);
}
.icn_inln {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.contact_Bx .icn_inln .icon {
  width: 1em;
  height: 1em;
  font-size: 20px;
}
.contact_Bx .circular_imgBx {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background-color: #d6dcf0;
}

.contact_Bx .form_Contnr h3.bg_blu {
  background-color: #abc8ed;
  color: black;
  font-weight: 600;
}

.contact_Bx .btn_bx {
  background-color: #f9f9f9;
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
  color: #262626;
}
.contact_Bx .btn_bx button {
  background-color: transparent;
  border: none;
  position: relative;
  color: rgba(var(--blue-hex), 0.5);
  outline: none;
  flex: 1;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 20px;
  padding: 8px 5px;
}
.contact_Bx .btn_bx button.active {
  color: #000;
}
.contact_Bx .btn_bx .bg_slctd {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 4px 3.7px rgba(0, 0, 0, 0.09);
  position: absolute;
  transition: all 0.3s ease-out;
  top: 0.25rem;
  bottom: 0.25rem;
}
.contact_Bx .form_field .inp_Bx {
  background-color: var(--light1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
}
.contact_Bx .form_field label.floating_lbl {
  color: #989898;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 15px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.bg_fld {
  background-color: #e7e7e7;
}

.modal_bx {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  transition: all linear 0.3s;
}
.modal_bx.show {
  display: flex;
}
.modal_bx .modal_bg {
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_bx .contact_Bx .cls_btn {
  transition: all linear 0.3s;
  position: absolute;
  left: auto;
  transform: scale(0.9);
  right: 20px;
  cursor: pointer;
}
.modal_bx .contact_Bx .cls_btn:hover {
  transform: scale(1);
}

.service_header.bg_blu {
  background: var(--colblu);
}
.service_header.bg_blu::before {
  background: none;
}
.service_header.bg_blu::after {
  background: none;
}
.service_header.bg_blu .lft_Bx {
  width: 45%;
}
.inline_form .contact_Bx .form_Contnr .form_Flds .form_fld {
  margin-right: 2.5%;
  width: 31.666%;
}
.inline_form .contact_Bx .form_Contnr .form_Flds .form_fld:nth-child(3n) {
  margin-right: 00;
}
