

@media only screen and (min-width: 1200px) {
 
/*	.home-page .container{
		max-width: 1440px;
		width: 100%;
		margin:0 auto;*/
	}
	
/*	.twoImagesContainer .container{
		max-width:1170px !important;
	}*/
	


@media (max-width: 1199px) { 

	.ambiance-burg-sec .styl-heding h2, .product-style-sec .styl-heding h2 {
	    font-size: 32px;
	    margin-bottom: 22px;
	    padding: 24px 0;
	}
	.stylebox h3 {
		font-size: 16px;
		padding: 10px;

	}
	.ambiance-burg-sec.py-5 {
		padding: 20px 0 !important;
	}

	/*== products ==*/

	.full-view-img {
		height: 635px;
	}



}

@media only screen and (max-width: 991px) {
	

	.search-bar input {
		width: 92%;
	}
	.navbar-nav {
		text-align: center;
	}
	.search-bar {
		border-left: 0;
	}
	.navbar-collapse {
		padding: 20px 0;
	}
	.navbar-toggler.collapsed,.navbar-toggler {
		background: url("../img/menu-icon.png") no-repeat;
		background-position: center center;
		padding:0;
		margin: 0 15px 0 0;
	}
	.nav-list-li li .sub-menu {
		display: none;
	}
	.sub-menu {
		position: relative;
		visibility:  visible;
		top:0;
		padding: 10px 0;
		min-height: inherit;
		background-color:rgba(203, 172,143,0.2);
		-webkit-box-shadow: 0 0.13rem 0.63rem 0 rgba(203, 172, 143, 0.15) ;
		box-shadow : 0 0.13rem 0.63rem 0 rgba(203, 172, 143, 0.15) ;
		margin: 10px 0 0;
	}

	.sub-menu-items.product {
		width: 100%;
		height: auto;
		border-right: 0;
	}
	.pd-links {
		position: static;
		left :0;
		top:0;
		display: none;
		visibility: inherit;
		margin: 0 auto;
		opacity: 1;
		transition: none;
	}
	.nav-list-li li:hover .sub-menu-items.product li.active .pd-links {
		visibility: inherit;
		opacity: inherit;
	}
	.pd-title span {
		padding: 5px;
	}
	.sub-menu-items.product i{
    	left: 98%;
	}
	.nav-link-prod,.sub-menu-items.product i,.sub-menu-items.product li.active i {
		background: url("../img/down-arrow.png") no-repeat;
		background-position: 98% center;
		padding:0;
	}
	.sub-menu-items li {
		width: 22%;
	}
	.sub-menu-items li a > span {
		font-size: 14px;
	}
	.sub-menu-items li {
		width: 47%;
	}
	



	/*== Globel CSS ==*/	

	.pb-5, .py-5 {
		padding-bottom: 2rem !important;
	}	
	.pt-5, .py-5 {
		padding-top: 2rem !important;
	}

	/*== Globel CSS ==*/

	.banner h1 {
		font-size: 50px;
	}
	.banner h1.qoteBaner {
		font-size: 28px;
		line-height : 1.3;
		padding: 10px 100px;
	}
	.sectn-heading span {
		font-size: 23px;
	}	
	.sectn-heading {
		margin-bottom: 18px;
	}
	.cont-text {
		padding: 12px;
	}
	.text-on-img {
		top: 50%;
	}
	.sectn-heading {
		font-size : 26px;
	}
	.col-image p {
		font-size: 18px;
		margin:0 ;
	}
	.redbtn {
		font-size: 17px;
	}
	.footer-links h4 {
		font-size: 15px;
		width: 95%;
	}
	.footer-links li a {
		font-size: 14px;
	}
	.footer-links ul {
		line-height: 1.5;
	}
	.copyRight {
		padding: 12px 0;
	}
	.content-quote {
		padding: 30px 10px;
	}
	.quoteClass:after {
		right: 19px;
	}
	.quoteClass:before {
		top: -14px;
	}


	/*== products ==*/

	.banner-title {
		font-size: 28px;
	}
	.product-banner p {
		font-size: 14px;
		line-height:1.5;
	}
	.product-blk {
		min-height: 295px;
		margin-bottom:30px;
	}
	.product-blk h4 {
		font-size: 13px;
		line-height: 1.5;
	}

	/*== products ==*/


	.ambiance-burg-sec .styl-heding h2, .product-style-sec .styl-heding h2{
		font-size: 24px;
		margin-bottom: 22px;
		padding: 24px 0;
	}
	.ambiance-burg-sec.py-5 {
		padding: 20px 0 !important;
	}
	.stylebox h3 {
		font-size: 14px;
		padding: 5px;
	}
	.stylebox {
		margin: 10px 0;
	}

	/*== products ==*/

	.full-view-img {
		height: 480px;
	}
	.about-txt ul li label {
		width: 215px;
	}
	.about-txt p, .about-txt ul li {
		font-size: 13px;
	}


	/*== about-us ==*/

	.addrs-map-text {
		padding: 20px;
	}

	.loctn-ico:before,.contct-ico::before {
	    display: none;
	}
	.loctn-ico a, .contct-ico a{
		position: relative;
	}
	.loctn-ico a::before {
		content: "\f041";
		position: absolute;
	    top: -3px;
	    left: -22px;
	    font-family: FontAwesome;
	    color: #343a40;
	    font-size: 18px;
	}
	 .contct-ico a::before {
		content: "\f095";
		position: absolute;
	    top: -3px;
	    left: -22px;
	    font-family: FontAwesome;
	    color: #343a40;
	    font-size: 18px;
	 }


}

@media only screen and (max-width: 767px) {
	

	/*== Globel CSS ==*/	

	.pb-5, .py-5 {
		padding-bottom: 1rem !important;
	}	
	.pt-5, .py-5 {
		padding-top: 1rem !important;
	}


	/*== Globel CSS ==*/	


	/*== Home page ==*/
	
	.banner h1.qoteBaner {
		padding: 6px 10px;
	}
	.sectn-heading span {
		font-size: 18px;
	}
	.sectn-heading {
		margin-bottom:15px;
	}
	.textImageSection p {
		font-size: 14px;
	}
	.cont-text {
		padding: 15px;
	}
	.banner h1.qoteBaner {
		font-size: 18px;
	}
	.banner h1 {
		font-size: 28px;
	}
	.banner-cont.quoteTop {
		top: 50%;
	}
	
	.call-eamil-container {
		text-align: center;
	}
	.email-red {
		float:none !important;
	}
	.navbar-brand {
		padding : 15px;
	}
	.hovr-split-img {
		margin-bottom: 15px;
	}
	.text-on-img {
		top: 50%;
	}
	.sectn-heading span {
		font-size: 18px;
		margin: 5px 0;
	}
	.sectn-heading {
		font-size: 24px;
		margin-bottom : 15px;
	}
	.col-image p {
		margin:0;
	}
	.linkAnc-lg , .linkAnc{
		margin: 0 0 15px;
	}
	.content-quote {
		padding: 10px;
		margin: 0 15px;
	}
	.full-width-banner {
		padding: 50px 0;
	}
	.test-moinal {
		margin : 0;
	}
	.quoteClass {
		font-size: 14px;
	}
	.redbtn {
		padding: 8px 15px;
		font-size: 17px;
	}
	.content-quote{
		padding: 30px 15px;
		margin: 0 15px;
	}
	.footer-links {
		text-align: center;
	}
	.footer-links h4 {
		display: inline-block;
		width: auto;
		font-size: 17px;
	}
	.addrs-list li {
		width: 100%;
	}


	/*== Home page ==*/


	/*== products ==*/

	.product-blk {
		min-height: inherit;
		margin-bottom: 20px;
	}
	.stylebox h3 {
		font-size: 14px;
	}
	.full-view-img {
		height: 375px;
	}

	/*== about-us ==*/

	.about-txt ul li label {
		width: 100%;
	}
	.addrs-map-text {
		margin: 20px 0 ;
		left:0;
	}




	
}



@media only screen and (max-width: 575px) { 

	/*== products ==*/

	.full-view-img {
		height: 225px;
	}
	.ambiance-burg-sec .styl-heding h2, .product-style-sec .styl-heding h2 {
		font-size: 20px;
	    line-height: 1.5;
	    margin-bottom: 18px;
	    padding: 18px 0;
	}



	/*== products ==*/

	/*== about-us ==*/

	.about-txt blockquote {
		padding: 20px 30px;
		font-size: 16px;
	}
	.about-txt blockquote::after {
    	right: 16px;
	}



}