.center-text {
    text-align: center;
    padding-top: 10px;
}
h2{
    font-family: 'Audiowide', cursive;
}
.center-text a {
    color:#3c3a3a;
    font-size: 14px;
}
.form-phone{
	padding-top: 151px;
}
.form-for-phone{
    background: url(../img/phone.png);
    height: 519px;
    background-repeat: no-repeat;
}
.img-text{
	padding-top: 20px;
    padding-bottom: 20px;
}
.form-for-phone1{
    background:url(../img/mob-right.png);
    height: 519px;
    background-repeat: no-repeat;
}
.banner-text{
	color:#fff;
	padding-top:35px;
}
.banner-text h5{
    font-size: 25px;
    font-weight: bold;	
}
.banner-text h1{   
    font-weight: bold;
	padding-top: 16px;
    font-size: 41px;
}
.banner-text h2{
	    text-align: center;
    font-size: 31px;
    font-weight: bold;
	padding-top: 7px;
}
.banner-text p{
    font-size: 15px;
    font-weight: 300;
    text-align: center;
	padding-top: 7px;
}
.video-left-part{
	padding-top:16px;
}

.video-left-part li{
    list-style-type: none;
    display: block;
    line-height: 24px;
    /* font-weight: bold; */
    font-size: 16px;
}
.main-background{
	background:url(../img/back1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 670px;
    background-size: cover;
}
.video-part{
	padding-top:30px;
	padding-bottom: 31px;
}
.video{
    text-align: center;
    border: 2px solid #fff;
    padding: 22px 0px 23px 0px;
    border-radius: 2px;
}
.video i{
    background: #fff;
    color: #000;
    padding: 10px 14px;
}
.video h4{
	padding-top: 8px;
}
.mob-inner h2{
	color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 11px;
}
.form-control{
	border-radius: 4px;
    height: 40px;
}
.mob-inner{
    position: relative;
    top: 78px;
    text-align: center;
    left: 155px;
    width: 207px;
}
.mob-inner button{
	font-size: 22px;
}
.home{
	padding-top:10px;
}
.home a{
    color: #fff;
    border-right: 1px solid #307fd4;
    padding-right: 6px;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_btn{
    background-color: #404142 !important;
    color: #fff !important;
    border: 1px solid #404142 !important;
}
.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.why-use{
	padding-top:50px;
	padding-bottom:50px;
    padding-right:6px;
    padding-left:6px;
}

.why-use h2{ 
	margin-bottom:40px;
    font-size:36px;
        font-family: 'Audiowide', cursive;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background:transparent;
  border-radius: 3px;    
}

nav li {
  float: left; 
  margin-left:12px;  
}

nav #login { 
}

nav #login-trigger,
nav #signup a {
    display: inline-block;
    padding: 7px 12px;
    line-height: 25px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    font-size:13px;
}
nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
    background: #fc860a;
}

nav #signup a {
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  background-color: #fc860a;
}
nav #login-content {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
}
nav li #login-content {
  right: 0;
  width: 250px;  
}
/*--------------------*/
#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ccc inset;
}
#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  box-shadow: 0 0 0 1px #e8c291 inset;
}
/*--------------------*/
#login #actions {
  margin: 10px 0 0 0;
}
#login #submit {    
	background-color: #d14545;
	background-image: linear-gradient(top, #e97171, #d14545);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	/* box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset; */
	border: 1px solid #d14545; 
    float: left;
    height: 30px;
    padding: 0;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fff;
}
#login #submit:hover,
#login #submit:focus {    
  background-color: #e97171;
  background-image: linear-gradient(top, #d14545, #e97171);
} 
#login #submit:active {   
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;   
}
#login #submit::-moz-focus-inner {
  border: none;
}
.lost-password{
	font-size: 12px;
    margin-bottom: 16px;
    margin-top: 5px;
}
.need{
    padding-left: 145px;
    font-size: 13px;
    position: relative;
    top: 13px;
}
#login label {
  float: right;
  line-height: 30px;
}
#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}
/*social icon*/
.icon{
    width: 54px;
    height: 47px;
    border: 1px solid #dedede;
    text-align: center;
    display: block;
    color: #fff;
	background:#fff;
    font-size: 22px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /*cursor: pointer;*/
    border-radius:4px;
    padding: 11px 0px;
}
.face{
	color:#3b5998;
}
.twitter{color:#2f7dda;}
.tube{color:#f00;}
.link{  color:#0183c1;}
.instagram{  color:#d6368c;}
.icon i{line-height:100px;}
.icon:hover{transform:translate(0, -10px);-webkit-transform:translate(0, -10px);box-shadow:3px 10px 3px #383434;}
.icon:active{box-shadow:3px 10px 3px #1a58c1;}
.connect-icon{}
.connect-icon li{
	list-style-type:none;
	display:inline;
	margin-right:9px
}
.connect-to-us{
    display:block;
}
/*social icon-end*/
/*testimonial-part*/
.testimonial-part{
    padding-bottom: 77px;
    padding-top: 60px;
	background: #eee;
}
.testimonial-part h2{
	font-size: 37px;
        font-family: 'Audiowide', cursive;
}
.testimonial-part p{
    font-size: 16px;
    line-height: 26px;
}
/*testimonial-part-end*/
.payment-mode{
/* 	    background:url(../img/back-pay.png)no-repeat;
    padding-top: 24px;
    padding-bottom: 23px; */
	/* background: url(https://www.bipsync.com/wp-content/uploads/2015/07/Background_Fetch.jpg);
	padding-top: 24px;
	padding-bottom: 23px;
	background-position: 100%;
	background-color: #000;
	background-blend-mode: difference;
	 */
	background: url(http://www.tokkoro.com/picsup/3004834-apple_digital_fingerprint-scanner_hand_home-screen_homescreen_iphone-6_lock-screen_lockscreen_mobile-phone_mockup_screen_smartphone_technology_time_unlock.jpg);
    padding-top: 24px;
    padding-bottom: 23px;
    background-position: 100%;
    background-color: #000;
    background-blend-mode: hard-light;
    background-size: cover;
}
.payment-mode h2{
    font-size: 22px !important;
    margin-bottom: 29px;
    color: #fff;
    text-align: justify !important;
    font-family: 'Audiowide', cursive;
}

/*footer*/
.footer{
	background:#232121;
    padding-top:30px;
    padding-bottom: 30px;
	color:#fff;
}
.footer h2{
	font-size:23px;
	padding-bottom:13px;
}
.footer ul{}
.footer ul li{
	list-style-type:none;
	display:block;
	line-height:29px;
	font-size: 13px;
}
.footer ul li a{
	color:#eee;
	font-size:14px;
}
.footer-end{
	background:#1d1a1a;
    color: #eee;
    text-align: center;
    padding:13px 2px 1px 0px;
    font-size: 13px;
}
/*footer-end*/
.view-btn{
    padding: 7px 30px 7px 30px;
    font-size: 19px;
    background: #fc860a;
    border: 1px solid #fc860a;
	color:#fff;
}
.view-btn:hover{
	background: #fc860a;
	color:#fff;
    border: 1px solid #fc860a;
}
.testimonial_para p{
	font-size:18px !imoprtant;
}
.box h3{
    font-family: 'Audiowide', cursive;
    font-size: 17px;
    color: #2f2e2e;
}
.box p{
	font-size: 14px;
    line-height: 27px;
}
.box1{
	background:#f7f5f5;
    padding:30px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}
.box2{
	background: #eaeaea;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 47px;
}
.text-slider{
	background:url(../img/COR.jpg) no-repeat;
	width: 100%;
    background-size: cover;
}
/*testimonial-part*/
#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  z-index:99;
}
.testimonial4_slide h2{
	color:#fff;
        font-family: 'Audiowide', cursive;
        font-size:36px;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}
.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding:53px 0px 6px 0px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.para-carousel{
	font-size:20px !important;
}
.feature-top img{
	margin-bottom:43px;
}
.feature-top h2{
    font-size: 24px !important;
    font-family: 'Audiowide', cursive;
}
.carousel-part{
    padding-top:60px;
    padding-bottom:60px;
}
.carousel-part h2{
	font-size:39px;
        font-family: 'Audiowide', cursive;
}
.mission{
    text-align: center;
    background: url(../img/mission.jpg)no-repeat;
    padding-top:33px;
    padding-bottom: 45px;
    color: #fff;
	background-size: cover;
    margin-top: 23px;
}
.mission h2{
font-size: 37px;
    margin-bottom: 24px;
    font-family: 'Audiowide', cursive;
}
.mission p{
	font-size: 14px;
    line-height: 27px;
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 35px 0 35px 0;
    line-height: 35px;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 480px){
.testimonial4_control_button .carousel-control{
    display: none;
}
.testimonial4_header{
    width: 95%;
}
.testimonial4_header h4{
    font-size: 20px;
}
.testimonial4_slide{
    width: 98%;
    padding: 5px;
}
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
}
.testimonial4_control_button .carousel-control.right{
    right: 2%;
}
.testimonial4_header{
    width: 95%;
}
.testimonial4_slide{
    width: 98%;
    padding: 5px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.testimonial4_control_button .carousel-control.left{
    left: 5%;
}
.testimonial4_control_button .carousel-control.right{
    right: 5%;
}
}

@-webkit-keyframes psBoxShadowEffect_2{
0% {
    opacity: 0.3;
}
40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
}
}
@keyframes psBoxShadowEffect_2{
0% {
    opacity: 0.3;
}
40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
}
}
/*testimonial-part-end*/
/*second-pages*/
.top-part-second{
    padding-top: 70px;
    background: #eee;
    padding-bottom: 60px;
}
.unlock-how{
	font-size: 26px;
	margin-bottom: 20px;
}
.model-part{
    margin-top: 0px;
    padding-top: 68px;
    background:#eee;
    padding-bottom: 30px;
}
.model-part img{
	border: 1px solid #ccc;
    width: 100%;
    margin-top: 18px;
}
.model-part p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
}
.form-model{
	margin-top:30px;
}
.phone-unlock p{
	font-size: 15px;
    line-height: 28px;
	/*margin-bottom:30px;*/
}
.phone-unlock h2{
    text-align: center;
    font-size: 30px;
}
.faq-part{
	font-size: 17px;
}
.faq-main{
	margin-bottom:20px;
}
.phone-unlock h4{
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 27px;
    color: #333131;
    /*font-weight: 600;*/
}
.phone-unlock h4:hover{
	text-decoration:none !important;
}
.more-mob{
    border: 1px solid #ccc;
    padding-top: 16px;
    padding-bottom: 9px;
    margin-bottom: 35px;
    height: 170px;
}
.more-mob a h4{
	font-size: 14px;
    line-height: 29px;
    margin-bottom: 27px;
    color: #333131;
    font-weight: 600;
}
.well-form{
    background:#969494 !important;
    border: 1px solid #dcd9d5 !important;
    border-radius: 8px;
}
.down-collapse{
	margin-top:30px;
}
.well{
	border:1px solid #e2dddd;
	background:#fff;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.phone-unlock h3 {
    text-align: center;
    font-size: 30px;
}
.more-mob img{
	width:50%;
}
#option2:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    display: block;
    position: relative;
    z-index: 100;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top:6.33333px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #d7dcde;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    margin-right: 0.5rem;
    border-radius: 4px;
}
.option-input:checked::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '\2713';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    left: 0px;
    top: 0px;
    color: #fff;
    font-weight: bold;
    background: #26b99a;
    border-radius: 4px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.part-check {
    width: 238px;
}
th,tr{
	text-align:center;
	font-size:16px;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
.flag-name{
	padding-top:15px;
}
.real-review{
	color: #484747;
    font-size: 18px;
    margin-bottom: 33px;
}
.star{
	padding-left: 6px;
	padding-top:8px;
}
.star li{
	list-style-type:none;
	display:inline;
	margin-right:6px;
}
.review{
	font-size: 16px;
    padding-top: 5px;
	padding-left: 5px;
}
.star li i{
	color: #fc860a;
    font-size: 14px;
}
.country_name{
	color: #2e2e2e;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
    display: inline-block;
    padding:5px 0 0 6px;
}
.checkout-page{}
.checkout-page h5{
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
}
.btn-checkout{
	width: 100%;
    text-align: justify;
    font-size: 14px;
    border-radius: 3px;
}
.popover-title{       
    color: #0a0a0a;
    font-size: 20px;
    text-align: center;
    background-color: #fafafa;
}
.select-list{
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
    margin-top: -2px;
}  
.search-phone{
	font-size: 14px;
    margin-bottom: 20px;
}
.popover-content{
    color: #3a3a3a;
    background-color: #ffffff;
    text-align: center;    
}
.btn-new-model{
	background: transparent;
    color:#585756;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    border: 1px dotted #fc860a;
    font-size: 14px;
	margin-bottom: 24px;
}
.all-inclusive{
    padding-left: 33px;
    padding-right: 33px;
}
.payment-img{
    background:#337ab7;
    padding-left: 33px;
    height: 83px;
    padding-right: 33px;
    padding-top: 10px
}
.payment-img img{
	width: 36%;
    padding-top: 4px;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #fc860a;
    border-color: #fc860a;
    padding-top: 33px;
    padding-bottom: 33px;
}
.panel-body i{
	color: #fc860a;
    font-size: 21px;
}
.panel-primary {
    border-color:#454a4d;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.panel-body h1{
	font-size: 42px;
    margin-bottom: 15px;
}
.panel-body p{
	font-size: 14px;
    line-height: 26px;
	margin-bottom: 22px;
}
.track-part{
    border-bottom:1px solid #dedada;
    padding-top: 12px;
    margin-bottom: 4px;
}
.track-part h5{
	font-size: 15px;
    padding-top: 4px;
}
.panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.thankyou img{
	width: 19%;
    margin-bottom: 18px;
}
.panel-heading i{
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 130px;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    height: 130px;
    padding-top: 38px;
    font-size: 53px;
    color:#fc860a;
}
.brand-part{
	margin-bottom:30px;
    font-family: 'Audiowide', cursive;
    font-size:36px;
}
.brand{
    padding-top:70px;
    padding-bottom:70px;
    
}
.payment-img h4{
	color:#fff;
	font-size:18px;
}
.checkout-top{
	padding-top: 41px;
    background: #eee;
    padding-bottom: 31px;
}
.track-top {
    padding-top: 71px;
    background: #eee;
    padding-bottom: 31px;
}
.thankyou{
	padding-top: 41px;
    padding-bottom: 31px;
}
.mobile-detail{
    border-bottom: 1px solid #dedede;
}
.mobile-detail h3{
    font-size: 15px;
}
.tick-part{
    margin-top: 14px;
    float: right;
    color: #45ad4a;
    font-size: 15px;
}
.payment-method{
    background:#fbfbfb;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
/*second-pages-end*/
/*tooltip*/
/* tooltip */
.tool-tip{
	color: #fff;
	background-color: rgba( 0, 0, 0, .7);
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}
.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}
.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);	
}
/* default heights, width and margin w/o Javscript */
.tool-tip,
.tool-tip.top{    
		width: 250px;
    height: 91px;
    margin-left: -43px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 12px;
}
/* tool tip position right */
.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}
.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
}
/* tool tip position left */
.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}
.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}
/* tool tip position bottom */
.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
}
.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgba( 0, 0, 0, .6);	
}
/* tooltip on focus left and right */
.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}
/* on hover of element containing tooltip default*/
*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}
/* tool tip slide out */
*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}
.on-focus > .tool-tip.slideIn{
	z-index: -1;
}
.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}
.mob-view-testimonial{
	font-size:38px;
}
/* bottom slideIn */
*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}
*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}
/* top slideIn */
*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}
*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	
/* left slideIn */
*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}
*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}
/* right slideIn */
*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}
*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left:50%;
}
/*tooltip-end*/

@media(min-width:100px) and (max-width:768px){
.center-text a {
    color: #3c3a3a;
    font-size:9px !important;
    }
.top-strip{
    display: none;
}
.carousel-part h1{
    margin-bottom: -12px !important;
}
.brand {
    padding-top: 1px !important;
    padding-bottom: 21px !important;
    background-color: #fff;
}
.carousel-part {
    padding-top: 19px !important;
    padding-bottom: 13px !important;
}
.box h3{
    font-size:14px !important;
}
.why-use{
        padding-bottom: 16px !important;
}
.box{
        height: 342px;
}
.box p {
    font-size: 12px !important;
    line-height: 19px !important;
}
.home a {
    color: #3c3a3a;
    border-right: 1px solid #616161;
    padding-right: 6px;
    font-size: 10px !important;
}
nav #login-trigger, nav #signup a {
    display: inline-block;
    padding: 9px 12px 9px 14px !important;
    line-height: 25px !important;
    /* font-weight: bold; */
    text-decoration: none;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    font-size: 13px !important;
    margin-top: -1px !important;
}
nav #login-content {
    display: none;
    position: absolute !important;
    top: 36px !important;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: linear-gradient(top, #fff, #eee);
    padding: 15px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    border-radius: 3px 0 3px 3px;
    left: -62px !important;
}
nav li #login-content {
    right: 0;
    width: 240px !important;
}
.banner-text {
    text-align: center;
    color: #fff;
    padding-top: 0px !important;
    position: relative;
    top: -28px !important;
    display: none;
}
.banner-text h5 {
    font-size: 14px !important;
    font-weight: bold;
}
.banner-text h1 {
    font-weight: bold;
    padding-top: 16px;
    font-size: 20px !important;
}
.banner-text h2 {
    font-size: 20px !important;
}
.banner-text p {
    font-size: 13px !important;
    text-align: center;
    line-height: 28px !important;
}
.form-for-phone1{
	margin-left: -74px !important;
}
.mob-inner {
        position: relative;
        top: 41px !important;
        text-align: center;
        left: 23% !important;
        width: 71%;
        background: #ffffff52;
        padding: 12px;
        border-radius: 5px;
        border: 1px solid #fff;
}
.mob-inner h2 {
    color: #fff;
    font-size: 19px !important;
    font-weight: bold;
    margin-bottom: 15px !important;
}
h1{
	font-size:23px !important;
}
.box1{
	    height: 375px !important;
}
.box2{
	height: 375px !important;
	margin-bottom:20px !important;
}
.form-group {
    margin-bottom: 13px !important;
}
.view-btn{
	margin-bottom: 18px !important;
}
.form-for-phone1 {
    /*background: url(../img/mob-right.png);*/
    background: none;
    height: 432px !important;
}
.form-phone {
    padding-top: 78px;
}
.why-use {
    padding-top: 17px !important;
}
.why-use h1 {
    margin-bottom: 5px !important;
}
.mob-view-text{
	display:none;
}
.table-scroll{
	overflow-y:scroll;
}
.panel-primary > .panel-heading{
	padding-top: 15px;
    padding-bottom: 15px;
}
.panel-heading i {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 100px !important;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    height: 100px;
    padding-top: 27px !important;
    font-size: 48px !important;
    color: #fc860a;
}
.thankyou img {
    width: 38% !important;
    margin-bottom: 0px !important;
}
*:not(.on-focus):hover > .tool-tip.slideIn.right, .on-focus > input:focus + .tool-tip.slideIn.right {
    left: 25% !important;
}
*:not(.on-focus) > .tool-tip.slideIn.right, .on-focus > .tool-tip.slideIn.right {
    left: 25% !important;
}
.unlock-how{
	font-size:19px !important;
}
.mob-view-testimonial{
	font-size:27px !important;
}
.form-control {
    border-radius: 4px;
    /*height: auto !important;*/
    margin-bottom: 7px !important;
    font-size: 16px;
    height: 44px;
}
.well-lg {
    padding: 9px 15px !important;
}
.connect-to-us{
    display:none;
}
h2{
	font-size:18px !important;
}
.more-mob{
	margin-bottom: 35px;
    height: 178px !important;
}
.flag-name {
    margin-top: -16px !important;
}
}