
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

/*max width 991px*/
@media(max-width: 991px){
    .slicknav_menu {
        display: block;
    }
    #cssmenu.menu-wraper {
        display: none;
    }
    .navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active:after{
        display: none;
    }
}

/*width 768px to 991px*/
@media(min-width: 991px) and (max-width: 2000px){
    a.footerLogo.active {
        max-width: 58%;
    }
}
/*tab css*/
@media(max-width: 768px){

}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px){
    .slicknav_menu{
        display: block;
        background: transparent;
      }
    #cssmenu ul ul li a {
        width: 100%;
        line-height: normal;
    }
    #cssmenu > ul > li > a {
        line-height: 30px;
    }
    .contactSec .contact-item p {
        margin-bottom: 0;
    }
    .contact-item {
        text-align: left;
        display: flex;
        margin-bottom: 10px;
    }
    .contactSec .contact-item h3 {
        margin-bottom: 0;
    }
    .navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active:after{
        display: none;
    }
    .bannerSec h2 {
        font-size: 2rem;
    }
    .bannerSec .leftTxt {
        padding-left: 4%;
        padding-bottom: 30px;
    }
    .aboutSec {
        padding: 20px 0;
    }
    .aboutSec img {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .comnTitle {
        font-size: 32px;
        font-weight: bold;
        color: #000F24;
    }
    .servicBx {
        position: relative;
        margin-bottom: 15px;
    }
    .feturedProperties {
        padding-top: 40px;
    }
    .whyChoseUs {
        padding: 30px 0;
    }
    .whyChoseUs .rightSec {
        padding-left: 15px;
        padding: 15px;
    }
    .whyChoseUs ul li {
        padding: 5px;
        margin-right: 0;
    }
    .whyChoseUs ul{
        padding:0 15px;
    }
    .footerSec {
        padding-top: 30px;
    }
    .whatWeDo {
        padding: 30px 0;
    }
    .innerBanner {
        min-height: 205px;
    }
    .innerBanner h1 {
        position: absolute;
        top: 40%;
        left: 40%;
        margin-bottom: 20px;
        font-size: 29px;
        color: #fff;
    }
    .blogSec {
        padding: 30px 0;
    }
    .contactSec {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .servicBx img {
        width: 100%;
    }
    .bannerSec .owl-theme .owl-nav {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
}
/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media (max-width: 500px){
    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top:-100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }
}