<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-100{
  width: 100% !important;
}
.contactForm-second {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.contactForm-second label {
    display: block;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
    text-align: left;
}

.contactForm-second input[type="text"],
.contactForm-second input[type="email"],
.contactForm-second input[type="tel"],
.contactForm-second select,
.contactForm-second textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contactForm-second input[type="radio"],

/*.contactForm-second input[type="submit"] {
    display: block;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.contactForm-second input[type="submit"]:hover {
    background-color: #0056b3;
}*/
.contactForm-second .contactFormFull{margin-top: 15px;}

.contactForm-second textarea {
    height: 80px;
    resize: vertical;
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.check-box-wrap{
  text-align: left;
  font-size: 16px;
  margin: 0.5rem;
}
.check-box-wrap label{
  display: inline-block;
}

.my-checkbox {
  transform: scale(1.8);
  margin-right: 11px;
  margin-top:15px;
}

.success-label {
    /* display: inline-block; */
    background-color: #4CAF50;  /* Green background */
    color: #fff;  /* White text color */
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
/* .success-label.error {background-color: #dc3545;} */
.success-label.error {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.success-label .icon {
    font-weight: bold;
    margin-right: 5px;
}

.mt-0{margin-top: 0 !important;}
.mb-20{margin-bottom: 20px !important;}

.pt-0{padding-top: 0 !important;}
.font-bold{font-weight: bold !important;}

.text-center{text-align: center !important;}

.cnt-btn-wrap input{
  border-radius: 80px !important;
  border: 0 !important;
  padding: 22px 70px;
  font-size: 24px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .cnt-btn-wrap input {
  	padding: 17px 62px;
  	font-size: 22px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .cnt-btn-wrap input {
  	padding: 17px 62px;
  	font-size: 22px;
  }  
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .cnt-btn-wrap input {
  	padding: 17px 62px;
  	font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cnt-btn-wrap input {
    padding: 17px 62px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-btn-wrap input {
  	padding: 17px 62px;
  	font-size: 20px;
  }
}
</pre></body></html>