/*// Large devices (desktops, 992px and up)*/
@media  (min-width: 991px) and (max-width: 1199px) {
/*body{background: red !important;}*/
.carousel-caption {top: 15% !important;}
.slide .carousel-control-next, .slide .carousel-control-prev{top: 45%;}
.header_area .navbar .nav .nav-item .nav-link{font-size: 10px;}
}

/*=============================================================================================================================================================================*/
/*=============================================================================================================================================================================*/

/*// Medium devices (tablets, 768px and up)*/
@media  (min-width:100px) and (max-width: 991px)  {
/*body{background: lightgreen !important;}*/
.carousel-caption {top: 12% !important;}
.em4{font-size: 3em !important;}
.slide .carousel-indicators{display: none;}
.slide .carousel-control-next, .slide .carousel-control-prev{top: 45%;}
.slide h5{font-size: 1em !important;}


}

/*=============================================================================================================================================================================*/
/*=============================================================================================================================================================================*/

/*// Small devices (landscape phones, 576px and up)*/
@media  (min-width: 100px) and (max-width: 767px)  {
/*body{background: lightblue !important;}	 */
.em4{font-size: 2em !important;}
.hide-small{display: none;}
.table,.btn {font-size: 11px ;}

}


/*// Small devices (landscape phones, 576px and up)*/
/*@media  (min-width: 100px) and (max-width: 360px)  {
body{background: yellow !important;}	 

	
}
*/
