/**
 * Theme Name: Ghavami Rhinoplasty
 * Author: Ceatus Media Group
 * Version: 1.0
**/
.bookBtn{
	background: #794faa;
    padding: 20px 40px;
    color: #fff;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
	display: block;
	transition: background-color 0.5s ease;
    text-decoration: none;
}
.bookBtn:hover{
	color:#794faa;
	background:#dcdde2;
	font-weight: bold;
}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1749px) {
.office-hours-list .columns{
	padding-left: 0px;
	padding-right: 0px;
}
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .col {
    flex-grow: 1;
    flex-basis: auto;
    margin-bottom: 1em;
  }
  .col.half {
      max-width: 50%;
  }
  .col.third {
      max-width: 33%;
  }
  .col.quarter {
      max-width: 24%;
  }
  @media only screen and (max-width: 767px) {
    .flex-container {
      flex-flow: column wrap;
    }
      .col.half, .col.third, .col.quarter {
          max-width: 100%;
      }
  }

/* Form Power */
.pc-form-widget {
    margin-bottom: 65px;
}
.pc-form-widget #my_unique_widget_id_field_control_date_of_birth input {
    text-align: center;
}
.pc-form-widget .form-loaded .form-content .form-field .pc-checkbox .pretty {
    text-wrap: wrap;
}
.pc-form-widget .form-button {
    background: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    margin: 25px auto 30px;
    max-width: 570px;
    padding: 16px 19px;
    border-radius: 25px;
    display: block;
    width: 100%;
}
.pc-form-widget .form-captcha div {
    display: block;
    margin: auto;
}
.pc-form-widget .pretty .state label:after, .pretty .state label:before {
    top: calc(-40% + 1em);
}
#contact-section .pc-form-widget .pretty .state label:after, #contact-section .pretty .state label:before {
    top: calc(-108% + 1em);
}
.pc-form-widget .form-loaded .form-content {
    margin: auto;
    max-width: 1200px;
}
.pc-form-widget .form-loaded .form-content input[type=text], .pc-form-widget .form-loaded .form-content input[type=email], .pc-form-widget .form-loaded .form-content input[type=tel] {
    height: 3rem;
    margin-bottom: 0;
    padding: .5rem;
    background: #dcdde2;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
}
.pc-form-widget .form-loaded .form-content  textarea {
    height: 13.5rem;
    margin-bottom: 0;
    padding: .5rem;
    background: #dcdde2;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    resize: none;
}
.pc-form-widget .form-loaded .form-content .form-button  {
    margin-bottom: 0;
    background: #794faa;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    max-width: 570px;
    display: block;
    margin: 20px auto 20px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    font-family: "Calibri", sans-serif;
    padding: 22px 20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1199px) {
    .pc-form-widget .pretty .state label:after, .pretty .state label:before {
        top: calc(-21% + 1em);
    }
    .pc-form-widget #form_field_by_checking_this_box_you_agree_to_the_terms_of_use_detailed_above .pretty .state label:after, .pc-form-widget #form_field_by_checking_this_box_you_agree_to_the_terms_of_use_detailed_above .pretty .state label:before {
        top: calc(-40% + 1em);
    }
    #contact-section .pc-form-widget .pretty .state label:after, #contact-section .pretty .state label:before {
        top: calc(-61% + 1em);
    }
    #contact-section .pc-form-widget #form_field_by_checking_this_box_you_agree_to_the_terms_of_use_detailed_above .pretty .state label:after, #contact-section .pc-form-widget #form_field_by_checking_this_box_you_agree_to_the_terms_of_use_detailed_above .pretty .state label:before {
        top: calc(-108% + 1em);
    }
}
@media screen and (max-width: 1023px) {
    #contact-section .pc-form-widget .form-loaded .form-content .pc-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contact-section .pc-form-widget .pretty .state label:after, #contact-section .pretty .state label:before {
        top: calc(-41% + 1em);
    }
}
@media screen and (max-width: 680px) {
    .pc-form-widget .form-loaded .form-content .pc-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}