@media(max-width:1199px){
    .navbar img {
        width: 300px !important;
    }
}

@media(max-width:991px){
   .pro-box{
    text-align: center !important;
   }
   .my-nav li a {	
	 margin: 5px 0 !important;	
    }
    .top-items {
        text-align: center;
    }
    .user {
        float: initial !important;
        text-align: center;
    }
}
@media(max-width:767px){
    .carousel-caption{       
        left:9% !important;
        width:400px !important;
      }
      .carousel-caption h5{
        font-size: 26px !important;
      }
      .carousel-caption p {        
        font-size: 20px !important;        
    }
    .abt-btn{
        padding: 15px !important;
        min-height: 30px !important;
    }

}
@media(max-width:480px){
    .carousel-caption {
        top:5% !important;
        left:11% !important;
        width: 200px !important;
    }
    .carousel-caption h5{
        font-size: 17px !important;
      }
      .carousel-caption p {
        font-size: 12px !important;
    }
    .fifty img {
        width: 40% !important;
    }
    #carouselExampleDark .carousel-indicators {
        opacity:0 !important;
    }
    .abt-btn {       
        font-size: 13px !important;        
    }
    .orng_box {        
        padding: 12px !important;        
    }
    .orng_box p {
       font-size: 13px !important;        
    }
    .orng_box a {
        font-size: 13px !important;
    }
}
@media(max-width:375px){
    .carousel-caption {
        top:1% !important;
    }
    .foot-logo img {
        width: 250px !important;
    }
}
@media(max-width:320px){
    .prohd {
        font-size: 25px !important;        
    }
}