/*--------------------------------------------------------------------------------
Pooja Patel
----------------------------------------------------------------------------------*/
.pp_bnr h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Lora', serif;
}
.pp_bnr h2 a{
  color: #fff;
}
.pp_bnr h2 span{
  margin: 0 20px;
}
.pp_bnr h2 a:hover{
  color: var(--dark-blue);
}
.pooja_img img{
  width: 100%;
  height: 100%;
}
.pooja_abt {
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--dark-blue);
  font-family: 'Lora', serif;
  margin-bottom: 0;
}
.pooja_prof {
  padding-left: 25px;
}
.pooja_name {
  font-size: 37px;
  font-weight: 700;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.pooja_prof ul{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.pooja_prof ul li{
  margin-right: 20px;
}
.pooja_prof ul li h5{
  font-family: 'Lora', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.pooja_prof ul li p,
.pooja_prof ul li p a{
  color: var(--dark-blue);
  font-weight: 600;
}
.pooja_prc_area{
  font-family: 'Lora', serif;
  font-size: 25px;
  margin: 15px 0;
  font-weight: 600;
}
.pooja_prc_area_il{
  color: var(--dark-blue);
  font-weight: 500;
}
.pooja_prc_area_adl{
  color: var(--dark-blue);
  font-weight: 500;
  margin-top: 15px; 
}

/*------------------------------------------------------------------
Media Query
--------------------------------------------------------------------*/
@media screen and (max-width: 991px){
  /*======================= Pooja Patel ========================*/
  .pp_bnr h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .pooja_img img {
    width: 100%;
/*    height: 100%;*/
  }
  .pooja_abt {
    font-size: 19px;
  }
  .pooja_name {
    font-size: 32px;
    font-weight: 600;
  }
  .pooja_prof ul li h5 {
    font-size: 22px;
  }
}



@media screen and (max-width: 767px){
  /*======================== Pooja Patel ==========================*/
  .pp_bnr h2 {
    font-size: 25px;
  }
  .pp_bnr h2 span {
    margin: 0 12px;
  }
  .pooja_img img {
    margin-bottom: 20px;
  }
  .pooja_prof {
    padding: 0 15px;
  }
  .pooja_name {
    font-size: 29px;
  }
  .pooja_prc_area {
    font-size: 22px;
  }
}


@media screen and (max-width: 480px){
  /*========================= Pooja Patel ======================*/
  .pp_bnr h2 {
    font-size: 20px;
  }
  .pooja_abt {
    font-size: 16px;
  }
  .pooja_name {
    font-size: 23px;
  }
  .pooja_prof ul li h5 {
    font-size: 20px;
    font-weight: 500;
  }
  .pooja_prof ul li p,
  .pooja_prof ul li p a {
    color: var(--dark-blue);
    font-weight: 500;
  }
}