/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/****form Css***/
.wpcf7-list-item-label {
    display: none !important;
}
.button-checkbox {
    float: left !important;
    margin: 0 1px;
}
.button-checkbox  span.wpcf7-list-item {margin: 0 !important;}
.form-conventional textarea {
height: 50px !important;
resize: none;
}
.button-checkbox input[type='checkbox']{
  display: none;
}
.services_offers .btn-nonactive{
  border-radius: 0px !important;
  border: 1px solid #39bde5;
  font-size:12px;
  margin-bottom: 10px;
	background-color: white;
	padding: 6px 12px;
}
.services_offers .btn-selected{
  border-radius: 0px !important;
  border: 1px solid #39bde5;
  font-size:12px;
  color: #fff;
  background-color: #39bde5;
  margin-bottom: 10px;
}
.formbtn.submitbtn{
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 15px;
  max-width: 200px;
  width: 100%;

}
.form-conventional input, .form-conventional select, .form-conventional textarea{
  border-radius: 0px;
}
.col-md-6{
  width:49%
}
.col-md-12{
  width:100%;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.row .col {
  flex-basis: 100%;
}

.row.two-cols > .col {
  flex: 1 1 48%;
}

.row.two-cols > .col:first-child {
  margin-right: 2%;
}

.row.two-cols > .col:last-child {
  margin-left: 2%;
}
.wpcf7, .wpcf7-form {
  margin-bottom: 0;
}
.wpcf7 label {
  font-weight: 700;
  color: #7b7b7e;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
  display:inline-block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  border: 0;
  box-shadow: none;
  background-color: #fbfbfb;
  width: 100%;
}

.wpcf7 textarea {
  resize: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus {
	box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.15);
}
h2, .h2 {
    font-size: 2rem;
}
input::placeholder, textarea::placeholder {
    color: #9a9a9a;
}
.btn-custom:hover, .submitbtn:hover{
  transition: .2s all ease-in-out;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
  
}
a:hover{
   transition: .2s all ease-in-out;
}
.keap {
	width: 79%!important;
}