﻿.download_app_item { 
 width: 96%; 
 margin: 0 auto; 
} 
#AppDownloadSlider .owl-nav { 
 display: flex; 
 justify-content: space-between; 
 width: 300.85px; 
 align-items: center; 
 margin: 0 auto; 
 margin-top: 35px; 
} 
#AppDownloadSlider .owl-dots { 
 text-align: center; 
 display: block; 
 position: absolute; 
 left: 50%; 
 transform: translateX(-50%); 
 bottom: 7px; 
 display: flex; 
 overflow: hidden; 
 align-items: flex-start; 
} 
 
#AppDownloadSlider .owl-dots .owl-dot { 
 display: inline-block; 
 position: relative; 
 padding: 0; 
} 
 
#AppDownloadSlider .owl-dots .owl-dot span { 
 background: none repeat scroll 0 0 #869791; 
 border-radius: 20px; 
 display: block; 
 height: 6px; 
 margin: 5px 5px; 
 opacity: 0.5; 
 width: 9px; 
} 
 
#AppDownloadSlider .owl-dots .owl-dot.active span { 
 background: #444; 
 opacity: 1; 
 width: 20px; 
} 
.downloadIcon { 
 margin-top: 31px; 
 text-align: center; 
 margin-bottom: 20px; 
} 
#AppDownloadSliderMobile{ 
 display:none; 
 } 
img.customDownloadSlider.lazy.loaded { 
 border-radius: 20px; 
 border: 1px solid #FFC892; 
 display: block; 
 max-width: 100%; 
 height: auto; 
 margin: 0 auto; 
} 
@media(max-width: 767px) { 
 .download-app-sec #AppDownloadSlider.col-md-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
 }
 #AppDownloadSlider .owl-stage-outer {
  overflow: hidden;
 }
 #AppDownloadSlider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #AppDownloadSlider .owl-item .item {
  width: 100%;
  display: flex;
  justify-content: center;
 }
 #AppDownloadSliderMobile .owl-nav { 
 display: flex; 
 justify-content: space-between; 
 width: 20%; 
 align-items: center; 
 margin: 0 auto; 
 margin-top: 10px; 
 } 
 #AppDownloadSliderMobile .owl-dots { 
 text-align: center; 
 display: block; 
 position: absolute; 
 left: 50%; 
 transform: translateX(-50%); 
 bottom: 7px; 
 display: flex; 
 overflow: hidden; 
 align-items: flex-start; 
 } 
 
 #AppDownloadSliderMobile .owl-dots .owl-dot { 
 display: inline-block; 
 position: relative; 
 padding: 0; 
 } 
 
 #AppDownloadSliderMobile .owl-dots .owl-dot span { 
 background: none repeat scroll 0 0 #869791; 
 border-radius: 20px; 
 display: block; 
 height: 6px; 
 margin: 5px 5px; 
 opacity: 0.5; 
 width: 9px; 
 } 
 
 #AppDownloadSliderMobile .owl-dots .owl-dot.active span { 
 background: #444; 
 opacity: 1; 
 width: 20px; 
 } 
 .download_app_item { 
 width: 100%; 
 max-width: 240px; 
 margin: 0 auto; 
 padding: 0 8px; 
 box-sizing: border-box; 
 display: flex; 
 justify-content: center; 
 } 
 .download_app_item .d-flex,
 .download_app_item .icon.sky {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
 }
 .download_app_item img.customDownloadSlider {
  width: auto;
  max-width: 100%;
  max-height: 380px;
  margin: 0 auto;
 } 
 #AppDownloadSlider .owl-nav { 
 width: auto; 
 margin-left: auto; 
 margin-right: auto; 
 } 
}
