.contact-card {
  background-color: #2b2b2b !important;
  padding: 10px;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  min-height: 240px;
}
.contact-card:hover {
  background-color: #ffcd27 !important;
  color: #000 !important;
}
.contact-card p {
  color: #fff;
}
.contact-box h5 {
  color: #ffcd27;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact-card img {
  width: 60px;
  height: 60px;
}
.contact-card h5 {
  font-size: 13px;
}
.contact-card p {
  text-align: center;
}
.contact-box {
  border-style: dashed;
  border-color: #ffcd27;
  border-width: 200;
  padding: 25px;
  border-width: 200;
  margin-left: 10%;
  margin-right: 10%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #2b2b2b;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: none;
  border: none;
  background-color: #2b2b2b;
}
.form-group label {
  font-size: 14px;
  color: gray;
  font-weight: 400;
}
.form-group textarea::placeholder,
.form-group input::placeholder {
  font-size: 14px;
  color: #bababa;
  font-weight: 500;
}
.form-group textarea {
  resize: none;
}
#form-contact-in .caption_form_96 {
  padding: 6px;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 6px;
}
#form-contact-in .caption_form_96 form {
  border: 1px dashed #ffbd33;
  padding: 25px 30px 25px 30px;
  /* border-radius: 5px; */
}
#form-contact-in .caption_form_96 form .form_in_head_911 {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .form_in_head_911 h6 {
  font-weight: 500;
  font-family: Poppins;
}
#form-contact-in .caption_form_96 form .form-group {
  display: flex;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 {
  width: 100%;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 article {
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 p {
  margin-bottom: 5px;
  font-family: Poppins;
  font-size: 14px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 input {
  width: 95%;
  padding-left: 10px;
  border: 1px solid rgb(43 43 43);
  padding: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 5px;
  background: rgb(43 43 43);
  color: #bdbdbd;
  font-weight: 600;
}
#form-contact-in .caption_form_96 form .btn-message {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .btn-message a:hover {
  text-decoration: none;
}
#form-contact-in .caption_form_96 form .btn-message a {
  color: #000;
  border-radius: 50px;
  padding: 13px 4px 13px;
  box-shadow: 0px 3px 6px #0000004d;
}
#form-contact-in .caption_form_96 form .btn-message a span {
  color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
}
#form-contact-in .caption_form_96 form .btn-message a:hover {
  text-decoration: none;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
#form-contact-in .caption_form_96 form .btn-message a:hover span {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  color: #fff;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span.num {
  display: flex;
  margin-right: 25px;
  border-radius: 5px;
  height: 45px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span a {
  /* background-color: #E3E3E3; */
  background-color: #f5f5f5;
  padding: 9px 15px;
  color: #848484;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px 0px 0px 2px;
  text-decoration: none;
}
input#num {
  color: #000;
  font-weight: 500;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span a img {
  margin-right: 5px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span input {
  width: 100%;
  padding-left: 10px;
  border: 0px;
  padding: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 0 2px 2px 0;
  border-radius: 3px !important;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 textarea {
  width: 95%;
  height: 143px;
  border: 1px solid rgb(43 43 43);
  padding-left: 15px;
  padding-top: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 5px;
  background: rgb(43 43 43);
}
.iti__selected-dial-code {
  color: #bababa;
}
.section3 p {
  font-size: 10px;
  color: #cac8c8;
  font-weight: 300;
}
.section3 .contact-card:hover p,
.section3 .contact-card:hover h5 {
  color: #000;
}
@media (min-width: 300px) {
  .yellowTxt {
    color: #fec82e;
  }
}
