.contact-us-form.bg-img {
  padding: 40px;
  border-radius: 20px;
}

.contact-us-form.bg-img h3 {
  font-size: 32px;
  margin-bottom: 10px;
   color: #555555;
}

.contact-us-form.bg-img p {
  margin-bottom: 35px;
}

.contact-us-content h3 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact-us-content ul li {
  margin-bottom: 15px;
}
.contact-us-content ul li.social-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #D9ECFF;
  color: #000000;
  border-radius: 50px;
}
.contact-us-content ul li.social-link a:hover {
  background-color: #068075;
  color: #fff;
}
.contact-us-content ul li:last-child {
  margin-bottom: 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .contact-us-content h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    
    .contact-us-form.bg-img {
        padding: 25px;
    }
    
    .contact-us-form.bg-img h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-us-form.bg-img {
    padding: 25px;
  }
  .contact-us-form.bg-img h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1399px) {
  .contact-us-info-content {
    margin-left: 50px;
  }
  .contact-us-img img {
    border-radius: 20px 200px 20px 20px;
  }
  .contact-us-form {
    max-width: 975px;
  }
  .contact-us-form.bg-img {
    max-width: 718px;
  }
}

.default-btn {
  padding: 15px 29px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  display: table;
  text-align: center;
  gap: 5px;
  text-transform: capitalize;
  border-radius: 10px;
  transition: all linear 0.3s;
}

.default-btn:hover {
  background-color: #fff;
  color: #091627 !important;
  border-color: #1585f8;
}

.default-btn i {
  display: inline-block;
  margin-left: 5px;
  transition: transform linear 0.3s;
}

.default-btn:hover i {
  transform: translateX(10px);
}

/*.default-btn.active {
  background-color: #F2B679;
  color: #000000;
  border-color: #F2B679;
}
.default-btn.active:hover {
  background-color: #068075;
  color: #fff;
  border-color: #068075;
}*/


.ptb-120 {
  padding-top: 5px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-120 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}


@media (min-width: 991px) {
  .mw-1685 {
    max-width: 1645px;
    padding-left: 30px;
    padding-right: 30px;
  }
}


.contact-us-area .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(86, 86, 86, 0.2);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .contact-us-area .form-control {
    transition: none;
  }
}

.contact-us-area .form-control[type=file] {
  overflow: hidden;
}

.contact-us-area .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.contact-us-area .form-control:focus {
  color: #666666;
  background-color: #fff;
  border-color: rgb(130.5, 191.5, 186);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 128, 117, 0.25);
}

.contact-us-area .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.contact-us-area .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.contact-us-area .form-control::placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.contact-us-area .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.contact-us-area .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #666666;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .contact-us-area .form-control::file-selector-button {
    transition: none;
  }
}

.contact-us-area .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}

.contact-us-area textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}

.contact-us-area textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1px * 2));
}

.contact-us-area textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1px * 2));
}

.contact-us-area .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  height: 60px;
  color: #000000;
  font-size: 15px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
  transition: all ease 0.5s;
}

.contact-us-area .form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.contact-us-area .form-control:focus {
  border-color: #1585f8;
  box-shadow: unset;
  outline: 0;
}

.contact-us-area .form-control.form-select {
  cursor: pointer;
}

.contact-us-area textarea.form-control {
  height: auto;
}

.contact-us-area .bg-f2f3f5 {
  background-color: #f2f3f5;
}

/* Consent checkbox */
.custom-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 5px;
}

.custom-consent .form-check-input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  cursor: pointer;
}

.custom-consent .form-check-label {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  cursor: pointer;
}

.custom-consent .form-check-label a  {
  font-weight: 500;
  color: #000;
}

.custom-consent .form-check-label a:hover  {
  color: #fc5d66;
}

.custom-consent .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 133, 248, 0.25);
}
.main-title {
  font-size: 46px;
  line-height: 121.739%;
  color: #555555;
  max-width: 860px;
  margin-bottom: 15px;
}
.main-title:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 25px;
    letter-spacing: normal;
  }  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .main-title {
    font-size: 35px;
  }   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-title {
    font-size: 40px;
  }  
}

.form-response {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  border: 0 solid transparent;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease,
    margin-top 0.4s ease,
    padding-top 0.4s ease,
    padding-bottom 0.4s ease,
    border-width 0.4s ease,
    visibility 0.4s ease;
}

.form-response.show {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-response.success {
  background-color: #eaf7ed;
  border-color: #b7e1c0;
  color: #1f6b2d;
  border-width: 1px;
}

.form-response.error {
  background-color: #fff0f0;
  border-color: #f0b8b8;
  color: #a12626;
  border-width: 1px;
}