
/*---------------Preloader---------------------*/
 #preloader {
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 999;
   overflow: visible;
   background: center center rgba(0, 0, 0);
   /* display: none; */
 }

 /*url('../images/common/preloader.gif') no-repeat*/

 .orange-dot {
   height: 6px;
   width: 6px;
   background-color: #ef6000;
   border-radius: 50%;
   display: block;
   margin-top: 90%;
 }

 .orange-dot-div {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   transform: translateY(-38%);
 }

 .pinkBg {
   background-color: #ef6000 !important;
   background-image: linear-gradient(90deg, #cf5300, #ef6000);
 }

 .intro-banner-vdo-play-btn {
   height: 60px;
   width: 60px;
   position: absolute;
   top: 50%;
   left: 50%;
   text-align: center;
   margin: -30px 0 0 -30px;
   border-radius: 100px;
   z-index: 1;
   pointer-events: none;
 }

 .intro-banner-vdo-play-btn i {
   line-height: 56px;
   font-size: 30px
 }

 .intro-banner-vdo-play-btn .ripple {
   position: absolute;
   width: 160px;
   height: 160px;
   z-index: -1;
   left: 50%;
   top: 50%;
   opacity: 0;
   margin: -80px 0 0 -80px;
   border-radius: 100px;
   -webkit-animation: ripple 1.8s infinite;
   animation: ripple 1.8s infinite
 }

 @-webkit-keyframes ripple {
   0% {
     opacity: 1;
     -webkit-transform: scale(0);
     transform: scale(0)
   }

   100% {
     opacity: 0;
     -webkit-transform: scale(1);
     transform: scale(1)
   }
 }

 @keyframes ripple {
   0% {
     opacity: 1;
     -webkit-transform: scale(0);
     transform: scale(0)
   }

   100% {
     opacity: 0;
     -webkit-transform: scale(1);
     transform: scale(1)
   }
 }

 .intro-banner-vdo-play-btn .ripple:nth-child(2) {
   animation-delay: .3s;
   -webkit-animation-delay: .3s
 }

 .intro-banner-vdo-play-btn .ripple:nth-child(3) {
   animation-delay: .6s;
   -webkit-animation-delay: .6s
 }

 /*---------------Preloader---------------------*/

 /*---------------Common---------------------*/
 .head-font {
   font-family: 'metropolissemi_bold';
 }

 .mt-font {
   font-family: 'metropolisregular';
 }

 .gt-font {
   font-family: 'GT Walsheim Pro';
   color: #383838;
 }

 .gt-font-light {
   font-family: 'gt_walsheimlight';
 }

 button:focus {
   outline: none;
 }

 .secondary-font-color-p {
   color: #707070;
 }

 .breathing-space {
   padding: 0rem 3rem;
 }

 .breathing-space h3 {
   font-size: 1.5rem;
 }
 .footer-contact-sec .breathing-space h3{
  font-size: 1.75rem;
}
 .our-company-breathing-space {
   padding: 0rem 1rem;
 }

 .text-orange {
   color: #ef6000;
 }

 .mw-100 {
   max-width: 100%;
 }

 .mw-95 {
   max-width: 95%;
 }

 .mw-90 {
   max-width: 90%;
 }

 .mw-80 {
   max-width: 80%;
 }

 .mw-70 {
   max-width: 75%;
 }

 .mw-60 {
   max-width: 60%;
 }

 .mw-50 {
   max-width: 50%;
 }

 .mw-40 {
   max-width: 40%;
 }

 .mw-30 {
   max-width: 30%;
 }

 .mw-25 {
   max-width: 25%;
 }

 .mw-20 {
   max-width: 20%;
 }

 .mw-10 {
   max-width: 10%;
 }

 .carousel-control-prev,
 .carousel-control-next {
   transform: scale(1);
   transition: 1s;
 }

 .carousel-control-prev:hover,
 .carousel-control-next:hover {
   transform: scale(1.2);
   transition: 1s;
 }


 .head-line-1 {
   width: 8%;
   border: 2px solid #ef6000;
   border-radius: 15px;
   margin-top: 0;
   margin-bottom: .5rem;
   background-color: #ef6000;
 }

 .head-line-2 {
   width: 5%;
   border: 1px solid #ef6000;
   background-color: #ef6000;
   border-radius: 10px;
   margin-top: .1rem;
 }

 .section-head {
   font-size: 1.8rem;
   font-weight: 600;
   font-family: "metropolisregular";
   text-transform: capitalize;
 }
 .mt-font.fw-600.text-uppercase.text-center {
  font-size: 1.25rem;
}
 .fw-500 {
   font-weight: 500;
 }

 .fw-600 {
   font-weight: 600;
 }

 .bg-light-blue {
   background-color: #F4F7FB;
 }

 .bg-light-orange {
   background-color: #FFFCF8;
 }

 .font-20 {
   font-size: 20px;
 }

 .font-14 {
   font-size: 14px;
 }

 .font-12 {
   font-size: 12px;
 }

 .font-point-87rem {
   font-size: .87rem;
 }

 .font-point-9rem {
   font-size: .9rem;
 }

 .font-10 {
   font-size: 10px;
 }

 .shadow-effect {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
 }

 .landing-bg-content {
   position: absolute;
   left: 2rem;
   margin-right: 0;
   margin-left: 0;
   bottom: 2rem;
 }

 .landing-bg-content h1 {
   font-size: 45px;
 }
 .landing-bg-content h3 {
  font-size: 45px;
}
 .margin--3 {
   margin-top: -3%;
 }

 .margin--5 {
   margin-top: -5%;
 }

 .margin--10 {
   margin-top: -10%;
 }

 .margin--15 {
   margin-top: -15%;
 }

 .margin--18 {
   margin-top: -18%;
 }

 .margin--20 {
   margin-top: -20%;
 }

 .margin--30 {
   margin-top: -30%;
 }

 /*.image-list li{
 list-style-image: url('../images/common/list-img.svg');
 vertical-align: middle;
}
*/
 /**/
 /**/

 /**/
 .car-rental-list .image-list {
   list-style: none;
 }

 .image-list {
   list-style: none;
 }

 .dropdown-item.active,
 .dropdown-item:active {
   color: #ef6000;
   text-decoration: none;
   background-color: transparent;
 }


 .image-list li:before {
   content: '';
   /* placeholder for the SVG */
   position: absolute;
   left: 23px;
   margin-top: 3px;
   width: 1.8em;
   height: 1.8em;
   background: url("../images/common/list-img.svg") no-repeat;
 }


 .car-rental-list .image-list li:before {
   content: '';
   /* placeholder for the SVG */
   position: absolute;
   left: 34%;
   margin-top: 3px;
   width: 1.5em;
   height: 1.5em;
   background: url("../images/common/list-img.svg") no-repeat;
 }

 .image-list dt:before {
   content: '';
   /* placeholder for the SVG */
   position: absolute;
   left: 0px;
   margin-top: 5px;
   width: 1.5em;
   height: 1.5em;
   background: url("../images/common/list-img.svg") no-repeat;
 }

 /*ul.image-list  li{
 list-style-image: url('sqpurple.gif');
}
*/


 #overlay {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 2;
   cursor: pointer;
 }

 .cursor-pointer:hover{
  cursor: pointer;
 }
 .color-anchor{
   color:#3F51B5;
 }
 /*---------------Common---------------------*/




 /*Hoverable dropdown*/
 /*---------------Navbar---------------------*/


 /*---------------Footer---------------------*/
 /*------------Footer-----------*/

 footer.nb-footer {
   background: #000;
   /*border-top: 4px solid #b78c33;*/
   font-family: "metropolisregular";
 }

 footer.nb-footer .about {
   margin: 0 auto;
   margin-top: 0px;
   max-width: 1170px;
   text-align: center;
 }

 footer.nb-footer .about p {
   font-size: 13px;
   color: #999;
   margin-top: 30px;
 }

 footer.nb-footer .about .social-media {
   margin-top: 15px;
   text-align: left;
 }

 footer.nb-footer .about .social-media ul li a {
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 50%;
   font-size: 16px;
   color: rgba(84, 212, 242, 1);
   /*border: 1px solid rgba(255, 255, 255, 0.3);*/
   text-align: center;
 }

 footer.nb-footer .about .social-media ul li a:hover {
   background: #54d4f2;
   color: #fff;
   border-color: #54d4f2;
   /*animation: spin .5s linear;*/
 }

 .footer-hyperlinks p a {
   color: #fff;
 }

 @keyframes spin {
   form {
     transform: rotate(0deg);
   }

   to {
     transform: rotate(360deg);
   }
 }


 footer.nb-footer .footer-info-single {
   margin-top: 30px;
 }

 footer.nb-footer .footer-info-single .title {
   color: #fff;
   /* text-transform: uppercase; */
   font-size: 17px;
   font-weight: 600;
   /*border-left: 4px solid #b78c33;*/
   /*  padding-left: 5px;*/
 }

 footer.nb-footer .footer-info-single ul li a {
   display: block;
   color: #fff;
   padding: 2px 0;
 }


 .footer-center {
   margin: 0 auto;
   width: 60%;
   padding: 0 80px;
 }

 .footer-log-img {
   max-width: 130%;
 }

 .footer-contact {
   color: #fff;
 }

 .footer-contact:hover {
   color: #fff;
   cursor: pointer;
   text-decoration: underline;
 }

 /*footer.nb-footer .footer-info-single ul li a:hover {
 color: #b78c33;
}*/

 footer.nb-footer .footer-info-single p {
   font-size: 16px;
   line-height: 20px;
   color: #aaa;
 }

 footer.nb-footer .copyright {
   margin-top: 15px;
   background: #111;
   font-size: 13px;
 }

 .footer-link a {
   color: #fff;
 }


 /*---------------Footer---------------------*/

 /*----------------------------------------------Landing-------------------------------------------*/
 /*------------Main Landing-----------*/
 video {
   object-fit: cover;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
 }

 .viewport-header {
   position: relative;
   height: 100vh;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .main-landing {
   height: 100vh;
   background-position: center center;

   background-repeat: no-repeat;

   background-attachment: fixed;

   background-size: cover;
 }

 .main-landing .landing-container {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-top: 0;
   /*background-color: rgba(0, 0, 0, .3);*/
 }

 .landing-container {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-top: 0;
   z-index: 0;
 }

 .landing-content {
   font-weight: normal;
 }

 .landing-container .landing-content {
   font-size: 45px;
 }
 .landing-container .text-center.text-white.landing-content.head-font.text-uppercase {
   margin-top: -120px;
 }

 
 .order-content {
  font-weight: normal;
}

.order-container .order-content {
  font-size: 45px;
}
.order-container .text-center.text-white.order-content.head-font.text-uppercase {
  margin-top: -200px;
}
 .let-work-content {
   position: absolute;
   left: 0;
   right: 0;
   margin-right: 0;
   margin-left: 0;
   bottom: 2rem;
 }
 .let-work-content h3 {
  text-shadow: 0px 1px 6px rgba(0,0,0,0.30);
  }
 .let-work-content a:hover {
   text-decoration: none !important;
 }

 /*---------------Main Landing---------------------*/


 /*---------------Button---------------------*/
 a .button:hover {
   text-decoration: none !important;
 }

 .button:hover {
   cursor: pointer;
 }

 .button:focus {
   border: 0;
 }

 /*button.button-blue{
 font-size: .9em;
 background:#54D4F2;
 color: #fff;
 border-radius:5px;
*/

 .button-blue {
   display: inline-block;
   padding: .8em 2em;
   border-radius: 5px;
   color: #fff;
   text-transform: uppercase;
   font-size: .9em;
   font-weight: 600;
   letter-spacing: 0rem;
   transition: all .3s;
   position: relative;
   overflow: hidden;
   z-index: 0;
   border: transparent;
 }

 .slide_from_left.button.button-blue.mx-auto.btn.text-uppercase {
	min-width: 172px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
  -moz-box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
  box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
}

 .button-blue:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #54D4F2;
   border-radius: 5px;
   z-index: -2;

 }

 .button-blue:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0%;
   height: 100%;
   background-color: #009dc2;
   transition: all .3s;
   border-radius: 5px;
   z-index: -1;
 }

 .button-blue:hover {
   color: #fff;
   box-shadow: none;
   cursor: pointer;

 }

 .button-blue {
   box-shadow: none;
 }

 .button-blue:hover:before {
   width: 100%;

 }

 /*button-orange*/
 .button-orange {
   display: inline-block;
   padding: .5em 2em;
   border-radius: 5px;
   color: #fff;
   text-transform: uppercase;
   font-size: .9em;
   letter-spacing: 0rem;
   transition: all .3s;
   position: relative;
   overflow: hidden;
   z-index: 0;
   border: transparent;
 }

 .button-orange-catalouge {
  display: inline-block;
  padding: .8em 2em;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 0rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: transparent;
  background: #ef6000;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
  -moz-box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
  box-shadow: 0px 0px 15px 3px rgba(77,77,77,0.46);
}

 .tabs .tabs__contents .button-orange {
  padding: .5em 0em;
  display: block;
  max-width: 230px;
  text-align: center;
  margin: 0px 0px 20px;
 }
 .tabs .tabs__contents .button-orange a {
  color: #fff;

}
 .button-orange:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(255, 119, 28);
   border-radius: 5px;
   z-index: -2;
 }

 .button-orange:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0%;
   height: 100%;
   background-color: rgba(239, 96, 0);
   transition: all .3s;
   border-radius: 5px;
   z-index: -1;
 }

 .button-orange:hover {
   color: #fff;
   box-shadow: none;
   cursor: pointer;
 }

 .button-orange {
   box-shadow: none;
 }

 .button-orange:hover:before {
   width: 100%;

 }

 /*button orange outline*/
 .button-orange-outline {
   display: inline-block;
   padding: .5em 2em;
   border-radius: 5px;
   color: #ef6000;
   text-transform: uppercase;
   font-size: .9em;
   letter-spacing: 0rem;
   transition: all .3s;
   position: relative;
   overflow: hidden;
   z-index: 0;
   border: transparent;
   background-color: #fff;
 }

 .button-orange-outline:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 1px solid rgba(255, 119, 28);
   border-radius: 5px;
   /* z-index: -2; */
   z-index: 0;

 }

 .button-orange-outline:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0%;
   height: 100%;
   background-color: #ef6000;
   transition: all .3s;
   border-radius: 5px;
   z-index: -1;
 }

 .button-orange-outline:hover {
   color: #fff;
   box-shadow: none;
   cursor: pointer;
 }

 .button-orange-outline:focus {
   box-shadow: none;
 }

 .button-orange-outline:hover:before {
   width: 100%;
 }



 /*button blue outline*/
 .button-blue-outline {
   display: inline-block;
   padding: .5em 2em;
   border-radius: 5px;
   color: #009dc2;
   text-transform: uppercase;
   font-size: .9em;
   letter-spacing: 0rem;
   transition: all .3s;
   position: relative;
   overflow: hidden;
   z-index: 0;
   border: transparent;
   background-color: #fff;
 }

 .button-blue-outline:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 1px solid #009dc2;
   border-radius: 5px;
   /* z-index: -2; */
   z-index: 0;

 }

 .button-blue-outline:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0%;
   height: 100%;
   background-color: #009dc2;
   transition: all .3s;
   border-radius: 5px;
   z-index: -1;
 }

 .button-blue-outline:hover {
   color: #fff;
   box-shadow: none;
   cursor: pointer;
 }

 .button-blue-outline:focus {
   box-shadow: none;
 }

 .button-blue-outline:hover:before {
   width: 100%;
 }

 .px-2_5 {
   padding-left: 2.6rem;
   padding-right: 2.6rem;
 }

 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }

 /* Firefox */
 input[type=number] {
   -moz-appearance: textfield;
 }

 /*---------------Button---------------------*/


 /*----------------Laptop And Mobile Slider-------------------------*/
 .dt-content-left {
   width: 50%;
   float: left;
 }

 .dt-laptop-slider {
   /*width:50%;*/
   /*float: right;*/
   /*margin-right: -150px;*/
   background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/179949/macbook.png');
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;

   /*width: 900px;*/
   z-index: 4;

 }


 .laptop-screen {
   margin: 0 auto;
   width: 420px;
   height: 390px;
   overflow: hidden;
   position: relative;

 }

 .app-shot {
   position: absolute;
   animation: round 16s infinite;
   opacity: 0;
   z-index: -1;
   margin-left: auto;
   margin-right: auto;
   display: block;

 }

 @keyframes round {
   25% {
     opacity: 1;
   }

   40% {
     opacity: 0;
   }
 }

 img:nth-child(4) {
   animation-delay: 0s;
 }

 img:nth-child(3) {
   animation-delay: 4s;
 }

 img:nth-child(2) {
   animation-delay: 8s;
 }

 img:nth-child(1) {
   animation-delay: 12s;
 }

 div.laptop-wrapper {
   position: relative;
   padding-top: 25px;
   padding-bottom: 67.5%;
   height: 0;
   transform: translateX(7%);
   z-index: 0;
   /* width: 95%; */
 }

 .car-rental-lap-slider-sec div.laptop-wrapper {
   position: relative;
   padding-top: 25px;
   padding-bottom: 67.5%;
   height: 0;
   transform: translateX(12%);
   z-index: 0;
 }

 div.laptop-wrapper #carouselExampleControls {
   box-sizing: border-box;
   background: url(../images/slider-img/laptop-frame.png) center center no-repeat;
   background-size: contain;
   padding: 6.2% 8% 10.8% 9%;
   position: absolute;
   top: 0;
   left: 7%;
   width: 75%;
   height: 75%;
   margin-left: 0;
   margin-right: 0;
 }


 div.laptop-wrapper #carouselExampleControls {
   position: absolute;
   z-index: 0;
 }

 video.fillWidth {
   width: 100%;
 }

 /*mobile slider*/
 .slick-dots {
   display: none !important;
 }

 .mobile-container {
   position: absolute;
   top: 23%;
   right: 10%;
 }

 #mobileTemplate {
   background-image: url('https://image.ibb.co/dpoP7p/iphonex.png');
   background-size: 175px 350px;
   background-repeat: no-repeat;
 }

 .slideContainer {
   width: 175px !important;
   height: 350px;
   display: flex !important;
   align-items: center;
   justify-content: center;
 }

 .slideContainer img {
   width: 155px;
   height: 335px;
 }

 .slick-slide {
   opacity: 0;
   transition: opacity 0.5s ease-out;
 }

 .slick-active {
   opacity: 1 !important;
   transition: opacity 0.5s ease-in;
 }

 .slick-cloned {
   display: none;
 }

 .slick-list {
   padding: 0 !important;
   width: 175px;
   height: 350px;
   z-index: -1;
 }

 /*----------------Laptop And Mobile Slider-------------------------*/

 /*----------------Explore Image-------------------------*/
 .l-explore-img img {
   margin-left: auto;
   display: block;
   max-width: 75%;
 }

 .r-explore-img img {
   margin-right: auto;
   display: block;
   max-width: 75%;
 }

 .l-explore-content {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   padding: 0 10rem 0 2rem;
 }

 .r-explore-content {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   padding: 0 2rem 0 10rem;
 }

 /*----------------Explore Image-------------------------*/
 /*----------------Global Stats-------------------------*/
 .global-stats-bg {
   /* height: 85vh; */
   height: auto;
   background-image: url(../images/landing/map-2.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
 }

 /*----------------Global Stats-------------------------*/

 /*---------------------Contact-------------------------*/
 .map-dot-section {
   /*height:65vh;*/
   background-image: url(../images/landing/map-dots.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .footer-contact-sec {
   background-image: url(../images/contact-us/footer-contact-bg.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   background-color: rgba(0, 0, 0, .4);

 }

 /*---------------------Contact-------------------------*/
 /*----------------------------------------------Landing-------------------------------------------*/

 /*----------------------------------------------Our Company-------------------------------------------*/
 .our-company-landing {
   height: 100vh;
   background: url(../images/our-company/landing.png) rgba(0, 0, 0, .5);
   /*background: url(https://image.shutterstock.com/z/stock-photo-helicopter-car-chase-front-view-conceptual-with-grunge-overlay-d-illustration-1507097345.jpg) rgba(0, 0, 0, .5);*/
   /*background: url(https://image.shutterstock.com/z/stock-photo-aerial-top-down-photo-silver-grey-self-driving-test-car-driving-through-corner-simple-two-lane-road-792810001.jpg) rgba(0, 0, 0, .5);*/
   /*background: url(https://image.shutterstock.com/z/stock-photo-police-on-duty-aerial-drone-footage-of-young-policemen-running-in-the-street-with-handguns-1651644265.jpg) rgba(0, 0, 0, .5);*/
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   /*background-color:;*/
 }

 .circular-obstract-bg {
   background-image: url(../images/our-company/circle-obstract.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   background-attachment: fixed;
 }

 .risk-management-circular-obstract-bg {
   background-image: url(../images/insurance-telematics/circle2-bg.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .risk-management-carousel .carousel-indicators {
   top: 55%;
   left: 12%;
   z-index: 1;
 }

 .risk-management-carousel .carousel-indicators li {
   width: 10px;
   height: 10px;
   background-color: rgba(239, 96, 0, .5);
   margin: 1%;
   border-radius: 2rem
 }

 .risk-management-carousel .carousel-indicators li:hover {
   cursor: pointer;
 }

 .risk-management-carousel .carousel-indicators li.active {
   background-color: rgba(239, 96, 0, 1);
   /*width:15px;
 height:15px;*/
   transform: scale(1.4);
   /*left:-2.5px;*/
 }

 /*------------------Time Line-----------------------*/
 .timeline {
   position: relative;
 }

 .timeline::before {
   content: '';
   background: #FFD7BD;
   width: 5px;
   height: 88%;
   position: absolute;
   left: 50%;
   top: 1%;
   transform: translateX(-50%);
 }

 .timeline-item {
   width: 100%;
   margin-bottom: 20px;
 }

 .timeline-item:nth-child(even) .timeline-content {
   float: right;
   padding: 40px 30px 10px 30px;
 }

 .timeline-item:nth-child(even) .timeline-content .date {
   right: auto;
   left: 0;
 }

 .timeline-item:nth-child(even) .timeline-content::after {
   content: '';
   position: absolute;
   border-style: solid;
   width: 0;
   height: 0;
   top: 30px;
   left: -15px;
   border-width: 10px 15px 10px 0;
   border-color: transparent #f5f5f5 transparent transparent;
 }

 .timeline-item::after {
   content: '';
   display: block;
   clear: both;
 }

 .timeline-content {
   position: relative;
   width: 45%;
   padding: 10px 30px;
   border-radius: 4px;
   background: #f5f5f5;
   box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
 }

 .timeline-content::after {
   content: '';
   position: absolute;
   border-style: solid;
   width: 0;
   height: 0;
   top: 30px;
   right: -15px;
   border-width: 10px 0 10px 15px;
   border-color: transparent transparent transparent #f5f5f5;
 }

 .timeline-img {
   width: 30px;
   height: 30px;
   background: rgba(239, 96, 0);
   border-radius: 50%;
   position: absolute;
   left: 50%;
   margin-top: 25px;
   margin-left: -15px;
   z-index: 0;
 }

 .timeline-img-1 {
   width: 50px;
   height: 50px;
   background: rgba(239, 96, 0, .3);
   border-radius: 50%;
   position: absolute;
   left: 50%;
   margin-top: 15px;
   margin-left: -25px;
 }



 .timeline-card {
   padding: 0 !important;
 }




 .timeline-img-header {
   height: 200px;
   position: relative;
   margin-bottom: 20px;
 }


 blockquote {
   margin-top: 30px;
   color: #757575;
   border-left-color: #3F51B5;
   padding: 0 20px;
 }

 .date {
   background: #54D4F2;
   display: inline-block;
   color: #FFFFFF;
   padding: 10px;
   position: absolute;
   top: 0;
   right: 0;
 }

 .timeline-header {

   margin-top: 14%;
   font-size: 1.5rem;
   font-weight: 600;
   margin-left: .8rem;
   margin-right: .8rem;
 }


 .timeline p.collapse:not(.show) {
   display: block;
   height: 4.5rem;
   overflow: hidden;
   margin-left: .8rem;
   margin-right: .8rem;
 }

 .timeline p.collapse.show,
 .timeline p {
   margin-left: .8rem;
   margin-right: .8rem;
 }

 .timeline p.collapsing {
   height: 5rem;
 }

 .timeline a {

   position: relative;
   bottom: 1rem;
 }



 .timeline a.collapsed::after,
 .timeline a:not(.collapsed)::after {
   color: #000;
   /*border-bottom: 1px solid #ef6000;*/
   font-size: 14px;
   font-weight: 600;
   margin-left: .8rem;
   margin-right: .8rem;
 }

 .timeline a:hover,
 .timeline a:hover {
   text-decoration: none;
   color: #ef6000 !important;
 }

 .timeline a.collapsed::after {
   content: 'Read more';
 }

 .timeline a:hover.collapsed::after,
 .timeline a:hover:not(.collapsed)::after {
   color: #ef6000;
 }

 .timeline a:not(.collapsed)::after {
   content: 'Read less';
 }

 /*------------------Time Line-----------------------*/
 /*----------------------------------------------Our Company-------------------------------------------*/
 /*----------------------------------------------Road Surface Detection-------------------------------------------*/
 /*.road-surface-detection-landing{
 height:100vh;

 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
}*/
 .road-surface-detection-landing {
   height: 100vh;
   background-image: url(../images/road-surface-detection/landing-bg.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*-------------------Text Animation-------------------*/
 .slider-wrapper {
   font-size: 1.7em;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
 }

 .slider {
   height: 50px;
   overflow: hidden;
 }

 .slider>div {
   box-sizing: border-box;
   color: #ef6000;
   height: 50px;
   margin-bottom: 50px;
   padding: 5px 0 5px 10px;
 }

 .text1 {

   animation: slide 15s linear infinite;
 }


 @keyframes slide {
   0% {
     margin-top: -300px;
   }

   5% {
     margin-top: -200px;
   }

   33% {
     margin-top: -200px;
   }

   38% {
     margin-top: -100px;
   }

   66% {
     margin-top: -100px;
   }

   72% {
     margin-top: -0;
   }

   100% {
     margin-top: 0;
   }
 }

 /*-------------------Text Animation-------------------*/
 /*-------------------Card Animation-------------------*/
 figure {
   width: 350px;
   height: 460px;
   position: relative;
   -webkit-perspective: 800px;
   -moz-perspective: 800px;
   -o-perspective: 800px;
   perspective: 800px;
   margin: 0 auto;
 }

 .vehicle-card-sec figure {
   width: 350px;
   height: 480px;
   position: relative;
   -webkit-perspective: 800px;
   -moz-perspective: 800px;
   -o-perspective: 800px;
   perspective: 800px;
   margin: 0 auto;
 }

 .card-sec .card:hover,
 .vehicle-card-sec .card:hover {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
 }

 .card-sec .card,
 .vehicle-card-sec .card {
   border: 0 !important;
   width: 100%;
   height: 100%;
   position: absolute;
   -webkit-transition: -webkit-transform 1s;
   -moz-transition: -moz-transform 1s;
   -o-transition: -o-transform 1s;
   transition: transform 1s;
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform-origin: 50% 50%;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
   border-radius: 5px !important;
 }

 /*.card:hover {
 transform: translateY(10px);
}*/
 .card-sec .card__img,
 .vehicle-card-sec .card__img {
   height: 250px !important;
   background-size: cover;
   object-fit: cover;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   display: block;
   transition: all .2s ease-in-out;

 }

 .card-sec .card__img img,
 .vehicle-card-sec .card__img img {
   border-radius: 5px 5px 0 0 !important;
 }

 .card-sec .card__text,
 .vehicle-card-sec .card__text {
   padding: 10px 20px;
 }

 .card-sec .card__text--footer>button,
 .vehicle-card-sec .card__text--footer>button {
   position: relative;
   bottom: -2%;
   background-color: transparent;
 }

 .card-sec .card__text--footer>button:focus,
 .vehicle-card-sec .card__text--footer>button:focus {
   box-shadow: none;
 }

 .card-sec .card__text--footer>button:hover,
 .vehicle-card-sec .card__text--footer>button:hover {
   color: #ef6000 !important;
 }

 .read-more-border,
 .read-less-border {
   border-bottom: 1px solid #ef6000;
   width: 10%;
   border-radius: 0;
 }


 .card-sec .card__text div,
 .vehicle-card-sec .card__text div {
   display: block;
   position: absolute;
 }

 .card-sec .card__text h4,
 .vehicle-card-sec .card__text h4 {
   font-size: 1.2rem;
   font-weight: bold;
   min-height: 2em;
 }

 .card-sec .card__text p {
   min-height: 5.5em;
   font-size: .9em;
   margin-bottom: 0;
   text-align: justify;
 }

 .vehicle-card-sec .card__text p {
   min-height: 8em;
   font-size: .9em;
   margin-bottom: 0;
 }

 .front,
 .back,
 .card__text div {
   width: 100%;
   height: 100%;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -o-backface-visibility: hidden;
   backface-visibility: hidden;
   border-radius: 5px;
 }

 .front {
   background: #fff;
 }

 .back {
   -webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
   position: absolute;
   display: block;
   top: 0;
   background: #666;
   color: #fff;
   padding: 20px;
 }

 .back p {
   text-align: justify;
 }

 .card.flipped {
   -webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
 }


 .card-sec .back-btn {
   position: absolute;
   bottom: 35px;
   background-color: transparent !important;
   /*color:rgba(239, 96, 0,.5);*/
   color: #ff934a;
 }

 .vehicle-card-sec .back-btn {
   position: absolute;
   bottom: 11px;
   background-color: transparent !important;
   /*color:rgba(239, 96, 0,.5);*/
   color: #ff934a;
 }

 .back-btn:hover {
   box-shadow: none;
   color: #fff !important;
 }




 /*-------------------Card Animation-------------------*/
 /*----------------------------------------------Road Surface Detection-------------------------------------------*/
 /*----------------------------------------------Mobile Network Coverage Detection--------------------------------*/
 .mobile-network-coverage-detection-landing {
   height: 100vh;
   background-image: url(../images/mobile-network-coverage/mobile-network-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*----------------------------------------------Mobile Network Coverage Detection--------------------------------*/
 /*---------------------------------Artificial-Intelligence--------------------------------*/
 .artificial-intelligence-landing {
   height: 100vh;
   background-image: url(../images/artificial-intelligence/artifical-intelligence.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .col-bg-white {
   height: 100%;
   border-radius: 10px;
   padding-bottom: 5%;
 }

 .col-ai-benefits .col-12 {
   padding-left: 5px !important;
   padding-right: 5px !important;
 }

 .ai-benefits-card {
   padding-top: 2rem;
 }

 .ai-benefits-card img {
   max-width: 30%;
 }

 /*---------------------------------Artificial-Intelligence--------------------------------*/
 /*---------------------------------Vehicle Dealership Telematics--------------------------------*/
 .vehicle-dealership-landing {
   height: 100vh;
   background-image: url(../images/vehicle-dealership/vehicle-dealership.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*---------------------------------Vehicle Dealership Telematics--------------------------------*/
 /*---------------------------------Vehicle recovery Telematics--------------------------------*/
 .vehicle-recovery-landing {
   height: 100vh;
   background-image: url(../images/vehicle-recovery/vehicle-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*---------------------------------Vehicle recovery Telematics--------------------------------*/
 /*---------------------------------Car Rental--------------------------------*/
 .car-rental-landing {
   height: 100vh;
   background-image: url(../images/car-rental/car-rental.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .col-bg-white-benefits {
   height: 100%;
   border-radius: 10px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
 }

 .col-bg-white-benefits:hover {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
 }

 .col-bg-white-benefits-padding .col-12 {
   padding-left: 5px !important;
   padding-right: 5px !important;
 }

 .col-bg-white-benefits-padding h5 {
   min-height: 3rem;
   margin-top: 2%;
 }

 .col-bg-white-benefits-padding h3 {
  min-height: 3rem;
  margin-top: 2%;
  font-size: 1.25rem;
}
 /*---------------------------------Car Rental--------------------------------*/
 /*---------------------------------Insurance Telematics--------------------------------*/
 .insurance-telematics-landing {
   height: 100vh;
   background-image: url(../images/insurance-telematics/insurance.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .insurance-telematics-carousel .carousel-indicators {
   left: -88%;
   z-index: 1;
   top: 66%;
 }

 .insurance-telematics-carousel .carousel-indicators li {
   width: 10px;
   height: 10px;
   background-color: rgba(239, 96, 0, .5);
   margin: .3%;
   border-radius: 2rem;
 }

 .insurance-telematics-carousel .carousel-indicators li:hover {
   cursor: pointer;
 }

 .insurance-telematics-carousel .carousel-indicators li.active {
   background-color: rgba(239, 96, 0, 1);
   /*width:15px;
 height:15px;*/
   transform: scale(1.4);
   /*left:-2.5px;*/
 }

 .insurance-telematics-carousel .carousel-control-prev,
 .insurance-telematics-carousel .carousel-control-next {
   width: 10%;
 }

 .insurance-telematics-carousel .carousel-control-prev {
   left: -4%;
 }

 .insurance-telematics-carousel .carousel-control-next {
   right: -4%;
 }

 /*--------------Circle Infographic-----------------*/
 .circle-container {
   display: flex;
   justify-content: center;
 }

 .circle-container .outer-circle {
   width: 200px;
   height: 200px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   margin: auto;
 }

 .circle-container .outer-circle .inner-circle {
   width: 50px;
   height: 50px;
   box-sizing: content-box;
   border: 50px solid rgba(84, 212, 242, .5);
   transform: rotate(45deg);
   border-radius: 50%;
 }

 .circle-container .outer-circle .inner-circle .inner-circle-content {
   background: rgba(84, 212, 242);
   border: 5px solid rgba(84, 212, 242);
   box-sizing: border-box;
   border-radius: 50%;
   width: 250%;
   height: 250%;
   transform: rotate(-45deg);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   position: absolute;
   top: -75%;
   left: -75%;
   /*box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.3);*/
 }

 .circle-container .outer-circle .inner-circle .inner-circle-content span {
   font-size: 1.2rem;
   font-weight: bold;
   text-transform: uppercase;
 }

 .circle-container .outer-circle .inner-circle .inner-circle-content svg {
   margin-top: 15px;
 }

 .circle-container .outer-circle svg path {
   stroke: #f6671f;
   fill: #f6671f;
 }

 .circle-container .outer-circle:not(:first-child) {
   margin-left: 25px;
 }

 /*.circle-container .outer-circle:nth-child(odd) .inner-circle {
 border-top-color: transparent;
 border-left-color: transparent;
}*/
 .circle-container .outer-circle:nth-child(even) {
   margin-top: 1px;
 }

 /*.circle-container .outer-circle:nth-child(even) .inner-circle {
 border-bottom-color: transparent;
 border-right-color: transparent;
}*/
 .circle-container .outer-circle:first-child .inner-circle {
   border-left-color: rgba(84, 212, 242, .5);
 }

 @media (max-width: 767px) {
   .circle-container {
     flex-direction: column;
     align-items: center;
   }

   .circle-container .outer-circle .inner-circle {
     transform: rotate(135deg);
   }

   .circle-container .outer-circle .inner-circle .inner-circle-content {
     transform: rotate(225deg);
   }

   .circle-container .outer-circle:not(:first-child) {
     margin-left: 0px;
     margin-top: -49px;
   }

   /* .circle-container .outer-circle {
    transform: translateX(80px) !important;
  } */
 }

 /*--------------Circle Infographic-----------------*/
 .insurance-bg {
   height: 100vh;
   background-image: url(../images/insurance-telematics/insurance-step-bg.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*---------------------------------Insurance Telematics--------------------------------*/
 /*---------------------------------Car Tracking--------------------------------*/
 .car-tracking-landing {
   height: 100vh;
   background-image: url(../images/car-tracking/personal-vehicle-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .popover-icon:hover {
   cursor: pointer;
 }

 :focus {
   outline: none;
 }

 .circle-obstract-mob-app {
   height: 100vh;
   background-image: url(../images/car-tracking/mobile-app-obstract.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }


 /*---------------------------------Car Tracking--------------------------------*/
 /*---------------------------------Bike Tracking--------------------------------*/
 .bike-tracking-landing {
   height: 100vh;
   background-image: url(../images/bike-tracking/bike-tracking.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*---------------------------------Bike Tracking--------------------------------*/
 /*---------------------------------Fleet Management--------------------------------*/
 .fleet-landing {
   height: 100vh;
   background-image: url(../images/fleet-management/fleet-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .web-portal-bg {
   /* The image used */
   background-image: url("../images/fleet-management/web-portal-bg.png");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 /*---------------------------------Fleet Management--------------------------------*/
 /*---------------------------------Services--------------------------------*/
 .services-landing {
   height: 100vh;
   background-image: url(../images/services/service-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .service-card-content div.show {
   position: relative;
   overflow: hidden;
   width: fit-content;
   background-color: #fff;
   min-height: 6rem;
 }

 .service-card-content div.show>h1,
 .service-card-content div.show>h2,
 .service-card-content div.show>h3,
 .service-card-content div.show>h4,
 .service-card-content div.show>h5,
 .service-card-content div.show>p {
   animation: 1s show-slow ease-in;
 }

 .shadow {
   position: absolute;
   bottom: 0;
   height: 15px;
   width: 100%;
   background: #BBB;
   transform: translateY(101%);
 }

 .show>.shadow {
   animation: zoop 0.8s ease-in;
 }

 @keyframes zoop {
   0% {
     transform: translateY(101%);
   }

   70% {
     transform: translateY(40%);
   }

   100% {
     transform: translateY(-100%);
   }
 }

 @keyframes show-slow {
   0% {
     opacity: 0;
   }

   60% {
     opacity: 0;
     transform: translateY(100%);
   }

   100% {
     opacity: 1;
     transform: translateY(0%);
   }

   ;
 }

 .heading>* {
   justify-content: center;
   margin: 5px 45px;
   padding: 0;
   line-height: 1.125;
   font-size: 1.2em;
 }

 .content {
   opacity: 0.45;
   font-size: .8rem;
   height: 15vh;
   overflow: hidden;
   line-height: 1.66;
   margin: 10px 0 5px;
   position: relative;
 }

 .content>.show-less {
   width: 100%;
   height: 50%;
   position: absolute;
   bottom: 0;
   left: 0;
   background: linear-gradient(180deg, transparent, black);
 }

 .service-card {
   position: relative;
   width: 250px;
   height: 350px;
   margin: 20px 20px;
   border-radius: 5px;
   box-shadow: 0 0 10px 1px #00000045;
   background: black no-repeat center center;
   background-size: auto 350px;
   color: white;
   overflow: hidden;
 }

 .view-more {
   font-size: 13px;
   color: white;
 }

 .flexbox {
   display: flex;
   justify-content: center;
   vertical-align: middle;
   flex-wrap: wrap;
   width: 90%;
   margin: 5%;
 }

 .service-card-content {
   text-align: -webkit-center;
   background: rgba(255, 255, 255, .9);
   padding: 0;
   opacity: 1;
   transition: 0.5s ease all;
   min-height: 5em;
 }

 .hover-content {
   max-height: 0;
   transition: 0.5s ease-out all;
   overflow: hidden;
 }

 .service-card:hover .hover-content {
   /*max-height: 600px;*/
   max-height: 22rem;
 }

 .service-card:hover .service-card-content {
   /*max-height: 600px;*/
   max-height: 22rem;
 }

 .service-card-properties {
   text-align: center;
   padding: 5px 20px;
   padding-bottom: 100%;
 }

 .service-card-properties p {
   text-align: left;
   /*word-spacing:-2px;*/
   /*word-spacing:10px;*/
 }

 .service-card-properties .service-card-contact {
   position: relative;
   left: -70px;
   bottom: 15px;
   z-index: 2;
   color: #000;
 }

 .service-card-contact:hover {
   cursor: pointer;
 }

 .service-card-properties>div {
   border-right: 1px solid #ffffff45;
   width: fit-content;
   padding: 0 10px;
   display: inline-block;
 }

 .service-card-properties>div:last-child {
   border-right: none;
 }

 .service-card-properties>div>i {
   font-size: 16px;
 }

 .service-card-properties>div>p {
   font-size: 10px;
   margin: 0;
 }

 .service-card {
   transform: scale(0.9);
   transition: 0.5s all ease;
 }

 /*.service-card:hover{transform:scale(1);background-size:auto 310px;}*/
 .profile {
   color: white;
 }

 /*---------------------------------Services--------------------------------*/
 /*---------------------------------Comingsoon--------------------------------*/
 .coming-soon-landing {
   /* The image used */
   /*  background-image: url("../images/common/coming-soon.png");
 height: 100%; 
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;*/

   height: 100vh;
   background-image: url(../images/common/coming-soon.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 /*---------------------------------Comingsoon--------------------------------*/
 /*---------------------------------Contact Us--------------------------------*/
 .contact-us-landing {
   height: 40vh;
   background-image: url(../images/contact-us/contact-us-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;

 }

 .address-details-main-div {
   margin-left: 2rem;
 }

 .contact-txt-mt {
   margin-top: 6%;
 }

 .contact-us-landing-container,
 .distributors-form-landing .landing-container {
   position: absolute;
   top: -25%;
   bottom: 0;
   right: 0;
   left: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-top: 0;
 }

 .careers-form-landing .landing-container {
  position: absolute;
  top: -12%;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

 .location-contact-col {
   margin-top: -4% !important;
 }

 .contact-us-page-form input:focus,
 .contact-us-page-form textarea:focus,
 .distributors-page-form input:focus,
 .distributors-page-form textarea:focus {
   box-shadow: none;
   border-color: #aaa;
   color: #000;
   font-family: 'GT Walsheim Pro';
   font-weight: 300;
 }

 .contact-us-page-form input,
 .contact-us-page-form textarea,
 .distributors-page-form input,
 .distributors-page-form select,
 .distributors-page-form textarea {
   font-family: 'GT Walsheim Pro';
   font-weight: 300;
 }

 /*.contact-us-page-form input::placeholder,.contact-us-page-form textarea::placeholder,.distributors-page-form input::placeholder,.distributors-page-form textarea::placeholder{
 color: #000!important;
}*/


 input::placeholder,
 textarea::placeholder {
   color: #aaa;
   font-size: 14px;
 }


 .distributors-form a,
 .distributors-form a:hover {
   color: #000 !important;
   text-decoration: none;
   cursor: pointer;
 }

 .contact-us-page-form .col-md-6,
 .contact-us-page-form .col-md-12,
 .distributors-page-form .col-md-6,
 .distributors-page-form .col-md-12 {
   padding: 0 10px;

 }

 .distributors-form-landing {
   height: 40vh;
   background-image: url(../images/contact-us/distributors-form-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: rgba(0, 0, 0, .4)
 }
.careers-form-landing{
  height: 40vh;
   background-image: url(../images/contact-us/career-bg.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: rgba(0, 0, 0, .4)
}


 .distributors-page-form legend {
   font-size: 18px;
 }

 .address-details-main-div {
   margin-top: 3rem;
 }

 .address-details-main-div .address-details {
   margin-top: .8rem;
 }

 /*---------------------------------Contact Us--------------------------------*/

 /*privacy policy / terms and condition / licence*/
 .user-agreement-bg {
   height: 40vh;
   background: url(../images/privacy-terms-licence/policy-banner.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
 }

 .tracking_header {
   font-size: 1.3rem;
   font-weight: 600;
   font-family: "metropolisregular";
   text-transform: capitalize;
   color: #ef6000;
 }

.privacy-policy.active-tab  .tracking_header {
  text-transform: none;

}

 .privacy-policy .image-list li:before {
   content: '';
   position: absolute;
   left: auto;
   margin-top: 3px;
   margin-left: -35px;
   width: 1.8em;
   height: 1.8em;
   background: url(../images/common/list-img.svg) no-repeat;
 }

 .terms-and-condition-table tr td {
   border: 1px solid #ccc;
   padding: 0 10px;
 }

 /*privacy policy / terms and condition / licence*/
 /*---------------------------------Devices--------------------------------*/
 .device-landing {
   height: 65vh;
   background-image: url(../images/device/device-landing.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .order-landing {
  height: 60vh;
  background-image: url(../images/device/device-landing.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, .2);
}

 .padd_2poi5 {
   padding: 2.5rem;
 }

 .all-devices .card {
   border: 0;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   height: auto;
 }

 .all-devices .card:hover {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
 }

 .shadow-top {
   box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
 }

 .all-devices .card .card-title {
   font-family: 'metropolisregular';
   font-weight: bold;
   font-size: 1.2rem;
 }

 .all-devices .card .card-text {
   font-family: 'GT Walsheim Pro';
   min-height: 6.0em;
   color: #707070;
 }

 .filter-sec {
   z-index: 1;
 }

 /*Tabs*/

 .tabs {
   --tab-links-height: 80px;
   --tab-links-bg: linear-gradient(135deg, #e5eaf1 0%, #b9c5d8 100%);
   --tab-links-overlay: linear-gradient(135deg,
       #2cd8d5 0%,
       #6b8dd6 48%,
       #8e37d7 100%);
   --tab-link-bg: linear-gradient(90deg,
       transparent 70%,
       rgba(255, 255, 255, 0.2) 100%);
   width: 100%;
   /*  max-width: 600px;*/
   min-width: 300px;
   /*font-family: Lato, sans-serif;*/
 }

 .tabs .tabs__links {
   margin: 30px 20px 0px;
   padding: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   align-items: center;
   height: var(--tab-links-height);
   background: white;
   list-style-type: none;
 }

 @media screen and (max-width: 750px) {
   .tabs .tabs__links {
     height: calc(var(--tab-links-height) / 2);
   }
 }

 
 .tabs ul.tabs__links li::before {
  border-bottom: solid 1px #000;
 }
 .tabs .tabs__links li .tabs__link {
   all: unset;
   position: relative;
   height: var(--tab-links-height);
   width: 100%;
   background: var(--tab-link-bg);
   cursor: pointer;
   overflow: hidden;
   -webkit-transition: 0.3s;
   transition: 0.3s;
 }
 .tabs .tabs__links li img {
	animation-delay: 12s;
	margin: auto;
	display: block; 
}
.tabs .tabs__links li:hover img, .tabs .tabs__links li .active img {
  /*filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(282deg) brightness(106%) contrast(115%);*/
}
 @media screen and (max-width: 750px) {
   .tabs .tabs__links li .tabs__link {
     height: calc(var(--tab-links-height) / 2);
     font-size: 11px !important;
   }
 }

 .tabs .tabs__links li .tabs__link::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   z-index: 2;
   width: 100%;
   height: 100%;
   /*background: var(--tab-links-overlay);*/
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
 }

 

 .tabs .tabs__links li .tabs__link .tabs__link__text {
   position: relative;
   z-index: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   align-items: center;
   opacity: 0.6;
   -webkit-transition: 0.5s;
   transition: 0.5s;
 }

 .tabs .tabs__links li .tabs__link .tabs__link__text::before {
   position: absolute;
   /*content: attr(data-text);*/
   top: 160%;
   z-index: -1;
   font-size: 40px;
   font-weight: 600;
   color: white;
   opacity: 0.1;
   -webkit-transition: 1.2s ease-out;
   transition: 1.2s ease-out;
 }

 @media screen and (max-width: 750px) {
   .tabs .tabs__links li .tabs__link .tabs__link__text::before {
     display: none;
   }
 }

 .tabs .tabs__links li .tabs__link:hover::before {
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
 }

 .tabs .tabs__links li .tabs__link:hover .tabs__link__text {
   color: black;
   opacity: 1;
 }

 .tabs .tabs__links li .tabs__link:hover .tabs__link__text::before {
   -webkit-transform: translateY(-300%);
   transform: translateY(-300%);
 }

 .tabs .tabs__links li .tabs__link.active {
   /* -webkit-transform: scaleY(1.2);
   transform: scaleY(1.2);
   transform-origin: top; */
   /* background: #54D4F2;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
 }

 .tabs .tabs__links li .tabs__link.active::before {
   -webkit-transform: scaleY(0.05);
   transform: scaleY(0.05);
 }

 .tabs .tabs__links li .tabs__link.active .tabs__link__text {
   -webkit-transform: scaleY(.914);
   /*-webkit-transform: scaleY(1.2);*/
   transform: scaleY(.914);
   /*transform: translate(0px, 20px);*/
   font-weight: 600;
   margin-bottom: 2%;
 }

 .tabs .tabs__links li .tabs__link.active .tabs__link__text,
 .tabs .tabs__links li .tabs__link.active:hover .tabs__link__text {
   /*background: var(--tab-links-overlay);*/
   -webkit-background-clip: text;
   background-clip: text;
   color: #000;
   opacity: 1;
 }

 .tabs .tabs__contents {
   position: relative;
   margin-top: 0;
   padding: 40px 50px;
   /*background: white;*/
   list-style-type: none;
   -webkit-transition: 1s;
   transition: 1s;

 }

 .tabs .tabs__contents {
   height: 71vh;
   overflow: hidden;
   overflow-y: auto;
   margin-top:0;
 }

 .tabs .tabs__contents::-webkit-scrollbar {
   width: .3em;
   padding-left: 3px;
   border-radius: 2rem;
 }

 .tabs .tabs__contents::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   border-radius: 2rem;
 }

 .tabs .tabs__contents::-webkit-scrollbar-thumb {
   background-color: #54d4f2;
   /*outline: 1px solid slategrey;*/
   border-radius: 2rem;
 }

 .tabs .tabs__contents::after {
   position: absolute;
   content: "";
   left: 0;
   bottom: 0;
   width: 100%;
   /*height: 5px;*/
   background: var(--tab-links-overlay);
 }

 .tabs .tabs__contents .tabs__content {
   display: none;
   min-height: 200px;
   font-weight: 300;
   line-height: 1.8;
   opacity: 0;
   -webkit-transform: translateY(30%);
   transform: translateY(30%);
   -webkit-animation: fadeIn 0.6s forwards;
   animation: fadeIn 0.6s forwards;
 }

 .tabs .tabs__contents .tabs__content h4 {
  color: #ef6000;
 }

 .tabs .tabs__contents .tabs__content.active {
   display: block;
 }

 .tabs .tabs__contents .tabs__content p {
   line-height: 20px;
   color: #383838;
   margin-bottom: 0px;
 }

 @-webkit-keyframes fadeIn {
   to {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }

 @keyframes fadeIn {
   to {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }


 /*.tabs {
 max-width: 640px;
 margin: 0 auto;
 padding: 0 20px;
}
#tab-button {
 display: table;
 table-layout: fixed;
 width: 100%;
 margin: 0;
 padding: 0;
 list-style: none;
}
#tab-button li {
 display: table-cell;
 width: 20%;
}
#tab-button li a {
 display: block;
 padding: .5em;
 background: #eee;
 border: 1px solid #ddd;
 text-align: center;
 color: #000;
 text-decoration: none;
}
#tab-button li:not(:first-child) a {
 border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
 border-bottom-color: transparent;
 background: #fff;
}
.tab-contents {
 padding: .5em 2em 1em;
 border: 1px solid #ddd;
}



.tab-button-outer {
 display: none;
}
.tab-contents {
 margin-top: 20px;
}
@media screen and (min-width: 768px) {
 .tab-button-outer {
   position: relative;
   z-index: 2;
   display: block;
 }
 .tab-select-outer {
   display: none;
 }
 .tab-contents {
   position: relative;
   top: -1px;
   margin-top: 0;
 }
}*/
 /*Tabs*/

 .device-feature-list dt {
   font-size: 18px;
   color: #000 !important;
   font-weight: 400;
   margin-left: 40px;
 }
 .device-feature-list dd {
  margin-left: 40px;
}


 .gsm-table tr td,
 .gps-table tr td,
 .function-package-table tr td, 
 .downloads-table tr td {
   border: 0 !important;
 }

 .feature-info-sec .popover-icon:hover img {
   transform: scale(1.2);
   transition-duration: 1.2s;
 }

 .feature-info-sec .popover-icon img {
   transition-duration: 1s;
 }

 /*---------------------------------Devices--------------------------------*/
 .main-card {

   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
 }

 .bd-card-sec .col-12,
 .vehicle-dealership-telematics-card .col-12,
 .bd-card-sec_1 .col-12,
 .vehicle-recovery-card-sec .col-12 {
   padding-left: 10px;
   padding-right: 10px;
 }

 .bd-card-sec .main-card .card-my {
   height: 400px;
 }


 .bd-card-sec_1 .main-card .card-my {
   height: 460px;
 }

 .vehicle-dealership-telematics-card .main-card h4 {
   font-size: 1.2rem;
   font-weight: 600;
   /* min-height: 2.8rem; */
 }
 

 .mobile-ai-card .main-card h4 {
   font-size: 1.2rem;
   font-weight: 600;
   min-height: 2rem;
 }
 .mobile-ai-card .main-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 2rem;
}
 .mobile-ai-card .main-card h2 {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 2rem;
}

 .remian-content-overflow {
   overflow-y: scroll;
   height: 260px;
 }


 .remian-content-overflow::-webkit-scrollbar {
   width: .3em;
   padding-left: 3px;
   border-radius: 2rem;
 }

 .remian-content-overflow::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   border-radius: 2rem;
 }

 .remian-content-overflow::-webkit-scrollbar-thumb {
   background-color: #54d4f2;
   /*outline: 1px solid slategrey;*/
   border-radius: 2rem;
 }

 .vehicle-dealership-telematics-card .main-card .button {
   position: absolute;
   bottom: -25px;
   /*left: 15px;*/
   width: 100%;
   height: 60px;
   cursor: pointer;
   background: transparent;
   z-index: 5;
   transition: 1s ease;
   background-color: white;
 }


 .vehicle-dealership-telematics-card .main-card .card-my {
   width: 100%;
   background: transparent;
   height: 500px;
   position: relative;
   overflow: hidden;
   transition: 1s ease;
   margin: 3vh 0;
   border-radius: 5px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
 }

 .vehicle-dealership-telematics-card .main-card .card-my:hover {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
 }

 .vehicle-dealership-telematics-card .main-card .card-my:hover img {
   transform: scale(1.1);
 }

 .vehicle-dealership-telematics-card .main-card .card-my .top {
   width: 100%;
   min-height: 730px;
   transform: translateY(40%);
   background: #fff;
   color: #000;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   z-index: 0;
   padding: 25px 15px;
   transition: 1s ease;
 }

 .mobile-ai-card .main-card .card-my .top,
 .mobile-ai-card-1 .main-card .card-my .top {
   width: 100%;
   min-height: 500px;
   transform: translateY(40%);
   background: #fff;
   color: #000;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   z-index: 0;
   padding: 25px 15px;
   transition: 1s ease;
 }

 /*By Ruben Vardanyan*/
 .card-my {
   width: 100%;
   background: transparent;
   height: 425px;
   position: relative;
   overflow: hidden;
   transition: 1s ease;
   margin: 3vh 0;
   border-radius: 5px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
 }

 .img1 {
   width: 100%;
   margin: 0 auto;
   display: block;
   transition: 1s ease;
 }

 .card-my:hover {
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
 }

 .card-remain-content {
   margin-top: 0%;
   text-align: left;
   word-spacing: 3px;
 }

 .card-my p {
   margin-bottom: 0 !important;
 }

 .card-my:hover img {
   transform: scale(1.1);
 }

 .main-card h4, .main-card h2 {
   font-size: 1.2rem;
   font-weight: 600;
   min-height: 3rem;
 }

 .main-card .button {
   position: absolute;
   bottom: -25px;
   /*left: 15px;*/
   width: 100%;
   height: 60px;
   cursor: pointer;
   background: transparent;
   z-index: 5;
   transition: 1s ease;
   background-color: #fff;
 }

 .top {
   width: 100%;
   min-height: 525px;
   transform: translateY(40%);
   background: #fff;
   color: #000;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   z-index: 0;
   padding: 25px 15px;
   transition: 1s ease;
 }

 /*By Ruben Vardanyan*/

 .vehicle-dealership-telematics-card .main-card .card-my .icon1 {
   width: 100%;
   height: 20px;
   /*border-radius: 50%;*/
   position: absolute;
   z-index: 6;
   font-size: .8rem;
   font-weight: 600;

 }

 .icon1 {
   width: 100%;
   height: 20px;
   /*border-radius: 50%;*/
   position: absolute;
   left: 5%;
   z-index: 6;
   font-size: .8rem;
   font-weight: 600;
 }


 .vehicle-dealership-telematics-card .main-card .card-my .icon1:hover {
   color: #ef6000;
 }

 .icon1:hover {
   color: #ef6000;
 }


 /*By Ruben Vardanyan*/
 /*---------------------------cards------------------------------------------*/
 .cards {
   padding: 15px;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-flow: row wrap;
 }

 .cards .card {
   margin: 15px;
   width: calc((37% / 3) - 30px);
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   border: 0;
 }

 @media screen and (max-width: 991px) {
   .cards .card {
     width: calc((100% / 2) - 30px);
   }
 }

 @media screen and (max-width: 767px) {
   .cards .card {
     width: 100%;
   }
 }

 .cards .card:hover .card__inner {
   background-color: #F4F7FB;
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
 }

 .cards .card__inner {
   width: 100%;
   padding: 30px;
   position: relative;
   cursor: pointer;
   color: #eceef1;
   border-radius: 10px;
   font-size: 1em;
   text-transform: uppercase;
   text-align: center;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }

 .cards .card__inner:after {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }

 .cards .card__inner .fa {
   width: 100%;
   margin-top: .25em;
 }

 .cards .card__expander {
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   background-color: #f0f0f0;
   width: 100%;
   position: relative;
   display: -webkit-box;
   display: flex;
   border-radius: 10px;
   color: #000;
   font-size: 1.5em;
   /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
   font-family: "metropolisregular";
 }

 .cards .card__expander .fa-close {
   font-size: 0.75em;
   position: absolute;
   top: 20px;
   right: 10px;
   cursor: pointer;
   z-index: 2;
 }

 .card__expander p {
   font-size: 1rem;
 }

 .card__expander h5 {
   position: absolute;
   top: 5%;
   left: 3%;
   font-size: 1.1rem;
 }

 .cards .card__expander .fa:hover {
   opacity: 0.9;
 }

 .cards .card.is-collapsed .card__inner:after {
   content: "";
   opacity: 0;
 }

 .cards .card.is-collapsed .card__expander {
   max-height: 0;
   min-height: 0;
   overflow: hidden;
   margin-top: 0;
   opacity: 0;
 }

 /*.cards .card.is-expanded .card__inner {
 background-color: #cce2ff;
}*/
 .cards .card.is-expanded .card__inner:after {
   content: "";
   opacity: 1;
   display: block;
   height: 0;
   width: 0;
   position: absolute;
   bottom: -30px;
   left: calc(50% - 15px);
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-bottom: 15px solid #f0f0f0;
 }

 .cards .card.is-expanded .card__inner .fa:before {
   content: "\f115";
 }

 .cards .card.is-expanded .card__expander {
   max-height: 1000px;
   min-height: 200px;
   overflow: visible;
   margin-top: 30px;
   opacity: 1;
   z-index: 1;
 }

 .cards .card.is-expanded:hover .card__inner {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

 .cards .card.is-inactive .card__inner {
   pointer-events: none;
   opacity: 0.5;
 }

 .cards .card.is-inactive:hover .card__inner {
   background-color: #949fb0;
   -webkit-transform: scale(1);
   transform: scale(1);
 }


 @media screen and (min-width: 992px) {

  .cards .card:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .cards .card:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 60px);
  }

  .cards .card:nth-of-type(3n+4) .card__expander {
    margin-left: calc(-300% - 90px);
  }

  .cards .card:nth-of-type(3n+5) .card__expander {
    margin-left: calc(-400% - 120px);
  }

  .cards .card:nth-of-type(3n+6) .card__expander {
    margin-left: calc(-500% - 150px);
  }

  .cards .card:nth-of-type(3n+6) .card__expander {
    margin-left: calc(-600% -0px);
  }

  .cards .card:nth-of-type(3n+7) .card__expander {
    margin-left: calc(-300% - 675px);
  }
  .cards .card:nth-of-type(3n+8) .card__expander {
    margin-left:calc(-380% - 687px);
  }

  .cards .card__expander {
    width:calc(976% + 60px) !important;
  }
 }

 @media screen and (min-width: 768px) and (max-width: 991px) {
   .cards .card:nth-of-type(2n+2) .card__expander {
     margin-left: calc(-100% - 30px);
   }

   .cards .card:nth-of-type(2n+3) {
     clear: left;
   }

   .cards .card__expander {
     width: calc(200% + 30px);
   }
 }

 @media screen and (min-width: 1400px) {
  .cards .card__expander {
      width: calc(915% + 30px) !important;
  }
 }

 


 /*---------------Sonar Animation---------------------*/
 /* Prevent scrollbars to appear when waves go out of bound */
 .sonar-wrapper {
   position: absolute;
   z-index: -1;
   overflow: hidden;
   padding: 15rem 0;
   left: -30%;
   top: 100%;
   width: 100%;

   /*inset 3px 3px 4px #000;*/
 }

 /* The circle */
 .sonar-emitter {
   position: relative;
   margin: 0 auto;
   width: 125px;
   height: 125px;
   border-radius: 9999px;
   background-color: rgba(84, 213, 242, .3);
   box-shadow: inset 3px 3px 4px #f7f7f7;
 }

 /* the 'wave', same shape and size as its parent */
 .sonar-wave {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 9999px;
   background-color: HSL(191, 100%, 89%);
   opacity: 0;
   z-index: -1;
   pointer-events: none;
 }

 /*
 Animate!
 NOTE: add browser prefixes where needed.
*/
 .sonar-wave {
   animation: sonarWave 2s linear infinite;
 }

 @keyframes sonarWave {
   from {
     opacity: 0.4;
   }

   to {
     transform: scale(3);
     opacity: 0;
   }
 }

 /*1*/

 /* Prevent scrollbars to appear when waves go out of bound */
 .sonar-wrapper-1 {
   position: absolute;
   z-index: -1;
   overflow: hidden;
   padding: 15rem 0;
   left: -37%;
   top: 21%;
   width: 100%;

   /*inset 3px 3px 4px #000;*/
 }

 /* The circle */
 .sonar-emitter-1 {
   position: relative;
   margin: 0 auto;
   width: 125px;
   height: 125px;
   border-radius: 9999px;
   background-color: rgba(84, 213, 242, .3);
   box-shadow: inset 3px 3px 4px #f7f7f7;
 }

 /* the 'wave', same shape and size as its parent */
 .sonar-wave-1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 9999px;
   background-color: HSL(191, 100%, 89%);
   opacity: 0;
   z-index: -1;
   pointer-events: none;
 }

 /*
 Animate!
 NOTE: add browser prefixes where needed.
*/
 .sonar-wave-1 {
   animation: sonarWave-1 2s linear infinite;
 }

 @keyframes sonarWave-1 {
   from {
     opacity: 0.4;
   }

   to {
     transform: scale(3);
     opacity: 0;
   }
 }


 /*2*/

 /* Prevent scrollbars to appear when waves go out of bound */
 .sonar-wrapper-2 {
   position: absolute;
   z-index: -1;
   overflow: hidden;
   padding: 15rem 0;
   right: 0%;
   bottom: -158%;
   width: 30%;

   /*inset 3px 3px 4px #000;*/
 }

 /* The circle */
 .sonar-emitter-2 {
   position: relative;
   margin: 0 auto;
   width: 125px;
   height: 125px;
   border-radius: 9999px;
   background-color: rgba(84, 213, 242, .3);
   box-shadow: inset 3px 3px 4px #f7f7f7;
 }

 /* the 'wave', same shape and size as its parent */
 .sonar-wave-2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 9999px;
   background-color: HSL(191, 100%, 89%);
   opacity: 0;
   z-index: -1;
   pointer-events: none;
 }

 /*
 Animate!
 NOTE: add browser prefixes where needed.
*/
 .sonar-wave-2 {
   animation: sonarWave-2 2s linear infinite;
 }

 @keyframes sonarWave-2 {
   from {
     opacity: 0.4;
   }

   to {
     transform: scale(3);
     opacity: 0;
   }
 }

 /*-------------------------------MAP------------------------------*/
 #map {
   margin: 40px auto;
   width: 100%;
   height: 450px;
   text-align: center;
   pointer-events: none;
 }

 .jsvmap-container .jsvmap-zoomin,
 .jsvmap-zoomout {
   display: none;
 }

 #map circle {
   background-color: #ef6000;
 }

 @media (max-width: 768px) {
   #map {
     width: 100%;
     height: 250px;
     font-size: .8rem;
   }
 }

 @media (max-width: 500px) {
   #map {
     width: 100%;
     height: 200px;
     font-size: .3rem;
   }
 }

 /*---------New Preloader---------*/


 /*NewCard*/

 .animation-scroll {
   height: 50vh;
   position: relative;
   overflow: hidden;

 }

 .inner-content {
   height: 100px;
   top: 50%;
   left: 47%;
   position: absolute;

 }

 .inner-content h3 {
   margin-top: 1%;
 }

 .some-content {
   top: 50%;
   left: 27%;
   position: absolute;
 }

 .some-content-1 {
   top: 50%;
   left: 29%;
   position: absolute;
 }

 .some-content-2 {
   top: 50%;
   left: 16.5%;
   position: absolute;
 }

 .animation-container {
   height: auto;
   width: 100%;
   display: block;
   overflow: hidden;
 }

 .visible-div {
   height: 100px;
   width: 100%;
   top: 60%;
   left: 10%;
   position: absolute;
   background: white;
   overflow: hidden;
 }

 .visible-div-1 {
   height: 100px;
   width: 100%;
   top: 23%;
   left: 10%;
   position: absolute;
   background: white;
   overflow: hidden;
 }

 /**/

 .ptc-logs-page-wrapper {
   max-width: 860px;
   padding: 40px;
   margin: 0 auto;
 }

 .ptc-logs-expandable-card {
   position: relative;
   margin-bottom: 16px;
 }

 [cardContent] {
   position: relative;
   background: white;
   border-radius: 8px;
   box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
   cursor: pointer;
 }

 [cardContent] [collapsedContent] {
   display: flex;
   flex-direction: row;
   padding: 24px;
 }

 [cardContent] [expandedContent] {
   visibility: hidden;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   padding: 24px;
   overflow: hidden;
 }

 .ptc-logs-expanding-card--backdrop {
   background: black;
   opacity: .50;
 }

 .ptc-logs-expandable-card--title {
   font-size: 21px;
   font-weight: bold;
   line-height: 24px;
   margin-bottom: 8px;
 }

 .ptc-logs-expandable-card--sub-title {
   font-size: 14px;
   color: #888888;
 }

 .ptc-logs-expandable-card--profile-image {
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #69f0ae;
   color: black;
   font-size: 21px;
   font-weight: bold;
   border-radius: 1000px;
 }

 .col:first-child {
   margin-right: 24px;
 }

 .ptc-logs-expanding-card--placeholder {
   position: relative;
   height: 0;
   visibility: hidden;
 }

 .ptc-logs-mock-content .ptc-logs-mock-content-line {
   background: #888888;
   height: 16px;
   margin-bottom: 8px;
 }

 /**/
 .remove-device {
   display: none;
 }


 .device-row:after {
   content: "";
   display: table;
   clear: both;
 }



 .show-device {
   display: block;
 }

 .img-circle {
   border-radius: 50%;
 }

 /* edited on 01/12/2020 */
 .global-location {
   position: relative;
 }

 .global-location span {
   width: 55px;
   height: 55px;
   position: absolute;
   border-radius: 100%;
   top: 0;
   cursor: pointer;
 }

 .global-location span:first-child {
   left: 13.8%;
   top: 11%;
 }

 .global-location span:nth-child(2) {
   left: 7%;
   top: 24%;
 }

 .global-location span:nth-child(3) {
   left: 15.8%;
   top: 35.8%;
 }

 .global-location span:nth-child(4) {
   left: 22.5%;
   top: 45.8%;
 }

 .global-location span:nth-child(5) {
   left: 40.7%;
   top: 11.1%;
 }

 .global-location span:nth-child(6) {
   left: 65%;
   top: 38%;
 }

 .global-location span:nth-child(7) {
   left: 49%;
   top: 69.5%;
 }

 .global-location span:nth-child(8) {
   left: 94%;
   top: 80.5%;
 }

 /* edited on 28/12/2020 */
 .circular-obstract-bg .btn,
 .ac-explore .btn {
   min-width: 141px;
   min-height: 36px;
 }

 .circular-obstract-bg .button-orange-outline:after,
 .ac-explore .button-orange-outline:after {
   min-width: 140px !important;
   min-height: 36px;
 }

 /* .all-devices .btn {
  width: 100%;
} */

 /* .dropdown-item,
 .tabs .tabs__links li .tabs__link {
   font-size: 14px;
 } */

 .tabs .tabs__links li .active {
   background: #54D4F2 !important;
   border:solid 1px #54D4F2 !important;
 }
 
 .tabs .tabs__links li .tabs__link {
  background: #F5F5F5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border:solid 1px #707070;
  display: block;
  margin: 0px 30px;
}
 .tabs .tabs__links li .tabs__link:hover,  .tabs .tabs__links li:hover .tabs__link{
  background: #54D4F2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border:solid 1px #54D4F2;
  display: block;
  margin: 0px 30px;
 }
 

 .card__expander iframe {
   border: 3px solid #fff !important;
   box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
 }

 .footer-info-single .footer-hyperlinks p a {
   font-size: 15px;
 }

 .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	width: 150%;
	padding: 12px 5px;
	margin: 0;
	font-size: 18px;
	color: #273140;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	background: rgba(255,255,255,0.90);
	/* background: rgba(239,96,0,0.81); */
	/* background: rgba(39,49,64,0.81); */
	border-radius: .25rem;
	top: 68px;
}

.dropdown-item b {
  font-size: 18px;
	color: #273140;
  font-family: 'Glory', sans-serif;
  padding:0px;
}

 .navbar-expand-lg .navbar-nav ul.dropdown-menu-right {
	position: absolute;
	top: 84px ;
	left: -75px ;
}

 .dropdown-menu li a.dropdown-item {
   padding: .4rem 1.5rem;
   font-size: 18px;
   font-weight: 400;
   font-family: 'Glory', sans-serif;
    clear: both;
    font-weight: 400;
    color: #212529;
 }

 

 .dropdown-menu-right li {
	line-height: 35px;
	margin-bottom: 10px;
	font-family: 'Glory', sans-serif;
	height: 45px;
}

.dropdown-menu-right li:hover {
	color: #fff;
	border-color: #EF6000;
	background: rgba(239,96,0,0.14);
	border-radius: 15px;
	width: 100%;
	height: 45px;
	font-family: 'Glory', sans-serif;
	font-size: 18px;
	outline: none;
	line-height: 35px;
	border: solid 1px #EF6000;
}

 .dropdown-menu-right .dropdown-menu li a.dropdown-item {
	line-height: 35px;
	margin-bottom: 10px;
	font-family: 'Glory', sans-serif;
	height: 45px;
}
 

 footer.nb-footer .footer-info-single ul li a:hover,
 .footer-info-single .footer-hyperlinks p a:hover,
 .footer-hyperlinks p a:hover {
   color: #009dc2;
 }

 /*0901-21*/
 /*features*/
 .popover-wrap .popover-target {
   position: relative;
   display: inline-block;
   text-align: center;
   cursor: default;
   padding: 5px;
   margin: -5px;
 }

 .popover-wrap .popover-target .custom-popover {
   position: absolute;
   display: none;
   background-color: #fff;
   border-radius: 6px;
   bottom: 30px;
   left: -85px;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 15px;
   font-size: 0.8em;
   width: 350px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
   color: #000;
   z-index: 99;
 }

 .popover-wrap .popover-target .custom-popover:before {
   position: absolute;
   /*border-top: 8px solid #fff;*/
   border-right: 8px solid transparent;
   border-left: 8px solid transparent;
   bottom: -8px;
   content: "";
   display: block;
   left: 50%;
   margin-left: -7px;
 }

 .popover-wrap .popover-target:hover .custom-popover {
   display: block;
   -webkit-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
   -moz-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
   -ms-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
 }

 .popover-wrap .popover-target .hca-btn--tooltip-bottom {
   position: absolute;
   display: block;
   height: 40px;
   width: 100%;
   color: #fff;
   background-color: #395575;
   -moz-border-radius: 0px 0px 6px 6px;
   -webkit-border-radius: 0px 0px 6px 6px;
   border-radius: 0px 0px 6px 6px;
   cursor: pointer;
   right: 0;
   bottom: 0;
   left: 0;
   padding-top: 10px;
   transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
 }

 .popover-wrap .popover-target .hca-btn--tooltip-bottom:hover {
   background: #314964;
 }

 @-webkit-keyframes fade-in {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 @-moz-keyframes fade-in {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 @-ms-keyframes fade-in {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 @-webkit-keyframes fade-out {
   from {
     opacity: 1;
   }

   to {
     opacity: 0;
   }
 }

 @-moz-keyframes fade-out {
   from {
     opacity: 1;
   }

   to {
     opacity: 0;
   }
 }

 @-ms-keyframes fade-out {
   from {
     opacity: 1;
   }

   to {
     opacity: 0;
   }
 }

 @-webkit-keyframes move-up {
   from {
     bottom: 18px;
   }

   to {
     bottom: 30px;
   }
 }

 @-moz-keyframes move-up {
   from {
     bottom: 18px;
   }

   to {
     bottom: 30px;
   }
 }

 @-ms-keyframes move-up {
   from {
     bottom: 18px;
   }

   to {
     bottom: 30px;
   }
 }

 @-webkit-keyframes move-down {
   from {
     bottom: 30px;
   }

   to {
     bottom: 18px;
   }
 }

 @-moz-keyframes move-down {
   from {
     bottom: 30px;
   }

   to {
     bottom: 18px;
   }
 }

 @-ms-keyframes move-down {
   from {
     bottom: 30px;
   }

   to {
     bottom: 18px;
   }
 }

 .device-info-close:hover {
   color: #54D4F2 !important;
   cursor: pointer;
 }

 .web-portal-carousel .carousel-indicators li {
   width: 5px;
   height: 5px;
   border-radius: 10rem;
   background-color: rgba(239, 96, 0, .2);
 }

 .web-portal-carousel .carousel-indicators li.active {
   width: 5px;
   height: 5px;
   border-radius: 10rem;
   background-color: rgba(239, 96, 0, 1);
 }



 /*New Menu*/


 /*---------------Navbar---------------------*/
 .navbar {
   z-index: 1;
   background-color: rgba(0, 0, 0, .6);
   font-family: 'metropolisregular';
   font-size: .9rem;
   font-weight: 500;
   height: 88px;
 }

 .navbar-expand-lg .navbar-nav .nav-link {
   padding: .5rem 2.1rem 0px;
   color: #fff;
   font-family: 'gt_walsheimmedium';
   font-size: 17px;
 }

 .navbar-toggler-icon {
   /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
   background: url(../images/menu-mobile.svg) no-repeat center top;
   width: 30px;
   height: 23px;
   background-size: 100%;
   position: absolute;
  right: 3%;
  top: 35%;
 }

 .navbar-toggler {
   /* border: 1px solid rgba(0, 0, 0, .5); */
 }

 nav.navbar {
   /* padding: 1rem 0; */
   padding: 0;
   transition-duration: 0.6s;
   z-index: 999;
 }

 nav.navbar:hover {
   /* background-color: #fff; */
 }

 /* nav.navbar:hover .nav-item>a {
   color: #ef6000;
 } */

 
 nav .navbar-toggle {
   margin: 13px 15px 13px 0;
 }

 .navbar-brand img {
   /* max-width: 100%; */
   width: 125px;
 }


 nav.shrink a {
   /*  padding-top: 10px !important;
 padding-bottom: 10px !important;*/
   /*font-size: 15px;*/
 }

 .shrink.navbar-light .navbar-nav .nav-link:focus,
 .shrink.navbar-light .navbar-nav .nav-link:hover,
 .shrink.navbar-light .navbar-nav .nav-item.active>a {
   color: rgba(239, 96, 0, .9);
   font-weight: 500;
 }

 .navbar .navbar-nav .nav-item .nav-link:focus,
 .navbar .navbar-nav .nav-item .nav-link:hover,
 .navbar .navbar-nav .nav-item.active>a {
   color: rgba(239, 96, 0, .9) !important;
   font-weight: 500;
 }

 .dropdown-menu li a.dropdown-item:hover {
  color: rgba(239, 96, 0, .9) !important;
 }


 .navbar .navbar-nav .nav-item .nav-link.active {
   color: rgba(239, 96, 0, .9) !important;
   font-weight: 500;
 }

 nav.shrink .navbar-toggle {
   /*padding: 4px 5px;
 margin: 8px 15px 8px 0;*/
 }

 .shrink {
   /* background-color: #f8f9fa; */
   background: rgba(0, 0, 0, .6);
   box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.15);
   transition-duration: 0.6s;
  
 }


 .shrink .nav-item .nav-link {
  color: #fff;
 }

 .shrink .nav-item .nav-link:focus,
 .shrink .nav-item .nav-link:hover,
 .shrink .nav-item.active>a {
   color: rgba(239, 96, 0, .9) !important;
   font-weight: 600;
 }



 .dropdown-submenu {
   position: relative;
 }

 .disabled {
   pointer-events: none;
 }

 .dropdown-submenu>a:after {
   content: "\f0da";
   float: right;
   border: none;
   font-family: 'FontAwesome';
 }

 .dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: 0px;
   margin-left: 0px;
 }

 /*Hoverable dropdown*/
 .dropdown:hover>.dropdown-menu {
   display: block;
   top: 100%;

 }

 .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
   display: block;
   top: 0%;
 }

 .dropdown>.dropdown-toggle:active {
   /*Without this, clicking will make it sticky*/
   pointer-events: none;
 }


 /*----------------------------------------*/

 /*100121*/

 .shadow-effect-ac-goals {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .bg-light-blue1 {
   background-color: #d4e7ff;
 }

 .ourcompany-carousel-opacity {
   /*opacity: 0.2!important;*/
   box-shadow: none !important;
   /*filter: blur(2px);*/
   background-color: #fff !important;

 }

 .click-event-none {
   pointer-events: none !important;
 }

 .company-goal-slider .carousel-indicators {
   visibility: hidden;
 }

 .img-rounded-10 {
   border-radius: 10px;
 }

 /*20-01-2021*/
 .ms-choice {
   border: 0 !important;
 }

 .ms-choice>span {
   padding: 5px;
 }

 .boat-tracking-landing {
   height: 100vh;
   background-image: url(../images/boat-tracking/boat-tracking-landing.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .quarantine-tracking-landing {
   height: 100vh;
   background-image: url(../images/quarantine-tracking/quarantine-tracking.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);
 }

 .black-bg-o {
   background-color: rgba(0, 0, 0, .3);
   border-radius: 10px;
 }

 /*22.1.21*/
 .personal-tracking-landing {
   height: 100vh;
   background-image: url(../images/personal-tracking/personal-tracking.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: rgba(0, 0, 0, .2);

 }

 /*27.01.21*/
 .quarantine-carousel .carousel-indicators {

   z-index: 1;
   bottom: -25px;
 }

 .quarantine-carousel .carousel-indicators li {
   width: 10px;
   height: 10px;
   background-color: rgba(239, 96, 0, .5);
   margin: 1%;
   border-radius: 2rem
 }

 .quarantine-carousel .carousel-indicators li:hover {
   cursor: pointer;
 }

 .quarantine-carousel .carousel-indicators li.active {
   background-color: rgba(239, 96, 0, 1);
   /*width:15px;
 height:15px;*/
   transform: scale(1.4);
   /*left:-2.5px;*/
 }

 .dropdown-item:focus,
 .dropdown-item:hover {
   background-color: transparent !important;
   color: #ef6000;
 }


 /*01022021*/
 .tab--wrapper-container {
   /*max-width: 980px;*/
   margin-left: auto;
   margin-right: auto;
   padding: 60px 15px;
 }

 .tab--wrapper-container .legal-content .tab-nav {
   position: relative;
   height: 70px;
   overflow-y: hidden;
 }



/*capcha*/

.g-recaptcha.d-block div{
  display: block;
  width: 100% !important;
}


 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tab-nav {
     margin: 0 -15px;
   }
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection {
   position: relative;
   display: block;
   overflow-y: hidden;
   overflow-x: scroll;
   height: 90px;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div {
   display: inline-block;
   transition: all 0.3s ease;
   position: absolute;
   left: 0;
   width: 100%;
 }

 @media (max-width: 576px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div {
     height: 60px;
   }
 }

 @media (min-width: 577px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div {
     height: 64px;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.left {
     left: -35%;
   }
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul {
   padding: 0;
   overflow: auto;
   display: flex;
   white-space: nowrap;
   overflow-x: scroll;
   overflow-y: hidden;
   -webkit-overflow-scrolling: touch;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li {
   display: inline-block;
   float: left;
   position: relative;
   cursor: pointer;
   width: min-content;
   text-align: center;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li span {
   padding: 15px 20px;
   display: block;
 }

 @media (min-width: 614px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li span {
     display: flex;
     align-items: center;
   }
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl {
   position: absolute;
   height: 100%;
   width: 100%;
   z-index: 1;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.overall-gradient-float {
   background: linear-gradient(to right, white 0%, white 4%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 77%, white 96%, white 100%);
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.left-gradient-float {
   background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.right-gradient-float {
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 77%, white 96%, white 100%);
 }

 @media (min-width: 688px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl {
     display: none !important;
   }
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn {
   position: absolute;
   top: 44%;
   transform: translateY(-50%);
   border-radius: 30px;
   padding: 0px;
   height: 30px;
   width: 30px;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn.btn-prev {
   display: none;
   background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20transform%3D%22translate%286.3999%2010%29%20rotate%28180%29%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A") center no-repeat #ef6000;
   left: 10px;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn.btn-next {
   background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A") center no-repeat #ef6000;
   right: 10px;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item {
   overflow: visible;
   position: absolute;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li {
   margin-bottom: -2px;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li span {
   border-bottom: 0px #e5e5e5 solid;
   color: #777;
 }

 .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li.active span {
   border-bottom: 0px #ef6000 solid;
   color: #ef6000;
 }

 @media (max-width: 414px) {
   .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li.active span {
     font-weight: 700;
   }
 }

 .tab--wrapper-container .legal-content .tabbed-content {
   position: relative;
   top: 50px;
   transition: top 0.5s ease;
   padding-left: 15px;
   padding-right: 15px;
   display: none;
 }

 .tab--wrapper-container .legal-content .tabbed-content.active-tab {
   animation-name: contentMove;
   animation-duration: 0.5s;
   animation-fill-mode: forwards;
   transition-timing-function: ease-in;
   display: block;
 }

 @keyframes contentMove {
   from {
     top: 50px;
     opacity: 0;
   }

   to {
     top: 0;
     opacity: 1;
   }
 }

 @media (min-width: 688px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent {
     /*padding: 50px 30px;*/
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent {
     /*padding: 30px 0;*/
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent body {
     margin: 0;
     padding: 0;

   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container {
     max-width: 980px;
     margin-left: auto;
     margin-right: auto;
     padding: 60px 15px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav {
     position: relative;
     height: 70px;
     overflow-y: hidden;
   }
 }

 @media (max-width: 687px) and (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav {
     margin: 0 -15px;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection {
     position: relative;
     display: block;
     overflow-y: hidden;
     overflow-x: scroll;
     height: 90px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div {
     display: inline-block;
     transition: all 0.3s ease;
     position: absolute;
     left: 0;
     width: 100%;
   }
 }

 @media (max-width: 687px) and (max-width: 576px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .content .tab-nav .tab-selection>div {
     height: 60px;
   }
 }

 @media (max-width: 687px) and (min-width: 577px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div {
     height: 64px;
   }
 }

 @media (max-width: 687px) and (max-width: 687px) {
   .tab--wrapper-container .content .tabbed-content .subcontent .tab--wrapper-container .content .tab-nav .tab-selection>div.left {
     left: -35%;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul {
     padding: 0;
     overflow: auto;
     display: flex;
     white-space: nowrap;
     overflow-x: scroll;
     overflow-y: hidden;
     -webkit-overflow-scrolling: touch;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li {
     display: inline-block;
     float: left;
     position: relative;
     cursor: pointer;
     width: min-content;
     text-align: center;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li span {
     padding: 15px 20px;
     display: block;
   }
 }

 @media (max-width: 687px) and (min-width: 614px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul li span {
     display: flex;
     align-items: center;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl {
     position: absolute;
     height: 100%;
     width: 100%;
     z-index: 99;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.overall-gradient-float {
     background: linear-gradient(to right, white 0%, white 4%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 77%, white 96%, white 100%);
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.left-gradient-float {
     background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl.right-gradient-float {
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 77%, white 96%, white 100%);
   }
 }

 @media (max-width: 687px) and (min-width: 688px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl {
     display: none !important;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 30px;
     padding: 0px;
     height: 30px;
     width: 30px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn.btn-prev {
     display: none;
     background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20transform%3D%22translate%286.3999%2010%29%20rotate%28180%29%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A") center no-repeat #555;
     left: 10px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn.btn-next {
     background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A") center no-repeat #555;
     right: 10px;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item {
     overflow: visible;
     position: absolute;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li {
     margin-bottom: -2px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li span {
     border-bottom: 2px #e5e5e5 solid;
     color: #777;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li.active span {
     border-bottom: 2px #004b8d solid;
     color: #004b8d;
   }
 }

 @media (max-width: 687px) and (max-width: 414px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tab-nav .tab-selection>div.underline-item ul li.active span {
     font-weight: 700;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content {
     position: relative;
     top: 50px;
     transition: top 0.5s ease;
     padding-left: 15px;
     padding-right: 15px;
     display: none;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content.active-tab {
     animation-name: contentMove;
     animation-duration: 0.5s;
     animation-fill-mode: forwards;
     transition-timing-function: ease-in;
     display: block;
   }

   @keyframes contentMove {
     from {
       top: 50px;
       opacity: 0;
     }

     to {
       top: 0;
       opacity: 1;
     }
   }
 }

 @media (max-width: 687px) and (min-width: 688px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content .subcontent {
     padding: 50px 30px;
   }
 }

 @media (max-width: 687px) and (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content .subcontent {
     padding: 30px 0;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content .subcontent h5::before {
     content: "";
     display: inline-block;
     height: 24px;
     width: 24px;
     background-position: center;
     background-size: 24px;
     margin-right: 20px;
     position: relative;
     top: 4px;
   }
 }

 @media (max-width: 687px) and (max-width: 414px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .tabbed-content .subcontent h5::before {
     display: none;
   }
 }

 @media (max-width: 687px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .nav--tab {
     overflow-x: scroll !important;
     overflow-y: hidden !important;
     white-space: nowrap;
     padding: 5px 0;
     height: 90px;
   }

   .tab--wrapper-container .legal-content .tabbed-content .subcontent .tab--wrapper-container .legal-content .nav--tab ul {
     text-align: justify;
     list-style-type: none;
     padding: 0;
   }
 }

 .tab--wrapper-container .legal-content .tabbed-content .subcontent h5::before {
   content: "";
   display: inline-block;
   height: 24px;
   width: 24px;
   background-position: center;
   background-size: 24px;
   margin-right: 20px;
   position: relative;
   top: 4px;
 }

 @media (max-width: 414px) {
   .tab--wrapper-container .legal-content .tabbed-content .subcontent h5::before {
     display: none;
   }
 }

 @media (max-width: 767px) {
  .row.w-100{
    width: 100%;
    margin: auto !important;
  }
 }

 .tab--wrapper-container .legal-content .nav--tab {
   overflow-x: scroll !important;
   overflow-y: hidden !important;
   white-space: nowrap;
   padding: 5px 0;
   height: 90px;
 }

 .tab--wrapper-container .legal-content .nav--tab ul {
   text-align: justify;
   list-style-type: none;
   padding: 0;
 }

 /* 09-02-2021 */
 .hover-underline-none:hover{
   text-decoration: none;
 }

 .error{
   color:red;
 }

 .thumb-indicators{
   z-index:5!important;
 }

    /* superficial styling */

    .multiselect-container.dropdown-menu.show{
      transform: translate3d(0px, 40px, 0px)!important;
      width: 100%;
      z-index: 3;
    }
    .multiselect-container.dropdown-menu.show li a,
    .multiselect-container.dropdown-menu.show li a:hover{
      color: #000;
    }
    #multiple-checkboxes .btn-group{
      width:100%!important;
    }
    .access-multi-select .dropdown-toggle::after{
      float: right!important;
      margin-top:10px;
    }

.multiselect-overflow-text{
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #54D4F2;
  /* box-shadow: 0px 0px 4px black; */
  opacity: 1 !important;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  padding: 0px 10px;
  color: #000;
}

.tooltip.bs-tooltip-right .arrow:before {
 display: none;
}

.tooltip.bs-tooltip-left .arrow:before {
  display: none;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  display: none;
}

.tooltip.bs-tooltip-top .arrow:before {
  display: none;
}
 
#device_44_um {
	display: none;
}   

#device_46_um {
	display: none;
}
 

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 16px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
  box-shadow: -1px 5px 10px -3px rgba(0,0,0,0.42);
-webkit-box-shadow: -1px 5px 10px -3px rgba(0,0,0,0.42);
-moz-box-shadow: -1px 5px 10px -3px rgba(0,0,0,0.42);
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: 0.99;
  width: 105%;
  height: auto;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;

  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.device-card .card-body h5 {
  font-family: 'metropolisregular' !important;
  font-weight: bold !important;
}
.card-title-AVC410, .card-title-AVC400, .card-title-Amber.Shift.C400, .card-title-ACC400, .card-title-ACC410, .card-title-AIT210, .card-title-AGT400LA,
.card-title-AGT400M, .card-title-ACC220, .card-title-APC400, .card-title-AIT902, .card-title-AIT901, .card-title-AIT251, .card-title-ACT300, .card-title-ACT400M,
.card-title-ACT400LA, .card-title-AIT450LA, .card-title-AIT250, .card-title-AIT450M, .card-title-AGT200, .card-title-ASC200, .card-title-AIC450, .card-title-ART200,
.card-title-ASA100, .card-title-ARA100, .card-title-AVC450, .card-title-ACC201, .card-title-AVC440, .card-title-APC401, .card-title-ASA110, 
.card-title-Amber.Swift.C400, .card-title-ATC200, .card-title-ACC400-new, .card-title-ACC411, .card-title-ACC412, .card-title-ACC413, 
.card-title-AVC400LA, .card-title-AVC410LA {
visibility: hidden;
}

.gt-font-Amber.Shift.C400, .gt-font-AVC400, .gt-font-AVC410, .gt-font-ACC400, .gt-font-ACC410, .gt-font-AIT210, .gt-font-AGT400LA,
.gt-font-AGT400M, .gt-font-ACC220, .gt-font-APC400, .gt-font-AIT251, .gt-font-AIT901,.gt-font-AIT902, .gt-font-ACT300, .gt-font-ACT400M,
.gt-font-ACT400LA, .gt-font-AIT450LA, .gt-font-AIT250, .gt-font-AIT450M, .gt-font-AGT200, .gt-font-ASC200, .gt-font-AIC450, .gt-font-ART200,
.gt-font-ASA100, .gt-font-ARA100, .gt-font-AVC450, .gt-font-ACC201, .gt-font-AVC440, .gt-font-APC401, .gt-font-ASA110, 
.gt-font-Amber.Swift.C400, .gt-font-ATC200, .gt-font-ACC400-new, .gt-font-ACC411, .gt-font-ACC412, .gt-font-ACC413,
 .gt-font-AVC400LA,  .gt-font-AVC410LA  {
  visibility: hidden;
}

.device_detail .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -70px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50px;
	height: auto;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color:#fff;
	border: solid 1px #dcdcdc;
	padding: 5px 10px;
}


.catalogue-bg {
 /* background: url(../images/catalogue-bg.png) no-repeat center top;*/
  background: url(../images/catalogue/catalogue-bg.png) no-repeat center top;
  background-size: 100%;
  height: 490px;
}

.catalogue-bg .section-head {
  font-size: 2.4rem;
  font-family: "metropolissemi_bold";
  text-transform: capitalize;
}


.catalogue-bg img.mw-10 {
  max-width: 80px;
  margin-bottom: 20px;
}

.catalogue-bg .product-bg {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 20px;
  height: 210px;
  width: 100%;
  margin-top: 20px;
}

.catalogue-bg .product-bg img {
  max-width:160px;
 height: 200px;
  display: inline-flex;
  margin: 0px 20px;
}

#device_35_um, #device_36_um, #device_34_um  {
	display: none;
}


.container.bg-white.rounded.margin--10.shadow-effect {
	z-index: 9;
	position: relative;
}

.multiselect-all {
	display: none;
}
 



/*cookies policy*/

.cookie-overlay {
  position: static; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
 font-family: 'Glory', sans-serif;
}

.cookie-overlay .bg-white {
	position: fixed;
	bottom:0rem;
	left: 0%;
	right: 0%;
	background: #fff;
	z-index: 9999;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: left;
	width: auto;
}

  .cookie-overlay a {
    text-decoration: underline;
    color: #212529 !important;
  }

  .cookie-overlay .bg-warning {
	background-color: #fff1c6 !important;
}
  .cookie-overlay .close-cookies {
    cursor: pointer;
  }

  .cookie-overlay h4 {
    color: #ef6000;
    font-weight: 600;
    font-size: 1rem !important;
    /* font-size: 3.5vw; */
    text-align: left;
  }
  .cookie-overlay .btn {
    font-size: 0.9rem;
  }


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000;
}

.modal-backdrop.show {
	opacity: 1;
  background: none;
}


.cookie-overlay .bg-white .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: unset;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.cookie-overlay .bg-white .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem 0px;
	border: 0px;
}

.cookie-overlay .bg-white .modal-body {
	padding: 0rem 2rem 1rem;
}

.cookie-overlay .bg-white .modal-body h5 {
	 color: #ef6000;
   font-size: 1rem;
   font-weight:600;
}

.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .98);
  height: 100%;
  right:-17px;
}
.cookie-overlay .bg-white .modal-content .card-body{
 overflow-y: auto;
 scroll-behavior: smooth;
 font-size: 13px;
 line-height: 18px;
}
.cookie-overlay .bg-white .modal-footer {
	padding: 1rem;
	border-top: 0px solid #e9ecef;
}

.cookie-overlay .bg-white .modal .modal-dialog {
	max-width: 600px;
	margin: 0px 0px;
  float: right;
  height: 100%;
   
}

.cookie-overlay .bg-white .btn-orange {
	background: #ef6000;;
	color: #fff;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  font-size: 15px;
}
.cookie-overlay .bg-white .btn-success {
	background:none !important;
	color: #212529;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border:none !important;
  text-decoration: underline;
  font-size: 15px;
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(33,37,41,.5);
}

.cookie-overlay .bg-white #exampleModal .btn-orange {
	background-color: #ef6000;;
	color: #fff;
  margin: auto;
  display: block;
  font-weight: 700;
  width: 150px;
  height: 45px;
}

.cookie-overlay .bg-white .modal-body .accordion .card-header::after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: left; 
  font-size:15px;
  margin-right: 20px;
  font-weight: 400;
  color: #585858;
}

.cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
  font-family: 'FontAwesome';  
  color: #585858;
}

.cookie-overlay .bg-white #exampleModal{
 width: 100%;
  background-color: none ;/*  rgba(0,0,0,0.50); Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookies-policy h5 {
	color: #005293;
  font-weight: 700;
}
.cookies-policy h5 b {
	color: #ef6000;
  font-weight: 500;
}

.cookies-policy hr {
  margin: 30px auto;
}

.cookies-policy .nav-tabs {
	border-bottom: 0px solid #dee2e6;
  margin-bottom: 20px;
}

.cookies-policy .nav-tabs .nav-item {
	margin: 0px 10px 0px;
}

.cookies-policy .nav-tabs .nav-link {
	border: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.cookies-policy .nav-tabs .nav-item.show .nav-link, .cookies-policy .nav-tabs .nav-link.active {
	color: #ef6000;
	background-color: #fff;
	border-bottom: 3px solid #ef6000;
}

.close {
	opacity:1;
}

.cookies-btn {
	background-color: #ef6000;
	height: 43px;
	width: 43px;
	border-radius: 100%;
	position: fixed;
	bottom: 46px;
	left: 25px;
	cursor: pointer;
  border:solid 1px #dcdcdc;
  padding: 3px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
-moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
}

 
.cookies-policy .table-bordered thead th {
  color: #ef6000;
}


@media (max-width: 560px) {
 
  .cookie-overlay h4 {
    font-size: 0.85rem !important;
    margin: 10px 0px 0px 25px !important;
}
.cookie-overlay .bg-white {
  font-size: 12px;
}
.cookie-overlay .bg-warning {
  margin-bottom: 10px;
}
.bg-white.p-4 {
  padding: 10px 0px !important;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right: 0;
}
.cookie-overlay .bg-white .modal-header img {
  width: 70%;
}
}



 
.job-location-tab .nav-pills .nav-link {
	color: rgb(58, 58, 58);
	background-color: #f7f7f7;
	margin: 0 .8rem;
}

 

.job-location-tab .nav-pills .nav-link.active, .job-location-tab .nav-pills .nav-link.active:hover, .job-location-tab .nav-pills .show > .nav-link {
	color: #fff;
	background-color: rgba(239, 96, 0,.99);
}


#intro.work-for-us-inner-banner {
	width: 100%;
	height: 45vh;
	background: #000;
	overflow: hidden;
	position: relative;
}

 

#apply-upload {
	font-size: 16px;
}

.required-star {
	color: red;
}

.form-d {
	margin-bottom: 20px;
}

.form-d label {
  color:#707070;
}


.modal.fade.view-form.show {
  z-index: 9999;
}
.modal.fade.apply-form.show {
  z-index: 9999;
}


/* career */
.vacancies:active{
  transform: translateY(2px);
 }
 .vacancies{
   height: 180px;
   padding: 20px 20px;
   box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
 }
 .vacancies:hover{
   background-color: #005293;
 }
 
 .vacancies .vacancy-posting-name{
   font-size:17px;
   color: #000;
   font-weight:600;
 }
 .vacancies:hover .vacancy-posting-name,
 .vacancies:hover .vacancy-exp,
 .vacancies:hover .p-title,
 .vacancies:hover .vacancy-posted-date p,
 .vacancies:hover .vacancy-exp{
    color:#fff; 
 
 }
 .vacancies:hover .badge-info-btn{
  background: rgba(239, 96, 0,.99);
   cursor: pointer;
   box-shadow: none;
 }
 .vacancies .vacancy-exp{
   font-size:22px;
   color: #005293;
 }
 .vacancy-posted-date{
   bottom: 1.5rem;
   left: 2rem;
 }
 .vacancies h4{
   font-size: 21px !important;
 }
 .vacancies .vacancy-posted-date{
   color: #005293;
 }
 
 .vacancies .badge-info-btn{
   font-size:15px;
   color: #fff;
   font-weight: 500;
   background: rgba(239, 96, 0,.99);
   border: unset;
   height: 30px;
   width: 100px;
 }
 .vacancies a{
   padding: 6px 30px;
 }
 .vacancies .vacancy-discription-page a{
   color:#ef6000;
   font-weight: 500;
 }
 .vacancies .vacancy-discription-page a:hover{
   color:#005293;
 }
 .close-btn{
   font-size:1rem;
 }
 .ripple {
   background-position: center;
   transition: background 0.5s;
 }
 .ripple:hover {
   background: #005293 radial-gradient(circle, transparent 1%, #005293 1%) center/15000%; 
 }
 .ripple:active {
   background-color: #f7f7f7;
   background-size: 100%;
   transition: background 0s;
 }

.view-form .modal-dialog{
  max-width: 900px;
}
.view-form .modal-body{
  overflow-y: scroll;
    max-height: calc(100vh - 170px);
    padding: 0 1rem;
}
.view-form .modal-header{
align-items: center;
background: rgba(0, 82, 147, 1);
color: #fff;
}
.view-form .pop-apply{
  background: rgba(239, 96, 0,.99);
    color: #fff;
    border: transparent;
    border-radius: 5px;
    margin-right: 2rem;
    font-weight: 500;
    padding: 3px 25px;
}

.view-form .close-btn {
	cursor: pointer;
}

.upload-resume {
  background-image: url(../images/careers/uploadresume.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  padding: 8rem 2rem;
  background-position: center top;
  font-size: 1.5rem;
}


.form-d input:focus,
.form-d textarea:focus,
.form-d input:focus,
.form-d textarea:focus {
  box-shadow: none;
  border-color: #aaa;
  color: #000;
  font-family: 'GT Walsheim Pro';
  font-weight: 300;
}

.form-d input,
.form-d textarea,
.form-d input,
.form-d select,
.form-d textarea {
  font-family: 'GT Walsheim Pro';
  font-weight: 300;
}



/*removed device Amber Covert C400-E/LA*/

.col-lg-3.col-md-6.mt-2.mt-md-4.device-card.all.filter.\34 g.vehiclebasic.Standard.relay-switch.panic-button.fuel-sensor.Temperature-sensor.One-way-communication.Two-way-communication.Door-open-close-detection.Horn-light-activation.Speed-limiter.Canbus.Bluetooth {
	display: none;
}


body.modal-open {
	overflow: visible;
}

.box {
 
  position: relative;
  float: left;
  margin: 0px;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#ef6000c0 0%, #ef6000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px;  
  right: -29px;  
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}


#ribbon-22, #ribbon-23, #ribbon-2, #ribbon-13, #ribbon-12, #ribbon-20, #ribbon-28,  #ribbon-24, 
#ribbon-18, #ribbon-25, #ribbon-3, #ribbon-19, #ribbon-29, #ribbon-30, #ribbon-1, #ribbon-8, #ribbon-4, #ribbon-16,
#ribbon-37, #ribbon-6, #ribbon-7, #ribbon-17, #ribbon-21, #ribbon-38, #ribbon-9, #ribbon-36, #ribbon-10,
#ribbon-11, #ribbon-14, #ribbon-15, #ribbon-34, #ribbon-35, #ribbon-33, #ribbon-32, #ribbon-31, #ribbon-5, #ribbon-27, 
#ribbon-26, #ribbon-50,  #ribbon-51 {
	display: none;
}

#phoneno, .phoneField  {
	width:68% !important;
	position: relative;
	/* right: 0px !important; */
	float: right;
}


.device_detail .button-orange-outline  {
	display: none !important;
}

#avc400\ -info .button-orange-outline, 
#avc410\ -info .button-orange-outline, 
#avc440-info .button-orange-outline, 
#avc450-info .button-orange-outline,  
#acc411-info .button-orange-outline,
#acc412-info .button-orange-outline,
#acc413-info .button-orange-outline
  {
	display: block !important;
  max-width: 200px;
  margin:10% auto 0px;
}


.device-features-section .tabs__content.active .button-orange {
  max-width: 230px !important;
  margin: 0px 0px 20px !important;
}
 
.gsm___44 {
	display: none;
}
#asa110-info h4 {
  color: #ef6000;
}


.navbar-expand-lg .navbar-nav .nav-item {
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 84px;
}


#navbar-shrink .btn-outline-primary {
	color: #fff;
	border-color: #EF6000;
	background: rgba(239,96,0,0.14);
	border-radius: 15px;
	width: 153px;
	height: 45px;
	font-family: 'gt_walsheimbold';
	font-size: 17px;
	outline: none;
	line-height: 32px;
}

.btn-outline-primary ul.dropdown-menu li:hover {
	color: #fff;
	border-color: #EF6000;
	background: rgba(239,96,0,0.14);
	border-radius: 15px;
	width: 100%;
	height: 45px;
	font-family: 'Glory', sans-serif;
	font-size: 18px;
	outline: none;
	line-height: 35px;
	border: solid 1px #EF6000;
}




.distributor {
  background: url(../assets-home/img/distributor-bg.png) no-repeat center top;
  background-size: cover;
}
 
.distributor h3 {
  font-family: 'gt_walsheimbold';
  font-size: 45px;
  color: #fff;
  line-height: 55px;
  margin: 0px 0px 0px;
  text-align: center;
}

.distributor h5 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 25px;
  color: #FFC29A;
  font-weight: 400;
  font-family: 'Glory', sans-serif;
  text-align: center;
}

.distributor .btn-outline-primary {
	color: #fff;
	border:none;
  background: rgba(239,96,0,0.81);
  margin: 2% auto 2.5%;
  text-decoration: none;
	text-align: center;
	padding: 10px 25px 10px;
	border-radius: 15px;
	font-family: 'gt_walsheimbold';
	display: block;
	font-size: 22px;
	line-height: 30px;
  display: block;
}

.distributor .btn-outline-primary a {
  color: #fff;
}