/*---- Responsive CSS Start ----*/
@media (max-width: 1440px) {
    .pp_aboutright {
        padding: 20px;
    }
    .pp_heading_wrap, .pp_heading_center_wrap, .pp_heading_right_wrap {
        margin-bottom: 30px;
    }
    .pp_service_wrap {
        padding: 50px 15px;
        margin: 0 0 20px 0;
    }
    .pp_interiorstylish_left .pp_heading_wrap h2, .pp_followtrends_right .pp_heading_right_wrap h2 {
        font-size: 52px;
    }
}
@media (max-width: 1366px) {}
@media (max-width: 1024px) {
    .pp_menu>ul>li {
        margin: 0 15px;
    }
    .pp_heading_wrap h2, .pp_heading_center_wrap h2, .pp_heading_right_wrap h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .pp_aboutright_text p span {
        font-size: 18px;
        line-height: 24px;
    }
    .pp_aboutright_counter {
        column-gap: 15px;
        margin-top: 30px;
    }
    .pp_followtrends_wrap .row{
        flex-direction: column-reverse;
    }
    .pp_followtrends_wrap {
        padding: 90px 0;
    }
    .pp_followtrends_text{
        margin-bottom: 30px;
    }
    .pp_img_absol {
        bottom: -40%;
        left: -10px;
    }
    .pp_aboutright {
        left: -30px;
    }
}
@media (max-width: 991px) {
    .pp_header_wrap {
        padding: 0px 0px;
    }
    .pp_menu_icon {
        display: flex;
        z-index: 2;
    }
    .pp_menu>ul{
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-color: #ffffff;
        flex-direction: column;
        padding-top: 60px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .pp_menu>ul.clicked{
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .pp_menu>ul>li>a, .pp_menu>ul>li>a:hover {
        margin: 6px 0;
        width: 100%;
        padding: 5px;
        border-bottom: 0px;
        color: #01081d;
    }
    .pp_menu>ul>li>a::after{
        display: none;
    }
    .pp_menu>ul>li:first-child {
        margin-left: 15px;
    }
    .pp_menu>ul>li ul {
        position: initial;
        background-color: transparent;
        box-shadow: none;
        width: 100%;
        border-top: 0px;
    }
    .pp_menu>ul.clicked>li ul {
        opacity: 1;
        visibility: visible;
    }
    .pp_menu>ul>li ul li a {
        text-transform: uppercase;
        margin: 3px 0;
        padding: 3px 10px;
        font-weight: 700;
        font-size: 14px;
    }
    .pp_menu>ul>li ul li a:hover, .pp_menu>ul>li ul li.active a{
        color: #aa987f;
        background-color: transparent;
    }
    .pp_indexabout_wrap, .pp_indexservices_wrap, .pp_interiorstylish_wrap, .pp_portfolio_wrap, .pp_followtrends_wrap, .pp_blogs_wrap, .pp_client_wrap{
        padding: 60px 0;
    }
    .pp_footer_wrap{
        padding: 60px 0 0 0;
    }
    .pp_aboutright {
        left: 0;
    }
    .pp_img_absol {
        bottom: -6%;
        left: -10px;
    }
    .slideshow__slide-caption-text {
        padding-top: 23vh;
    }
    .slideshow__slide-caption-title {
        font-size: 3rem;
    }
    .slideshow__slide-caption-subtitle {
        padding: 0.875rem 0;
        font-size: 1.3rem;
        width: 100%;
    }
    .pp_pagetitle_wrap {
        padding: 200px 0 100px 0;
    }
    .pp_pagetitle_info h1 {
        font-size: 38px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 767px) {
    body, .pp_interiorstylish_text p{
        font-size: 14px;
    }
    .pp_heading_wrap h2, .pp_heading_center_wrap h2, .pp_heading_right_wrap h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .pp_heading_wrap span, .pp_heading_center_wrap span, .pp_heading_right_wrap span {
        font-size: 20px;
    }
    .pp_service_wrap h4 {
        font-size: 22px;
        margin: 30px 0 15px 0;
    }
    .pp_service_wrap img {
        width: 62px;
    }
    .pp_indexservices_wrap .pp_btn {
        margin-top: 20px;
    }
    .pp_btn, .pp_btn:focus, .pp_btn_black, .pp_btn_black:focus {
        height: 40px;
        min-width: 120px;
        font-size: 14px;
    }
    .pp_interiorstylish_left .pp_heading_wrap h2, .pp_followtrends_right .pp_heading_right_wrap h2 {
        font-size: 28px;
    }
    .pp_interiorstylish_text .pp_btn {
        margin-top: 10px;
    }
    .pp_easy_steps .pp_service_wrap h2 {
        font-size: 62px;
        width: 120px;
        height: 120px;
    }
    .pp_service_wrap {
        padding: 40px 15px;
    }
    .pp_portfolio_slider_info h4, .pp_portfolio_slider_info h4 a {
        font-size: 22px;
    }
    .pp_blog_text h4, .pp_blog_text h4 a {
        font-size: 22px;
    }
    .pp_footer_box h4 {
        margin-bottom: 10px;
    }
    .pp_copyrigth {
        padding: 10px 0;
        flex-direction: column;
    }
    .pp_aboutus_box img {
        height: 150px;
    }
    .pp_img_absol {
        bottom: -40px;
        left: 0px;
        width: 230px;
        height: 350px;
        right: 0px;    
    }
    .pp_aboutright {
        background-color: transparent;
        box-shadow: none;
        top: 0;
        padding: 0 12px;
        margin-bottom: 15px;
    }
    .pp_indexabout_wrap .row{
        flex-direction: column-reverse;
    }
    .pp_aboutright_text p span {
        font-size: 15px;
        line-height: 20px;
    }
    .pp_aboutleft img {
        border-radius: 4px;
    }
    .pagination {
        bottom: 20px;
    }
    .o-button, .o-button.-square{
        width: 40px;
        height: 40px;
    }
    .c-header-home_controls, .c-header-home_buttons {
        padding-bottom: 60px;
    }
}
@media (max-width: 576px) {
    body, .pp_interiorstylish_text p, .pp_copyrigth P {
        font-size: 13px;
    }
    .slideshow__slide-caption-title {
        font-size: 2rem;
        line-height: 1.1;
    }
    .slideshow__slide-caption-subtitle {
        font-size: 1.1rem;
    }
    .slideshow__slide-caption-text {
        padding-top: 20vh;
    }
    .pp_client_slider_box {
        padding: 20px;
    }
    .pp_client_info h6 {
        font-size: 15px;
    }
    .pp_img_absol {
        bottom: -40px;
        width: 170px;
        height: 250px;
    }
    .pp_slide_btnbox {
        align-items: flex-start;
        column-gap: 0px;
        flex-direction: column;
        row-gap: 15px;
    }
    .pp_blog_text h4, .pp_blog_text h4 a, .pp_portfolio_slider_info h4, .pp_portfolio_slider_info h4 a, .pp_service_wrap h4 {
        font-size: 18px;
    }
    .pp_service_wrap h4 {
        margin: 20px 0 5px 0;
    }
    .pp_service_wrap {
        padding: 30px 15px;
    }
    .pp_portfolio_slider_info {
        padding: 15px 5px;
    }
    .pp_footer_box h4 {
        font-size: 16px;
    }
    .pp_indexabout_wrap, .pp_indexservices_wrap, .pp_interiorstylish_wrap, .pp_portfolio_wrap, .pp_followtrends_wrap, .pp_blogs_wrap, .pp_client_wrap {
        padding: 30px 0;
    }
    .pp_blogs_wrap .pp_btn {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .pp_heading_wrap span, .pp_heading_center_wrap span, .pp_heading_right_wrap span {
        font-size: 18px;
    }
    .pp_heading_wrap h2, .pp_heading_center_wrap h2, .pp_heading_right_wrap h2, .pp_interiorstylish_left .pp_heading_wrap h2, .pp_followtrends_right .pp_heading_right_wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pp_btn, .pp_btn:focus, .pp_btn_black, .pp_btn_black:focus {
        height: 40px;
        min-width: 100px;
        font-size: 13px;
    }
    .pp_pagetitle_wrap {
        padding: 180px 0 50px 0;
    }
    .pp_pagetitle_info h1 {
        font-size: 24px;
    }
}