@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {
	/*Updated By Mithilesh*/
	.navbar-brand > img
	{
		height: 62px;
	}
	.header-frontend.stickytop
	{
	  width: 92%;
	}
	.top-section
	{
		width: 96%;
		display:none;
	}
	.navbar-header
	{
		width: 96%;
		margin-top: 8px;
		font-size: 9px;
		text-align: center;
	}
	.navbar-toggle
	{
		margin-right: 0;
		margin-top: 21px;
	}
	.top-section a
	{
		font-size:11px;
	}
	.top-section > ul
	{
		text-align:center;
	}
	.quotes--top
	{
		font-size:9px;
		width:100%;
		text-align:center;
	}
	.text-center
	{
		text-align: center;
		width: 100%;
	}
	.inquiry-left
	{
		display:none;
	}
	.prod-det
	{
		margin-top: 25px;
	}
	.prod-det h2
	{
		font-size: 15px;
		margin: 0 0 10px;
	}
	.about h1
	{
		float: left;
		font-size: 17px;
		margin: 25px 0 20px 15px;
		width: 100%;
	}
	.text-center.product-head
	{
		padding:0;
	}
	.text-center.product-head > h1
	{
		font-size: 16px;
		margin: 20px 0;
		text-align: center;
	}
	.pr_title h3
	{
		text-align:center;
	}
	.mobile_margin
	{
		margin-bottom:25px;
	}
	.feature-head h1
	{
		float: left;
		font-size: 17px;
		margin-top: 20px;
		width: 100%;
	}
	.testi-head h2
	{
		margin:20px 0;
		font-size:17px;
	}
	.margin_bottom_25 
	{
		margin-bottom: 25px;
	}
	/*Updated By Mithilesh*/
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }

    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }

    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        display: none;
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

	.purchase-btn, .about-testimonial
	{
		margin-top: 0;
		width: 100%;
	}
    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .navbar-brand {
        float: none;

    }

    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }



}


@media (max-width: 480px) {

    .header-frontend .navbar {
        min-height: 60px;
    }

    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:320px) {


}




