@media only screen and (max-width: 768px) {
	.top-header{
		display: none;
	}
	.ma-list ul li{
		width: 100%;
	}
	.cat-img {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 15px;
	}
	.modal_img{
		height: 300px;
	}
	.video-home{width: 100%}
	.menu ul>li a.nav-link{padding:8px 15px !important}
}
@media (min-width: 992px){
	.modal-lg {
	    max-width: 927px !important;
	}
}
@media only screen and (max-width: 992px) {
	.fixed-panel {
    display: block!important;
  background: -moz-linear-gradient(0deg, rgba(240,120,0,1) 0%, rgba(226,29,39,1) 51%, rgba(226,29,39,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(240,120,0,1)), color-stop(51%, rgba(226,29,39,1)), color-stop(100%, rgba(226,29,39,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(240,120,0,1) 0%, rgba(226,29,39,1) 51%, rgba(226,29,39,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(240,120,0,1) 0%, rgba(226,29,39,1) 51%, rgba(226,29,39,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(240,120,0,1) 0%, rgba(226,29,39,1) 51%, rgba(226,29,39,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(240,120,0,1) 0%, rgba(226,29,39,1) 51%, rgba(226,29,39,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F07800', endColorstr='#e21d27',GradientType=1 ); /* ie6-9 */
    padding: 12px 0px 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}
	.fixed-panel a{color: #fff}
	#whatsapp .close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 7px;
    z-index: 999;
    top: 6px;
    background: #e6aa1e;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
}
	#whatsapp .modal-body .modal_left {
    height: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#whatsapp .modal-body .modal_left {
    float: none;
    width: 100%;
    background: #187728;
    color: #fff;
    padding: 30px 25px;
    font-size: 15px;
}
	#whatsapp .modal-body .modal_right {
    float: none;
    width: 100%;
    padding: 11px 35px 16px;
    position: relative;
    background: #fff;
}
	#whatsapp .modal-dialog {
    margin: 2.5rem;
}
	.support{display: none}
	.envelope{display: none!important}
	footer .main-footer {
    padding: 60px 0 70px 0;
}
	.para h2, .para h3{line-height: 1.5em}
	.rpdt .card .card-body .site-button {
    margin: 0 7px;
}
	.rpdt .card .card-body .site-button {
	    float: left;
	}
	#slider .item .cover .header-content .slider-title {
	    font-size: 36px;
	    line-height: 1.2;
	}
	#slider .item .cover .header-content .slider-text{
		font-size: 20px;
	}
	#slider .item img{
		object-position: center left;
	}
	.navbar .navbar-toggler{
		z-index: 9999;
	}
	.main-header .navbar-nav li.active a{
		border-bottom: none;
		background-color: transparent !important;
	}
	.nav-open .navbar-collapse{
    	width: 250px;
    	    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	}
	.navbar-collapse .navbar-nav .nav-item .nav-link{
    	margin: 5px 0px;
	}
	.has-child .submenu-toogle {
	    display: block;
	}
	.main-header .navbar-nav li .sub-menu{
	    opacity: 1;
	    margin: 0 !important;
	}
	.main-header .navbar-nav>li ul, .main-header .navbar-nav>li .sub-menu{
		display: none;
	    position: static;
	    visibility: visible;
	    width: auto;
	    background: #ececec;
	}
	.main-header .navbar-nav li a:before{
		display: none;
	}
	.main-header .navbar-nav>li .sub-menu li>.sub-menu{
		background: #d9d9d9;
		max-height: 250px;
	}
}

.fixed-panel {
    display: none;
}

@media screen and (max-width:480px){
	.footer-highlight span {
 		margin: 7px 0;
 	}
	 .footer-highlight{
		 display: block;
		 width: 100%;
	 }
	 .footer-highlight b {
		display: block;
		margin: 0 0 10px;
	}
}