/* 
  ##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) {
  .tk-page-header-carousel-img {
      height: 50vh
  }
  
  .tk-page-header-carousel .owl-prev {
      width: 150px;
      height: 50vh;
  }

  .tk-page-header-carousel .owl-next {
      width: 150px;
      height: 50vh;
  }
  
  .arrow:before {
    display: none;
  }
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .tk-page-header-carousel-img {
    height: 50vh
  }
  
  .tk-page-header-carousel .owl-prev {
      width: 50px;
      height: 50vh;
      background: none !important;
  }

  .tk-page-header-carousel .owl-next {
      width: 50px;
      height: 50vh;
      background: none !important;
  }
  
  .tk-page-header-carousel .owl-next i {
      margin-left: 0px;
  }

  .tk-page-header-carousel .owl-prev i {
      margin-right: 0px;
  }
  
  .arrow:before {
    display: none;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .content-section {
    padding: 10px 0;
  }

  .tk-package-img {
    margin-bottom: 15px;
  }

  .tk-package-center {
    padding-bottom: 30px;
  }

  .tk-package-col-last {
    padding-top: 15px;
  }

  .tk-package-all-details {
    padding: 0;
    padding-top: 15px;
  }
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .tk-page-header-carousel-img {
    height: 50vh
  }
  
  .tk-page-header-carousel .owl-prev {
      width: 50px;
      height: 50vh;
      background: none !important;
  }

  .tk-page-header-carousel .owl-next {
      width: 50px;
      height: 50vh;
      background: none !important;
  }
  
  .tk-page-header-carousel .owl-next i {
      margin-left: 0px;
  }

  .tk-page-header-carousel .owl-prev i {
      margin-right: 0px;
  }
  
  .arrow:before {
    display: none;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .content-section {
    padding: 10px 0;
  }
  
  .tk-package-img {
    margin-bottom: 15px;
  }

  .tk-package-center {
    padding-bottom: 30px;
  }

  .tk-package-col-last {
    padding-top: 15px;
  }

  .tk-package-all-details {
    padding: 0;
    padding-top: 15px;
  }
}