
.service-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  font-size: 18px;
  /* text-align: center; */
  border: 1px solid #25bed5;
  color: #25bed5;
  
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #116774;
  border-bottom: 1px solid #2BDBF5;
}
 
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1300px) { 

header .phone-image {
max-width: 721px;
top: 242px;

}
.sleepsync-ipad{
	left: -88px;
	
}


h1 {
font-size: 3.0rem;
line-height: 3.5rem;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) { 
.sleepsync-ipad{
	left: -88px;
	
}
 .standard-button, .standard-button2 {
  font-size: 14px;

}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
 	
header .phone-image {
max-width: 625px; !important
top: 88px;!important;
top: 94px;
}
h1 {
font-size: 3rem;
line-height: 3.388rem;
}
h2 {
  font-size: 2rem;
  line-height: 2.563rem;
}
h5 {
font-size: 15px;
font-family: "PlayAction",sans-serif;
}
header .color-overlay {
min-height: 770px;
}
header .intro-section .buttons {
margin-top: 21px;
}
.standard-button, .standard-button2 {
font-size: 12px;
font-weight: 400 !important;
border-radius: 4px !important;
text-shadow: 0 !important;
color: #000000;
min-width: 150px;
border: none;
padding: 20px 33px 16px 30px;
margin: 5px;
-webkit-transition: all ease 0.25s;
}

.single-package .package-feature {

margin-left: 24px;
}
.app-brief .left-align .feature-list {
text-align: left;
}


}

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



@media all and (min-width: 480px) and (max-width: 991px) { 
.sleepsync-ipad{
	left: -310px
	
}
.pack-n-play-ipad {
/* float: left; */
right: -200px;

bottom: -13px;
}

.pack-n-play .left-align {

width: 50%;
}
.sleep-sync .left-align {
text-align: left;
margin-bottom: 50px;
width: 63%;
float: right;
}
}
@media all and (max-width: 480px) { 

.scroll-links {

}
.play {
font-size: 28px;
}
.pack-n-play-ipad {
display:none
}
}


/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */ }


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}