body {
  font-family: 'GothamProLight', sans-serif;
  color: #0b3048;
}
a:hover,a:focus,a:visited {text-decoration: none;}
/* Helper */
.w100 {width: 100%;}
.w50 {width: 50%;}
.w30 {width: 30%;}
.pointer {cursor: pointer;}
.block {display: block;}
.iblock {display: inline-block;}
.flex {display: flex;}
.flex-row {flex-direction: row;}
.flex-col {flex-direction: column;}
.justifyCenter{justify-content: center;}
.justifyBetween{justify-content: space-between;}
.alignCenter{align-items: center;}
.relative {position: relative;}
.b-25 {bottom: -25px;}
.absolute {position: absolute;}
.error-text {color: #d9534f !important;}
.p0{padding: 0;}
.mauto{margin:auto;}
.mt15 {margin-top: 15px;}
.mt40 {margin-top: 40px;}
.ml15 {margin-left: 15px;}
.ml25 {margin-left: 25px;}
.mb0 {margin-bottom: 0;}
.mb80{margin-bottom: 80px;}
.mb40{margin-bottom: 40px;}
.mt80{margin-top: 80px;}
.p15 {padding: 15px;}
.pl15 {padding-left: 15px;}
.ph20{padding-right: 20px; padding-left: 20px;}
.pl0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.pb0 {padding-bottom: 0;}
.mb20 {margin-bottom: 20px;}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mv10 {margin-top: 10px; margin-bottom: 10px;}
.mv20 {margin-top: 20px; margin-bottom: 20px;}
.m0 {margin: 0;}
.fw3 {font-weight: 300;}
.fw5 {font-weight: 500;}
.fw6 {font-weight: 600;}
.fw8 {font-weight: 800;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f32 {font-size: 32px;}
.capitalize {text-transform: capitalize;}
.uppercase {text-transform: uppercase;}
.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}
.text-light {color: #888888;}
.lh30 {line-height: 30px;}
.W25 {width: 25%;}
.W30 {width: 30%;}
.white {color: #ffffff;}
.alert-msg {color: #f00; font-size: 11px;}
.bg-brand-color {background-color: #4ecdc4;}
.bright-color {color: #f6b617;}
.bright-color-bg {background-color: #f6b617;}
.red-color-bg {background-color: #e15554;}
.cyan-color-bg {background-color: #4ecdc4;}
.brl52 {border-bottom-left-radius: 52px; border-top-left-radius: 52px;}
.brr52 {border-bottom-right-radius: 52px; border-top-right-radius: 52px;}
.breadcrumb>li+li:before {content: '/';}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 14px;
}
.main-banner{
  height: 805px;
}
.bg-brand{
  background: #cfeff2;
}
.logo img{

}
.tracking {
 /*background: url(https://softdator.com/themes/softdator/assets/img/company2.jpg);*/
 background: url(../../assets/images/company3.jpg);
 min-height: 378px;
}
.banner-content-wrapper{
  position: relative;
}
/*.banner-content:before{
    content: '';
    display: block;
    height: 560px;
    width: 830px;
    border: 7px solid #1eacb2;
    border-radius: 305px;
    position: absolute;
    transform: rotate(25deg);
    top: -300px;
    left: -160px;
    z-index: 1;
}*/
.bg-banner {
    min-height: 550px;
    /*background-color: #f7f7f7;*/
}
.bg-banner img {
    width: 100%;
}
.mobile-header-banner {
    display: none;
}
.city-wrapper .logo {
    position: absolute;
    top: 0;
    padding-top: 38px;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 100%;
}
.banner-content h1{
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.banner-content p{
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  line-height: 32px;
}
.banner-content a{
  color: #fff;
  background: #1eacb2;
  font-size: 18px;
  padding: 8px 30px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}
.city-form {
    background: #fff;
    max-width: 420px;
    margin: auto;
    text-align: left;
    position: relative;
    box-shadow: 0 0 73px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px 40px 30px;
    border-radius: 6px;
}
.city-form label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
.city-form input[type="text"] {
    padding: 10px;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    margin-bottom: 10px;
    background-color: #fff;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.city-form input[type="text"]:focus{
  outline: none;
}
.alert-msg {
    color: #f00;
}
.city-form button[type="submit"] {
    width: 100%;
    background: #1eacb2;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.3;
    letter-spacing: 0.9px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    border-radius: 6px;
    margin-top: 0px;
    padding: 1px 0;
}
.book-demo-btn{
  color: #fff;
  background: #1eacb2;
  font-size: 18px;
  padding: 8px 30px;
  display: inline-block;
  margin-top: 0px;
  border-radius: 4px;
  text-transform: uppercase;
}
.book-demo-btn:hover,.book-demo-btn:focus{
  color: #fff;
}
.video-section{
  position: absolute;
  top: 90px;
  z-index: -1;
  width: 100%;
}
.video-section video{
  width: 1008px;
  float: right;
}
.count-wrapper{
  padding: 30px 0;
}
.count-wrapper h2{
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}
.count-wrapper h3{
  font-size: 38px;
}
.count-wrapper p{
  font-size: 20px;
}
.heading{
  color: #0b3048;
  font-size: 38px;
  font-weight: 600;
}
.keep-eyes-wrapper{
  height: 690px;
}
.keep-eyes-wrapper .figure-wrapper:before{
    content: '';
    display: block;
    background: rgba(30, 172, 178, 0.1);
    height: 650px;
    width: 850px;
    border-radius: 410px;
    position: absolute;
    left: -150px;
    transform: rotate(20deg);
    z-index: -1;
    top: -150px;
}
.keep-eys-text h3{
  color: #18a7b3;
  line-height: 50px;
}
.keep-eyes-wrapper .figure-wrapper img{
    position: relative;
    left: 50px;
    top: 30px;
}
.advance-box h3{
  font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    color: #18a7b3;
}
.advance-box p{
  color: #0b3048;
  font-size: 18px;
}
.learn-more {
  background: #e8f7f7;
  padding: 20px 0;
}
.learn-more p{
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 0;
}
.keep-eyes-text h3{
  color: #18a7b3;
  line-height: 50px;
}
.keep-eyes-text p{
  margin: 20px 0 40px;
  line-height: 26px;
  color: #0b3048;
  font-size: 18px;
}
.enhance-safety h3{
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 15px;
}
.enhance-safety p{
    width: 310px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 18px;
    min-height: 80px;
}
.testimonial-div {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 25px 40px;
    flex-direction: column;
    display: flex;
    flex: 1;
}
.testimonial-div .quotes-img {
    width: 38px;
}
.testi-name {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    font-weight: 700;
    color: #555;
    padding-top: 10px;
    text-align: right;
    font-size: 16px;
}
.text-image {
    flex-direction: column-reverse;
    margin-left: 20px;
}
.customer-img {
    background-color: #f0efff;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
}
.owl-nav {
    display: none;
}
.owl-dots {
    height: 20px;
    padding: 0 15px;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ddd !important;
    border-radius: 100%;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background: #1eacb2 !important;
}
.mob-video{
  display: none;
}
.modal-dialog {
    width: 760px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}
.modal-content {
    width: 100%;
    padding: 50px;
    border-radius: 0 80px 0 80px;
}
.flex-1 {
    flex: 1;
}
.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.modal-content .insure-form-right h3 {
    font-size: 20px;
    font-weight: 800;
    color: #555;
}
.mb15 {
    margin-bottom: 15px !important;
}
.modal-content .insure-form-right input[type="text"] {
    border-radius: 4px;
    background: #f2f2f2;
    border: none;
    padding: 20px;
    font-size: 16px;
    width: 100%;
}
.modal-content .insure-form-right input[type="text"]:focus{
  outline: none;
}
.alert-msg {
    color: #f00;
    margin: 5px 0 0;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.modal-content .insure-form-right button {
    box-shadow: 0 15px 50px 0 rgb(253 189 86 / 20%);
    background: rgb(5,130,177);
    background: linear-gradient(0deg, rgba(5,130,177,1) 0%, rgba(5,130,177,1) 50%, rgba(0,151,188,1) 80%);
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 20px;
    padding: 17px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
}
.about-loconav p{
  font-size: 18px;
}

@media screen and (max-width: 767px){
  .flexColoumXS{
    flex-direction: column;
  }
  .xs-pl15{
    padding-left:15px;
  }
  .count-wrapper p {
    font-size: 13px;
  }
  .count{
    width: 33.333%;
  }
  .logo img {
    width: 60%;
    margin-top: 0;
  }
  .advance-box h3{
    font-size: 18px;
  }
  .enhance-safety h3{
    font-size:18px;
  }
  .city-wrapper .logo{
    padding-top:25px;
  }
  .bg-banner{
    min-height: auto;
  }
  .main-banner{
    height: auto;
  }
  .banner-content {
    margin-left: 0px;
    margin-top: 80px;
    text-align: center;
    margin-right: 0;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    line-height: 26px;
  }
  .banner-content:before{
    display: none;
  }
  .banner-content h1 {
    font-size: 22px;
    line-height: 35px;
  }
  .video-section{
    position: static;
  }
  .video-section video {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .web-video{
    display: none;
  }
  .mob-video{
    display: block;
  }
  .count-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
  }
  .w50,.w30{width: 100%;}
  .xsml0{margin-left: 0;}
  .count-wrapper h3 {
    font-size: 22px;
  }
  .figure-wrapper{
    padding: 20px 0;
  }
  .keep-eyes-wrapper .figure-wrapper:before{
    width: 100%;
    border-radius: 0;
    transform: rotate(0deg);
    left: auto;
    height: 100%;
  }
  .keep-eyes-wrapper .figure-wrapper img {
    position: static;
  }
  .keep-eyes-text{
    padding: 0 20px;
    margin:0;
  }
  .heading{
    font-size: 22px;
  }
  .keep-eyes-text p{
    margin:20px 0 20px;
  }
  .keep-eyes-wrapper{
    height: auto;
  }
  .advance-box p{
    margin-bottom: 30px;
  }
  .mb80{margin-bottom: 40px;}
  .book-demo-btn{
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .text-image{
    display: none;
  }
  .modal-dialog {
    width: 100%;
    display: block;
    margin: 0;
    box-shadow: none;
    height: 100%;
  }
  .modal-dialog .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0px 0px;
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
  .modal-content .close {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 35px;
    opacity: 0.4;
    font-weight: 300;
  }
  .modal-content .modal-flex {
    flex-direction: column;
    width: 80%;
  }
  .modal-content .modal-flex .insure-form-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal-content .modal-flex .insure-form-right {
    padding: 0 !important;
    width: 100%;
  }
  .insure-form-right input[type="text"] {
    border-radius: 4px;
    background: #f2f2f2;
    border: none;
    padding: 20px;
    font-size: 16px;
    width: 100%;
  }
  .xs-p0{
    padding: 0;
  }
  .desktop-header-banner{
    display: none;
  }
  .mobile-header-banner{
    display: block;
  }
  .city-form input[type="text"]{
    display: inline-block;
    width: 100%;
  }
  .phone-wrapper .col-md-2{
    width: 18% !important;
  }
  .phone-wrapper .col-md-10{
    width: 80% !important;
  }
  .count-wrapper{
    padding: 270px 0 30px;
  }
  .keep-eyes-text h3{
    line-height: 30px;
  }
}
