.Contact_Us {
  margin: 50px 0 30px;
  position: relative;
}

.Contact_Us .Contact_div {
    background: transparent linear-gradient(90deg, #19043d 0%, #77669d 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    transition: all 0.3s;
    position: relative;
}

.Contact_Us .Contact_div .side_img_div {
  position: absolute;
  width: 150px;
  z-index: -1;
  mix-blend-mode: soft-light;
}

.Contact_Us .Contact_div .left_img {
  top: 0;
  bottom: 0;
  left: -90px;
  margin: auto;
}

.Contact_Us .Contact_div .right_img {
  top: -100px;
  right: -60px;
}

.Contact_Us .Contact_div .bottom_img {
  bottom: -140px;
  right: 0;
  left: 0;
  margin: auto;
  width: 200px;
}

.Contact_Us .Contact_div .side_img_div .side_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Contact_Us .Contact_div .form_div .form_title {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.Contact_Us .Contact_div .form_div .form_title span {
    color: #8fd5ee;
}
.Contact_Us .Contact_div .form_div .form_subtitle {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.custom_form_wrapper {
  max-width: 450px;
  margin: 40px auto 0;
}

.custom_input, .custom_textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #8fd5eebf !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 8px 0 !important;
    box-shadow: none !important;
    font-size: 15px;
}
.custom_input::placeholder,
.custom_textarea::placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1;
}

.custom_input:focus,
.custom_textarea:focus {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #d6a300 !important;
}

.custom_textarea {
  resize: none;
  min-height: 60px;
}

.custom_select__control {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #84bdeb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 42px !important;
  cursor: pointer;
}

.custom_select__control--is-focused {
  border-bottom: 1px solid #bc82eb !important;
  box-shadow: none !important;
}

.custom_select__value-container {
  padding: 0 !important;
}

.custom_select__placeholder,
.custom_select__single-value {
  color: #ffffff !important;
}

.custom_select__indicator {
  color: #ffffff !important;
  padding-right: 0 !important;
}

.custom_select__indicator-separator {
  display: none;
}

.custom_select__menu {
  background: #e4dddd !important;
  border-radius: 0 !important;
  color: #000;
}

.custom_select__option {
  color: #fff;
  cursor: pointer;
}

.custom_select__option--is-focused {
  background:#b3a6cf !important;
}

.custom_select__option--is-selected {
  background: #c0b1df !important;
  color: #000 !important;
}

.Contact_Us .btn_div {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
  position: relative;
  z-index: 0;
}

.Contact_Us .btn_div .btn_wrapper .btn_text {
  font-size: 18px;
}

.Contact_Us .right_img_div {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.Contact_Us .right_img_div .contact_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s;
}

.Contact_Us .Contact_div:hover {
  box-shadow: 0px 0px 34px #ffc4003b;
}

.Contact_Us .Contact_div:hover .contact_img {
  transform: scale(1.2);
}

.Contact_Us .custom_input:-webkit-autofill,
.Contact_Us .custom_input:-webkit-autofill:hover,
.Contact_Us .custom_input:-webkit-autofill:focus,
.Contact_Us .custom_input:-webkit-autofill:active,
.Contact_Us .custom_textarea:-webkit-autofill,
.Contact_Us .custom_textarea:-webkit-autofill:hover,
.Contact_Us .custom_textarea:-webkit-autofill:focus,
.Contact_Us .custom_textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  caret-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

.Contact_Us .side_bg_left {
  width: 200px;
  transform: translateY(250px);
  z-index: -1;
}

.Contact_Us .side_bg_right {
  width: 123px;
  transform: translate(-80px, 50px);
  z-index: -1;
  right: 0;
}

.Contact_Us .side_bg_bottom {
  width: 200px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(10px, 250px);
  z-index: -1;
}

.Contact_Us.active .side_bg_bottom {
  opacity: 1 !important;
  transform: translate(10px, 150px);
}

.Contact_Us.active .side_bg_right {
  transform: translate(-80px, -80px);
  opacity: 1 !important;
}

.Contact_Us.active .side_bg_left {
  transform: translateY(150px);
  opacity: 1 !important;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Contact_Us .Contact_div .form_div .form_title {
    font-size: 20px;
  }

  .Contact_Us .Contact_div .form_div .form_subtitle {
    font-size: 14px;
  }

  .Contact_Us .right_img_div {
    display: none;
  }

  .Contact_Us .Contact_div:hover,
  .Contact_Us .Contact_div {
    box-shadow: 0px 0px 34px #ffc4003b;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Contact_Us .Contact_div .form_div .form_title {
    font-size: 24px;
  }

  .Contact_Us .Contact_div .form_div .form_subtitle {
    font-size: 15px;
  }

  .Contact_Us .right_img_div {
    display: none;
  }

  .Contact_Us .Contact_div:hover,
  .Contact_Us .Contact_div {
    box-shadow: 0px 0px 34px #ffc4003b;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Contact_Us .Contact_div .form_div .form_title {
    font-size: 26px;
  }

  .Contact_Us .Contact_div .form_div .form_subtitle {
    font-size: 15px;
  }

  .Contact_Us .right_img_div {
    display: none;
  }

  .Contact_Us .Contact_div:hover,
  .Contact_Us .Contact_div {
    box-shadow: 0px 0px 34px #ffc4003b;
  }

  .Contact_Us .Contact_div .right_img {
    right: 0;
    top: -50px;
  }

  .Contact_Us .Contact_div .side_img_div {
    width: 80px;
  }

  .Contact_Us .Contact_div .bottom_img {
    bottom: -60px;
  }

  .Contact_Us .Contact_div .left_img {
    left: -35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Contact_Us .Contact_div .form_div .form_title {
    font-size: 30px;
  }

  .Contact_Us .Contact_div .form_div .form_subtitle {
    font-size: 15px;
  }
  .Contact_Us .Contact_div .right_img {
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Contact_Us .Contact_div .form_div .form_title {
    font-size: 35px;
  }
  .Contact_Us .Contact_div .right_img {
    right: 0;
  }
}
