/*------------------------------------------------------------------
# [Color codes]
# Background 	#a2352b (iwatch Red)
# Color and Border::	#e84c3d (android blue)
# */
.hide{
	display: none;
}
.watch_index header,
.watch_index .navbar-default,
.form_send_btn:hover,
.comma_icon_blk,
.bck_dark_blk,
.form_send_btn:focus{
  background: rgba(246,90,93,1);
}
.btn-default.bck_color_dark,
.get_api{
  background: rgba(65,65,65,0.3);
}
.btn-default.bck_color_dark:hover,
.get_api:hover{
	border:2px solid rgba(65,65,65,0.7);
	color: rgba(65,65,65,1);
}
hr.star-primary,
.app_screen_mob_icon,
.app_screen_mob_icon:hover,
.app_screen_iwatch_icon:hover,
.app_screen_iwatch_icon_active{
	border-color: rgba(246,90,93,1);
}
.watch_index .iwatch_feature_content .iphone_ban1 h2,
.form_send_btn {
  color: rgba(246,90,93,1);
}
.carousel-indicators .active,
.form_send_btn{
	border:2px solid rgba(246,90,93,1);
}
.app_store_bck{
	background-color: #a2352b;
}
.form_send_btn:hover,
.form_send_btn:focus{
	border-color: #e84c3d;
	color:#fff;
}
.app_screen_mob_icon{
	color:#fff;
	background-color: #e84c3d;
}
.app_screen_mob_icon_nonactive{
	background-color:transparent;
	background-image:url('../images/mobile1_hover_red.png');
}
.app_screen_iwatch_icon{
	background-image:url('../images/watch_red.png');
}
.app_screen_iwatch_icon:hover,
.app_screen_iwatch_icon_active{
	background-image:url('../images/watch_white.png');
	background-color:#e84c3d;
}
.app_screen_mob_icon:hover{
	background-image:url('../images/mobile1.png');
	background-color:#e84c3d;
}
.profile_div img.userImg{
	border-color:#E84C3D;
}
.user_name{
	color:#e84c3d;
}
.terms-policy > p > a{
	color: rgba(65,65,65,0.6);
	font-style: italic;
	font-size: 13px;
}
.terms-policy > p > a:hover{
	text-decoration: underline;
	color: rgba(65,65,65,1);
}
.btn-default{
	border-radius: 30px !important;
}
.btn-default.form_send_btn{
	height: 60px;
}
.app_store_download > .gp{
	margin-left: 0px;	
}
.app_store_download > .as,
.app_store_download > .gp{
    display: flex;
    font-size: 20px;
    line-height: 26px;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition-duration: 0.4s;
}
.as > i,
.gp > i{
	display: inline-block;
	font-weight: initial;
    font-size: 28px;
    padding-left: 0px;
    width: 28px;
    height: 28px;
    margin: 6px 13px 6px 0px;
    float: left;
}
.as > span,
.gp > span{
	display: inline-block;
	width: 169px;
    float: left;
    padding: 0px 0px;
    text-align: center;
    border-left: solid 1px rgba(255,255,255,1);
}
.as:hover > span,
.gp:hover > span{
    border-left: solid 1px rgba(65,65,65,1);
}
.as > span > em,
.gp > span > em{
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: none;
}

@media(min-width:992px) {
	.app_store_download > .as,
	.app_store_download > .gp{
		width: 200px;
		font-size: 16px;
		margin-top: 25px;
	}
	.app_store_download > .gp{
		margin-left: 15px;
	}	
	.as > i,
	.gp > i{
	    font-size: 24px;
	    padding-left: 0px;
	    width: 24px;
	    height: 24px;
	    margin: 6px 13px 6px 0px;
	}
	.as > span,
	.gp > span{
		width: 123px;
	}
	.as > span > em,
	.gp > span > em{
		font-size: 12px;
	}
	.avail_app_store_txt {
	    padding: 50px 0;
	}
	.iphone_ban1 h2{
		font-size: 29px;
	}
	.ban1_txt {
	    padding-top: 85px;
	}
}
@media(min-width:1200px) {
	.app_store_download > .as,
	.app_store_download > .gp{
		width: 250px;
		font-size: 20px;
		margin-top: 25px;
	}
	.as > i, .gp > i {
	    font-size: 28px;
	    padding-left: 0px;
	    width: 28px;
	    height: 28px;
	    margin: 6px 13px 6px 0px;
	}
	.as > span,
	.gp > span{
		width: 169px;
	}
	.as > span > em,
	.gp > span > em{
		font-size: 14px;
	}
	.ban1_txt {
	    padding-top: 120px;
	}

}


@media (max-width: 767px){
	.app_store_download {
		width: fit-content;
		width: -moz-fit-content;
		margin: auto;	
	}
	.app_store_download > .gp{
		margin-left: 15px;	
	}
/*	.bnnr-dl-btns{
		margin-left: -15px;
		margin-right: -15px;
	}
*/	.padding_zero {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}
@media (max-width: 563px){
	.app_store_download {
		width: min-content;
		width: -moz-min-content;
		margin: auto;	
	}
	.app_store_download > .gp{
		margin-left: 0px;	
	}
}
