/* Large desktops and laptops */
@media (min-width: 1200px) {
	
.loginblk{
  display:none;
}  
.webbtn{
	display:block;
}
.mobilebtn	{
	display:none;
}
.handicap1_full{
	margin-left: 15%;
	z-index: 1;
	max-width: 850px;
	display:block;
}
.handicap1_mobile{
	display:none;
}

.handicap2_full{
margin-left: -55%;z-index: 1;max-width: 850px;display:block;
}
.handicap2_mobile{
	display:none;
}


.handicap3_full{
display:block;
}
.handicap3_mobile{
	display:none;
}

.track-website{
	display:block;
}
.track-mobile{
	display:none;
}

.friends-website{
	display:block;
}
.friends-mobile{
	display:none;
}

.gps-website{
	display:block;
}
.gps-mobile{
	display:none;
}

.banner1 {background: url(../images/Testimonial.jpg)  100% 50px no-repeat;
  //background-size: cover;
  height:570px
  display:block;
}
.customersay{
font-size: 40px;font-weight: bold;color: #173666;display:block;
}
.footerlogo{
	display:block;
}

.testimonial{
    //border: 1px solid #c9ced3;
    //border-top: 3px solid #c9ced3;
    //padding: 70px 25px 100px;
	padding:80px 70px 100px 70px;
    margin-bottom: 30px;
    position: relative;
	width:470px;
	height:450px;
	background-color:#183765;
}
.testimonial:after{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 70px;
}

.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    left: 70px;
}
	.testimonial .testimonial-title{
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 65px;
    left: 180px;
}

.mlclass{
	margin-left: -13%;
}
.banner {background: url(../images/Background-Gradient.jpg)  50% 30px no-repeat fixed;
  background-size: cover;
  //height:600px;
  background-size: 100% 100%;
}
.banner-usga {background: url(../images/super.jpg)  50% 30px no-repeat fixed;
  background-size: cover;
  //height:600px;
  background-size: 100% 100%;
}
.imgaffliate1{
	height:700px
}
.affiliate1{
height:700px
}
.affiliate2{
height:825px;
padding-left: 10%;
}
.imgaffliate1{
	height:700px
}
.imgaffliate2{
	height:825px;
	
}
.dowbtn{
	border: 1px solid #7db11e;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
border-radius: 30px;
padding: 20px 85px;
background-color: #7db11e;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.8px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .loginblk{
  display:none;
}
	.webbtn{
	display:block;
}
.mobilebtn	{
	display:none;
}
	
	.handicap1_full{
margin-left: 15%;z-index: 1;max-width: 850px;
display:block;
}
.handicap1_mobile{
	display:none;
}

.handicap2_full{
margin-left: -55%;z-index: 1;max-width: 850px;display:block;
}
.handicap2_mobile{
	display:none;
}

.handicap3_full{
display:block;
}
.handicap3_mobile{
	display:none;
}

.track-website{
	display:block;
}
.track-mobile{
	display:none;
}


.friends-website{
	display:block;
}
.friends-mobile{
	display:none;
}

.gps-website{
	display:block;
}
.gps-mobile{
	display:none;
}

.banner1 {background: url(../images/Testimonial.jpg)  100% 50px no-repeat;
  //background-size: cover;
  height:570px
  display:block;
  
}
.customersay{
font-size: 40px;font-weight: bold;color: #173666;display:block;
}
.footerlogo{
	display:block;
}
.testimonial{
    //border: 1px solid #c9ced3;
    //border-top: 3px solid #c9ced3;
    //padding: 70px 25px 100px;
	padding:80px 70px 100px 70px;
    margin-bottom: 30px;
    position: relative;
	width:470px;
	height:450px;
	background-color:#183765;
}
.testimonial:after{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 70px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    left: 70px;
}
	.testimonial .testimonial-title{
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 65px;
    left: 180px;
}
.mlclass{
	margin-left: -13%;
}
.banner {background: url(../images/Background-Gradient.jpg)  50% 30px no-repeat fixed;
  //background-size: cover;
 // height:1380px;
 background-size: 100% 100%;
}
.affiliate1{
height:700px
}
.affiliate2{
height:825px;
padding-left: 10%;
}
.imgaffliate1{
	height:700px
}
.imgaffliate2{
	height:825px;
	
}
.dowbtn{
	border: 1px solid #7db11e;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
border-radius: 30px;
padding: 20px 85px;
background-color: #7db11e;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.8px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .loginblk{
  display:none;
}
	.webbtn{
	display:block;
}
.mobilebtn	{
	display:none;
}
	
	.handicap1_full{
margin-left: 15%;z-index: 1;max-width: 850px;
display:block;
}
.handicap1_mobile{
	display:none;
}

.handicap2_full{
margin-left: -55%;z-index: 1;max-width: 850px;display:block;
}
.handicap2_mobile{
	display:none;
}

.handicap3_full{
display:block;
}
.handicap3_mobile{
	display:none;
}

.track-website{
	display:block;
}
.track-mobile{
	display:none;
}

.friends-website{
	display:block;
}
.friends-mobile{
	display:none;
}

.gps-website{
	display:block;
}
.gps-mobile{
	display:none;
}

.banner1 {background: url(../images/Testimonial.jpg)  100% 50px no-repeat;
  //background-size: cover;
  height:570px
  display:block;
}
.customersay{
font-size: 40px;font-weight: bold;color: #173666;display:block;
}
	.footerlogo{
	display:block;
}
.testimonial{
    //border: 1px solid #c9ced3;
    //border-top: 3px solid #c9ced3;
    //padding: 70px 25px 100px;
	padding:80px 70px 100px 70px;
    margin-bottom: 30px;
    position: relative;
	//width:470px;
	height:450px;
	background-color:#183765;
}
.testimonial:after{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 70px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    left: 70px;
}
	.testimonial .testimonial-title{
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 65px;
    left: 180px;
}
.mlclass{
	margin-left: 0;
}
.banner {background: url(../images/Background-Gradient.jpg)  50% 30px no-repeat fixed;
  //background-size: cover;
 // height:1380px;
 background-size: 100% 100%;
}
.affiliate1{
height:700px
}
.affiliate2{
height:825px;
padding-left: 10%;
}
.imgaffliate1{
	height:700px
}
.imgaffliate2{
	height:825px;

}
.dowbtn{
	border: 1px solid #7db11e;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
border-radius: 30px;
padding: 20px 85px;
background-color: #7db11e;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.8px;
}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .loginblk{
  display:block;
}
	.webbtn{
	
	display:none;
}
.mobilebtn	{
	display:block;
}
	
	.handicap1_full{	
	display:none;
}
.handicap1_mobile{
	display:block;
}


.handicap2_full{
display:none;
}
.handicap2_mobile{
display:block;
}

.handicap3_full{
display:none;
}
.handicap3_mobile{
	display:block;
}


.track-website{
	display:none;
}
.track-mobile{
	display:block;
}


.friends-website{
	display:none;
}
.friends-mobile{
	display:block;
}

.gps-website{
	display:none;
}
.gps-mobile{
	display:block;
}

.banner1 {
  
}
.customersay{
display:none;
}
.h4{
	display:none;
	}
	.footerlogo{
	display:none;
}
.testimonial{
    //border: 1px solid #c9ced3;
    //border-top: 3px solid #c9ced3;
    //padding: 70px 25px 100px;
	padding:80px 160px 100px 70px;
    margin-bottom: 30px;
    position: relative;
	//width:470px;
	height:450px;
	background-color:#183765;
}
.testimonial:after{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 70px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    //left: 70px;
}
	.testimonial .testimonial-title{
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 65px;
    left: 140px;
}
.mlclass{
	margin-left: 0;
}
.banner {background: url(../images/Background-Gradient.jpg)  50% 30px no-repeat fixed;
  //background-size: cover;
 // height:1380px;
 background-size: 100% 100%;
}
.well4 {
    //padding-bottom: 110px;
  padding-top: 40px;
}
.head-mobile {
    background: #ffffff;
    padding-top: 0px;
}
.affiliate1{

}
.affiliate2{

}
.imgaffliate1{
	//height:700px
}
.imgaffliate2{
	//height:825px
}
.dowbtn{
	border: 1px solid #7db11e;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
border-radius: 30px;
padding: 20px 40px;
background-color: #7db11e;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.8px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .loginblk{
  display:block;
}
	.webbtn{	
	display:none;
}
.mobilebtn	{
	display:block;
}
	
		.handicap1_full{	
	display:none;
}
.handicap1_mobile{
	display:block;
}


.handicap2_full{
display:none;
}
.handicap2_mobile{
display:block;
}

.handicap3_full{
display:none;
}
.handicap3_mobile{
	display:block;
}


.track-website{
	display:none;
}
.track-mobile{
	display:block;
}


.friends-website{
	display:none;
}
.friends-mobile{
	display:block;
}

.gps-website{
	display:none;
}
.gps-mobile{
	display:block;
}

.banner1 {
  
}
.customersay{
display:none;
}
.h4{display:none;}

.footerlogo{
	display:none;
}
.testimonial{
    //border: 1px solid #c9ced3;
    //border-top: 3px solid #c9ced3;
    //padding: 70px 25px 100px;
	//padding:30px 40px 60px 40px;
	
padding:50px 20px 20px 20px;
    margin-bottom: 30px;
    position: relative;
	//width:470px;
	height:550px;
	background-color:#183765;
}
.testimonial:after{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    //left: 70px;
}
	.testimonial .testimonial-title{
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 65px;
    left: 140px;
}
.mlclass{
	margin-left: 0;
}
.banner {background: url(../images/Background-Gradient.jpg)  50% 30px no-repeat fixed;
  //background-size: cover;
  //height:1380px;
  background-size: 100% 100%;
}
.well4 {
    //padding-bottom: 110px;
    padding-top: 40px;
}
.head-mobile {
    background: #ffffff;
    padding-top: 0px;
}
.affiliate1{

}
.affiliate2{

}
.imgaffliate1{
	//height:700px
}
.imgaffliate2{
	//height:825px
}
.dowbtn{
	border: 1px solid #7db11e;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
border-radius: 30px;
padding: 20px 40px;
background-color: #7db11e;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.8px;
}
}
