/***Start Of Media Quary***/


/*Smart Phons And Tables*/
@media(min-width:0px) and (max-width:767px) {
    
    
   /*Start Of Top Header*/

.topheader{height:40px;background-color:#FFF;border-bottom: 1px solid #ddd;}

.topheader .phone{ width:100%;height:39px;float:left}
.image{float:left;margin-left:0;margin-top:-2px }

.image .fa-phone{margin-left:50%;margin-top:11px;overflow:hidden;color: #ACACAC  }

.topheader .phone .text {float:right;font-size: 12px;margin-top:10px;width:83%}
.topheader .phone .text {color: #ACACAC}
/*End Of Section Top Header*/
    
    /*Page Products*/
    
    .products{padding-top: 54%}
    
    /*End Of Page Products*/
    
    /*Start Of Page News*/
    .news .text{margin: 100px auto;width: 100%;background-color:#ea9191;border:10px solid #e21313;}
    .news .text h1{margin-top:22%;color:#FFF;font-size:17px;margin-top:25%  }
    
    /*End Of Page Nwes*/
    /*Start Of Page Contact*/

.contact{}
.contact h1{margin-top:15%;color:#FFF;font-size:30px }
.contact h2{color: orangered;font-size:18px;font-weight:bold;margin-top: 0}
.contact h3{color: #855BAF;font-size:15px;font-weight: bold}
.contact p{font-size: 15px;color: #777}
.contact header{width: 100%;height:100px; background-color:#855BAF;margin-bottom:5% }
.contact .phone{margin-bottom:45px; }
.contact .map{padding-left:6px }
.contact iframe{ width: 343px}
/*End Of Page contact*/
    
    
}
/*Small Screens*/



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



/*medium Screens*/

@media (min-width:992px) and (max-width:1199px){
    
   
    
}
/*larg Screen*/
@media (min-width:1200px){
    
    
    
}

/*End Of Media Quary*/