
/* 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;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){
    .blogSec .blogLftBx .blogTxt .left {
    max-width: 100%;
}
.blogSec .blogLftBx .blogTxt h4 {
    font-size: 18px;
}

    .blogSec .blogLftBx .blogTxt {
        margin-top: -5px;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: flex-start;
    background: #1f3a37;
    z-index: 1;
    padding: 12px;
    flex-direction: column;
}

    .bannerSec.innerBanner .bannerTxt {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
    z-index: 1;
}
.innerBanner {
    background-size: cover !important;
    height: 400px;
    background-attachment: inherit !important;
    background-position: bottom !important;
}
.navbar-collapse {
    padding: 15px;
}
.navbar-toggler {
    background-color: #fff;
}

.bannerSec .bannerTxt {
    position: relative;
    bottom: 0;
    left: inherit;
    transform: inherit;
    width: 100%;
    z-index: 1;
    padding: 15px;
    background: #1e3a37;
}
.bannerSec h1 {
    font-size: 40px;
}
.common-title h2 {
    font-size: 32px;
}
}
/*tab css*/
@media(max-width: 768px){

}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px){
    
    .innerBanner {
    background-size: cover !important;
    height: 260px;
    background-attachment: inherit !important;
    background-position: bottom !important;
}
    .bannerSec.innerBanner .bannerTxt {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1;
}

    .footer-section .footerMenu {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 25px;
    gap: 10px;
    flex-direction: column;
}
.footer-section .adressSec {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    color: #B0B8B6;
    margin-bottom: 25px;
    margin-top: 25px;
    align-items: center;
    flex-direction: column;
}
.footer-section .adressSec li {
    max-width: max-content;
    text-align: left;
    border-right: 0;
    padding-right: 0;
}

    .blogSec .blogLftBx .blogTxt {
    position: relative;
    bottom: 20px;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: start;
    background: #000;
    z-index: 1;
}
    .productSec .pdtxt h3 {
    font-size: 26px;
    font-weight: 700;
}
    .common-title h2 {
    font-weight: 700;
    font-size: 32px;
    font-weight: bold;
}
    .common-btn, .common-border-btn, .common-bw-btn {
    border-radius: 10px;
    padding: 7px 17px;
    font-size: 14px;
    height: 50px;
    min-width: 50%;
    color:#fff !important;
}
.bannerSec .bannerTxt {
    position: relative;
    bottom: 15px;
    left: inherit;
    transform: inherit;
    width: 100%;
    z-index: 1;
    background: #1c7254;
    padding: 15px;
}
.bannerSec h1 {
    font-size: 26px;
   margin-bottom: 0;
}

.headerSec .navbar-nav .nav-link.active, .headerSec .navbar-nav .nav-link.show {
    color: #1c7254;
}
    .headerSec {
    z-index: 99;
    position: relative;
    width: 100%;
    top: 0;
}
.headerSec .navbar a {
    color: #000000;
}
.headerSec .navbar {
    background-color: transparent;
    color: #000;
}

    .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;
    }

    .headerSec .navbar-brand {
    margin-top: -8px;
    margin-bottom: 10px;
    min-width: 100%;
}
    
}
/*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;
    }
}