
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .fills{
  right:50% !important;
}
.fills {
    right: 50% !important;
}
.navbar-brand img{
  width:75%;
  height:auto;
}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

 /*--today--*/
.navbar-brand img{
  width:200px;
  height:auto;
}

.fills {
    margin: 0 !important;
    height: auto !important;
   /* position: relative !important;*/
    top: 6px !important;
    right: 4% !important;
    color: #fff;
   
}
li.left-li a {
    color: #fff;
    float: left;
    display: block;
    padding: 1px 5px 5px 0px !important;
}
/*--right--*/
ul.left-hdr {
    list-style-type: none;
    display: -webkit-inline-box;
    padding: 0px;
    margin-bottom:0px !important;
}

li.right-li a {
    color: #fff;
    float: left;
    
    display: block;
    padding:5px 8px 5px 8px;
   
}

/*--bann--*/
.carousel-caption {
    width: 90% !important;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

h1, h2, h3 {
   font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 4px;
}

.carousel-item img{
    height:300px !important;
}






}/*--end of media--*/

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) and (min-width: 320px) {
  /*body{
    background: red !important;
  }
  */
}

@media (max-width: 480px) and (min-width: 320px){
    
    .clip-polygon1 {
 clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 54% 92%, 50% 100%, 46% 92%, 0% 92%);
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: none !important ;
}
.left-mobno{
    margin-bottom: 0px !important;
  }
  /*--today--*/
.navbar-brand img{
  width:200px;
  height:auto;
}

.fills {
    margin: 0 !important;
    height: auto !important;
   /* position: relative !important;*/
    top: 2px !important;
    right: 4% !important;
    color: #fff;
   
}
li.left-li a {
    color: #fff;
    float: left;
    display: block;
    padding: 0px 5px 0px 0px !important;
}
/*--right--*/
ul.left-hdr {
    list-style-type: none;
    display: -webkit-inline-box;
    padding: 0px;
}

li.right-li a {
    color: #fff;
    float: left;
    
    display: block;
    padding:5px 8px 0px 8px;
   
}

/*--bann--*/
.carousel-caption {
    width: 82% !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

h1, h2, h3 {
   font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
}

.carousel-item img{
    height:300px !important;
}

 /*--today--*/ 


}

@media only screen and (max-width: 767px){
  h1 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
}
h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0px;
}
h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
}
}

@media (max-width: 320px) {
    li.left-li a {
    color: #fff;
    float: left;
    display: block;
    padding: 0px 5px 0px 0px !important;
}
    
}