


@media only screen and (max-width:992px){
	
	.container-p{
    	min-width: max-content;
    	

    }

	.left_link , .right_link{
			margin:0px;
			padding: 0px;
			
	}
}







@media screen and (max-width:768px){

		/**nav bar*/
		.container-p{
			    width: 100%;
			    padding: 0;
			    margin: 0;
		}

		.hide{
			display:none;
		}

		.left_link , .right_link{
			margin:0px;
			padding: 0px;
			
		}


		
		bar i{
			display: initial;
		}

		.right_link li{
			margin-top: 0px;
		}
		
		.home_wrapper{
			
			background: transparent url('img/reactions-promotion-mobile.png') center top no-repeat;
			background-size:60%;
				

		}

		.content{
			text-align: center;
			width: 100%;
			padding-top: 25%;
			padding-bottom: 10%;
			
			
			
		}
		
		.title{
			font-size:40px;

		}
		
		.p-text{
			font-size: 23px;
			color: #546673;
			margin-bottom: 29px;
			
		}
		
		.text-black{
		
			font-size:18px;
			
			
		}
		
		.title-btn{
			
			font-size:12px;

			
		}
		
		.btn-right-space{
			
			color: white;
			background-color:#2e9fff;
		}
		
		
		.div-size{
			width:70%;
			padding-bottom:0%;
			
		}

		
		.div-size2{
			width:80%;
			margin-top:15%;


		}

		.img-left{
		
			max-width: 500%;
   			width: 350%;
		}
	
		
		h2{
			font-size: 23px;
		}

		
		/**sticker */
		.img1 , .img2 ,.img3 , .img4{
			width: 150px;
		}
		
		
		.row>* {
		    
		    padding-right: 0px;
		    padding-left: 0px;
		    
		}
		
			
		
		.block-blue{
			border:1px solid black;
			padding:30px;
			background-color: #164b78;
			
		}
		
		.block-blue h1{
			font-size: 25px;
			padding: 0px;
		}

		.img-width{
			width: 90px;
		}
		
		

		.display-inline{
			display: inline-block;
		}
		
		.install-promo__number{
			font-size:65px;
		}

		.flex-box , .responsive-links{
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

		.m-right-side{
			margin-left:34%;

		}
		.small-text{
			font-size:10px;
		}
		
		.m-text {
			font-size: 18px;

		}

		.img-size{
			width: 400px;
			height: 300px;
		}

		/**footer */
		.link1-list{
			flex-wrap: wrap;
		}
		.link1-list li{
			font-size:15px;
		}
		.link2-list li{
			font-size: 13px;
		}

		footer{
			padding:0px;
			background-color:#353a3d;
			color: white;
		}
		.links{
			padding: 0px;

		}

		.m-right-list li{
			margin-right:15px;
			font-size: 10px;

		}
		
		.navbar-collapse ul{
			display: inline;
		}

}

