/* =========================================
   LARGE DESKTOP
========================================= */
@media only screen and (min-width:1400px){

}



/* =========================================
   DESKTOP / LAPTOP
========================================= */
@media only screen and (min-width:1200px) and (max-width:1399px){

}



/* =========================================
   SMALL LAPTOP / LARGE TABLET LANDSCAPE
========================================= */
@media only screen and (min-width:992px) and (max-width:1199px){

}



/* =========================================
   TABLET LANDSCAPE
========================================= */
@media only screen and (min-width:768px) and (max-width:991px){
nav.main-menu
{
    padding:0 0 70px 0;
}
.menu-book-btn a {
    top: 40px;
}
.herbal-menu-item a
{
    top: 10px;
}
.slide{height:auto;}
}



/* =========================================
   TABLET PORTRAIT / LARGE MOBILE LANDSCAPE
========================================= */
@media only screen and (min-width:576px) and (max-width:767px){
    .slide{height:auto;}
nav.main-menu
{
    padding:0 0 70px 0;
}
.menu-book-btn a {
    top: 40px;
}
.herbal-menu-item a
{
    top: 10px;
}
}



/* =========================================
   MOBILE LANDSCAPE
========================================= */
@media only screen and (min-width:480px) and (max-width:575px){
    .bg-img1{
        background-image: url(../images/bg-image/row-bgimage-11p.jpg);
    }
    .section-title h2.cta-title {
    font-size: 40px !important;
    line-height: 120%;
}
.cta-bnt{
    margin-top:10px;
}
.menu-book-btn a {
    top: 40px;
}
.herbal-menu-item a
{
    top: 10px;
}
nav.main-menu
{
    padding:0 0 70px 0;
}
.smartg .featured-content{
padding-left: 0px !important;
}

.prt-page-title-row.style4 .page-title-heading h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #1f6306;
}

    .prt-page-title-row.style4 .prt-page-title-row-inner 
    {
        padding: 30px 0 20px;
    }
    nav.main-menu ul.menu li ul.mega-submenu li a 
    {
        border-bottom: 0;
        color: #000;
    }

}



/* =========================================
   MOBILE PORTRAIT
========================================= */
@media only screen and (max-width:479px){
    .bg-img1{
        background-image: url(../images/bg-image/row-bgimage-11p.jpg);
    }
    .section-title h2.cta-title {
    font-size: 40px !important;
    line-height: 120%;
}
.cta-bnt{
    margin-top:10px;
}
.prt-page-title-row.style4 .prt-page-title-row-inner {
    padding: 30px 0 20px;
}
    nav.main-menu ul.menu li ul.mega-submenu li a {
    border-bottom: 0;
    color: #000;
}
nav.main-menu
{
    padding:0 0 70px 0;
}
.menu-book-btn a {
    top: 40px;
}
.herbal-menu-item a
{
    top: 10px;
}
.smartg .featured-content
{
    padding-left: 0px !important;
}
.prt-page-title-row.style4 .page-title-heading h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #1f6306;
}


}