/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color:#2b292d;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden !important;
  font-family: 'Work Sans', sans-serif;
}

/* ==========================================
icon start
========================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?61lw49');
  src:  url('../fonts/icomoon.eot?61lw49#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?61lw49') format('truetype'),
    url('../fonts/icomoon.woff?61lw49') format('woff'),
    url('../fonts/icomoon.svg?61lw49#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-outline:before {
  content: "\e900";
}
.icon-restaurant:before {
  content: "\e901";
  color: #2655bf;
}
.icon-shjopping:before {
  content: "\e902";
  color: #2655bf;
}
.icon-cinemas:before {
  content: "\e903";
  color: #2655bf;
}
.icon-close:before {
  content: "\e904";
}
.icon-collect-icon:before {
  content: "\e905";
}
.icon-hotels:before {
  content: "\e906";
  color: #2655bf;
}
.icon-office:before {
  content: "\e907";
  color: #2655bf;
}
.icon-qr-icon:before {
  content: "\e908";
  font-size:25px;
}
.icon-request-icon:before {
  content: "\e909";
  font-size: 23px;
}
.icon-residential:before {
  content: "\e90a";
  color: #2655bf;
}
.icon-facebook2:before {
  content: "\ea91";
  font-size: 16px;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}




p {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#2b292d;
  line-height: 1.45;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


.section-padding {
  padding: 90px 0 90px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.pos-re {
  position: relative;
}


.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}






/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  z-index: 9;
  min-height: 84px;
  padding:15px 0px;
}
.navbar .icon-bar {
  color: #2c3241 !important;
}
.navbar .navbar-nav .nav-link {
  font-size: 21px;
  color: #2b292d;
  letter-spacing:0px;
  margin: 18px 25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0; 

}
.navbar .navbar-nav .active {
  color: #2b292d !important;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav{width: 100%; display: block; padding-left: 25px; }
.navbar-expand-lg .navbar-nav li{ display:inline-block}
.nav-scroll {
  background:#fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);
  box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
  color: #2b292d;
}
.terms-privacy-navbar.nav-scroll{
  display: none;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
 /* min-height: 100vh;*/
  position: relative;
  overflow:hidden; 
  background:#e4edff ;
  padding-top: 141px;
}
.header [data-overlay-dark]:before {background: transparent;}
.header-logo span{
  color: #2b292d;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  padding-left: 15px;
  display: none;
}
.header h1 {
  margin: 10px 0;
  font-size: 80px;
  font-weight: 600;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
		  font-weight:800;
      color:#2b292d;
      line-height: 78px;
       letter-spacing: -0.5px;

}
.header p {
  font-size: 24px;
 line-height: 34px;
  color: #2b292d;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
          margin: 21px 105px 46px 0
}
.signup-button{
  font-size:21px; color:#fff; padding:14px 42px 14px; font-weight:600; border-radius:4px; transition-duration: 0.3s; background:#2655bf;
  text-decoration: none !important;
}
.signup-button:hover, .signup-button:focus{background:#123789; color: #fff;}
.playstore-buttons{padding-top:0px;}
.playstore-buttons ul{padding: 0px; margin:0 ; margin-left: -10px;}
.playstore-buttons ul li{display: inline-block; text-align: left;  }
.playstore-buttons ul li img.appstore{height: 120px; width:auto;  }
.playstore-buttons ul li img.playstore{height: 120px;  width:auto; margin-left: 10px; }
.parq-img {
  text-align: center;
}
.parq-img img {
  margin: 0 auto;
}



/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 03  Start Parg ]
-----------------------------------------------------------------*/
.parg{
  background: #f4f5f7;
  padding:77px 0;
}
.parg h6{
  font-size: 22px;
  color: #2b292d;
  font-weight:800;
  line-height: 32px;
  letter-spacing: normal;
}
.parg p{
  font-size:22px;
  padding-right:77px;
  letter-spacing: normal;
  padding-top:5px;
  line-height: 32px;
}


/* ----------------------------------------------------------------
     [ End Parg ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ 05 Start why-us ]
-----------------------------------------------------------------*/

.why-us .item .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  float: left;
  position: relative;

}
.why-us .snippet-content{
  padding-right: 70px;
}  
.why-us .item .cont{
  margin-left:0px;
  padding: 0;
  border-radius: 0;
}
.why-us .item .cont .item-content-box{
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 0;
}


.why-us .snippet-content .item{padding-left:0px; }
.why-us .item .cont span{
  font-size: 20px;
  color: #2b292d;
 
}
.why-us .item .cont h5 {
  font-size: 22px;
  font-weight:800;
  margin: 0 0px 0px 18px;
  color: #2b292d;
  text-transform:inherit;
  line-height: 32px;
}
.why-us .item .cont p {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  padding-top:5px; 
}
.why-us .img.mb-md50 {
  text-align: center;
}
.why-us .container .row{display: flex; flex-direction:row-reverse  }

.why-us .nav-pills .item .cont.nav-link.active h5{
color: #2655bf;
}
.why-us .nav-pills .item .cont.nav-link.active span{
  color: #2655bf;
 
  }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
}


.heading-content h5{
  font-size:22px;
  line-height: 34px;
  color: #2655bf;
  text-transform: capitalize;
  font-weight:800;
  padding-bottom:24px;

}
.heading-content h2{
  font-size:56px;
  font-weight:bold;
  letter-spacing: -0.5px;
  line-height: 56px;
}
.heading-content p{
  font-size:24px;
  line-height: 34px;
  padding:30px 0;
}
/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 06 Start Categories ]
-----------------------------------------------------------------*/
.categories{
  background: #fbfbfb;
  position: relative;
  padding-top: 58px;
  padding-bottom: 83px;
}
.categories::before{
  background: url(../img/categories-bg.png) no-repeat left;
  content: "";
  width: 163px;
  height: 293px;
  position: absolute;
  background-size: contain;
}
.categories .heading-content {
  text-align: center;
  width: 575px;
  margin: 0 auto;
}
.categories .item .cont h5 {
  font-size: 20px;
  font-weight: 800;
  margin:10px 0px 0px 0px;
  color: #2b292d;
  text-transform: inherit;
  line-height: 32px;

}
.categories .item p {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  padding-top:5px;
}
.categories .item .cont {
  margin-left: 0px;
  display:block;
  align-items: center;
  justify-content: left;
}
.categories .item .cont span {
  font-size:30px;
  color: #2b292d;
 
}
.get-in-touch p{
  font-size:22px;
  font-weight: normal;
  line-height:32px;
  text-align: center;
  
}
.get-in-touch p a{
  color: #2655bf;
  font-weight: 800;
  text-decoration: none;
}
/* ----------------------------------------------------------------
     [End Categories ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Faqs ]
-----------------------------------------------------------------*/
.faqs{
  position: relative;
  padding-bottom: 180px;
}
.faqs::before{
  background: url(../img/faq-bg.png) no-repeat right;
  content: "";
  width: 401px;
  height:520px;
  right: 0;
  position: absolute;
  background-size: contain;
  background-position: 130px 0;
}
.faqs .heading-content {
    text-align: center;
    width: 575px;
    margin: 0 auto;
}
.faqs .heading-content p{
  padding: 20px 0;
}

/*Start Accordion  */
.faqs .accordionTwo .panel-group {
  margin-bottom: 0
}

.faqs .accordionTwo .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 10px solid transparent;
  border-radius: 0;
  margin: 0
}

.faqs .accordionTwo .panel-default {
  border-radius:10px;
  border: solid 2px #ddd;
  background-color: #fafafa;
   margin-bottom: 20px;
}


.faqs .accordion-wrap .panel-heading {
  padding: 0px;
  border-radius: 0px
}

.faqs .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}

.faqs .accordionTwo .panel .panel-heading a.collapsed {
  color: #2b292d;
  display:block;
  padding:44px 60px 44px 31px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
   position: relative;
}

.faqs .accordionTwo .panel .panel-heading a {
  display:block;
  align-items: center;
  justify-content: space-between;
  padding:44px 60px 44px 31px;
  text-decoration: none;
  color: #2b292d;
   position: relative;
}

.faqs .accordion-wrap .panel .panel-heading a {
  font-size:18px;
  line-height:26px;
 
}

.faqs .accordionTwo .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 12px 0 0 0;
  background:transparent;
  color: #2b292d;
  font-size:18px;
  line-height:26px
}
.faqs .accordionTwo .panel-group .panel-heading .panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 12px 0 0 0;
  background:transparent;
  color: #2b292d;
  font-size:18px;
  line-height:26px;
  font-weight: 400;
}



.faqs .accordionTwo .panel .panel-heading a:after,
.faqs .accordionTwo .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 24px;
  float: right;
  width: 27px;
  display: block;
  height: 27px;
  line-height:24px;
  text-align: center;
  font-weight: 800;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 45px;
 
}

.faqs .accordionTwo .panel .panel-heading a.collapsed:after {
  content: "";
  color: #939393;
  background-color: transparent;
  margin-right:0px;
  background: url("../img/open.svg") no-repeat right;
  background-size: contain;
  border: none;
}

.faqs .accordionTwo .panel .panel-heading a:after {
  content: "";
  color: #2b292d;
  background-color: transparent;
  margin-right:0px;
  background: url("../img/close.svg") no-repeat right;
  background-size: contain;
  border: none;
}

/*End Accordion  */

/* ----------------------------------------------------------------
     [End Faqs ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 07 Start Call-action ]
-----------------------------------------------------------------*/

.call-action {
  position: relative;
  background: #f7f7f7;
  padding: 50px 0 50px 0;
}

.call-action .snippet-content h2 {
  font-size: 56px;
  font-weight:800;
  letter-spacing: -0.5px;
  line-height: 56px;
  color: #2b292d;
}
.call-action .snippet-content p {
  font-weight: 400;
  padding: 15px 0 30px;
  font-size: 24px;
  line-height: 34px;
  color: #2b292d;
}

.call-action .snippet-content {
  padding-right: 70px;
}
.img-download{
  text-align: center;
}


/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 08 Start Footer ]
-----------------------------------------------------------------*/
.footer {
  padding: 40px 0 0;

}
.footer .content.snippet-content .footer-parg {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel{
  padding-left: 15px;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel h4{
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 800;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel p{
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 41, 45, 0.6);
  padding: 0;
}
.footer .content.snippet-content p {
  color:rgba(43, 41, 45, 0.6);
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 20px;

}
.footer .playstore-buttons ul li img.appstore{
height: 40px;
}
.footer .playstore-buttons ul li img.playstore{
  height: 40px;
}
.footer h4{
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}
.footer ul li{
display: block;
margin: 5px 0;

}
.footer ul li a{
  font-size: 18px;
  line-height: 30px;
  color: rgba(43, 41, 45, 0.6);
  text-decoration: none;
  transition-duration: .3s;
}
.footer ul li a:hover{
  color: #2b292d;
  font-weight: 500;
  transition-duration: .3s;
}
.footer .content.snippet-content .playstore-buttons ul li{
  display: inline-block;
}
.footer .content.snippet-content{
  width: 360px;
}
.footer .content.snippet-content .playstore-buttons ul{
  margin-left: 0;
}

.footer .copyright {
  margin-top: 40px;
}
.footer .copyright .line{
  opacity: 0.1;
  background-color: #2b292d;
  height: 1px;
  width: 100%;
}
.footer .copyright p{
  color:rgba(43, 41, 45, 0.6);
  font-size: 14px;
  line-height: 22px;
  float: left;
}
.footer .copyright .term-privacy{
  margin-bottom: 0;
  display: none;
}
.footer .copyright .term-privacy li{
  margin: 0 10px;
  display: inline-block;
  
}
.footer .copyright .term-privacy li:first-child{
  margin-left: 0;
}
.footer .copyright .term-privacy li:last-child{
  margin-right: 0;
}
.footer .copyright .term-privacy li a{
  display: block;
  color:rgba(43, 41, 45, 0.6);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer .copyright .social-icon{
  margin-bottom: 0;
  float: right;
  padding: 12px 0;
}
.footer .copyright .social-icon li{
  margin: 0 10px;
  display: inline-block;
}
.footer .copyright .social-icon li:first-child{
  margin-left: 0;
}
.footer .copyright .social-icon li:last-child{
  margin-right: 0;
}

.footer .copyright .social-icon li a{
  display: block;
}
.footer .copyright .social-icon li a span{
  color:rgba(43, 41, 45, 0.6);
  font-size:17px;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
 
}


/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ 09 Start Terms Privacy ]
-----------------------------------------------------------------*/
.header.terms-privacy{
  background: rgb(249,250,251);
  background: linear-gradient(0deg, rgba(249,250,251,1) 0%, rgba(0,0,0,0.05) 100%);
  padding-bottom: 100px;
  position: relative;
}
.terms-privacy .heading-content {
  padding-top:30px;
}
.terms-privacy .nav-item{
  margin: 0 15px;
}
.terms-privacy .nav-item:first-child{
  margin-left: 0;
}
.terms-privacy .nav-item:last-child{
  margin-right: 0;
}
.terms-privacy .nav-link{
  color: rgba(43, 41, 45, 0.6);
  font-size: 18px;
  line-height: 25px;
  padding: 15px 5px;
}
.terms-privacy .nav-link.active{
border-bottom: solid 3px #2b292d;
font-weight: 800;
color: #2b292d;
}
.terms-privacy .nav-tabe {
  margin-top: 50px;
}

.terms-privacy::before{
  content: "";
  position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    background:  #2b292d;
    opacity: 0.2;
    height: 1px;
    top: 333px;
}
.terms-privacy .tab-content .tab-pane h3{
color: #2b292d;
font-size: 28px;
line-height: 28px;
font-weight: 800;
text-transform: capitalize;
padding: 35px 0 26px;
}
.terms-privacy .tab-content .tab-pane p{
color: #2b292d;
font-size: 24px;
line-height:34px;
font-weight:400;
margin: 0 0 15px 0;
}

/* ----------------------------------------------------------------
     [ End  Terms Privacy ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Staer  Why us slider ]
-----------------------------------------------------------------*/
.why-us-slider{
  display: none;
}
.why-us-slider .img-div {
  text-align: center;
}
.why-us-slider .img-div img{
  max-width: 100%;
  margin: 0 auto;
  height:auto;
}
.why-us-slider .owl-theme .owl-dots{
  top: 280px;
  bottom: inherit;
  margin: 0 auto !important;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.why-us-slider .owl-theme .owl-dots .owl-dot span{
  background-color:#e4ecff;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.why-us-slider .owl-theme .owl-dots .owl-dot.active span{
background: #2655bf;
}

.why-us-slider .item.nav-item .cont span{
  font-size: 20px;
  color: #2b292d;
}
.why-us-slider .item.nav-item .cont h5{
  font-size: 22px;
    font-weight: 800;
    margin: 0 0px 0px 0px;
    color: #2b292d;
    text-transform: inherit;
    line-height:26px;
}
.why-us-slider .item.nav-item p{
  font-size:18px;
  margin: 10px 0px 0px 0px;
  color: #2b292d;
  text-transform: inherit;
  line-height:26px;
}
.why-us .heading-content p {
  padding-top: 24px;
}
.why-us-slider .img-div{
  margin-bottom:80px;
}
  .why-us-slider .img-div img{
    padding:0px;
    height: 250px;
  }
 
  .why-us-slider .item.nav-item {
    height: 180px;
}

.why-us-slider .owl-theme .owl-nav{
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  top: 110px;

}
.why-us-slider .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  background: url("../img/arro.svg") no-repeat center;
  font-size: 0;
  margin: 0;
  padding: 15px;
  border-radius:0px;
}
.why-us-slider .owl-carousel .owl-nav .owl-next{
right: 0;
position: absolute;
background: url("../img/arro.svg") no-repeat center;
font-size: 0;
margin: 0;
padding: 15px;
border-radius:0px;
}

.why-us-slider .owl-carousel .owl-nav .owl-prev:hover{
  opacity: .5;
}
.why-us-slider .owl-carousel .owl-nav .owl-next:hover{
  opacity: .5;
}







/* ----------------------------------------------------------------
     [ end  Why us slider ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}


@media screen and (max-width:1199px) {
  .playstore-buttons ul li img.appstore{
    height:110px;
  }
  .playstore-buttons ul li img.playstore{
    height:110px;
  }
  .header p{
    margin: 21px 60px 46px 0;
  }
}
@media screen and (max-width: 991px) {
  .terms-privacy-navbar.nav-scroll{
   display:flex;
  }
  .menu-bar {
    background: #2b292d;
    height: 2px;
    display: block;
    width: 22px;
    margin: 4px 0;
}

  .terms-privacy::before{
    top: 313px;
  } 
  .footer .content.snippet-content {
    width:100%;
    margin-bottom: 25px;
}
  .img-download{
    margin-top: 70px;
  }
  .categories::before{
    width: 113px;
    height: 204px;
  }
  .faqs::before{
    width: 360px;
    height: 305px;
  }

  .header p {
    margin: 21px 0 46px 0;
} 
  .mb-md50 {
    margin-bottom: 50px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    /* background: #d1dbf1; */
    background: #d3e1ff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top:68px;
    width: 100%;
    left: 0px; 
    box-shadow: 0 4px 16px -4px rgb(44 50 65 / 8%);  
    box-shadow: 0px 10px 40px rgb(0 0 0 / 5%); 
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 0px;
  }
  .navbar-nav .nav-link {
    color: #2b292d !important;
   text-align: left;
   padding-left: 25px !important;

  }
  .navbar-expand-lg .navbar-nav{
    padding-left: 0;
  }
  .navbar .navbar-nav .active{
    color: #2b292d !important;
    
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  
 .section-padding { padding:70px 0 70px 0;}
 .navbar-expand-lg .navbar-nav li{display: block;border-bottom: solid 1px #c6cddd; }
 .navbar-expand-lg .navbar-nav li:last-child{
   border:none;
 }
 .signup-button{font-size:18px; padding: 5px 15px; margin-right:90px;}
.navbar .navbar-toggler{position: absolute;right:10px; top:20px; outline: none; }
.navbar{min-height:70px; height:70px;  }
.navbar .container{max-width: 100%;}  
.playstore-buttons ul li img.playstore{
  height:110px;
} 
.header-logo img{
  width: 40px;
  height: 40px;
}
.nav-scroll .navbar-toggler{
    top: 0 !important;
    padding: 24px !important;
    border-left: solid 1px #ccc !important;
    right: 0 !important;
    border-radius: 0;
}
.get-in-touch p{
  text-align: left;
}
.get-in-touch p a{
  padding-top: 5px;
}
.terms-privacy .heading-content {
  padding-top:10px;
}
}
@media screen and (max-width: 767px) {
  .header-logo span{
    display: inline-block;
  } 
  .why-us-slider{
    display: block;
  } 
 .why-us{
  display:none;
 } 
 
 .why-us-slider .heading-content h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.31px;
}

  .terms-privacy::before {
    top: 226px;
} 
  .terms-privacy .nav-tabe {
    margin-top: 20px;
}

  .terms-privacy .heading-content h2{
font-size: 45px;
line-height: 50px;
letter-spacing: -0.28px;
  }
  .terms-privacy .tab-content .tab-pane h3{
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0 10px;
  }
  .terms-privacy .tab-content .tab-pane p{
    font-size: 22px;
    line-height: 32px;
  }
    .faqs .accordionTwo .panel .panel-heading a{
    padding: 30px 41px 30px 31px;
  }
  .faqs .accordionTwo .panel .panel-heading a.collapsed{
    padding: 30px 41px 30px 31px;
  }

  .faqs .accordionTwo .panel .panel-heading a:after, .faqs .accordionTwo .panel .panel-heading a.collapsed:after{
    right: 15px;
    line-height: 23px;
    top: 28px;
  }

  .faqs .panel-title{
    font-size: 18px;
     line-height: 20px;
  }
  .footer .copyright p{
    display: none;
  }
  .footer .copyright .term-privacy{
    display: block;
  }
  .footer .copyright .social-icon{
    float: left;
    padding: 15px 3px;
  }
  .footer .copyright {
    margin-top: 0;
}
.footer{
  position: relative;
}
.footer .content.snippet-content{
  margin-bottom: 70px;
}
.footer .copyright .line{
  position: absolute;
    top: 285px;
    left: 0;
    right: 0;
}
  .footer .content.snippet-content .footer-parg{
    display: block;
    text-align: center;
    justify-content: center;
  }
  .footer .content.snippet-content .footer-parg .footer-parg-titel {
    padding: 10px 0 25px;
}
.footer .content.snippet-content p{
  display: none;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel p{
  display: block;
}
.footer .content.snippet-content .playstore-buttons{
  text-align: center;
}
  .img-download {
    margin-top: 30px;
}
  .call-action .snippet-content h2{
    font-size: 50px;
    letter-spacing: -0.31px;
    line-height: 50px;
  }
  .call-action .snippet-content {
    padding-right: 0;
} 
  .faqs .heading-content{
    width: 100%;
    text-align: left;
  }
  .why-us .heading-content h2{
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.31px;
  }
  .why-us .snippet-content {
    padding-right: 0;
}
.categories .heading-content{
  width: 100%;
  text-align: left;
}
.categories .heading-content h2{
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.36px;
}
.faqs .heading-content h2{
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.36px;
}
  .navbar .navbar-toggler{
    top:22px;
     }
  .nav-scroll .navbar-toggler{
    padding: 20px !important;
  }
  .navbar .navbar-collapse{
    top: 62px;
  }
  .navbar{min-height:64px; height:64px;  }
  .parg{
    padding: 46px 0;
  }
  .parg p{
    padding-right: 0;
  }
  .header p {
    margin: 15px 0 25px 0;
}
  .header{
    padding-top: 90px;
  }
  .header h1{
    font-size: 45px;
    line-height: 50px;
  } 
  .playstore-buttons ul li img.playstore{
    height: 91px;
  } 
  .playstore-buttons ul li img.appstore{
    height: 91px;
  }
    
  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }

.section-title{ margin-bottom:30px; }
.categories::before{
  bottom:60px;
  width: 163px;
  height: 293px;
} 
.faqs::before{
  width: 360px;
  height: 305px;
  bottom:60px;
}
.faqs.section-padding {
  padding: 50px 0 400px 0;
}
.categories.section-padding {
  padding:15px 0 390px 0;
}
.categories.section-padding .heading-content h5{
  padding-bottom: 12px;
}
.categories .mb-60 {
  margin-bottom: 30px !important;
}
.get-in-touch p{
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
.signup-button{
 display: none; 
}
.parq-img{
  margin-top: 15px;
}
.heading-content p{
  padding: 20px 0 30px;
}
.why-us-slider{
padding-bottom: 83px !important;
}
.categories .item .cont h5{
  margin: 0 0px 0px 0px;
  line-height: 20px;
}
.categories .item p{
  padding-top: 10px;
}
.categories .mb-75 {
  margin-bottom: 25px !important;
}
.faqs .heading-content p{
  padding: 15px 0;
}
.faqs .mb-70 {
  margin-bottom: 10px !important;
}
.footer{
  padding-bottom: 50px;
}
.parq-img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}


}
@media screen and (max-width: 575px) {
.container{
  padding-right:25px;
  padding-left:25px;
}

.faqs .accordionTwo .panel .panel-heading a{
  padding: 15px 45px 15px 15px;
}
.faqs .accordionTwo .panel .panel-heading a.collapsed{
  padding: 15px 45px 15px 15px;
}
.faqs .accordionTwo .panel .panel-heading a:after, .faqs .accordionTwo .panel .panel-heading a.collapsed:after{
  width: 22px;
  height: 22px;
  top: 14px;
}
.faqs .accordionTwo .panel-group .panel-heading+.panel-collapse>.panel-body{
  line-height: 20px;
  padding:8px 0 0 0;
}
.faqs .accordionTwo .panel-group .panel-heading .panel-body{
  line-height: 20px;
  padding:8px 0 0 0;
}
.footer .content.snippet-content .playstore-buttons ul{
  display: inline-block;
}
.footer .content.snippet-content .playstore-buttons ul li {
  display: inline;
  float: left;
}
.img-download{
  margin-right: -25px;
}
.header h1{
  letter-spacing: -0.28px;
}
.header.terms-privacy{
  padding-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
  .terms-privacy .heading-content h2{
    padding-right:70px;
  }
  .terms-privacy::before {
    top: 276px;
}
  .playstore-buttons ul li img.playstore{
    height:65px;
  }
  .playstore-buttons ul li img.appstore{
    height: 65px;
  }
  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }
.why-us .item .cont p{font-size: 16px; line-height:23px;  }
.section-padding {
    padding: 50px 0 50px 0;
}
footer {
    padding: 35px 0;
 }

}

