/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* xyz Area css
============================================================================================ */
.xyz-area {
  background: #f7f7f7;
  background-image: url(../img/background/bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 400px;
  padding-bottom: 110px;
  margin-top: -180px; }
  @media (max-width: 991px) {
    .xyz-area {
      padding-top: 250px; } }
  .xyz-area:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    background: url(../img/banner/medicine.png);
    backgroundsize: auto;
    z-index: 11;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (max-width: 991px) {
      .xyz-area:after {
        display: none; } }
  @media (min-width: 1199px) and (max-width: 1199px) {
    .xyz-area .xyz-content {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .xyz-area .xyz-content {
      margin-top: 0;
      padding-left: 0; }
      .xyz-area .xyz-content h4 br {
        display: none; }
      .xyz-area .xyz-content p br {
        display: none; } }
  .xyz-area .xyz-content h4 {
    font-size: 36px;
    color: #33363e;
    font-family: "Playfair Display", serif;
    margin-bottom: 32px;
    line-height: 46px; }
  .xyz-area .xyz-content h6 {
    font-size: 16px;
    font-weight: 400;
    color: #0051d2;
    line-height: 25px;
    margin-bottom: 25px; }
  .xyz-area .xyz-content p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 26px; }

/*---------------------------------------------------- */

