

	/*============================= Small MOBILE Devices================================ */
	
	@media(min-width:375pxpx){
		
	.popupbox p{
	    display:none;
	}
		    
		
		
		
	}
	
	
	
	
	
	/*============================= MOBILE Devices================================ */
	@media(max-width:767px){
	    	.popupbox p{
    	    display:none;
    	}
    	.popupbox>div.text-center {
            margin-bottom: 9px;
        }
		.about .content ul h3{
		    margin-bottom: 10px;
		}
	    label {
             display: none; 
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: bold;
        }
		.logo img {
			padding: 7px 0px;
			width: 140px;
			float: left;
			/* position: absolute; */
			/* left: 9px; */
			background: #fff;
			border-radius: 4px;
		}
		span.callbtn img {
			width: 105px;
			margin-right: 30px;
			margin-top: 14px;
		}
		
		nav.navbar.bootsnav .navbar-toggle{
			float: right;
			margin-right: 0px;
			margin-left: 15px;
			margin-top: 15px;
		}
		.achivment p {
			margin-bottom: 35px;
		}
		.herobanner.mt-85 {
			margin-top: 52px;
		}
		.About-right-bg-img {
			background: none;
		}
		.about_left_text{
			margin-bottom: 30px;
		}
		.faq-style-area h4 br {
			display: none;
		}
		.sub-title {
			font-size: 16px;
		}
		.footer .credits{
			text-align: center;
			margin-bottom: 60px;
		}
		.about h2 {
			font-size: 34px;
		}
		.main-section-title h2 {
			font-size: 34px;
		}
		.popupbox h2 {
			font-size: 22px;
		
		}
		.popup-left::before{
			height: 144%;
		}
		.ps4{
			display: flex;
		}
		.pbox img {
			width: 36px;
		}
		.footer{
			margin-bottom: 39px;
		}
		.popupbox form input,
		.popupbox form select
			{
			margin-bottom: 5px;
		}
	}
	
	
	



	
	


	/*============================= Medium Devices, Tablets ================================ */
	@media(min-width:768px) and (max-width:991px){
		.herobanner.mt-85 {
			margin-top: 86px;
		}
		.logo img {
			padding: 13px 0px;
			width: 96px;
		}
		nav.navbar.bootsnav .navbar-toggle {
			margin-top: 24px;
		}
		.about h2 {
			font-size: 36px;
		}
		.main-section-title h2 {
			font-size: 36px;
		}
		.About-right-bg-img {
			background: none;
		}
		
	}
	
	
	
	/*============================= Medium Devices, Desttop ================================ */
	@media(min-width:992px) and (max-width:1199px){
		
		
		
			
	}	























