
/* 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;
    }
    .menuSec {
        display: flex;
        justify-content: space-between;
        align-items: center;
    flex-direction: column;
    }
    .leftAdd .addTxt h2 {

        font-size: 30px;
    }
    .btn2 {
        background-color: #ca432c;
        border-radius: 20px;
        color: #fff;
        padding: 5px 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .footerSec .usefulLink {
        color: #676767;
        word-wrap: break-word;
    }
}

/*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){
    .bannerSec .bannerSlider .bannerInner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 100%;
        background: #000;
        padding: 15px;
    }
    .bannerSec h1 {
        font-size: 30px;
    }
    .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;
    }
    .bannerSec button.owl-next {
        position: absolute;
        right: 5px;
    }
    .bannerSec button.owl-prev {
        position: absolute;
        left: 5px;
    }
    .leftAdd .addTxt h2 {
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 
        1px -1px #fff, -1px 1px #fff;
        font-size: 26px;
        text-transform: uppercase;
        max-width: 100%;
    }
    .leftAdd .addTxt {
        right: 25px;
        padding: 26px;
    }
    .orngBx {
        padding: 50px;
        color: #fff;
    }
    .fullBlod .fulBlodBx h2 {
        font-size: 50px;
        text-shadow: none;
    }
    .fullBlod {
        padding-top: 20px;
    }
    .fullBlod .fulBlodBx {
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .getInTouch {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .getInTouch h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .footerSec {
        padding-top: 30px;
    }
    .footerSec h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .socialIcon{
        li{
            margin-bottom: 10px;
        }
    }
    .footerSec .copRight {
        margin-top: 1px;
        padding-top: 20px;
        padding-bottom: 16px;
        text-align: center;
    }
    .menuSec{
        flex-direction: column;
    }
    #cssmenu #menu-button::before {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    #cssmenu #menu-button::after {
        background: #000;
    }
    #cssmenu {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .headerSec .loginSec {
        margin-bottom: 10px;
        margin-top: 16px;
    }
    .headerTop form{
        margin-top: 20px;
    }
    .innerBanner::before {
        width: 0px;
    }
    .innerBanner::after {
        left: 0px;
        top: 0;
        width: 0px;
    }
    .faqSec {
        padding: 17px 0;
    }
    #accordionExample {
        margin-left: 0;
    }
    .faqSec .number{
        display: none;
    }
    .logo {
        display: block;
        text-align: center;
    }
}
/*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;
    }
    .bannerSec h1 {
        font-size: 16px;
    }
    .AboutFarm-ImgBox {
        float: none;
        margin-left: 0px;
        width: 100%;
    }
}