* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
}

body{
    overflow-x:  hidden;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.animatedParent {
    overflow: hidden;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
     font-weight: bold;
     font-style: normal;
    
}

p {
    margin: 0;
     font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.col-no-padding{
    padding-right: 0;
    padding-left: 0;
}
.sticky-header{
    width: 100% !important;
    position: fixed !important;
    top: 0;
    z-index: 99999;
    background: #2281b1 !important;
}
/*--font css---*/




.brek-text{
    display: inherit;
}
/***********************************top-head********************/

.top-head{
    width: 100%;
    padding: 10px 0;
     position: relative;
    z-index: 9;
    border: none;
   
}

.login{
    text-align: right;
    margin-top: 20px;

}
.desknone{
    display: none;
}
.login a{
    color: #2f62a5;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: normal;
    padding: 8px 31px;
    background: #fff;
    text-transform: uppercase;
    

}
.social_m li{
    list-style: none;
    display: inline-block;
    padding: 10px 4px;
    padding-right: 20px;
}
.social_m li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
#particles-js{
    width: 100%;
    height: 67%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: -o-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: linear-gradient(#2c69a8 0%, #11abc4 100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/******************Navbar********************/

.navbar{
    width: 100%;
    transition: 0.2s;
    position: absolute;
    z-index: 9;
    border: none;
    background: transparent;
}
.navbar-nav li{
    padding: 8px 13px;
}
.navbar-light .navbar-nav .nav-link {
     color: #fff;
     padding: 6px 0px;
     text-transform: capitalize;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     font-weight: 300;

}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
     border-bottom: 1px solid #fff;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
     border-bottom: 1px solid #fff;
}
.dropdown-menu {
    padding: 0;
    background-color: #173b86;
}
.dropdown-menu li{
    padding: 0;
    text-align: center;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
    color: #fff;
    padding: 10px 13px;
}
/**********************Wraperbanner************************/
.bottom_bg{
    width: 100%;
    position: absolute;
}
.bottom_bg:before {
    content: "";
    height: 218px;
    border-bottom-left-radius: 220px;
    border-bottom-right-radius: 270px;
    background: #12aac4;
    display: block;
    position: absolute;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    left: -50px;
    right: 0px;
    bottom: -132px;
    z-index: -1;
}
.wraperBanner{
    width: 100%;
    top: 40%;
    right: 0;
    margin: 0 auto;
    left: 0px;
}
.fix_w_left{
    width: 44%;
    float: left;
    margin-top: 90px;
    margin-left: 156px;
}
.fix_w_right{
    width: 38%;
    float: right;
    margin-top: 90px;
}
.Banner img{
    width: 100%;
}
.Bannertext h1{
    font-size: 41px;
    color: #fff;
    padding: 15px 0;
    text-transform: capitalize;

}
.text-brek{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: inherit;
}
.Bannertext p{
    font-size: 18px;
    color: #fff;
   font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.btn_bn a{
    color: #fff;
    border:1px solid #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    width: 185px;
    text-align: center;
}
.btn_bn a.active{
    color: #2f62a5;
    background: #fff;
}
.btn_bn a:hover{
    color: #2f62a5;
    background: #fff;
}
.bannerpic img{
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.mob_map{
    width: 40%;
    margin-top: -16em;
    margin-left: -3em;
}
.mob_map img{
    width: 100%;

}
.wraperServices{
    width: 100%;
    padding: 70px 0;
    padding-top: 0;
}
.toptitle h2{
    color: #000;
    font-size: 42px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.toptitle h2:after{
    content: "";
    width: 120px;
    height: 2px;
    background-image: linear-gradient(to right, #14a4c1, #29578f);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Services_pic{
    width: 28%;
    margin: auto;
    position: relative;
    margin-top: 80px;
}
/* .Services_pic img{
    width: 100%;
} */
.feet_option{
    width:33%;
    position: absolute;
    top: 148px;
    left: 0
}
.feet_option_2{
    width:33%;
    position: absolute;
    top: 148px;
    right: 0
}
.picfeet{
    width: 20%;
    float: right;
    margin-top: 20px;
}
.txtfeet{
    width: 75%;
    float: left;
    margin-top: 20px;
    text-align: right;
}
.picfeet_2{
    width: 20%;
    float: left;
    margin-top: 20px;
}
.txtfeet_2{
    width: 75%;
    float: right;
    margin-top: 20px;
    text-align: left;
}
.txtfeet h4,
.txtfeet_2 h4{
    font-size: 21px;
    color: #2f62a5;
    padding: 8px 0;
}
.txtfeet p,
.txtfeet_2 p{
    font-size: 18px;
    color: #353535;
    padding: 8px 0;
}
/************************Outer_Vehiclas*************/
.Outer_Vehiclas{
    width: 100%;
    padding: 70px 0;
    background: url(../images/video_bg.jpg)no-repeat;
    background-size: cover;
}
.video_txt{
    width: 580px;
    background: #fff;
    margin-left: 54px;
    margin-top: 44px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
   

}
.video_txt h2{
    color: #fff;
    background: #2f62a5;
    padding: 20px 30px;
    font-size: 30px;
}
.video_txt p{
    color: #353535;
    padding: 8px 30px;
    font-size: 16px;
}
.video_pic img{
    width: 100%;
    border: 15px solid #97d8e8;
    position: relative;
}
.play_btn{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.play_btn img{
    width: 70px;
    height: 70px;
    border:none;
}

/*****************wraperApp************/
.wraperApp{
    width: 100%;
    padding: 70px 0;
}

.ApptxtGoogle{
    width: 520px;
    float: right;
}
.ApptxtGoogle h2{
    color: #000;
    padding: 15px 0;
    font-size: 36px;
    position: relative;
}
.ApptxtGoogle h2:after,
.txtreports h2:after{
    content: "";
    width: 120px;
    height: 2px;
    background-image: linear-gradient(to right, #14a4c1, #29578f);
    position: absolute;
    bottom: 0;
    left: 0;

}
.text_brek{
    font-family: 'Poppins', sans-serif;
     font-weight: bold;
     font-style: normal;
    display: inherit;
}
.Aappic img{
    width: 100%;
    padding-left: 60px;
}
.ApptxtGoogle p{
    color: #353535;
    padding: 20px 0;
    font-size: 18px;
}

.ApptxtGoogle p.clr_chg{
    color: #2f62a5;
    font-weight: bold;
}

.btn_google_pic a{
    padding: 15px 0;
    padding-right: 30px;
}
/*******************GPSTracker***************/
.GPSTracker{
    width: 100%;
    padding: 70px 0;
    background: #f9f9f9;
}
.track_pic{
    margin-top: 30px;
}
.track_pic img{
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
}
.track_pic h4{
    font-size: 21px;
    color: #2f62a5;
    padding: 15px 0;
    padding-top: 30px;
    text-align: center;
}
/*********WraperCompatible***********/
.WraperCompatible{
    width: 100%;
    padding: 70px 0;
}
.toptitle p{
    text-align: center;
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
}
.Compatiblepic{
    margin-top: 30px;
    text-align: center;
}
.Compatiblepic img{
    box-shadow: 0px 0px 10px #ccc;
    margin: 10px;
}

/**************Wrapersystum***************/
.Wrapersystum{
    width: 100%;
    padding: 70px 0;
    background: url(../images/systum_bg.jpg)no-repeat;
    background-size: cover;
    text-align: center;
}

.Systumtxt h2{
    color: #97d8e8;
    font-size: 36px;
    padding: 15px 0;
}
.Systumtxt p{
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}
.Systumtxt a{
    color: #fff;
    font-size: 15px;
    padding: 10px 40px;
    background: #2f62a5;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
/*********OurPrice***********/
.OurPrice{
    width: 100%;
    padding: 70px 0;
}
.PriceBox{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    transition: 0.5s;
    margin-top: 30px;
}
.PriceBox:hover{
    background: -webkit-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: -o-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: linear-gradient(#2c69a8 0%, #11abc4 100%);
}
.PriceBox h2{
    font-size: 36px;
    padding: 30px 0;
    text-align: center;;
    background: #97d8e8;
    color: #fff;
}

.darkh2 h2{
    background: #11abc4;
}
.darkh3 h2{
    background: #2f62a5;
}
.PriceBox h4{
    font-size: 36px;
    padding: 15px 0;
    padding-bottom: 50px;
    text-align: center;
    color: #2f62a5;
    font-weight: normal;
    position: relative;
	
    
}
.PriceBox h4:before{
    content: "";
    width: 50px;
    height: 50px;
   	background: url(../images/dollericon.png)no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 30px;
    left: -146px;
    right: 0;
    margin: 0 auto;
}
.PriceBox:hover h4:before{
	background: url(../images/dollericon_hover.png)no-repeat;
	background-size: 100%;
}
.PriceBox h4:after{
    content: "";
    width: 80px;
    height: 2px;
    background-image: linear-gradient(to right, #14a4c1, #29578f);
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.PriceBox li{
    display: flex;
    list-style: none;
    padding: 5px 10px;
    background: url(../images/done.png)no-repeat 0px 12px;
    background-size: 15px;
    padding-left: 30px;
    margin-left: 20px;
}
.btn_select{
    text-align: center;
    padding: 15px 0;
}
.btn_select a{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 40px;
    background: #2f62a5;
    display: inline-block;
    margin-top: 20px;
    transition: 0s;
}
.PriceBox:hover h4{
    color: #fff;
}
.PriceBox:hover li{
    color: #fff;
    background: url(../images/done_2.png)no-repeat 0px 12px;
}
.PriceBox:hover .btn_select a{
    background: #fff;
    color: #2f62a5;
}

.PriceBox:hover h4:after{
    background: #fff;
}

/*********************wrapertrasted**********/
.wrapertrasted{
    width: 100%;
    padding: 70px 0;
    background: #f9f9f9;
    display: inline-block;
}
.wrapertrasted .toptitle h2{
    text-align: left;
}
.wrapertrasted .toptitle h2:after{
    left: 0;
    margin: 0;
}
.wrapertrasted .toptitle p{
    text-align: left;
}
.brek{
    display: inherit;
}
.item{
    padding: 7px;
}
.item img{
    padding: 5px;
    box-shadow: 0px 0px 10px #ccc;
}
.item img:hover{
    background-image: linear-gradient(to right, #14a4c1, #29578f);
}
#owl-one{
    margin-top: 30px;
}
.fix_w{
    width: 90%;
    float: right;
}
.owl-dots,
.owl-next{
    display: none !important;
}
.owl-prev{
    position: absolute;
    top: 20%;
    left: -10%;
    background: transparent !important;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 100% !important;
    font-size: 24px !important;
    width: 70px;
    height: 70px;
}
.owl-prev:hover{
    color: #000 !important;
}
.owl-prev:focus{
    outline: none !important;
}
/************wraperContact******/
.wraperContact{
    width: 100%;
    padding: 70px 0;
    padding-bottom: 0;
}
.form_fill{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px;  
}
.intcsm{
    background: #fff;
    border-radius: 0;
    padding: 10px;
    height: auto !important;
}
.intcsm:focus{
    color: #495057;
    border-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;

}
.submit{
    background: #2f62a5;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 60px;
    border:none;
    cursor: pointer;
}
.formQue{
    margin-top: 120px;
    /* transform: translate(1%, 30%); */
}
.formQue h2{
    color: #000;
    font-size: 36px;
}
.formQue h3{
    color: #2f62a5;
    font-size: 36px;
    padding: 15px 0;
}

.formQue p{
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
}
/*******************footer****************/
.footer{
    width: 100%;
    padding: 70px 0;
    padding-top: 204px;
    background: url(../images/footer_bg.png)no-repeat;
    background-size: cover;
}
.footer_add h4{
    color: #fff;
    font-size: 21px;
    padding: 15px 0;
}
.footer_add li{
    display: flex;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}

.icon_link{
    padding-right: 12px;
}
.frm_nt .submit{
    padding: 8px 20px;
}
.footer_add p{
    color: #fff;
    font-size: 17px;
    padding: 15px 0;
}
.footerlogo{
    text-align:right;
}
.footer_social{
    display: flex;
    margin-top: 0px;
    align-items: right;
    justify-content: right;
    margin-right: -10px;
    float: right;
}
.footer_social li{
    list-style: none;
    padding: 5px;
}
.footer_social li a{
    width: 40px;height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.coppy_right{
    width: 100%;
    padding: 15px 0;
    border-top:1px solid #ccc;
    margin-top: 40px;
}
.coppy_right p{
    color: #fff;
    font-size: 14px;
}
.chat{
    text-align: right;
}
.chat a{
    color: #fff;
    font-size: 14px;
    padding: 5px; 
    background: #2f62a5;
}
.chat i{
    padding-left: 10px;
}
/********************************************************************************************
                    ***innerbannerse***
********************************************************************************************/
.innerbaner{
    width: 100%;
    margin-top: -67px;
}
.innerbaner img{
    width: 100%;
    position: relative;
}
.innertxtbn{
    width: 1121px;
    margin: auto;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}
.innertxtbn h2{
    color: #fff;
    font-size: 36px;
    padding: 15px 0;
}
.innertxtbn p{
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

/*.trackerouterboi{
    width: 100%;
    padding: 70px 0;
}*/
.trackerouterboi{
    width: 100%;
    padding: 70px 0;
    padding-top:  0;
}
.wrapermobileApp{
    width: 100%;
    padding: 70px 0;
}		

.innertitletxt{
    width: 100%;
    text-align: center;
}
.innertitletxt h2{
    font-size: 36px;
    color: #000;
    padding: 15px 0;
    position: relative;
}

.innertitletxt h2:after {
    content: "";
    width: 120px;
    height: 2px;
    background-image: linear-gradient(to right, #14a4c1, #29578f);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.track_sec{
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
.tra_pi img{
    width: 100%;
    height: 330px;
    box-shadow: 0px 0px 10px #ccc;
    border-top: 8px solid #97d8e8;
    object-fit: contain;
    padding: 32px;
}

.fitures{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fitures img{
    padding: 10px 5px;
}
.trx-txt{
    text-align: center;
}
.trx-txt h4{
    color: #000;
    padding: 27px;
    font-size: 21px;
}
.trx-txt a{
    font-size: 14px;
    color: #fff;
    background: #2f62a5;
    padding: 8px 30px;
    display: inline-block;
}
.tra_pi-clr img{
    border-top: 8px solid #11abc4;
}
.tra_pi-clr2 img{
    border-top: 8px solid #2f62a5;
}
/***************applicationpic*******************/

.applicationpic{
    text-align: right;
}
.applicationpic img,
.app_play img,
.scan img{
    width: auto;
    height: auto;

}
.innertitletxt{
    width: 100%;
    display: inline-block;
}
.scan img{
    padding: 10px;
    /*padding-left: 30px;*/
    width:120px;
}
.innerbaner .scan img{
    /*padding-left: 8px;*/
    margin-left: 18px;
}
.ApptxtGoogle .scan img{
    margin-left: 26px;
}
.ApptxtGoogle .scan img:last-child{
    margin-left: 60px;
}
.innerbaner .scan img:last-child{
    margin-left:  50px;
}

.mobilepic{
    width: 100%;
    margin-top: 50px;
}
.txtreports{
    width: 100%;
    margin-top: 120px;
}
.txtreports h2{
    color: #000;
    font-size: 44px;
    padding: 15px 0;
    position: relative;
}

.txtreports p{
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
}
.reportspic{
    padding: 50px 0;
    text-align: right;
}
.reportspic img{
    width: auto;
}
.our_apply img{
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px #ccc;
    border-top: 0px solid #97d8e8;
    object-fit: fill;
    padding: 10px;
}
/*************applicationwe***********/
.applicationwe{
    width: 100%;
    padding: 250px 0;
    position: relative;
}
.slider_under{
    width: 30%;
    margin: auto;
    position: relative;
    
}

#owl-two{
    padding-bottom: 68px;
    padding-left: 11px;
}
.apllicationpicdesk{
    width: 355px;
    position: absolute;
    top: 0;
    z-index:1;
    left: -5px;
}
#owl-two .owl-nav{
    display: none;
}

.txtapplicationweb{
    width: 25%;
    position: absolute;
    top: 0;
    left: 148px;
    text-align: right;
}
.txtoption h4{
    color: #2f62a5;
    font-size: 21px; 
    padding: 15px 0;
}
.txtoption p{
    color: #353535;
    font-size: 16px;
    padding: 10px;
}
.txtapplicationweb_2{
    width: 25%;
    position: absolute;
    top: 0;
    right: 148px;
    text-align: left;
}
/*************wrapertxt**************/
.wrapertxt{
    width: 100%;
    padding: 70px 0;
    background: -webkit-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: -o-linear-gradient(#2c69a8 0%, #11abc4 100%);
    background: linear-gradient(#2c69a8 0%, #11abc4 100%);
}
.txtflote h4{
    color: #fff;
    font-size: 44px;
    padding: 15px 0;
    position: relative;
}
.txtflote p{
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}
.txtflote h4:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
/************FleetReports**************/
.FleetReports{
    width: 100%;
    padding: 70px 0;
}
.fleetxtbox{
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}
.fleeticon{
    width: 16%;
    float: left;
}
.fleetxt{
    width: 80%;
    float: right;
}
.fleetxt h4{
    color: #2f62a5;
    font-size: 18px;
    padding: 15px 0;
}
.fleetxt p{
    color: #353535;
    font-size: 14px;
    padding: 10px 0;
}
/****************Blogpictxt***************/
.Blogpictxt{
    width: 100%;
    margin-top: 50px;
}
.Blogpictxt img{
    width: 100%;
}
.time{
    color: #868686;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.Blogpictxt h4{
    color: #000;
    font-size: 24px;
    padding: 5px 0;
}
.Blogpictxt p{
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
}
.Blogpictxt a{
    font-size: 14px;
    color: #fff;
    background: #2f62a5;
    padding: 8px 30px;
    margin-top: 10px;
    display: inline-block;
}

/*********contact us*************/
.Contact_us_sec{
    width: 100%;
    text-align: center;
}
.icon_2{
    color: #2f62a5;
    font-size: 24px;
    padding: 15px 0;
}
.addressxt p{
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
}
.txt_brek{
    display: inherit;;
}

.addressxt{
    margin-top: 50px;
}
.wraperformfoll{
    width: 100%;

}
.Votre_Project{
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: -6em;
    box-shadow: 0px 0px 10px #ccc;
    display: inline-block;
}
.Votre_Project p{
    width: 100%;
    color: #353535;
    font-size: 18px;
    padding: 15px 0;
    display: inline-block;
}
.titlecontact{
    width: 100%;
    color: #000;
    font-size: 24px;
    padding: 15px 0;
   position: relative;
   text-transform: uppercase;
}
.titlecontact:after{
    content: '';
    width: 100%;
    height: 3px;
     background-image: linear-gradient(to right, #2f63a5 , #11abc4);
     position: absolute;
     bottom: 0;
     left: 0;
}
.check_cst{
    width: auto;
    float: left;
    /* padding: 10px 31px; */
    padding: 10px 0px;
}
.fiilforminput{
    width: 48%;
    float: left;
    margin-top: 20px;
}
.fiilforminput_2{
    width: 48%;
    float: right;
    margin-top: 20px;
}
.fiilforminput h4,
.fiilforminput_2 h4{
    margin-bottom: 50px;
}
.intcstb{
    background: #fff;
    border-radius: 0;
    padding: 10px;
    height:auto !important;
}
.intcstb:focus{
    outline: none;
    box-shadow: 0px 0px 0px;
}
.btngroup{
    width: 100%;
    display: inline-block;
}
.btnintpu{
    width: 100%;
    display: inline-block;
    background: #2f62a5;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    padding: 15px;
}
.btnintpu:focus{
    color: #fff;
    outline: none;
    box-shadow: 0px 0px 0px;
    background: #2f62a5;
}
/*************qscanwraper**************/
.qscanwraper{
    margin-top: 20px;
}
.btn_google_pic2 img{
    padding-right: 15px;
}
.btn_google_pic2,
.btn_google_pic3{
    text-align: center;
}
.btn_google_pic3 img{
    padding:6px 35px;
}
.white-popup {
  max-width: 600px;
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  display: grid;
  border:10px solid #a8bdd9;
  margin: 0 auto; 
}
.wid_fx{
    width: 100%;
}
.wid_fx .btngroup{
    margin-top: 0;
}
/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
   .mfp-bg {
    opacity: 0;
      transition: all 0.3s ease-out;
  }
  
  /* animate in */
 .mfp-ready .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
.mfp-bg {
      opacity: 0.8;
  }
  
  /* animate out */
 .mfp-removing .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }








.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 150px;
    right: 30px;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background:#2f62a5;
}
.scrollup:hover {
    color: #fff;
}
.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: url("../images/gpsphone.gif") 50% 50% no-repeat rgb(249,249,249);
}
.line-thoght{
	text-decoration:line-through;
	text-decoration-color:red;
}