
.from-section .form-product .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.23);
    border-color: rgba(255, 255, 255, 0.23);
    border-bottom: 1px solid #fff;
    color: #fff;
}
.from-section .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out,  box-shadow 0.15s ease-in-out;
}
.from-section hr {
  display:none;
}

.from-section .form-product .form-group .form-control option {
  color: black;
}
input::placeholder {
  color:#fff;
}
input:focus-visible { 
  border-color: #719ECE;
}

#formSubmitdemo .form-control:focus {
  outline: 0;
}

.title_heading{
  display: none;
  padding-bottom: 10px;
}

.copywrite .text-p
{
    display: flex;
    justify-content: flex-end;
}
.copywrite .text-p
{
   cursor: pointer;
}
.copywrite .text-p a:hover
{
   color: #fff;
}
.copywrite .c-text {
  text-align: left;
}
.copywrite-txt {
  font-size: 14px !important;
}
@media (max-width: 767px)
 {
  .copywrite .text-p {
      display: flex;
      justify-content: center;
  }
  .copywrite .c-text {
    text-align: center;
  }
  .copywrite-txt {
    font-size: 10px !important;
  }
}