
/************************XL Size********************************/





/************************Computer Size*************************/






/************************Surfpad Size*************************/




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

    
}


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

    .price-table{
        flex-direction: column;
    }

    .single-price{
        width: 60px;
        background: #262626;
        float: left;
        margin: 20px auto;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
        text-align: center;
        transition: 0.9s;
    }  
    
}


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


    
}


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


    
}


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

    
    
}



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


}

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


}


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

 
}

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

   

}

/************************************************************/


/************************Mobile Size*************************/

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






