@media screen and (min-width:1200px) and (max-width:1500px){

    .header-middle h4{    font-size: 35px;    line-height: 28px;}
    .header-rg p{    font-size: 14px;}
    .header-lft p{font-size: 14px;}
    .header-middle h5{font-size: 20px; top: 0;}
    .header-middle h6{font-size: 20px; top: -8px;}
    .header-middle{    padding-top: 24px;}
}

@media screen and (min-width:1025px) and (max-width:1199px){

    .header-middle h4{font-size: 18px;line-height: 22px;}
    .header-rg p{font-size: 13px;    padding-right: 0px;}
    .middle-lines p{    font-size: 17px;}
    .header-lft p{font-size: 14px;}
    .header-middle h5{font-size: 13px;}
    .header-middle h6{font-size: 13px;}
}

@media screen and (min-width:992px) and (max-width:1024px){


    .header-middle h4{font-size: 28px; line-height: 22px; padding: 15px 0px;}
    .header-middle h5{font-size: 18px;}
    .header-middle h6{font-size: 18px;}
    .header-rg p{font-size: 13px;    padding-right: 0px;}
    .middle-lines p{    font-size: 17px;}
    .header-lft p{font-size: 14px;}
}


@media screen and (min-width:901px) and (max-width:991px){


    .header-middle h4{font-size: 18px;line-height: 22px;}
    .header-rg p{font-size: 13px;    padding-right: 10px;}
    .middle-lines p{    font-size: 16px;}
    .header-lft p{font-size: 14px;}


}

@media screen and (min-width:768px) and (max-width:900px){

   .header-middle h4{    font-size: 20px;line-height: 18px;}
    .header-rg p{font-size: 13px;    padding-right: 10px;}
    .middle-lines p{    font-size: 17px;}
    .header-lft p{    font-size: 14px;padding-right: 0;padding-top: 10px;}
    .header-middle h5{font-size: 13px;}
    .header-middle h6{font-size: 13px;}


}

@media screen and (min-width:601px) and (max-width:767px){

    .header-middle h4{    font-size: 25px;line-height: 18px;padding: 0 10px;}
    .header-rg p{font-size: 13px;    padding-right: 10px;    padding-top: 10px;}
    .middle-lines p{    font-size: 14px ;}
    .header-lft p{    font-size: 14px;padding-right: 0;padding-top: 10px;}
    .header-middle h6{position: unset;}
    .header-middle h5{position: unset; margin-bottom: 10px;}
    .header-middle h5{font-size: 13px;}
    .header-middle h6{font-size: 13px;}

}

@media screen and (min-width:481px) and (max-width:600px){

    .header-middle h4{    font-size: 24px;line-height: 18px;padding: 0 10px;}
    .header-rg p{font-size: 13px;    padding-right: 10px;    padding-top: 10px;}
    .middle-lines p{    font-size: 13px ;}
    .header-lft p{    font-size: 14px;padding-right: 0;padding-top: 10px;}

    .header-lft{display: none;}
    .header-rg{display: none;}
    .header-middle{    padding-top: 20px;width: 100%;}
    .header-middle h6{position: unset;}
    .header-middle h5{position: unset; margin-bottom: 10px;}
    .header-middle h5{font-size: 13px;}
    .header-middle h6{font-size: 13px;}

}

@media screen and (max-width:480px){

 .header-middle h4{    font-size: 24px;line-height: 18px;padding: 0 10px;}
    .header-rg p{font-size: 13px;    padding-right: 10px;    padding-top: 10px;}
    .middle-lines p{    font-size: 11px ;}
    .header-lft p{    font-size: 14px;padding-right: 0;padding-top: 10px;}

    .header-lft{display: none;}
    .header-rg{display: none;}
    .header-middle{    padding-top: 20px;width: 100%;}
    .header-middle h5{font-size: 13px;}
    .header-middle h6{font-size: 13px;}
    .header-middle h6{position: unset;}
    .header-middle h5{position: unset; margin-bottom: 10px;}
}
