* {
    margin:0;
    padding:0;

    }


    *, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }


    html
    {
        position:relative;
        display:block;
        height:100%;


    }


    body
    {
        height:90%;


    }




body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin-top: 60px;
}

.top-nav {
    overflow: initial;
    background-color: rgb(253, 253, 253);
    height: 80px;
    padding-top: 25px;
}

.top-nav a {
    color: grey;
    font-size: 16px;
    padding-right: 25px;
    float: right;
    font-weight: 600;
}

.rt-button {
    float: right;
    font-size: 16px;
    color: grey;
    background-color: #3535e3;
}

.navbar {
    min-height: 60px;
}

.input-lg {
    height: 25px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 2px;
}

#custom-search-input .glyphicon-search {
    font-size: 21px !important;
}

.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.btn-default-dropdown {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-dropdown {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default-dropdown .caret {
    margin-left: 176px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 227px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.accordion {
    background-color: #fff;
    color: #616161;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 4px;
    font-weight: 500;
    margin: 5px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #fff;
}

.panel {
    padding: 0 5px;
    background-color: white;
    max-height: 0;
    border: 1px solid #b8b9b9;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btn {
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #3b74bc;
    padding: 10px 20px 10px 20px;
    border: solid #3c73bc 2px;
    text-decoration: none;
}

.tour-button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-family: 'roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 30px 13px 30px;
}

.tour-button:hover {
    background-color: #ffffff;
    color: #FF8800;
    border: 2px solid #ffffff;
}

.tour-button:focus {
    background-color: #ffffff;
    color: #FF8800;
    border: 2px solid #ffffff;
}

.navbar-button {
    background-color: #ffffff;
    color: #4285f4;
    border: 2px solid #4285f4;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin: 10px;
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}

.navbar-button:hover {
    background-color: #4285f4;
    color: #ffffff;
    border: 2px solid #4285f4;
}

.navbar-nav>li>a {
    color: #707070;
    line-height: 30px;
}

.navbar-nav>li>a:hover {
    background-color: #eeeeee !important;
    color: #707070 !important;
}

.navbar-nav>li>a:active {
    background-color: #3c73bc !important;
    color: #ffffff !important;
}

.faq-button {
    background-color: #ffffff;
    color: #3c73bc;
    border: 2px solid #3c73bc;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}

.faq-button:hover {
    background-color: #4285f4;
    color: #ffffff;
    border: 2px solid #4285f4;
}

.box-shad {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background: white;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px;
    height: 240px;
}

.box-shad:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-shad {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-box {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.svg-text {
    font-size: 12px;
    height: 30px;
    color: black;
    font-weight: 600;
    margin-top: 30px;
}

.svg-detail {
    font-size: 12px;
    height: auto;
    color: rgb(161, 155, 155);
    font-weight: 600;
    padding-bottom: 22px;
}

.feature-heading-text {
    text-align: center;
    color: #ffffff;
}

.feature-detail-text {
    margin-bottom: 15px;
    text-align: center;
    color: white;
    font-size: 22px;
}

.inner-margin {
    margin: 15%;
}

.navbar-bg {
    background-color: #fff;
    border-color: #fff;
}

.affix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important;
}

.navbar-inverse .navbar-nav>.active>a {
    color: #9d9d9d;
    background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>.active>a:hover {
    background: #ffffff;
}

.card-bg {
    background-color: #f1f0f0;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    background-color: #3c78de;
    margin-top: -20px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

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

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    cursor: pointer;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.mt-150 {
    margin-top: 150px;
}

.mt-80 {
    margin-top: 80px;
}

.area {
    height: 100%;
}

.site-header {
    height: 100vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    color: #707070;
    padding-right: 120px;
}

.section-heading {
    font-weight: 300;
    font-size: 55px;
}

.section-subheading {
    font-weight: 300;
    font-size: 45px;
    color: #707070;
}

.txt-white {
    color: #ffffff !important;
}

.section-para {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 300;
    color: #707070;
}

.side-txt {
    padding: 60px;
}

.about {
    height: 100vh;
}

.body-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.pl-80 {
    padding-left: 80px;
}

.features-bg {
    background-color: #FF8800;
}

.low-padding-para {
    padding-bottom: 5px;
    padding-top: 5px;
}

.custom-overflow {
    overflow-x: hidden;
}

.heading-text {
    color: gainsboro;
    padding-top: 60px;
    padding-left: 60px;
    font-size: 45px;
}

.para-with-image {
    color: gainsboro;
    width: 48rem;
    padding-left: 60px;
    font-size: 22px;
}

.features-content {
    height: 100vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}

.pl-12 {
    padding-left: 12px;
}

.mt-90 {
    margin-top: 90px;
}

.ml-25 {
    margin-left: 25px;
}

.heading-tour {
    text-transform: uppercase;
    text-align: center;
    color: rgb(114, 114, 114);
}

.para-tour {
    margin-bottom: 15px;
    text-align: center;
    color: rgb(161, 155, 155);
    font-size: 22px;
}

.custom-bg-stats {
    background-color: #0E82E8;
}

.custom-bg-sites {
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #f3d412;
    color: white;
    text-align: center;
}

.custom-bg-companies {
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #4480e8;
    color: white;
    text-align: center;
}

.custom-bg-country {
    padding-top: 17px;
    padding-bottom: 17px;
    color: white;
    background-color: #0979D5;
    text-align: center;
}

.stats-text {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
}

.pb-55 {
    padding-bottom: 55px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-400 {
    margin-top: 400px;
}

.mt-60 {
    margin-top: 60px;
}

.tour-img {
    height: 46px;
    margin-top: 15px;
}

.tour-text {
    font-size: 12px;
    height: 30px;
    color: black;
    font-weight: 600;
    margin-top: 30px;
}

.tour-para {
    font-size: 12px;
    height: 50px;
    color: rgb(161, 155, 155);
    font-weight: 600;
    padding-bottom: 22px;
}

.custom-bg-blue {
    height: 100vh;
    background-color: #0E82E8;
    margin-top: 0px;
}

.heading-app {
    color: white;
    padding-top: 60px;
    font-size: 45px;
    text-align: center;
}

.para-app {
    text-align: center;
    color: white;
    font-size: 22px;
}

.app-img {
    margin-right: 10px;
}

.app-img:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.app-img:active {
    box-shadow: none;
}

.last-heading {
    font-size: 45px;
    color: rgb(112, 112, 112);
    margin-top: 230px;
}

.last-para {
    font-size: 22px;
    color: rgb(112, 112, 112);
    margin: auto;
    max-width: 690px;
    padding-bottom: 25px;
}

.auto-mg {
    margin: auto;
}

.custom-display {
    display: inline;
    padding: 15px;
}

.footer-text {
    font-size: 16px;
    color: white;
    padding-top: 12px;
}

.footer-div {
    height: 50px;
    background-color: #292929;
    margin-top: 85px;
    bottom: 0;
    /* position: fixed; */
}

.last-section {
    position: relative;
}

.last-part {
    padding-top: 150px;
    padding-bottom: 150px;
}

.right-bottom-img {
    position: absolute;
    right: 0;
    bottom: 0px;
}

@media (max-width: 1024px) {
    .stats-text {
        font-size: 18px;
    }
    .section-heading {
        font-size: 50px;
    }
    .section-subheading {
        font-size: 35px;
    }
    .section-para {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .dropdown {
        visibility: hidden !important;
    }
}

@media (max-width: 992px) {
    .stats-text {
        font-size: 16px;
    }
    .about-padding {
        padding: 1% !important;
    }
    .about-desc {
        text-align: center;
    }
    .inner-margin {
        margin: 3%;
    }
    .section-heading {
        font-size: 40px;
    }
    .section-subheading {
        font-size: 28px;
    }
    .section-para {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }
    .dropdown {
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .about-img {
        padding-right: 15px !important;
    }
    .about-padding {
        padding: 4% !important;
    }
    .inner-margin {
        margin: 7%;
    }
    .navbar-collapse-modify {
        margin-top: 10px;
    }
    .img-header {
        padding: 20px;
    }
    .header-text {
        text-align: center;
        padding-right: 15px;
    }
    .section-para {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown {
        visibility: hidden;
    }
    .last-bg {
        background-image: none !important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 20px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

@media (max-width: 540px) {
    .img-header {
        padding: 10px;
    }
    .header-text {
        text-align: center;
        padding-right: 15px;
    }
    /*
.section-heading {
    font-size: 40px;
    }

.section-subheading {

    font-size: 28px;
   }
   .section-para {
padding-top: 8px;
padding-bottom:8px;
    font-size: 18px;
   }*/
}

.btn-start {
    background: #4285f4;
    border: none;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    box-shadow: none;
}

.btn-start:hover {
    background: #5486FB;
    border-bottom: 2px solid #2A55B9;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.btn-start:active {
    background: #5486FB;
    border-bottom: 2px solid #2A55B9;
    box-shadow: none;
}

.card-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-heading {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}

.card-desc {
    color: #747C84;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.about-padding {
    padding: 4%;
    padding-left: 7%;
    padding-top: 10%;
}

.about-img {
    padding-right: 0px;
}

.no-right-padding {
    padding-left: 35px
}

.img-mobile {
    margin-top: 50px;
}

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}

.no-margin {
    margin: 0px !important;
}

.app-section-text {
    margin-top: 80px;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.last-bg {
    background-image: url("sideGraphics.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.app-section-img {
    padding: 30px;
}

.laptop-img {
    position: absolute;
    right: 0px;
}


/* ui changings start */


body > .container
{
    padding-bottom: 75px;
    height: 80%;
    display: table;
}


.container
{
    display: table;

}


@media (max-width: 768px)
{

    .container {
        width: 100%;
    }

}

.btn-apk{
	background-color: #4285f4;
    color: #fff;
	padding-left: 15PX;
    padding-right: 15PX;
}


.btn-apk:hover,.btn-apk:active,.btn-apk:focus{
	background-color: #2e6cd2 !important;
    border: 2px solid #2e6cd2;
    color: #fff !important;
}


/* body .container .row{
    display: table-cell;
    vertical-align: middle;
} */


/* ui changings close */


#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 60px;
  width: 60px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4285f4;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
  opacity: 0.5;
  z-index: 999999;
}

#topBtn:hover {
  opacity: 1;
}
