@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 55 Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
}

html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Avenir LT Std 45 Book', sans-serif !important;
  overflow-x: hidden;
  background-color: #fff !important;
  background-image: none !important;
  overflow-x: hidden;
}

.col-md-4 {
  float: left;
}
.container-fluid{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.headsection {
  background-color: #25a3d6;
  padding:4px 0;
  height: 34px;
  color: #fff;
}
.headsection p {
  color: #fff !important;
  float: left;
  margin: 0;font-size: 13px;
}
.headsection a {
  color: #fff;
  float:right;
  padding: 4px 16px;
  font-size: 13px;
  text-transform: uppercase;
}
.headsection a:hover {
  color: #fecc0e;
  text-decoration: none;
}
.headsection span {
  float:right;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #25a3d6;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown, .dropleft, .dropright, .dropup{
  width: auto !important;
}
.dropdown-menu{
  border-radius: 5px !important;
  top: 100% !important;
  padding: 25px 25px 0 !important;
  width: 445px;
  border-bottom: 3px solid #25a3d6 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: 0px 0.5px 1.9px 0.1px rgba(123, 123, 123, 0.78);
  margin-left: -19px !important;
}
.dropdown-menu:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: -9px;
  border: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: -1px -1px 1px 0px rgba(214, 217, 217);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-brand {
  margin-left: 4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px !important;
  color: #666;
  font-family: 'Avenir LT Std 45 Book', sans-serif !important;
  text-transform: uppercase;
  padding-left: 10px !important;
  padding-right: 15px !important;
}
.dropdown-toggle::after {
  border: none !important;
}

.dropdown-item {
    color: #25a3d6 !important;
    font-size: 15px;
    padding: 0px 10px 0px 0px !important;
    white-space: normal !important;
    width: 49% !important;
    clear: inherit !important;
    line-height: normal;
    margin-bottom: 25px;
    float: left;
}
.dropdown-item span {
  font-size: 12px;
  color:#999;
  display: block;
}
.dropdown-item:hover {
  color: #25a3d6 !important;
  background-color: #fff !important;
}
section {
  width: 100%;
  height: 100vh;
  float: left;
  outline: none;
}
.logincolor {
  color: #25a3d6 !important;
}
h1 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 36px !important;
  color: #242424;
}
h2 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 28px !important;
  color: #242424;
  width:100%;
  text-align: center;
}
h3 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 22px !important;
  color: #3a3a3a;
}

p {
  color: #646465 !important;
  font-size: 14px;
  line-height: 26px;
}


.bottomfooter {
  background-color: whitesmoke;
display: inline-block;
margin-top: 60px;
width: 100%;
padding: 2%;
}
.bottomfooter div {
  float: right;
}

.bottomfooter span {
  margin: 0px 20px;
}

.bottomfooter  a {
  color: #737376;
  font-size: 14px;

}
.bottomfooter p {
  color: #737376;
  font-size: 14px;
  padding: 5px 5px;
  margin: 0;
  float: left;
}

.desktop {
  display:block;
}
.mobile {
  display: none !important;
}

.close {
  cursor: pointer;
}
.center {
  text-align: center;
}


.herosection1{
background-color: #fff;
padding: 20px 0;
margin: 20px auto 30px;
}
.herosection1 h1 {
  text-align: left;
  padding-top: 90px;
  font-size: 48px !important;
  margin-bottom: 20px;
}
.herosection1 p {
  font-size: 24px;
}

.herosection1 img {
  width: 90%;
}
.cardDiv {
    width: 90%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 36px;
opacity: 1;
    padding: 40px;
    margin: 30px auto;
}

.cardDiv1 {
    width: 90%;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #00000029;
    border: solid 1px #fff;
    background-color:    #ffffff;
    padding: 40px;
    border-radius: 36px;
    text-align: center;
    margin: 30px auto;
    height: 560px;
}
.cardDiv h4 {
    font-size: 18px !important;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 5px;
  }
.cardDiv input {
    font-size: 18px;
    text-align: left;
    border: 1px solid #889BA3;
    background-color: white;
    border-radius: 3px;
    width: 125px;
    padding: 1% 2%;
    margin: 2% 1%;
    height: 36px;
    color: #666;
}
.cardDiv select {
    font-size: 14px;
    text-align: left;
    border: 1px solid #e5e7f2;
    background-color: #fcfdfe !important;
    border-radius: 3px;
    width: 47%;
    padding: 1% 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2% 1%;
    color: #666;
    height: 36px !important;
    background: url(../images/down-arrow.png) no-repeat 98%;
    background-color: rgba(0, 0, 0, 0);
}
.cardDiv span {
  font-size: 25px !important;
  font-weight: bold;
}
.div3 {
width: 33%;
float: left;
margin-bottom: 20px;
}
.div1{
width: 100%;
margin-bottom: 20px;
display: inline-block;
}
.div2{
width: 50%;
float: left;
}
.savingDiv {
  width:46%;
  margin: 2%;
  padding: 20px;
  float: left;
  border-radius: 14px;
  height: 200px;
  box-shadow: 0px 3px 6px #00000029;
}
.savingDiv h3 {
  font-size: 40px !important;
  padding-top: 40px;
  margin-bottom: 10px;
}
.savingDiv h6 {
  font-size: 18px;
  line-height: normal;
}
.savingleft{
  width: 40%;
  float: left;
}
.savingright {
  width: 60%;
  float: left;
}
.savingright h2 {
font-size: 40px !important;
  margin-top: 10px !important;
}
.savingright h3 {
  font-size: 28px !important;
  margin-top: 0px !important;
}
.savingright h6 {
  font-size: 20px !important;
  margin: 10px auto !important;
}
.blue-box {
    border: 1px solid #25A3D6 !important;
    background-color: #25A3D6 !important;
    padding: 10px; margin: 2% auto;
    color: #fff !important;
    border-radius: 12px;
    width: 96%;
    cursor: pointer;
}
.blue-box:hover {
    background-color: #fff !important;
    color: #25A3D6 !important;
}
.company {
  border: none !important;
  border-bottom: 1px solid #889BA3 !important;
  border-radius: 0px !important;
  width: 60% !important;
  font-size: 18px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.bgpopup {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.popupcont1 {
    background-color: 
    #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 10000;
    display: block;
    width: 90%;
    height: 90%;
    overflow: auto;
    border-radius: 3px;
    padding: 2%;
}
.popupcont {
  background-color: #fff;
  position: fixed;
  top: 20%;
  left: 35%;
  z-index: 10000;
  display: block;
  width: 35%;
  border-radius: 3px;
  padding: 2%;
}
.popupcont textarea {
    font-size: 14px;
    text-align: left;
    border: 1px solid 
#e5e7f2;
background-color:
#fcfdfe;
border-radius: 3px;
width: 97%;
padding: 1%;
margin: 2% 1%;
height: 80px;
resize: none;
overflow: auto;
color:
    #666 !important;
}

.popupcont h2 {
  font-size: 22px !important;
  text-align: center;
  margin-top: 11px;
}

.popupcont input {
  font-size: 14px;

  text-align: left;
  border: 1px solid #e5e7f2;
background-color: #fcfdfe;
  border-radius: 3px;
  width: 47%;
  padding: 6px 2%;
  margin: 1%;
  height: 36px;
  color: #666 !important;
}

.popupcont select {
  font-size: 14px;

  text-align: left;
  border: 1px solid #e5e7f2;
background-color: #fcfdfe;
  border-radius: 3px;
  width: 47%;
  padding: 6px 2%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
  margin: 1%;
  color: #666;
  height: 36px;
  background: url(https://www.mygeotracking.com/track/newimage/down-arrow.png) no-repeat 98% #fcfdfe !important;
}

.red-box {
  border: 1px solid #47a7ee !important;
  background-color: #47a7ee !important;
  padding: 8px 7%;
  color: #fff !important;
  border-radius: 3px;
  width: 100px;
  cursor: pointer;
}

.red-box:hover {
  background-color: #fff !important;
  color: #47a7ee !important;
}
.red-box1 {
  border: 1px solid #47a7ee !important;
  background-color: #47a7ee !important;
  padding: 5px;
  color: #fff !important;
  border-radius: 3px;
  width: 47%; margin:1%;
  cursor: pointer;
}

.red-box1:hover {
  background-color: #fff !important;
  color: #47a7ee !important;
}

.clocksection {
  margin:0px auto 0px;
  display: inline-block; padding: 55px 0 50px;
}
.clocksection h2 {
  text-align: left;
}
.clocksection p {
  width:80%;
}
.clocksection img {
  width:90%;
}
.clocksection ul {
  padding:0;
}
.clocksection li {
list-style: none;
width: 100%; float: left;
background-image: url(../images/landing/orange-dot.png);
background-repeat: no-repeat;
background-position: 0px 4px;
color: #646465 !important; margin-bottom:10px;
font-size: 14px; padding-left: 15px;
line-height: 21px;
}

.calltoaction{
  margin:60px auto 0;
  display: inline-block;
  text-align:center;
}
.calltoaction span {
  margin: 0 25px;
  color: #fd9400;
}
.custom-btn {
    background-color: #11b9e4 !important;
    padding: 12px 35px;
    border-radius: 5px;
    color: white !important;
    margin: 20px !important;
    border: 1px solid #11b9e4;
    display: inline-block;
}
.custom-btn:hover {

    background-color: white !important;
    color: #11b9e4 !important;
    text-decoration: none;
}
.centerimage {
  margin: 0px auto 0px;
    margin-right: auto;
    margin-left: auto;
display: inline-block;
padding: 65px 0;
}
.centerimage h2 {
  text-align: left;
}
.centerimage img {
  width: 100% !important;
  margin-bottom: 35px;
}
.connectersection{
  background-color: #f8fafa;
  margin: 50px auto 100px;
}
.crmsection {
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding:  0;
}

.crmsection h2 {
  text-align: center;
  padding: 0px 0 10px;
  width: 100%;

}

.crmsection p {
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 25px;

}

.crmsection img {
  width: auto !important;
  text-align: center !important;
  padding-top: 11px;
  display: inline !important;
}

.item {
  /* border-radius: 5px;
  border: 1px solid #666;
  background-color: #fcfcfc;
  width: 90%;
  height: 100px;
  text-align: center; */
}
.intergrateimg {
  list-style: none;
}
.intergrateimg li {
    background-color: white;
    display: block;
    width: 23%;
    height: 125px;
    float: left;
    margin: 2% 1%;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
}
.owl-theme .owl-nav {
  display: none;
}
.bgrey {
  background-color: white;
  padding: 50px;
  height: auto;
  }

.bgrey h2 {
  font-size: 38px !important;
  text-align: center;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}
.btnsection {
    width: auto;
    margin: 20px auto 0;
    text-align: center;
}
  .noborderbtn {
  border: 1px solid #25a3d6;
  background-color: #25a3d6;
  padding: 10px 0;
  color: #fff;
  border:1px solid #25a3d6;
  border-radius: 3px;
  width: 170px;

}

.noborderbtn:hover {
  background-color: #fff;
  color: #25a3d6;
}

.borderbtn {
  border: 1px solid #25a3d6;
  padding: 10px 0;
  color: #47a7ee;
  background-color: #fff;
  border-radius: 3px;
  width: 170px;

  margin-left: 20px;
}

.borderbtn:hover {
  color: #fff;
  background-color: #25a3d6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 90% !important;
  }
  .dropdown-menu::after {
    display: none;
  }
  .dropdown-menu {
    border: none !important;
    padding: 0px 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
  }
  .dropdown-item {
    width: 25% !important;
    float: left;
    font-size: 12px;
  }
  .dropdown-item span {
    font-size: 11px;
    margin-top: 3px;
  }
  .navbar-nav {
    width: 100%;
  }
  .desktop {
    display:inline-block;
  }
  .mobile {
    display: none;
  }
  

}

@media (min-width: 30px) and (max-width: 480px) {
  .socialmedia {
    text-align: center;
  }
  .footer-centerline {
    margin-top: 15px;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display: inline !important;
  }
  .dropdown-menu::after {
    display: none;
  }
  .dropdown-menu {
    border: none !important;
    padding: 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
  }
  .dropdown-item {
    width: 100% !important;
    font-size: 12px;
  }

  .dropdown-item span {
    font-size: 11px;
    margin-top: 3px;
  }

  .popupcont {
    background-color: #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 10000;
    display: block;
    width: 90%;
    border-radius: 10px;
    padding: 1%;
  }
  .headsection a {
    padding: 4px 6px;
    font-size: 12px;
  }
  .navbar{
    padding: 0 !important;
  }
  .navbar-nav{
    width: 100%;
  }
  .navbar-brand {
    margin: 0 !important;
  }
  .dropdown {
    margin: 0px 0px 0px 0px !important;
  }

  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  p {
    font-size: 12px;
    line-height: 20px;
  }
  .mainimage1 {
      width: 90%;
  }
  .bggrey {
    padding: 30px !important;
  }

.herosection1 {
padding: 45px 0px;
margin: 0 auto;
}
.cardDiv{
  top: 0;
margin-top: 0;
padding: 20px;
width:100%;
}
.herosection2 {
  height: 100px;
}
.clocksection {
  padding: 25px 0;
  margin:0px auto 20px;
}
.clocksection li {
  width: 100%;
  font-size: 12px;
  }
  .clocksection h2{
    margin-top:20px;
  }
  .clocksection p {
    width: 100%;
}
.clocksection img {
  width:100%;
}
.item {
  width: 100%;
}
.intergrateimg {
  padding: 0;
}
.intergrateimg li {
  width: 48%; height: 85px;
}
.crmsection img {
    width: 90% !important;
    }
.noborderbtn {
  width: 145px;
}
.borderbtn {
  width:170px;
  margin-left: 7px;
}
.btnsection {
  width: 350px;
  margin:20px auto 0 -19px;
}

}