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


@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only 
screen and (min-device-pixel-ratio : 1.5) { 
 .owl-carousel .owl-item .mac{ display: none !important;}
    
     .owl-carousel .owl-item .phone{
    display: none !important;
  }
   .owl-carousel .owl-item .desktop{
    display: block !important;
  }

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

	
}

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

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

	 .owl-carousel .owl-item .mac{ display: block !important;}
    
     .owl-carousel .owl-item .phone{
    display: none !important;
  }
   .owl-carousel .owl-item .desktop{
    display: none !important;
  }
  .stype{
    height: 590px!important;
    width: 100%;
  }
.form-footer input[type="text"]{
  width: 130px;
}

}

/* 
  ##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) {

    header .item .cover .header-content{
    padding: 12px !important;
  }
  header .item .cover .header-content .h4, header .item .cover .header-content .h1{
    color: #22463C !important;
    text-shadow: inherit !important;
  }
  /*.bnrfirst{
    display: none;
  }*/
  .owl-carousel .owl-item .bnrfirst img{
    width: inherit !important;
  }
  header .bnrfirst .cover .header-content h4, header .bnrfirst .cover .header-content h1{
    color: #dcf8e9 !important;
    text-shadow: 2px 2px 8px #22463C !important;
  }

  .stype{
    height: 590px!important;
    width: 100%;
  }
.form-footer input[type="text"]{
  width: 130px;
}
	
}

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

@media (min-width: 481px) and (max-width: 767px) {
	.owl-carousel .owl-item .desktop{
    display: none !important;
  }
  .owl-carousel .owl-item .mac{
    display: none !important;
  }
  .owl-carousel .owl-item .phone{
    display: block !important;
  }
  header .item .cover .header-content{
    padding: 12px !important;
  }
  header .item .cover .header-content .h4, header .item .cover .header-content .h1{
    color: #22463C !important;
    text-shadow: inherit !important;
  }
  /*.bnrfirst{
    display: none;
  }*/
  .owl-carousel .owl-item .bnrfirst img{
    width: inherit !important;
  }
  header .bnrfirst .cover .header-content h4, header .bnrfirst .cover .header-content h1{
    color: #dcf8e9 !important;
    text-shadow: 2px 2px 8px #22463C !important;
  }

}

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

@media (min-width: 320px) and (max-width: 480px) {
	.owl-carousel .owl-item .desktop{
    display: none !important;
  }
  .owl-carousel .owl-item .mac{
    display: none !important;
  }
	.owl-carousel .owl-item .phone{
    display: block !important;
  }
	header .item .cover .header-content{
    padding: 12px !important;
  }
  header .item .cover .header-content .h4, header .item .cover .header-content .h1{
    color: #22463C !important;
    text-shadow: inherit !important;
  }
  header .item .cover .header-content .h4{
    display: none;
  }
  header .item .cover .header-content .dh4{
    display: block !important;
  }
 
  /*.bnrfirst{
    display: none;
  }*/
  /*.owl-carousel .owl-item .bnrfirst img{
    width: inherit !important;
  }*/
  header .bnrfirst .cover .header-content h4, header .bnrfirst .cover .header-content h1{
    color: #dcf8e9 !important;
    text-shadow: 2px 2px 8px #22463C !important;
  }
}
.owl-carousel .owl-item .phone{
  display: none;
}
.owl-carousel .owl-item .desktop{
    display: block;
  }
  header .item .cover .header-content .h4, header .item .cover .header-content .h1{
    color: #dcf8e9;
    text-shadow: 2px 2px 8px #22463C;
  }