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




}
/* Tablet Layout: 768px. */
 @media only screen and (min-width: 767px) and (max-width: 991px) {
/*rs menu*/
.menu-right ul li {
	margin-right: 15px;
}

.keobizmenu ul li a i, .slicknav_nav a i {
	display: none;
}
.keobizmenu {
	display: none;
}
#responsive-menu {
	display: block;
}


.about-text {
    margin-top: 30px;
}

.single-promo {
    margin-bottom: 30px;
}

.single-blog-box {
    margin-bottom: 30px;
}

.hero-text p {
    padding: 0 30px;
}
.hero-text h2 {
    font-size: 40px;
    line-height: 40px;
}

.single-footer-wedget {
    margin-bottom: 30px;
}

.qtce-pricing-table {
    margin-bottom: 30px;
}

.single-count {
    margin-bottom: 30px;
}

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

 /*rs menu*/
.keobizmenu ul li {
	margin-right: 15px;
}

.keobizmenu ul li a i, .slicknav_nav a i {
	display: none;
}
.keobizmenu {
	display: none;
}
#responsive-menu {
	display: block;
}



.hero-text p {
  padding: 0;
}
.hero-text h2 {
    font-size: 30px;
    line-height: 36px;
}

.single-promo {
    margin-bottom: 30px;
}

.single-blog-box {
    margin-bottom: 30px;
}

.about-text h2 {
    font-size: 22px;
    line-height: 28px;
}


.about-text {
    margin-top: 30px;
}

.single-footer-wedget {
    margin-bottom: 30px;
}

.footer-bottom-social {
    float: none;
    text-align: center;
    margin-top: 10px;
}

.copy-right-text {
    text-align: center;
}

.copy-right-text p{
    font-size: 14px;
}

.single-comments.left .main {
    padding-left: 100px;
    margin-left: 0;
}

.qtce-pricing-table {
    margin-bottom: 30px;
}
.single-count {
    margin-bottom: 30px;
}


}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 



}

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




}
