
/* For Mobile Phones only */
@media (max-width: 767px){
.link-hide{
    display:block;
}
.fot-cucon .row .col-md-3 {
    margin: 20px 10px;
}
.container.fot-cucon {
    margin-top: 50px;
}
.row.logo-showcase {
    margin: 30px 0px;
}
.logo-showcase ul li {
    margin: 12px 30px;
}
.bottom-footer {
    padding: 10px 20px;}
    
.rw-height li {
    padding-top: 0px;
    text-align: center;
    width: 100%;
}    
 .btn-sub {
    border-radius: 20px;
    position: unset;
    top: unset;
    width: 100%;
    margin-top: 10px;
}
.email {
    border-radius: 20px;
    padding: 8px 20px;
    width: 100%;
    float: unset;

}
}/* For Mobile Phones ends */



@media (max-width: 768px){
.top-head, .navbar {
    display: none;
}
}

/* For ipads */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
      


}/* For ipads ends */


/* For Ipad-Pro  */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
      


}/* For Ipad-Pro ends  */


/* laptop screnns */
@media (min-width: 1200px){
	
}/* laptop screnns ends*/


/*below everything  laptop screnns */
@media only screen and (max-width: 1280px){


}


/* laptop screnns */
@media (max-width: 1400px){

}/* laptop screnns ends*/


/* large screnns */
@media (min-width: 1900px){

}/* large screnns ends */
