/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu-area li a {
    padding-right: 20px;
}

.header-txt h1 {
    font-size: 48px;
}

.blog-content h2 {
    font-size: 24px;
}



}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.header-txt h1 {
    font-size: 30px;
}
.carousel-single {
    height: 550px;
}

.menu-area {
    display: none;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 25px;
    background: none;
    width: 100%;
    z-index: 3333;
    padding: 0;
}

.slicknav_menu ul {
    background: #000;
}

.header-search {
    padding-right: 50px;
}

.slicknav_menu {
    display: block;
}

.section-title h1{
    font-size: 40px;
}
/*.s-hero-slide-content{
    padding-top: 30px;
}
*/
.s-hero-slide-text {
    font-size: 40px;
}

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

  



}






















