@media (min-width: 1280px) and (max-width: 1700px) {
    .section-title.style-one h1 {
        line-height: 56px;
        font-size: 34px;
    }
}
/*------------------------------------------------- Laptop Screen ---------------------------------------------------*/
 @media (min-width: 1170px) and (max-width: 1366px) {
    .section-title.style-one h1 {
        line-height: 56px;
        font-size: 35px;
    }
}
@media (max-width: 991px){
    .section-title.style-one h1 {
        line-height: 56px;
        font-size: 35px;
    }
    .pi__btn__one {
        padding: 15px 40px;
    }
}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1169px) {


}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

}
/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
 @media (max-width: 767px) {
    .section-title.style-one h1 {
        line-height: 40px;
        font-size: 20px;
    }
    .pi__btn__one {
        padding: 15px 32px;
    }
}
/* ------------------------------------------------- Large Mobile :480px. ---------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 767px) {

} 
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (min-width: 320px) and (max-width: 479px) {

}

/* retina query */
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (min-resolution:192dpi) and (max-width:991.98px),only screen and (min-resolution:2dppx) and (max-width:991.98px){
    .logo a.retina-logo{
    display: inline-block;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    .logo a.retina-logo {
    display: none;
    }
}
 