body {
  margin: 0;

  padding: 0;

  /*font-family: avenir,helvetica,sans-serif;*/

  /*color:#777575;*/
  color: #000;

  overflow-x: hidden;
  font-family: Helvetica, sans-serif;
  overflow-y: scroll;
  font-weight: 500;
}

*,
:after,
:before {
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: "";

  display: table;
}

.clearfix:after {
  clear: both;

  display: block;
}

ul {
  list-style: none;

  margin: 0;

  padding: 0;
}
a {
  color: #4272d7;
}
a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
/**Navbar**/
.logo {
  width: 35%;
  margin-left: 2%;
}

/*****/
.exo-menu {
  width: 100%;
  float: left;
  list-style: none;
  /* position:relative; */
  background-color: white;
  z-index: 1000;
  height: 62px;
}

.exo-menu > .images-drop-down {
  display: inline-block;

  float: left;
}

.exo-menu > li > a {
  color: #000;

  font-weight: 500;

  text-decoration: none;

  /* text-transform: uppercase;
            
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            
            -moz-transition: color 0.2s linear, background 0.2s linear;
            
            -o-transition: color 0.2s linear, background 0.2s linear;
            
            transition: color 0.2s linear, background 0.2s linear;*/
}

.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  color: #ff4344;
}

.exo-menu i {
  /*  float: left; 
            
            font-size: 18px;*/

  /*margin-left: 6px;*/

  line-height: 20px !important;
}
.exo-menu > li > .menu {
  display: inline-block;
  padding: 11px 22px;
  font-size: 15px;
}
.ft-20 {
  font-size: 20px;
}
.body-bg {
  background: #626262;
}
.ft-30 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
}
.footer-ul {
  font-family: Charlie Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  color: #42526e;
  /* font-size: .875rem; */
  line-height: 1.125;
  line-height: 1.9;
  /* font-size: 12px;*/
}
.ft-color-white {
  color: #fff;
}
.footer-ul a {
  text-decoration: none;
  line-height: 1.125;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  color: #fff;
  padding-right: 0px;
}
.footer-head {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 700;
  height: 32px;
  line-height: 18px;
}
.footer-pd {
  padding: 30px 15px;
  text-align: left;
}
.footer-img {
  margin-bottom: 0%;
  width: 90px;
}
.footer-a {
  color: #fff;
}
hr {
  border-top: 2px solid #fff;
}
.footer-hr {
  border-top: none;
  margin-top: 0px;
}
.social-ul {
  display: flex;
  margin-top: 15px;
}
.float-right {
  float: right;
}
.footer-icon {
  font-size: 13px !important;
  color: #fff;
  background-color: #000;
  padding: 5px 7px;
  display: block;
  border-radius: 25%;
  border: 1px solid #000;
}
.social-li {
  padding: 0% 0% 0% 2%;
}
.mt-5 {
  margin-top: 5%;
}

/****/
/*	section{height:100%;}*/

.ptb-80 {
  padding: 80px 0px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mt-2 {
  margin-top: 2%;
}
.mt-8 {
  margin-top: 8%;
}
.font-weight-bold {
  font-weight: bold;
}
.font-12 {
  font-size: 12px;
}
.weight-700 {
  font-weight: 700;
}
.btn-blue {
  background-color: #4272d7;
  color: #fff;
}

.btn-blue:hover {
  background-color: #efefef;
  color: #333;
}
.btn-orange,
.btn-orange:hover {
  background-color: #ff4344;
  color: #fff;
}
.btn-secondary {
  background: #fff;
  border-radius: 22px;
  padding: 5px 10px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
}
.color-blue {
  color: #4272d7;
}
.lh-5 {
  line-height: 1.5;
}

.color-white {
  color: #fff;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.mb-3 {
  margin-bottom: 3%;
}
.mb-5 {
  margin-bottom: 5%;
}
.head {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial {
  /*border:1px solid #cec7c7;*/
  padding: 20px;
  margin: 25px 15px 30px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 400px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-4 {
  margin-top: 4%;
}
.pb-5 {
  padding-bottom: 5%;
}
.pb-2 {
  padding-bottom: 2%;
}
.subhead {
  padding-right: 11%;
  line-height: 1.7;
}
.region-promo .promotion-app {
  /*border: 1px solid #f8f8f8;*/
  background: #e8f4ff;
  background: linear-gradient(to right, #e8f4ff 30%, #fff 100%);
  vertical-align: middle;

  min-height: 300px;
}
.promo-ul {
  padding-left: 0px;
  padding-right: 0px;
}
.region-ul {
  position: relative;
  /* width: 55%; */
  overflow: hidden;
  /*border: 1px solid #f2f2f2;*/
  text-align: left;

  padding: 30px;
  height: 150px;
}
/*.region-a{
    padding: 0 0 0 80px;
     }*/
.region-a h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
}
.zp-main-apps a {
  font-size: 19px;
  color: #000;
  position: relative;
  display: inline-block;
}
.region-promo ul li.zapp-show {
  display: inline-block;
}

.region-ul p {
  display: block;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.region-btn {
  margin-left: 80px;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #03a9f5;
  padding: 6px 12px;
  margin-top: 15px;
  display: inline-block;
  color: #03a9f5;
  background: transparent;
}
/* .region-ul:after, .region-ul:before {
    content: '';
    position: absolute;
    background: #f2f2f2;
		}*/
.region-ul:after {
  height: 100%;
  width: 1px;
  left: 49%;
  top: 0;
}
.region-ul:before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.region-img {
  display: none;
  position: absolute;
  left: 27px;
  top: 50px;
}
.region-promo .promotion-app a {
  color: #000;
  display: block;
  padding: 90px;
  position: relative;
}

.promo-bg {
  background: #e8f4ff;
  padding: 30px;
  margin-bottom: 6%;
}
.promo-img {
  margin: auto;
}
.promo-desc {
  line-height: 1.5;
}
.text-dark {
  color: #000;
}
.promo-h5 {
  font-weight: 600;
}
.promo-title {
  margin-top: 0px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-31 {
  padding: 1% 28%;
  line-height: 1.5;
}
.ft-underline {
  text-decoration: underline;
}

.brb-1 {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.bb-1 {
  border-bottom: 1px solid #f5f5f5;
}
.br-1 {
  border-right: 1px solid #f5f5f5;
}
.fl-right {
  float: right;
}
.footer-12 {
  font-size: 12px;
  margin-bottom: 5px;
  color: #42526e !important;
}
/**Product**/
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mt-0 {
  margin-top: 0px;
}
.ptb-10 {
  padding: 15px;
}
.los-video {
  width: 100%;
}
.onboard-bg {
  width: 100%;
  margin: 0px;
  background-size: cover;
  padding: 0px;
  position: relative;
  background-image: linear-gradient(to right, #f2f2f2, #ffcaca);
}
.development-tools-text h2,
.product-head {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  font-family: Helvetica, sans-serif;
}
.development-tools-text p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.5;
}
.p-subhead {
  margin: 0 auto;
  color: #333c4d;
  font-size: 18px;
  font-size: 20px;
  line-height: 32px;
}
.development-tools-text h3 {
  display: inline-block;
  margin: 0px 0 0px 0;
  padding: 4px 8px;
  background: #e5eeff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.development-tools-text ul li {
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
}
.development-tools-text ul li::before {
  display: inline-block;
  width: 8px;
  margin-right: 16px;
  margin-left: 16px;
  color: #0070b0;
  font-weight: bold;
  content: "\2022";
  font-size: 18px;
  margin-top: -3px;
}
.mlr-auto {
  margin: 0px auto;
}
.bg-grey {
  background: #f2f2f2;
}
.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.img-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.mt-11 {
  margin-top: 11%;
}
ol.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  background-color: #fff;
}
.breadcrumb {
  margin-bottom: 0px;
}
ol.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ol.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ol.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #ff4344;
}
.mt-0 {
  margin-top: 0px;
}
.w-50 {
  width: 50px;
  margin-bottom: 20px;
  margin-left: auto;
}
.txt-crimson {
  color: #ff4344;
}
.btn-book {
  border-radius: 20px !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 600px) {
  .w-50 {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-head {
    height: auto;
    margin: 0 0 10px 0;
  }
  .d-sm-none{
    display: none;
  }
  .mob_mb_0{
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .w-50 {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-head {
    height: auto;
    margin: 0 0 10px 0;
  }
  .d-sm-none{
    display: none;
  }
  .mob_mb_0{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .development-tools-text h2,
  .product-head {
    font-size: 3rem;
    line-height: 1.1;
  }
  .onboard-bg {
    height: auto;
  }
  .key-feature {
    font-size: 16px;
    font-weight: 600;
  }
  /* .img-70{width:100%} */
  .development-tools-text p,
  .development-tools-text ul li {
    font-size: 14px;
  }
  .footer-head {
    height: auto;
    margin: 0 0 10px 0;
  }
  .d-sm-none{
    display: none !important;
  }
  .mob_mb_0{
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .development-tools-text h2,
  .product-head {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .key-feature {
    font-size: 16px;
  }
  .development-tools-text p,
  .development-tools-text ul li {
    font-size: 14px;
  }
  .footer-head {
    height: auto;
    margin: 0 0 10px 0;
  }
}

/****/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

/**Call Demo**/
.call-head {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  font-family: Helvetica, sans-serif;
}
.bg-gray {
  padding: 44px 20px 0px;
  /*background-image: url("images/Line-pattern-2nd.svg");*/
  background-repeat: no-repeat;
  background-color: #353535;
}
.w-98 {
  width: 70%;
  position: sticky;
}
.desc {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
.weight-600 {
  font-weight: 600;
}
.weight-500 {
  font-weight: 500;
}
.mt-25 {
  margin-top: 10%;
}
.mt-35 {
  margin-top: 10%;
}
.btn-orange {
  color: #fff;
  border: 1px solid #ff4344;
  background: #ff4344;
  border-radius: 20px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
}

.demo-w {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.btn-orange:hover,
.btn-blue:focus {
  color: #ff4344;
  border: 1px solid #ff4344;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .w-98 {
    width: 100%;
    position: sticky;
  }
  .bg-gray {
    padding: 20px 20px 0px;
  }
  .mt-25 {
    margin-top: 10%;
  }
  .mt-35 {
    margin-top: 10%;
  }
  .call-head {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
  .ft-18 {
    font-size: 15px !important;
  }
  .wrapper .breadcrumb {
    margin-top: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .mt-25 {
    margin-top: 0px;
  }
  .bg-gray {
    padding: 20px 20px 0px;
  }
  .mt-35 {
    margin-top: 0px;
  }
  .call-head {
    font-size: 2.5rem;
    line-height: 1.1;
    height: auto;
    margin-left: 5%;
    text-align: left;
  }
  .demo-w {
    width: 100%;
  }
  .color-wrapper .navbar-nav li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .w-98 {
    width: 70%;
    position: sticky;
  }
  .bg-pink {
    height: 65%;
  }
  .ft-18 {
    font-size: 18px !important;
  }
}

/****/
.social-top {
  margin-top: 1%;
}
.ft-18 {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.6;
}
.text-grey {
  color: #5a5a5a;
}
.ft-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.font-15 {
  font-size: 15px;
}
.font-13 {
  font-size: 13px;
}
.font-16 {
  font-size: 16px;
}
.bg-grey {
  background: #f2f2f2;
}

/*Double navbar*/

.color-wrapper {
  margin-top: 50px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}
.color-wrapper .navbar-nav .active {
  font-weight: 700;
  color: #ff4344;
  border-bottom: 2px solid #ff4344;
}
.wrapper .breadcrumb {
  margin-top: 9%;
}
.bg-light {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper .breadcrumb {
    margin-top: 20%;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .color-wrapper {
    margin-top: 35px;
  }
  .wrapper .breadcrumb {
    margin-top: 30%;
    padding: 0px;
  }
  .color-wrapper .navbar-nav {
    margin: 7.5px -15px 0px;
  }
}
/*Small mobile*/
@media (max-width: 378px) {
  .wrapper .breadcrumb {
    margin-top: 40%;
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .wrapper .breadcrumb {
    margin-top: 12%;
    padding: 0px;
  }
}
