
@import url('https://fonts.googleapis.com/css2?family=Poppins');

body {
    font-family: open sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #747e88;
    overflow-x: hidden;
}
.app-card a{
    color: #747e88;
    text-decoration: none;
}
.side-card a{
    color: #747e88;
    text-decoration: none;
}
.black{
    color: #104253;
}
.nav-pills .nav-link{
    border-radius:20px;
    cursor: pointer;
    border: solid 1px #ccc;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-weight: bold;
}
.comms-img-section{
    padding: 10px;
    border-radius:20px;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.comms-img{
    border-radius: 4px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    width: 100%;
    border-radius: 20%;
    align-self: baseline !important;
}
.comms-link{
    color: #000 !important;
    font-size:15px;
}
.comms-link:hover{
    text-decoration: none !important;
}
.typewriter{
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 1px solid #2AA4C7; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
  }
  .center{
    align-items:center !important;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #2AA4C7; }
  }
.blue{
    color: #2AA4C7;
}
.center{
    text-align: center;
    align-self: center;
}
.other-app-title{
    font-size: 17px;
}
.slick-slide img{
    display: initial !important;
}
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }
  /* .iphone-screenshots{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  } */

  div.well {
    overflow-x: auto;
    white-space: nowrap;
}
div.well [class*="col"]{
    display: inline-block;
    float: none;
}

.help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
  
  /* Hide scrollbar for IE, Edge add Firefox */
  .scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
  }
.navbar-light .navbar-brand{
    font-size: 16px;
    font-weight: 600;
    color: #38424d;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #38424d;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
    padding-left:30px;
    padding-right:30px;
}
.app-details-section{
    margin-top: 120px;
  }
.appstore-img-cont{
    border-radius: 50px;
    border-width: 2px;
    object-fit: contain;
    padding: 10px;
}
.app-icon-cont{
    padding: 10px;
}
.other-apps-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 .other-apps-cont-no-scroll p{

    font-size: 15px !important;

 }
.checked {
    color: #2AA4C7;
  }
  .rating-txt{
      font-size: 10px;
  }
  .rating-star{
    font-size: 12px; 
  }
  .apk-icon{
      height: 30px;
      width: 30px;
      object-fit: contain;
      margin-top: -22px;
  }
.shift-card{
    padding: 10px !important;
}
.rating-span{
    display: inline-block;
    border: 1px solid #8e8e93;
    border-radius: 3px;
    color: #8e8e93;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -.006em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1;
    margin-left: 5px;
}
.rating-span-no-border{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -.006em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1;
    margin-left: -13px;
}
.appstore-img{
    height: 100px;
    object-fit: contain;
    width: 100px;
}
.left{
    float: left;
}
.right{
    float: right;
    text-align: right;
}
.contact-text{
    margin-top: 6px !important;
}
.nav-link:hover,.nav-link.active {
    font-weight: bold !important;
    color: #2AA4C7 !important;
}
.footer{
    background-color: #232323;
    color: #FFF;
}
.contact-us-btn{
    border: 2px solid #2AA4C7;
    border-radius: 30px;
    color: #2AA4C7 !important;
    justify-content: center;
    font-size: 1rem;
	font-weight: 400;
	padding: 12px 12px 12px 12px;
	margin-right: 20px;
	margin-left: 20px;
}

.contact-us-btn:hover{
    color: #2AA4C7 !important;
    background-color: #FFF !important;
    text-decoration: none !important;
}
.start-now-btn{
    background-color: #2AA4C7 !important;
    color: #FFF !important;
    border-radius: 30px;
    justify-content: center;
    font-size: 1rem;
	font-weight: 400;
	padding: 12px 30px 12px 30px;
    text-decoration: none;
}

.start-now-btn:hover{
    color: #2AA4C7 !important;
    border: 2px solid #2AA4C7;
    text-decoration: none !important;
}
.main{
    min-height: 70vh !important;
}
.main-section{
    min-height: 80vh;
    margin-top: 80px;
    margin-bottom: 20px;
}
.intro-heading, .contact-heading{
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #38424d;
    margin-top: 60px;
}
.white-text{
    color: #FFF;
}
.intro-heading span{
   color: #2AA4C7;
}
.why-us-title{
    color: #38424d;  
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.questions-title{
    color: #FFF;  
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.star-rating{
    margin-top: -10px;
    margin-bottom: 6px;
}
.star-rating .fa{
    color: #2AA4C7;
}
.ticked ul {
    list-style: none;
    margin-left: -45px;
}
.ticked ul li:before {
  content:"\2714\0020";
}
.why-us-list{
    margin: 20px !important;
}
.blue-line{
    margin-right: auto; 
    margin-left: auto; 
    position: relative; 
    border-top: 3px solid #2AA4C7; 
    width: 10%; 
    margin-bottom: 10px;
}
.intro_b{
    font-size: 35px;
    color: #38424d;
}
.intro-img{
    height: auto;
    float: right;
}
.product-img{
    max-height: 250px;
}
.overview-img{
    height: auto;
    float: right;
    height: 300px;
}
.pos-desc{
    margin-top: 90px;
}
.pos-img{
    height: 350px;
    float: right;
}
.dash-img{
    height: 350px;
    float: left;
}
.logo{
    height: 50px;
}
.icon{
    height: 45px;
    width: 45px;
    object-fit: contain;
}
.intro-section{
  margin-top: 60px;
}
.intro_p {
    max-width: 570px;
    /* color: #fff; */
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.store-section{
    margin-top: 50px !important;
}

.join-section{
    background-color: #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.get-in-touch-section{
    background-color: #104253;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: #FFF !important;
    margin-bottom: -50px;
}
.get-in-touch-title{
    color: #FFF !important;
}
.btn-get-in-touch{
    border-width: 2px;
    border-color: #FFF;
    font-size: 20px;
    color: #FFF;
}
.module_title{
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    color: #38424D;
    margin-top: 20px;
}
.black{
    color: #38424d;
}
.green{
    color: #2AA4C7;
}
.white{
    color: #FFF;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.margin-top{
    margin-top: 10px;
}
.negative-margin-top{
    margin-top: -10px;
}
.tick{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.app-title{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.app-desc{
    font-size: 25px;
}
.appstore{
    height: 72px;
    margin-top: 20px;
}
.playstore{
    height: 72px;
    margin-top: 20px;
}
.apps-img{
    transform: rotate(330deg);
    height: 320px;
}
.other-apps-title{
    margin-top: -46px;
}

/* Custom Scrollbar Start */

/* width */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #CCC; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2AA4C7; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2AA4C7; 
  }

/* Custom Scrollbar End */


/*===================*/
/* BOUNCE OUT
/*===================*/

.bounce-out-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .bounce-out-on-hover:hover, .bounce-out-on-hover:focus, .bounce-out-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  .dash-section{
      background-color: #FFF;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .app-section{
    margin-top: 40px;
    background-image: url(../img/ct-store-bg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  
  .app-desc-section{
      margin-top: 100px;
  }
  .logo-app{
      margin-bottom: 50px;
  }
  .hide-mobi{
        display: block !important;
   }

   .show-mobi{
        display: none !important;
   }
   .margin-bottom-lg{
       margin-bottom: 30px;
   }
   .footer-ul{
    margin-left: -30px;
   }

.footer-icon{
    height: 15px;
    width: 15px;
    object-fit: contain;
}
.intro-img-section{
    text-align: center;
}
.overview-img-section{
    text-align: center;
}
.list-unstyled a{
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
}
.list-unstyled a:hover{
    color: #2AA4C7;
    transition: all 0.3s;
}
.footer-copyright{
    background-color: #343434;
    padding: 20px;
}
.top-title{
    margin-top: 100px !important;
}
.about_quote{
    font-style: italic;
    letter-spacing: .1em;
}
.about-content{
    /* margin: 50px; */
}
.padding{
    padding: 10px;
}
.accordion-item .title{
    font-weight: 700;
}
.accordion .accordion-item .title:after {
    content: '\2795';
    font-size: 13px;
    color: #2AA4C7 !important;
    float: right;
    margin-left: 5px;
}
.page-heading {
    text-align: center;
    background-image: url(../assets/images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0px 150px 0px;
    color: #fff;
    position: relative;
}

.page-heading h1 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.page-heading span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: block;
}
.card-header {
    background-color:#46A4C7;
    color: #FFF;
    font-weight:bold;
}
.contact-item {
    padding: 10px 5px;
    text-align: center;
    object-fit: contain;
}
.contacts-section{
    margin-top: 30px;
}
.contact-icon {
    color: #2AA4C7;
    font-size: 28px;
    margin-bottom:5px;
    object-fit: contain;
}
.callback-form{
    background-color: #F7F7F7;
}
.contact-item h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}
.contact-item p {
    margin-bottom: 20px;
}
.contact-item a {
    font-weight: 600;
    color: #2AA4C7;
    font-size: 15px;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.shopkeeper-img{
    height: 250px;
    border: 5px solid #2AA4C7;
    float: right;
}
.how-it-works-section{
    margin-right: 48px;
    margin-left: 48px;
}
.steps-cont{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    border-radius: 100px;
    background-color: #2AA4C7;
    color: #FFF;
}
.steps-section{
    margin-top: 20px;
    margin-bottom: 20px;
}
.black-line{
    margin-right: auto; 
    margin-left: auto; 
    position: relative; 
    border-top: 3px solid black; 
    width: 5%; 
    margin-bottom: 10px;
}
.app-list-section{
    margin-top: 10px;
}
.app-top-img{
    height: 50px;
    width: 100px;
    object-fit: contain !important;
    align-self: center !important;
}

.side-apps-img{
    height: 80px;
    width: 80px;
    object-fit: contain !important;
    align-self: center !important;
}
.app-card{
    padding: 10px;
    border-color: #FFF !important;
}

.other-apps-cont{
    height: 100vh;
    overflow-y: scroll;
    padding: 10px;
}

.other-apps-cont-no-scroll{
    padding: 10px; 
}
.file-icons{
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.side-card{
    padding: 10px !important;
    border-color: #FFF;
}

.card-top-img{
    height: 100px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contact-f{
    margin-left:-10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.max-four-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
			line-clamp: 4; 
	-webkit-box-orient: vertical;
 }
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #2AA4C7 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.app-card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.middle{
    margin-top:20px !important;
}





/*Lets make it responsive*/



@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .contact-us-btn{
        width: 157px !important;
    }
    .intro-heading{
        margin-top: 10px !important;
        font-size: 32px !important;
        text-align: center;
    }
    .contact-heading{
        margin-top: 50px !important;
        font-size: 18px !important;
    }
    .start-btn-cont{
        text-align: center;
    }
    .padding-mobile{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .hide-mobi{
        display: none !important;
    }
    .questions-title {
        font-size: 20px;
    }
    .get-in-touch-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-top-img{
        height: 80px !important;
    }
    .appstore-img{
        height: auto;
        object-fit: contain;
        width: 100px;
    }
    .appstore-img-cont, #download{
        text-align: center;
    }

    .application-section{
        margin-left: 40% !important;
    }

    .app-details-section{
        margin-top: 65px;
    }

    .productivity-title, .additional-info-title, .installation-guide-title, .screenshots-title, .marketing-title {
        align-self: center;
        text-align: center;
        font-size: 18px;
    }
    .apps-col{
        width: 50%;
    }
    .side-apps-cont{
        text-align: center;
    }
    .other-app-title{
        align-self: center;
        text-align: center;
        font-size: 15px;
    }

    .other-apps-title{
        margin-top: 20px !important;
        text-align: center;
     }

     .center-mobile{
         align-self: center;
         text-align: center;
         display: flex;
        justify-content: center;
     }

     .apk-icon{
        align-self: center;
        text-align: center; 
     }

    .show-mobi{
        display: block !important;
    }

    .why-us-title{
        font-size: 20px;
    }
    
    .get-in-touch-title{
        font-size: 20px;
    }
    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #2AA4C7 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .pos-desc{
        margin-top: 10px !important;
    }
    .pos-img-cont{
        text-align: center;
    }
    .pos-img {
        height: 260px;
        width: auto;
        object-fit: contain;
    }
    .intro-img{
        height: 260px;
        object-fit: contain;
        float: none;
    }
    .overview-img{
        height: 260px;
        object-fit: contain;
        float: none;
    }
    .pos-intro{
        text-align: center;
    }
    .dash-img{
        height: 260px;
        object-fit: contain;
    }
    .apps-img-section{
        text-align: center;
    }
    .appstore{
        height: 50px;
        margin-top: 20px;
    }
    .playstore{
        height: 50px;
        margin-top: 20px;
    }
    .apps-img{
        height: 180px;
        width: auto;
        object-fit: contain;
    }
    .app-title{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center !important;
    }
    .app-desc{
        font-size: 16px;
    }
    .app-desc-section{
        margin-top: 10px;
    }
    .logo-app{
        margin-bottom: 10px !important;
    }
    .title{
        text-align: center;
    }
    .p-footer{
        text-align: center;
    }
    .footer-ul{
        text-align: center;
    }
    
}
