
/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Playfair+Display:400,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/



h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: bold; }

/*----------------------------------------------------*/
/* Appointment Area css
======================================================================= */

  .appointment-area .appointment-form input {
    display: block;
    width: 100%;
    border: 1px solid #e8edf1;
    height: 30px;
    padding: 0 15px; }
    .appointment-area .appointment-form input:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .appointment-area .appointment-form textarea {
    display: block;
    width: 100%;
  
    padding: 15px 15px;
    height: 100px;
    margin-bottom: 50px; }
  .appointment-area .appointment-form .form-group {
    margin-bottom: 25px; }
.appointment-area form {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }
.appointment-area .card {
  border: none;
  border-radius: 0; }
  .appointment-area .card .card-header {
    border-radius: 0;
    border: none;
    background-color: #fff; }
  .appointment-area .card .card-header:first-child {
    border-radius: 0; }
  .appointment-area .card .btn-link.collapsed {
    border-bottom: 1px  #e9ecef;
    font-weight: 600;
    color: #339966;
    font-size:18px;
    width: 100%;
    text-align: left;
    box-shadow: none;
    white-space: normal;
    transition: all 300ms linear 0s; }
    .appointment-area .card .btn-link.collapsed:hover {
      text-decoration: none; }
    @media (max-width: 1199px) {
      .appointment-area .card .btn-link.collapsed {
        font-size: 16px; } }
  .appointment-area .card .card-body {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    background: #f7f7f7; }
  .appointment-area .card .card-header {
    padding: 0; }
  .appointment-area .card .btn-link {
    font-weight: 600;
    color:rgba(199, 21, 140);
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    white-space: normal;
    transition: all 300ms linear 0s; }
    .appointment-area .card .btn-link:hover {
      text-decoration: none; }
    @media (max-width: 1199px) {
      .appointment-area .card .btn-link {
        font-size: 14px; } }
.appointment-area h3 {
  font-size: 18px;
  color: #33363e;
  text-transform: capitalize;
  margin-bottom: 35px; }
.appointment-area .appointment-inner {
  padding: 65px 0;
 
  background: #fff;
  z-index: 11;
  position: relative; }
  @media (max-width: 991px) {
    .appointment-area .appointment-inner {
      padding: 65px 30px; } }

@media (max-width: 1199px) {
  .appointment-inner .accordion {
    margin-bottom: 50px; } }
.appointment-area .card h5 .btn.collapsed::after {
  content: "+";
  font-family: 'san serif';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 6px;
  position: absolute;
  top: 20px; }
  @media (max-width: 600px) {
    .appointment-area .card h5 .btn.collapsed::after {
      display: none; } }
/*
.appointment-area .card h5 .btn::after {
  content: " - ";
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 5;
  right: 6px;
  position: absolute;
  top: 30px; }
  @media (max-width: 600px) {
    .appointment-area .card h5 .btn::after {
      display: none; } }*/

/*---------------------------------------------------- */

