body {
  color: #424143;
  font-family: "Open Sans",sans-serif !important;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  direction: rtl;
}
.texa, .hide {
    display: none;
}
.money .total-single {
    border-left: none;
	width: 20%;
}
.accordion {
    cursor: pointer;
}
.iphone{
	background: url(../images/img-sprit.png) no-repeat 0px -57px;
}
.google{
	background: url(../images/img-sprit.png) no-repeat 0px -4px;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider{
	float: left;
    border: 1px solid #ccc;
    padding: 0px;
	width: 100%;
	height: 78px;
	margin-bottom: 5px;
}

input#terms {
    margin: 7px 0px 0px 0px;
}
.no-item {
    text-align: center;
    width: 100%;
    float: left;
}
.del:hover {
    color: #2abdf7;
}
h1,h2,h3,h4,h5,h6 {
		padding: 0;
		margin: 0;
		 font-family: "Open Sans",sans-serif;
		 color:#424143;
		
}
p.prize span {
    float: right;
}
button.back-to:focus {
    outline: none;
    border: none;
}
label.show, label.israeld.show {
    display: block;
}
label.hide, label.israeld, label.error-d, label.tandc, .yellow, .pink, .blue {
    display: none;
}
label#erroras {
    padding: 0px;
}
label#term-condition {
    width: 100%;
    float: right;
}
input.acccepted {
    width: 20px;
    float: right;
}
ul,p, ol{
margin: 0;
padding: 0;
}
li {
		list-style: none;
}
a,img,
*:link {
text-decoration: none;
outline: none;
border: none;
		
}
a{
cursor:pointer;
}
		
* {
box-sizing: border-box;
}

.container{
 width: 1170px;
 margin: 0px auto;
}
 
.main-wrapper {
width: 100%;
float: left;
margin: 0px auto;
}

.section-col{
	width:100%;
	float:left;
}
header{
	border-top:3px solid #7cb237;
	padding:10px 0px;
}
.header-left {
    float: left;
    width: auto;
    position: absolute;
    left: 0px;
}
.logos-wrapper{
	width:100%;
	float:left;
	position:relative;
}
.logo-col {
  float: left;
  height: 50px;
  margin: 8px 0;
  width: 100%;
  text-align: center;
}
h2.section-heading {
  float: left;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
ul.menu-col li {
  display: inline;
  margin-left: 40px;
}
ul.menu-col {
  float: right;
  margin: 20px 0;
  width: auto;
  display: none;
}
ul.menu-col li a {
  color: hsl(270, 2%, 26%);
  font-size: 16px;
  font-weight: 600;
}
ul.menu-col li a:hover, ul.menu-col li.active a{
	color: #7cb237;
}
.banner-col{
	/*background: linear-gradient(135deg, #05cc56, #094cf9 , #05cc56 160%);
	/*background: linear-gradient(135deg, #094cf9, #05cc56 , #094cf9 160%);*/

background: url("../images/bg002.jpg") repeat center top;
	
}
.left-side {
  float: left;
  text-align: left;
  width: 52%;
  margin-top:20px;
}
.banner-text-col {
  margin: 56px 0;
}
.right-col h1 {
  color: hsl(0, 0%, 100%);
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  width:100%;
  float:left;
}
.right-col p {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0;
  width: 100%;
}

.pro-list {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.pro-list li {
  /*background: hsla(0, 0%, 0%, 0) url("../images/list-btn.png") no-repeat scroll right 5px;*/
  color: hsl(0, 0%, 100%);
  display: block;
  float: left;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  padding-right: 70px;
  width: 100%;
}
.pro-list li.gps-col{
	background: hsla(0, 0%, 0%, 0) url("../images/icon001.png") no-repeat right top;
	height:53px;
}
.pro-list li.waterproof-col{
	background: hsla(0, 0%, 0%, 0) url("../images/icon002.png") no-repeat right top;
	height:53px;
}
.pro-list li.world-wide-col{
	background: hsla(0, 0%, 0%, 0) url("../images/icon003.png") no-repeat right top;
	height:53px;
}
.pro-list li.phone-col{
	background: hsla(0, 0%, 0%, 0) url("../images/icon004.png") no-repeat right top;
	height:53px;
}
.pro-list li.buy-col{
	background: hsla(0, 0%, 0%, 0) url("../images/icon005.png") no-repeat right top;
	height:53px;
}
.right-col {
  float: right;
  width: 45%;
}

.buy-now {
  float: right;
  margin-top: 22px;
  width: 220px;
}
.buy-now a {
  background-color: hsl(0, 0%, 100%);
  border-radius: 33px;
  color: hsl(145, 95%, 41%);
  font-size: 20px;
  font-weight: bold;
  padding: 16px 33px;
  text-transform: uppercase;
   border: none;
   cursor:pointer;
   outline: none;
}
@-moz-document url-prefix() {
   .buy-now a {
        font-weight: normal;
    }
}
.buy-now a:hover{
	 background-color: hsl(145, 95%, 41%);
	 color:#fff;
	
}
.right-col img {
  margin: 28px 0;
}
.watch-col {
  margin-top: 10px;
}
.features-col{
   /* background: linear-gradient( #8bcb65, #14bfcf);*/
	padding:56px 0px;
	background:url(../images/features-bg.jpg) repeat;

}
.watch-img {
  float: left;
  margin: 0 34px;
  text-align: center;
  width: 30%;
}
.features-list {
  float: left;
  width: 32%;
}
.features-list.align-right {
  float: right;
}
.features-list li {
  display: block;
  float: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  margin: 24px 0;
  text-align: right;
  width: 100%;
}
.features-list li:last-child{
	margin-bottom:0px;
}
.features-list.align-right li {
  text-align: left;
}
.features-list li:nth-of-type(2), .features-list li:nth-of-type(4) {
  padding-right: 20px;
}
.features-list li:nth-of-type(3) {
  padding-right: 30px;
}
.features-list.align-right li:nth-of-type(2), .features-list.align-right li:nth-of-type(4) {
  padding-left: 20px;
}
.features-list.align-right li:nth-of-type(3) {
  padding-left: 30px;
}
.img-section {
  background: hsla(0, 0%, 0%, 0) url("../images/GW300S.jpg") no-repeat scroll center top / cover ;
  min-height: 534px;
  padding: 56px 0 20px;
}
.foxi-col {
  float: right;
  width: 63%;
  margin-top: 55px;
}
.foxi-col .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom:0px;
}
.app-features {
  padding: 56px 0;
 
}
.app-features.section-col p {
  float: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin: 20px auto;
  width: 70%;
}
.app-container{
  text-align: center;
}
.moblie-sec{
	width:48%;
	float:left;
	text-align:left;
	position:relative;
}
.moblie-sec ul {
  float: left;
  margin:0px;
  width: 50%;
}
.phone-col {
  float: right;
  text-align: right;
  width: 50%;
}
.moblie-sec ul li{
   display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    margin: 24px 0px 0px 0px;
    text-align: right;
    width: 100%;
}
.about-us {
background: url(../images/features-bg.jpg) repeat;
padding: 56px 0px;
}
.about-us p{
	width:100%;
	float:left;
	margin-top:50px;

}
.copy-right {
  /* background-color: hsl(0, 0%, 13%); */
 
  background: url(../images/bg002.jpg) repeat;
  padding: 20px 0;
  text-align: center;
  padding-top: 56px;
}
.copy-right.section-col p {
  color:#fff;
  float: left;
  font-size: 13px;
  width: 100%;
}
.arrow {
  position: absolute;
  right: -80px;
  top: 240px;
}
.watch-sec{
	width:42%;
	float:right;
	text-align:left;
}
.watch-sec ul {
  float: left;
  margin-top: 30px;
  width: 75%;
}
.watch-sec > ul li {
  background: hsla(0, 0%, 0%, 0) url("../images/ul-icon.png") no-repeat scroll left center;
  float: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 30px;
  width: 50%;
}
.our-clients-col.section-col {
  padding: 56px 0px;
  direction: ltr;
}
.app-watch {
  float: right;
  width: 100%;
  margin-top: 20px;
}
.moblie-app-sec.section-col {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}
.bx-pager.bx-default-pager {
  display: none;
}

/* -----------------Slider-------------------- */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
  display: block;
  width: 110px;
  height: 50px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide .inner {
  margin: 0 15px;
}

.quity-detail input {
    width: 13%;
}
.tat-amount {
  float: left;
  width: 100%;
}
/* -----------------Slider-------------------- */	

/*----------------------Pop Up----------------*/

input[type=text], input[type=tel], input#pnumber {
width:100%;
padding:10px;
border:1px solid #ccc;
padding-left:20px;
font-size:16px;
}
#name {
background-image:url(../images/name.jpg);
background-repeat:no-repeat;
background-position:5px 7px
}
#email {
background-image:url(../images/email.png);
background-repeat:no-repeat;
background-position:5px 7px
}
h1.Header-heading.Header-heading--inline {
    float: right;
    font-size: 22px;
    font-weight: 200;
}
.cart-head {
    float: left;
    width: 100%;
	margin-top: 10px;
}
input.popup-btn {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
.sub-totals span, .tat-amount span {
color:red;
font-weight:700 
}
p.prize{
/* color: red;
font-weight: 700; */
float: left;
}
.back-to.back3 {
    float: left;
	cursor: pointer;
}
.Address, .addri, .addri-first span {
    float: left;
	width: 100%;
}
.Address {
    color: rgb(66, 78, 94);
    background-color: rgb(245, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 220, 223);
    border-image: initial;
    border-radius: 3px;
    padding: 10px;
	text-align: right;
}
/*button {
width:10%;
height:45px;
border-radius:3px;
background-color:#cd853f;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer
}*/
input#shipment {
    margin-bottom: 30px;
}
select#selectval {
    width: 100%;
    padding: 10px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 16px;
   
}
.money {
  margin: 0px 0;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
    padding: 5px;
}

button.but-first, .button-first input.but-first {
  width: 100%;
  background-color:hsl(145, 95%, 41%);
  cursor: pointer;
    font-size: 18px;
    font-weight: bold;
   padding: 12px 24px;
    text-transform: uppercase;
	border-radius: 33px;
	border:2px solid hsl(145, 95%, 41%);
	color:#fff;
	outline: none;
}
button.but-first:hover, .button-first input.but-first:hover {
 
  background-color:#fff;
  color:hsl(145, 95%, 41%);
}

    
button.back-to {
  background-color: #2cc1f9;
  border: medium none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
 width: 210px;
    height: 44px;
  
}

.quantity input#input1, .quantity1 input, .quantity2 input, , .quantity3 input {
    width: 13%;
}
.shipment {
  width: 100%;
  float: left;
  font-family: "Open Sans",sans-serif ;
  text-align: right;
}
#sf2.frm .form-group label {
  width: 100%;
  float: left;
}

#sf2 .form-group input {
  margin: 10px 0;
  border: 1px solid #ddd;
}
form#basicform {
  float: left;
  width: 100%;
}
.frm {
  float: left;
  width: 100%;
}
.form-group {
  float: left;
  width: 100%;
}
.contact-form-footer .form-group span.mail-massage.pass-send {
    margin-top: 20px;
    color: #828282;
}
.button-first {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
.button-first span {
  display: none;
}
.back-to.back2 span, button.back-to span {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}
.shipment p, #sf2.frm .form-group label{
  font-size: 16px;
 font-family: "Open Sans",sans-serif ;
 text-align: right;
 
}
#sf2.frm .form-group label input{
	margin-left:10px ;
}
.form-detail input, .credit-card input {
  border: 1px solid #ddd;
  margin: 5px 0px;
  font-family: "Open Sans",sans-serif ;
  font-size: 16px;
  outline:none;
}
.form-detail, .credit-card  {
  width: 100%;
  float: left;
}

.help-inline-error {
  font-family: "Open Sans",sans-serif ;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  float: left;
  text-align: right;
}
.money label {
  float: right;
  width: auto;
  margin-left:3px;
}
.money > label input {
  margin-right: 0px;
  margin-left: 10px;
}
.total-price {
  width: 100%;
  float: left;
}
.mail-massage.pass-send, .mail-massages.pass-send {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.option-color > label#error, label.show  {
  color: red;
  font-size: 14px;
  width: 100%;
  float: left;
  margin-top: 5px;
  text-align: right;
}
#sf4.frm .form-group {
  margin-top: 5px;
}

/******16-6-2017*****/
.form-group .form-detail select#country {
    width: 100%;
    height: 46px;
    padding: 8px;
    font-size: 16px;
    color: #71767d;
    border: 1px solid #ddd;
	margin: 5px 0px;
}
.form-group .form-detail input#zip {
    width: 100%;
    float: right;
    height: 44px;
    padding: 10px;
}
.form-group .form-detail input#state {
    width: 100%;
    float: left;
}
.form-group .form-detail textarea#notes {
    width: 100%;
    float: right;
    padding: 10px;
    height: 60px;
    margin: 5px 0px;
    border: 1px solid #ddd;
    font-size: 16px;
    outline: none;
}

.form-group .form-detail label {
    width: 100%;
    float: left;
    padding: 10px;
}
.frm img.ProductCard-image {
    width: 100%;
}
label#erroras label.error-d.cart {
    float: left;
}
.form-second {
    border: 1px solid #ccc;
    padding: 0px 5px 5px 5px;
}
.state-zip {
    width: 100%;
    float: left;
}
.state-form1 {
    width: 49%;
    float: left;
}
.state-form2 {
    width: 49%;
    float: right;
}
.sub-totals, .ise-totals {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.sub-totals {
padding: 25px 10px;
    border-top: 1px solid #ccc;
}
.ise-totals{
    padding: 10px 0px;
	}
.product-des {
    padding: 5px 0px;
    float: left;
	width: 100%;
}

.cart p {
    font-size: 22px;
    float: right;
    font-weight: bold;
}
.quantity, .quantity1, .quantity2, .quantity3 {
    border-bottom: 1px solid #ccc;
    padding: 6px;
	width: 100%;
  float: left;
  font-family: "Open Sans",sans-serif ;
}
.shipment {
    padding-top: 8px;
}
.quity-image {
    width: 25%;
    float: right;
	height: 100%;
}

.quity-color, .quity-prize, .quity-detail, .total-single, .del{
    float: right;
    width: 15%;
    border-left: 1px solid #ccc;
    padding: 26px 0px;
    text-align:center;
}
.quity-detail {
    float: right;
    width: 25%;
	padding: 20px 0px;
	height:100%;
}
.total-single {
    width: 10%;
    float: right;
}
.del {
    float: left;
    width: 10%;
	border:none;
	
}
.quity-detail label {
    text-align: center !important;
}

.del p {
    text-align: center;
	color: red;
    font-weight: 900;
    font-size: 24px;
	cursor: pointer;
}

.quity-image img {
	width: 100%;
	float: left;
	height: 100%;
}
/* .quity-detail {
    float: left;
    width: 70%;
    margin-right: 15px;
} */
.Order-sum {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0;
	color: #b4b4b4;
}
.form-color.first {
    width: 100%;
    float: left;
    padding: 20px;
}
.buy-now-page div#sf2, div#sf3, div#sf4, div#sf5 {
    padding: 20px;
	background-color:#fff;
}
.pre-totals {
    float: left;
    width: 100%;
}
label.error-d.show {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
	color: #4b4945;
}
/******end of 16-6-2017*****/
.watch-col-img {
  float: left;
  width: 45%;
  
}
.watch-col-img img {
  width: 100%;
}
.faq-col {
  /* width: 50%; */
  width: 100%;
  float: right;
  margin-top: 40px;
}
.accordion {
  float: right;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}
.Partners-col.section-col {
    padding-top: 56px;
}
.panel {
  width: 100%;
  float: left;
}
.panel p {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.panel p span{
	background-color: #fff;
	color:#000;
}
.faq-container {
    margin-top: 40px;
}
.video-web-col {
  /*background: hsla(0, 0%, 0%, 0) linear-gradient(135deg, hsl(144, 95%, 41%), hsl(223, 95%, 51%), hsl(144, 95%, 41%) 160%) repeat scroll 0 0;*/
  padding: 56px 0;
  /* background:url(../images/bg003.jpg) repeat; */
  background:url(../images/bg002.jpg) repeat;
}
.white-head {
  color: #fff;
}
.youtube-foxi-finder {
  margin-top: 40px;
  text-align: center;
}
.foxi-video {
  margin: 0 auto;
  width: 48%;
}
#subtotal {
  float: right !important;
}
.sub-totals p{
	float:left;
}
.tat-amount p, .pre-totals p {
  float: left;
}
.prize {
  width: 100%;
  float: left;
}
.ise-totals, .ise-totals ul{
	width:100%;
	float:left;
}
.ise-totals ul li{
	width:100%;
	float:left;
	display:block;
}
.p-rtl {
  float: right;
  width: 70%;
  text-align: right;
  
}
.p-ltr {
  float: left;
  text-align: left;
  width: 30%;
}
.buy-now-footer {
  width: 100%;
  float: left;
  text-align: center;
}
.by-now-bt {
  width: 190px;
  float: left;
}
.button-section-footer p {
  float: right;
  width: 48% !important;
  font-size: 24px !important;
  font-weight: 600;
  text-align: right;
  color: #fff !important;
  margin: 12px 0px;
}
.button-section-footer {
  width: 50%;
  margin: 0px auto;
}
.by-now-bt a {
  background-color: hsl(0, 0%, 100%);
  border: medium none;
  border-radius: 33px;
  color: hsl(145, 95%, 41%);
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  outline: medium none;
  padding: 12px 0px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.by-now-bt a:hover{
	background-color: hsl(145, 95%, 41%);
	color: hsl(0, 0%, 100%);
	}
.contact-form-footer {
  width: 100%;
  float: left;
      padding: 15px 0;
}
.contact-form-footer h6{
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	
}
.contact-form-footer h2 {
    padding-bottom: 25px;
}
.form-field {
    width: 42%;
    float: right;
    margin-left: 46px;
}	
.form-field.submit-filed.form-sucess {
    width: 8%;
    float: left;
    margin: 0;
}
.form-field.submit-filed.form-sucess input#submit-id {
    padding: 12px 18px;
    border-radius: 19px;
    color: hsl(145, 95%, 41%);
    font-weight: bold;
    width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
}
.form-field.submit-filed.form-sucess input#submit-id:hover {
    background-color: hsl(145, 95%, 41%);
    color: hsl(0, 0%, 100%);
}
div#sf5 .form-group span.mail-massage.pass-send {
    padding: 20px;
    margin: 0px;
}
/*----------------------------End PopUp----------------------------*/
/*----------------------------new-features-sec----------------------------*/
.features-sec {
  width: 30%;
  float: right;
  text-align: center;
  margin-left:5%;
  margin-top: 40px;
}
.feature-icon {
  width: 100%;
  float: left;
}
.features-sec h3 {
  width: 100%;
  float: left;
  font-size: 28px;
  margin: 14px 0px;
}
.features-sec p {
  width: 100%;
  float: left;
 line-height: 22px;
}
.features-sec:nth-child(3), .features-sec:nth-child(6) {
  margin-left: 0px;
}
section.app-features.section-col {
    background: url(../images/bg005.jpg) repeat center top;
}

.buy-unit-info {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.unit-info-col {
    width: 55%;
    float: left;
    color: #09f069;
    font-size: 22px;
    font-weight: 600;
	
}
.features-sec:nth-of-type(4) {
    clear: right;
}
/*----------------------------new-features-sec----------------------------*/
/*----------------------------buy-now----------------------------*/
.buy-now-page {
    width: 100%;
    float: left;
    text-align: center;
}
.buy-inner-col {
    width: 80%;
    margin: 0px auto;
}

.cart-col {
	width: 100%;
	float: left;
	padding: 56px 0px 40px;
	background: url(../images/features-bg.jpg) repeat;
}
div#sf1 {
    background-color: #fff;
}
.cart {
    width: 50%;
    float: right;
    margin: 10px 0px;
}
.back2, .back4, .back3{
    width: 50%;
    float: left;
}
.quity-detail p {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 6px;
}
.quity-detail p label {
    width: 100%;
    margin: 0px;
}
div#term-condition {
    width: 100%;
    float: left;
    text-align: right;
}
.text-col {
    width: 100%;
    float: left;
    text-align: right;
}
.credit-card label {
    text-align: right;
    width: 100%;
    float: right;
}

.quity-detail input {
	width: 55px;
}
.no-item {
    height: auto !important;
    padding: 10px 0px;
    color: red;
    font-weight: bold;
}
/*----------------------------buy-now----------------------------*/
/*----------------------------media-Quary----------------------------*/
@media screen and (max-width:1200px){
/*button.back-to {
width: auto;
}*/
.quity-image {
    text-align: center;
}
.quity-image,.shipment p, #sf2.frm .form-group label {
    font-size: 13px;
}
.foxi-video iframe {
  width: 100%;
}
.buy-now {
    margin-top: 18px;
}
}
@media screen and (max-width:1169px){
.container {
  width: 95%;
}
.left-side img {
  width: 100%;
}
.watch-img {

  margin: 0 30px;
  
}
.img-section.section-col {
  min-height: auto;
}	
div#popupContact {
width: 38%;
}
.form-field {
    margin-left: 40px;
}
.unit-info-col {
	width: 50%;
	
}
.quity-color, .quity-prize, .quity-detail, .total-single, .del {
padding: 20px 0px;
height: 100%;
}
.quity-detail {
padding: 15px 0px;
	
}
.quity-detail p {
		margin-top: 0px;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
height: 70px;
	
}
}
@media screen and (max-width:1099px){
.pro-list li, .unit-info-col{ 
  font-size: 21px;  
}
.pro-list li {
  background-size: 10% auto;
  font-size: 21px;
  line-height: 25px;
  padding-right: 70px;
  margin-bottom:0px;
 
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col{
	 height:85px;
}
.features-list {
 
  width: 32%;
}
.watch-img {
  margin: 0 28px;
}
.buy-now a {
	padding: 16px 33px;
	font-size: 16px;
 
}
.left-side {
  
  margin-top: 40px;
 
}
.phone-col > img {
  width: 100%;
}
.moblie-sec {
 
  width: 50%;
}
.moblie-sec ul {
 
  width: 48%;
}
.moblie-sec ul li, .watch-sec > ul li, .features-list li {
  
  font-size: 20px;
 
}
.accordion {
   
    font-size: 20px;
}
.watch-sec {
  
  width: 40%;
}
.quity-image,.shipment p, #sf2.frm .form-group label {
    font-size: 13px;
}
.form-field {
    margin-left: 38px;
}
.button-section-footer {
    width: 52%;
    margin: 0px auto;
}
.unit-info-col {
	width: 52%;
	
}
.buy-now {
	
	width: 175px;
}
.buy-unit-info {
	
	margin-top: 10px;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	height: 65px;
}
}
@media screen and (max-width:1023px){
.watch-img img {
  width: 100%;
}
.watch-img {
  margin: 0 27px;
}
.features-list li {
 
  margin: 18px 0;
  
}
.watch-sec {
  width: 38%;
}
.app-watch > img {
  width: 70%;
}
div#popupContact {
  width: 40%;
}
.form-field {
    margin-left: 36px;
}
.button-section-footer p {
    font-size: 22px !important;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	height: 62px;
}
}
@media screen and (max-width:979px){
	.form-field {
    margin-left: 30px;
}
.button-section-footer {
    width: 60%;
}
.button-section-footer p {
    font-size: 21px !important;
}
.watch-col-img {
    margin-top: 35px;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	height: 60px;
}
}
@media screen and (max-width:959px){
.right-col {
  
  width: 48%;
}
.watch-img {
  margin: 0 24px;
}
.app-features.section-col p {
  float: left;
 width: 100%;
}
.moblie-sec ul li {
 
  margin: 8px 0;
  
}
.arrow {
  
  top: 210px;
}
div#popupContact {
  width: 42%;
}
button.but-first, .button-first input.but-first {
  
  width: 60%;
}
}
@media screen and (max-width:899px){
	.left-side {
  margin-top: 80px;
}
.watch-sec ul {
  
  width: 100%;
}
.header-left img{
	width:100%;

}
.header-left {
    width: 20%;
    top: 8px;
}
.form-field {
    margin-left: 28px;
}
.buy-unit-info {
	
	margin-top: 5px;
}
.unit-info-col {
	width: 100%;
	margin-bottom: 15px;
}
}
@media screen and (max-width:849px){
.cart p {
	font-size: 20px;
	
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	height: 50px;
	font-size: 13px;
}
.quity-color, .quity-prize, .quity-detail, .total-single, .del {
	padding: 12px 0px;
	
}
.quity-detail {
	padding: 5px 0px;
}
.pro-list li, .features-list li, .app-features.section-col p, .unit-info-col{
 font-size: 18px;
}
.moblie-sec ul li, .watch-sec > ul li, .features-list li {
  font-size: 18px;
}
.right-col p {
 font-size: 22px;
 line-height: 30px;
 
}
.right-col {
  width: 52%;
}
.left-side {
 width: 48%;
}
.buy-now {
  
  margin-top: 10px;
  
}
.watch-img {
  margin: 0px 20px;
}
.features-list li {
  margin: 10px 0;
}
div#popupContact {
  width: 50%;
  left:25%;
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  height: 53px;
  background-size: 12% auto;
  margin-bottom: 10px;
}
}
@media screen and (max-width:799px){
.right-col h1 { 
  font-size: 34px;  
}
.banner-text-col {
  margin: 40px 0;
}
.video-web-col, .about-us{
	padding: 40px 0;
}

.features-col, .our-clients-col.section-col  {
  padding: 40px 0;
}
.img-section {
  padding: 40px 0 20px;
}
.app-features {
  padding: 40px 0 30px;
}
h2.section-heading {
  
  font-size: 30px;
 
}
.features-sec h3 {
 
  font-size: 26px;
  
}
.moblie-sec ul {
 
  margin: 40px 0;
}
.foxi-col ul li img {
  width: 90%;
  margin: 0px auto;
}
.bx-wrapper .bx-next {
 
  right: -10px !important;
}
.bx-wrapper .bx-prev {
  
  left: -10px !important;
}
.moblie-sec {
  width: 100%;
}
.phone-col > img {
  width:100%;
}
.phone-col {
 width: 30%;
}
.moblie-app-sec.section-col {
  margin-top: 20px;
}
.moblie-sec ul {
  width: 60%;
  margin: 90px 0;
}
.watch-sec {
  width: 100%;
}

.watch-sec ul {
  text-align: right;
  width: 60%;
}
.app-watch {
 text-align: right;
  width: 30%;
}
.app-watch > img {
  width: 100%;
}
.watch-sec > ul li {
  background: hsla(0, 0%, 0%, 0) url("../images/ul-icon.png") no-repeat scroll right center;
  font-size: 18px;
  padding-right: 30px;
  padding-left:0px;
  
}
.arrow {
  display: none;
}
.button-section-footer p {
    font-size: 20px !important;
}
.features-sec {
 margin:0% 2% !important;
 width: 46%;
 margin-top:40px !important;
 min-height: 270px !important;
}
.features-sec:nth-of-type(4) {
    clear: none;
}
}
@media screen and (max-width:767px){
.left-side {
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
.left-side img {
  width: 64%;
}
.right-col {
  width: 100%;
}
.pro-list li {
  background-size: 7% auto;
  line-height: 25px;
  padding-right: 60px;
}

/*.features-list.align-right li {
  text-align: right;
}*/
.features-list li:nth-of-type(2), .features-list li:nth-of-type(4) {
  padding-right:0px;
}
.features-list.align-right li:nth-of-type(2), .features-list.align-right li:nth-of-type(4) {
  padding-left:0px;
}
.features-list li:nth-of-type(3) {
  padding-right:0px;
}
.features-list li:nth-of-type(3) {
  padding-right:0px;
}
.features-list.align-right li:nth-of-type(3) {
    padding-left: 0px;
}
/*.watch-img {
  width: 100%;
  float: left;
  text-align: center;
  margin:0px;
}
.features-list {
  width: 100%;
}
.watch-img img {
  margin: 0;
  width: 40%;
}*/
.logo-col img {
  width: 40%;
}
.watch-img {
    margin: 0px 18px;
}

.logo-col { 
  margin: 4px 0;  
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  background-size: 6% auto;
  background-position: right top center;
}
.quity-detail {
    width: 70%;
    margin-right: 10px;
}
.quity-image {
    width: 26%;
}
.foxi-video {
  margin: 0 auto;
  width: 68%;
}
.form-field {
    margin-left: 22px;
}
.button-section-footer {
    width: 70%;
}
.button-section-footer p {
    font-size: 19px !important;
}
.form-field {
    margin-left: 15px;
}
.form-field.submit-filed.form-sucess {
    width: 11%;
}
.watch-col-img {
    margin-top: 45px;
}
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	height: auto;
	font-size: 13px;
	width: 100%;
	float: left;
    padding: 0px;
    border-bottom: 0px;
}

.quity-image img {
	width: 37%;
	float: none;
	height: 100%;
	margin: 0px auto;
	background-size: 100% auto;
}
.quity-image {
	width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 5px;
}
.quity-color, .quity-prize, .quity-detail, .total-single, .del {
	height: 50px;
	border: 1px solid #ccc;
	border-right:none;
	float: right;
}
.money .total-single {
    width: 30%;
	border-left: none;
}
.money .quity-detail {
	padding: 12px 0px;
}
.quity-color {
	width: 20%;
}
.quity-prize {
	width: 20%;
}
.quity-detail {
	width: 30%;
}
.total-single {
	width: 20%;
}
.del{
	border-left:none;
	padding-left:0px;
	}
.quity-detail{
	margin-right:0px;
}
}
@media screen and (max-width:699px){
.features-sec {
 min-height: 292px !important;
}
div#sf5 .form-group span.mail-massage.pass-send {
	padding: 4px;
	
}
}
@media screen and (max-width:666px){
.watch-img {
    margin: 46px 16px;
}	
div#popupContact {
  width: 56%;
  left:21%;
}
.mail-massage.pass-send { 
  font-size: 20px; 
}
.logo-col {
   
    height: 35px;
}
.logo-col img {
    width: 35%;
}
.header-left {
    width: 22%;
    top: 0px;
}
}
@media screen and (max-width:639px){
.logo-col {  
  height: 40px; 
}
.right-col h1 {
  font-size: 32px;
}
.right-col p {
  font-size: 20px;
  margin: 10px 0;
}
.pro-list li, .features-list li, .app-features.section-col p, .unit-info-col {
  font-size: 16px;
}
.pro-list li {  
  margin-bottom: 5px;  
}
.buy-now a {
  font-size: 16px; 
}
h2.section-heading {
  font-size: 28px;
}
.features-list li, .moblie-sec ul li {
  margin: 5px 0;
}
.moblie-sec ul li, .watch-sec > ul li, .features-list li {
  font-size: 16px;
}
.watch-sec > ul li {  
  font-size: 16px;  
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  background-size: 7% auto;
}
.logo-col {
	height: 34px;
}
.form-detail input, .credit-card input {
    font-size: 14px;
}
.form-group .form-detail select#country {
    font-size: 14px;
}
.form-group .form-detail input#zip {
    height: 41px;
}
.form-group .form-detail select#country {
	height: 41px;
}
.button-section-footer {
    width: 100%;
}
h2.section-heading {
    font-size: 26px;
}
.features-sec h3 {
 font-size: 24px;
  margin: 10px 0;
 
}
.form-field.submit-filed.form-sucess {
    width: 17%;
}
.form-field {
    width: 38%;
}
button.back-to {
    font-size: 14px;
}
.cart p {
    font-size: 18px;
}
.button-section-footer {
    width: 75%;
}
.watch-col-img {
    margin-top: 80px;
}
.faq-container {
    margin-top: 10px;
}
.quity-detail {
  
    margin-right: 0px;
}
.features-sec {
 min-height: 312px !important;
}
.quity-image img {
	width: 44%;
	
}
}
@media screen and (max-width:599px){
button.but-first, .button-first input.but-first {
  width: 64%;
  font-size:16px;
}
.button-section-footer {
    width: 90%;
    margin: 0px;
}
.features-sec {
  margin: 30px 0 0 !important;
  width: 100%;
}
.feature-icon > img {
  height: auto;
  width: 7%;
}
.features-sec {
 min-height: auto !important;
}
}
@media screen and (max-width:584px){
.logo-col {
  height: 32px;
}
.buy-now a {
  font-size: 18px;
  padding: 12px 28px;
}
.pro-list li {
  background-size: 9% auto; 
}
.foxi-col {
  width: 68%;
}
.moblie-sec ul {
  margin: 44px 0; 
}
.moblie-app-sec{
  margin-top: 0px;
}
div#popupContact {
  width: 66%;
  left:18%;
}
.watch-img {
    margin: 46px 12px;
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  background-size: 8% auto;
}	
.form-group .form-detail input#zip {
    height: 41px;
}
.form-group .form-detail select#country {
	height: 41px;
}
.quity-image {
	
	height: 50px;
	
}
.quity-color, .quity-prize, .quity-detail, .total-single, .del {
	height: 70px;
	
}
button.back-to {
	
	width: 190px;
	height: 38px;
}
.cart p {
	font-size: 16px;
}
#sf2.frm .form-group label input {
	
	margin-top: 2px;
	margin-bottom: 2px;
}
}
@media screen and (max-width:479px){
.logo-col img {
  width: 43%;
}
.foxi-video iframe {
  width: 100%;
  height: auto;
}
.foxi-video {
  margin: 0 auto;
  width: 100%;
}

.logo-col {
	text-align: right;
    
}
.header-left {
    width: 30%;
    top: 0px;
}
.foxi-col {
  width: 74%;
}
.moblie-sec ul {
  margin: 10px 0;
}
div#popupContact {
  left: 10%;
  width: 80%;
}
form#basicform {
  margin-bottom: 10px;
}
.watch-img {
    margin: 70px 12px;
	width: 28%;
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  background-size: 10% auto;
  background-position: right center;
}

.Order-sum {
    font-size: 13px;
}
.form-group .form-detail input#zip {
    height: 31px;
}
.form-group .form-detail select#country {
	height: 31px;
}
.form-group .form-detail input#state {
    font-size: 12px;
}
.form-group .form-detail input#zip {
    font-size: 12px;
}
.form-detail input, .credit-card input {
    font-size: 12px;
}
.form-group .form-detail select#country {
    font-size: 12px;
}
.form-group .form-detail label {
    font-size: 12px;
    line-height: 19px;
}
.by-now-bt {
    width: 100%;
}
.button-section-footer p {
    width: 100% !important;
    text-align: center;
}
h2.section-heading {
    font-size: 22px !important;
}
.features-sec h3 {
    font-size: 20px;
}
.form-field {
    width: 100%;
    padding-bottom: 12px;
}
.form-field.submit-filed.form-sucess {
    width: 35%;
    float: right;
}
.pop-up {
    padding: 0 !important;
}
.cart p {
    font-size: 16px;
}
.button-section-footer {
    width: 100%;
    margin: 0px;
}
.watch-col-img {
    margin-top: 110px;
}
.feature-icon > img {
  height: auto;
  width: 9%;
}
.foxi-video iframe {
    height: 250px;
}
.buy-inner-col {
	width: 90%;
	
}
}
@media screen and (max-width:399px){
.mail-massage.pass-send { 
  font-size: 18px; 
}
.right-col h1 {
  font-size: 30px;
}
.right-col p {
  font-size: 16px;
  line-height: 22px;
}
.pro-list li, .features-list li, .app-features.section-col p, .unit-info-col {
  font-size: 14px;
  line-height: 22px;
}
.pro-list li {
  background-size: 11% auto;
  padding-right: 55px;
}
.watch-col {
  margin-top:0px;
}
.foxi-col ul li img {
  margin: 0 auto;
  width: 82%;
}
.foxi-col {
  width: 74%;
  margin-top:10px;
}
.img-section {
  padding: 40px 0 10px;
}
.bx-wrapper .bx-prev {
  left: -5px !important;
}
.bx-wrapper .bx-next {
  right: -5px !important;
}
h2.section-heading {
  font-size: 26px;
}
.moblie-sec ul li, .watch-sec > ul li, .features-list li {
  font-size: 14px;
  line-height: 22px;
}
.copy-right { 
  padding: 10px 0;    
}

select#selectval {
 padding: 5px 5px 5px 20px;
  font-size: 14px;
 }
.option-color > label#error, .help-inline-error {  
  font-size: 12px;  
}
button.but-first, .button-first input.but-first {
  font-size: 14px;
  width: 55%;
   padding: 10px 0px;
}
.pop-up {  
  padding: 15px;
}
/*input[type="text"], input[type="tel"] {  
  font-size: 14px;
  padding: 5px 10px 5px 5px;
  
}*/
.quantity input#input1 {
  width: 20%;
  font-size: 14px;
}
button.back-to {
  font-size: 14px;  
}
.shipment p, #sf2.frm .form-group label {  
  font-size: 14px;
}
.form-detail input, .credit-card input {  
  margin: 5px 0;
}
.shipment p, #sf2.frm .form-group label {  
  font-size: 14px;
}
.money {
  font-size: 14px;
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
  background-size: 11% auto;
  padding-right: 50px;
 
}
.logo-col {
    height: 28px;
}
.cart {
	width: 100%;
	float: right;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.cart p{
	float:none;
}
.back2, .back4, .back3 {
	width: 100%;
	float: right;
}
button.back-to {
	width: 100%;
	
}
.quity-image img {
	width: 58%;
}
}
@media screen and (max-width:374px){
.yellowdivider, .pinkdivider, .bluedivider, .no-item, .blackdivider {
	
	font-size: 11px;
    line-height: 15px;
	text-align: center;
}
.quity-color, .quity-prize, .quity-detail, .total-single, .del {
	height: 55px;
}
.buy-now {
  width: 100%;
}
}

@media screen and (max-width:359px){
.logo-col {
  height: 28px;
}
.logo-col img {
  width: 48%;
}
.header-left {
    width: 34%;
}
.right-col h1 {
  font-size: 28px;
}
.buy-now a {
  font-size: 16px;
  padding: 10px 16px;
}
.watch-img img {
  margin: 10px 0px; 
}
h2.section-heading {
  font-size: 24px;
}
.features-sec h3 {
  font-size: 22px;
}

.app-features.section-col p {
 margin: 10px auto;
 
}
.moblie-sec ul {
  margin: 4px 0;
}
.watch-img {
    margin: 94px 12px;
}
.pro-list li.gps-col, .pro-list li.waterproof-col, .pro-list li.world-wide-col, .pro-list li.phone-col {
margin-bottom: 5px;
}

.state-form2 {
    width: 100%;
}
.state-form1 {
    width: 100%;
}
.cart {
    width: 100%;
    text-align: center;
}
.cart p {
    font-size: 14px;
    float: none;
}
button.back-to {
    width: 100%;
}
h1.Header-heading.Header-heading--inline {
    font-size: 20px;
	 width: 100%;
	 text-align: center;
}
.watch-col-img {
    margin-top: 120px;
}
.back-to.back3 {
    width: 100%;
    text-align: center;
}
.contact-form-footer .form-field input	 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    padding-left: 20px;
    font-size: 14px;
}
.feature-icon > img {
  height: auto;
  width: 11%;
}
.buy-inner-col {
	width: 96%;
	
}



}

@media screen and (max-width:319px){
	.features-list {
    width: 30%;
}
}
/*----------------------------media-Quary----------------------------*/