/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1601px)  {

    #header .menu-area .logo-area a img {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 20px;
}

.search-b {
    border: 1px solid #eee;
    top: 3.1em;    
    width: 31%;
    right: 24em;
}
  
.products-tab .nav-tabs li.active .nav-link, .products-tab .nav-tabs li:hover .nav-link {   
    margin-bottom: 2px;
}


}


/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px){}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {

#header .toolbar-top-area .toolbar-contact ul li {
    display: -webkit-inline-box;
    margin-right: 10px;
    color: #fff;
}

#header .menu-area .logo-area a img {
    display: inline-block;
    width: 69%;
    position: unset;
    margin-top: 5px;
}

.menu-toggle {    
    top: 13px !important;
}

#header .menu ul {
    
    margin-left: 0px;
    top: 75px;
    background: #fff;
}
#header .menu-area {
    height: 85px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.menu li {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.menu a {
    padding: 17px 12px;
}

.menu-toggle {
    height: 49px;
    top: 13px !important;
    padding: 1px 0px 0px 10px;
}

ul#tabsJustified {
    text-align: -webkit-center;
    margin: 0px 0px 30px 0px;
}

.room_sec>a>img {
    width: 45%;
}

.par-one {
    text-align: -webkit-center ;
    
}

.par-one-left {
    display: inline-flex;
   }

.par-one-right {
    padding-right: 0px;
    text-align: -webkit-center;
}
.parallax-title {
    margin-bottom: 3em;
    
}

.par-one {
    text-align: -webkit-center;
    margin-bottom: 2em;
}

.homeabout_desc.widget_head {
    margin-bottom: 2em;
}

ul.explore_ul {
    margin-bottom: 16px;
    margin-left: 0px;
}
.develop-by {
    position: unset;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

ul.explore_ul {
    text-align: -webkit-center;
 }

ul.explore_ul>li {
    
    margin-bottom: 8px;
}
.footer_links {
    text-align: -webkit-center;
}
.par-one-right p {
    text-align: -webkit-center;
}   

.shop-detail-color {
    margin-bottom: 20px !important;
    width: 100%;
    float: unset;
}

.ayur-contact-text {
    margin-bottom: 25px;
}








}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 320px) {}
