.pp_img
{
    width: 100%;
    position: relative;
}
.pp_img_cont_main
{
    overflow-x: hidden;
}

.pp_img_content
{
    font-size: 4vw;
    position: absolute;
    top: 280px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    width: 100%;
}


/*Main Content start*/

.pp_content
{
    width: 75%;
    margin: 0 auto;
}

.hr_line
{
    margin-top: 40px;
}

.pp_heading 
{
    font-size: 28px;
    font-weight: 400;
    margin-top: 55px;
    padding-bottom: 36px;
    color: #272727;
    line-height: 30px;
}

.pp_date
{
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 40px;
}

.pp_sub_heading
{
    font-size: 15px;
    padding-bottom: 20px;
    color: #494949;
    
}

.pp_sub_content
{ 
   font-size: 14px;
   color: #494949;
}

.pp_sec_cont_head
{
   margin-top: 38px;
}

.pp_sec_cont_info
{
    color:#2c95d8 ;
    font-size: 20px;
    font-weight: 400;
    margin-top: 38px;
    padding-bottom: 10px;
    line-height: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #2c95d8;
}

.pp_sec_subcont_head
{
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#feedbk {
    color: #2C95D8;
}

#ityugllc {
    color: #7373FF;
}
/*Main Content Ends*/
@media screen and (min-width: 320px) and (max-width: 767px) {
	.pp_img {
    height: 35vh;
}
.pp_img_content {
    font-size: 35px;
    top: 170px; 
}

}
@media screen and (min-width:412px) and (max-width: 767px) {
	.pp_img_content {
    top: 200px; 
}
}

@media screen and (min-width:768px) and (max-width:900px) {
	.pp_img_content {
    top: 150px;
	}
}