.contact-clean {
  background: #f7f8fb;
  padding: 70px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 945px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.contact-clean #sendstatus {
  max-width: 945px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);	
}

#sendstatus .message-text p {
	font-size: 18px;
    color: #637093;
    font-weight: 300;
    font-family: 'Open Sans';
 }

#sendstatus p {
	font-size: 18px;
    color: #d22c3b;
    font-weight: 300;
    font-family: 'Open Sans';
 }
 
#sendstatus .sbold-text {
	font-size: 18px;
    color: #637093 !important;
    font-weight: 600;
    font-family: 'Open Sans';
 }
 
 

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
  .contact-clean #sendstatus {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  outline: none;
  padding-left: 15px;
  border: none;
  height: 50px;
  color: #6f7b9b;
  font-size: 16px;
}

.contact-clean form .form-control:focus {
  border: none;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #24459c !important;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 500;
  text-transform: capitalize;
}
.contact-clean form .btn-primary:hover {
  background-color: #2a3864 !important;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 500;
  text-transform: capitalize;
}

.contact-btn {
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
}

.form-control-div {
  background-color: #fff;
  border: 1px solid #cacfdb;
  height: 71px;
  border-radius: 10px;
  padding: 5px 5px;
  margin: 0;
}

#label-field {
	text-align: center;	
}

@media (min-width: 300px) {
  .form-control-div {
    background-color: #fff;
    border: 1px solid #cacfdb;
    height: 60px;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1200px) {
  .form-control-div {
    background-color: #fff;
    border: 1px solid #cacfdb;
    height: 60px;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0;
  }
}

.form-control-div-textarea {
  background-color: #fff;
  border: 1px solid #cacfdb;
  border-radius: 10px;
  padding: 5px 5px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.custom-select {
  background-image: url("../../assets/img/data_image_svg.svg");
}

.custom-checkbox > [type="checkbox"], .custom-checkbox > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 23px;
  height: 23px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  color: #323232;
  transition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after, .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\f068';
  left: 6px;
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #6f7b9b;
  cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before, .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #66afe9;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}

.custom-checkbox > label:hover:before {
  border: 1px solid #88D2FF !important;
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before, .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #E4E4E4 !important;
}

.custom-checkbox {
  float: left;
  padding: 5px;
  color: #6f7b9b;
}

@media (min-width: 300px) {
  .custom-checkbox {
    float: none;
    padding: 5px;
    color: #6f7b9b;
  }
}

@media (min-width: 768px) {
  .custom-checkbox {
    float: none;
    padding: 5px;
    color: #6f7b9b;
  }
}

@media (min-width: 992px) {
  .custom-checkbox {
    float: left;
    padding: 5px;
    color: #6f7b9b;
  }
}

@media (min-width: 1200px) {
  .custom-checkbox {
    float: left;
    padding: 5px;
    color: #6f7b9b;
  }
}

.normal-text {
  color: #6f7b9b;
  font-size: 16px;
  font-family: 'Open Sans';
  text-align: right;
}

@media (min-width: 300px) {
  .normal-text {
    color: #6f7b9b;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .normal-text {
    color: #6f7b9b;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: right;
  }
}

h2.contact-heading {
  font-size: 46px;
  color: #18225e;
  font-weight: bold;
}

@media (min-width: 300px) {
  h2.contact-heading {
    font-size: 38px;
    color: #18225e;
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  h2.contact-heading {
    font-size: 46px;
    color: #18225e;
    font-weight: bold;
  }
}

.input-text {
  color: #6f7b9b!important;
  font-size: 16px;
  font-family: 'Open Sans';
}

::-webkit-input-placeholder {
  color: #6f7b9b!important;
  font-size: 16px;
}

:-moz-placeholder {
  color: #6f7b9b!important;
  font-size: 16px;
}

::-moz-placeholder {
  color: #6f7b9b!important;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #6f7b9b!important;
  font-size: 16px;
}

