
/* This Css is for small mobile */

@media (max-width: 767px) {
.single_store {
	border-left: 0px;
}
.last {
	border-right: 0px;
}
.iphone {
	float: none;
	text-align: center;
}
.about_phone {
	text-align: center;
}
.video {
	padding-top: 25px;
}
.video_area {
	padding-bottom: 20px;
	padding-top: 20px;
}
.video-button {
	text-align: center;
}
.call_to_action .col-md-3 {
	text-align: center;
	padding-top: 20px;
}
.single_fun_facts {
	padding-bottom: 20px;
}
.about_phone img {
	width: 100%;
}
.logo {
	padding-top: 25px;
	padding-bottom: 0px;
}
.logo-center {
	max-width: 30%;
}
.home_text h1 {
	font-size: 20px;
	line-height: 35px;
	padding-top: 0px
}
.section_title {
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_title h2 {
	font-size: 24px;
}
.about_phone img {
	margin-top: 20px;
}
.left_single_feature h3, .right_single_feature h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.left_single_feature, .right_single_feature {
	margin-bottom: 30px;
	margin-top: 0px;
}
.inner_about_title h2 {
	font-size: 22px;
	line-height: 32px;
}
.video_title h2 {
	font-size: 22px;
	line-height: 30px;
}
.video iframe {
	width: 90%;
	height: 250px;
}
img.img-testimonial {
	width: 80px;
	height: 80px;
}
.testimonial_caption p {
	font-size: 16px;
	line-height: 25px;
	padding-top: 15px;
}
.testimonial_caption h2 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 15px;
}
.single_about_area h3 {
	font-size: 18px;
	font-weight: 600;
}
.call_to_action {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/* This Css is for tablet */

@media (min-width: 760px) {
.single_store {
	border-left: 0px;
}
.last {
	border-right: 0px;
}
.iphone {
	float: none;
	text-align: center;
}
.about_phone {
	text-align: center;
}
.call_to_action .col-md-3 {
	text-align: center;
	padding-top: 50px;
}
.video-button {
	text-align: center;
}
.single_fun_facts {
	padding-bottom: 60px;
}
.video {
	padding-top: 50px;
}
}
/* This Css is for Medium Deviced */

@media (min-width: 992px) {
.last {
	border-right: 1px solid #0F1217;
}
.single_store {
	border-left: 1px solid #0F1217;
}
.iphone {
	float: right;
}
.video-button {
	text-align: left;
}
.call_to_action .col-md-3 {
	text-align: right;
	padding-top: 0px;
}
.single_fun_facts {
	padding-bottom: 0px;
}
.video {
	padding-top: 00px;
}
}
/* This Css is for large Deviced */

@media (min-width: 1200px) {
.last {
	border-right: 1px solid #0F1217;
}
.single_store {
	border-left: 1px solid #0F1217;
}
.iphone {
	float: right;
}
.video-button {
	text-align: left;
}
.call_to_action .col-md-3 {
	text-align: right;
	padding-top: 0px;
}
.video {
	padding-top: 0px;
}
}
