/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
.main-navigation ul li a{
    padding: 15px 10px;
}
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.row.pximg-left {
    flex-direction: column-reverse;
}
.home .hero-img img {
    object-fit: contain;
}
.pxcount-box .px-count-title {
    font-size: 12px !important;
}
.pxcount-box .count-text span {
    font-size: 40px !important;
}

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 991px) {

.slicknav_menu{ 
    display:block;
}
.menu-bar {
    position: relative;
    left: 0;
    top: 0;
}
.px-hstyle2 .brand-text .site-title{
    font-size: 50px;
}
.slicknav_nav .slicknav_arrow {
    border: 1px solid #888;
    padding: 2px 10px;
    text-align: right;
    float: right;
}
a.slicknav_arrow.travel-x-carrow {
    margin-right: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}
ul.slicknav_nav.slicknav_hidden.mhide {
    display: none;
}
ul.slicknav_nav.slicknav_hidden {
    height: 0;
    opacity: 0;
    transition: 0.5s;
}
.slicknav_nav li {
    display: block;
    border-bottom: 1px solid #afafaf;
}
.slicknav_nav a{
    color: var(--white);
}
h1 {
    font-size: 35px;
}
h1.page-title {
    font-size: 20px;
}
h2 {
    font-size: 28px;
}
.xmain-404 h1{
    font-size: 120px;
}
nav#site-navigation {
    display:none;
}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 767px) {

h1 {
    font-size: 35px;
}
h1.page-title {
    font-size: 24px;
}
h2 {
    font-size: 30px;
}
.xmain-404 h1 {
    font-size: 80px;
}
.px-hstyle2 .brand-text .site-title {
    font-size: 40px;
}
.px-hstyle2 .brand-text .site-description {
    font-size: 18px;
}
.toped{
    right: 5px;
    bottom: 1rem;
}
.admin-bar .fix-nav {
    margin-top: 0;
}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 479px) {
.header-search-form {
    right: 0;
}
html body.admin-bar .slicknav_menu {
    right: 30px;
}
.pxsec-title h2.pxsec-heding {
    font-size: 50px;
}
.pxcontact .information p {
    font-size: 13px;
}
.px-hstyle2 .brand-text .site-description {
    font-size: 16px;
}

}

/* Wide Mobile Layout: 360px. */
@media only screen and (max-width: 360px) {
    .pxsec-title h2.pxsec-heding {
        font-size: 30px !important;
    }
    .pxcontact .information p {
        font-size: 12px !important;
    }
}