/*	This is used when you are making a website with individual css for each page
	NOTE: Use the master css for any items that you want to be constant throughout the website
*/

.bullets1{ display: inline-block; width: 40%; vertical-align: top;}
.bullets2{display: inline-block; width: 55%; vertical-align: top;}

#swiper_11{border: 3px solid #f1fbcd !important;}
.pagination_11{background: #f1fbcd !important;}

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

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

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

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

@media screen and (max-width:800px){
    .bullets1{ display: block; width: 100%;}
    .bullets2{display: block; width: 100%; margin: -13px 0 0 0;}
}

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

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

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

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

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