html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  background: #222222;
  background-image: url('../images/bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  color: white;
}

a {
  color: white;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

h4 {
  margin-top: 0;
}

.footer h4 {
  margin: 0 0 4px 0;
}

.sitemap .fa-chevron-right {
  font-size: 16px;
  opacity: 0.5;
}

.sitemap a {
  margin-top: 4px;
}

h1 {
  margin: 20px 0;
}


h3 {
  margin: 0;
}

p {
  font-size: 1.2rem;
}

p.lead {
  margin-bottom: 16px;
}

a,
ul {
  text-decoration: none;
  list-style: none;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  background-color: #181818;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.home_nav_color {
  background: none;
  box-shadow: none;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a:hover {
  color: #c5bfbf;
}

.call-to-action {
  margin: 50px;
  margin-top: 0;
  text-align: center;
}

.call-to-action .button {
  display: block;
  max-width: 160px;
  margin: 25px auto;
  cursor: pointer;
  color: #FFF;
  background-color: #ED1C24;
  font-size: 1.2em;
}

button,
.button {
  border: none;
  color: #FFF;
  background-color: #000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
}

button:hover,
.button:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #ED1C24;
}

.right_margin {
  margin-right: 50px;
}

.left_margin {
  margin-left: 50px;
}

.plan {
  background: rgba(0, 0, 0, .6);
  border-radius: 25px;
  text-align: center;
  margin: 0 25px 25px 25px;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
}

.plan-title {
  font-size: 1.5em;
  padding: 25px 0;
  background: #000;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 1.5em;
  padding: 25px 0;
  background: #000;
  margin-top: 10px;
}

.plan-feature {
  margin: 10px 0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.container_item {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  display: flex;
  justify-content: center;
}

.columns,
.product-columns {
  display: flex;
  flex-direction: row;
}

.product-columns {
  padding: 0;
  justify-content: space-between;
}

.product-columns i {
  font-size: 20px;
  margin-right: 10px;
}

.product-columns li {
  font-weight: 700;
}

.rows {
  flex-direction: column;
}

.center {
  text-align: center;
  width: 80%;
  margin: auto;
}

.nav_link {
  color: #c5bfbf;
}

.nav_link.active,
.nav_item.action .nav_link {
  color: #fff;
}

.nav_item.action {
  padding: 10px 20px;
  background-color: #ED1C24;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
}

.nav_item.action:hover {
  background-color: #ED1C24;
}

.mini_logo {
  height: 80px;
  width: auto;
}

.intro {
  justify-content: space-between;
  padding: 50px;
}

.intro div {
  width: 65%;
}

.boxes {
  margin: 0 50px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boxes div {
  /* width: 40%; */
  margin: 16px 0px;
  padding: 20px;
}

.boxes div h2 {
  margin-bottom: 10px;
}

.awards {
  flex-flow: row;
  justify-content: space-around;
}

.award {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.awards .award {
  margin-bottom: 50px;
}

.mobileDev .award {
  font-size: 0.7em;
  margin-top: 16px;
}

.mobileDev .award p {
  font-size: 1em;
}

.award img {
  width: 64px;
  margin-right: 16px;
}

.mobileDev .award img {
  width: 32px;
  margin-right: 8px;
}

.award div {
  display: flex;
  flex-direction: column;
}

.customers div {
  margin: 50px 0;
}

.customers h1 {
  align-self: baseline;
}

.customers img {
  height: 150px;
  margin: 20px;
}

.meqeen {
  display: flex;
  margin-top: 24px;
  flex-flow: row wrap;
}

.meqeen div {
  width: 350px;
  margin-bottom: 24px;
}

.meqeen div:first-child,
.meqeen div:nth-child(3) {
  margin-right: 24px;
}

.products {
  justify-content: space-between;
}

.products div {
  width: 100%;
}

.tab_link{
  display: flex;
}


.services_box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.box {
  margin: 50px 25px 0 0;
  width: 500px;
  height: 100px;
}

.software_development {
  align-items: flex-start !important;
  text-align: left;
}

.software_development h2 {
  margin-bottom: 20px;
}

.software_development .columns {
  display: flex;
  text-align: left;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #151515;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 42%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #222222;
  border: 4px solid #ffffff;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}

.timeline_container .right:last-child:after {
  width: 15px;
  height: 15px;
  right: -11px;
}

.left {
  left: 0;
}

.left .content {
  text-align: end;
}

.right {
  left: 50%;
}

.right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

.form_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 15px;
  width: 90%;
  margin: 50px auto;
}

.form {
  background-color: #3e3e3e;
  margin: 0;
  padding: 50px;
  border-radius: 15px;
  width: 100%;
}

.map {
  border-radius: 0 15px 15px 0;
  display: block;
  /* max-width: 50%;
  height: auto; */
  margin: 20px 0;
}

.form_group {
  margin-bottom: 15px;
}

.form_group.message {
  margin-top: 40px;
}

.form_group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.form_group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.form_control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  color: #ddd;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

input[pattern]:invalid {
  color: red;
  border-bottom: 1px solid red;
}

.form_control::placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #8c8c8c;
}

.form_control:focus {
  border-bottom-color: #ddd;
}

.join_us {
  border-radius: 15px;
}

.join_us form {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.join_us .form_group {
  margin-bottom: 15px;
  width: 40vw;
  margin-bottom: 20px;
}

.joinUsText {
  text-align: center;
  margin: 0 20px;
}

.right-padding-lg {
  margin-right: 50px;
}

.left-padding-lg {
  margin-left: 50px;
}

.footer {
  display: flex;
  flex-flow: column;
  background-color: rgba(0, 0, 0, .6);
  /* #151515 */
  padding: 50px;
  background-position: bottom;
  color: white;
  font-size: 0.8em !important;
}

.footer p {
  font-size: 16px !important;
}

.footer .footer_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .footer_text div {
  display: flex;
  flex-direction: column;
}

.socials {
  list-style: none;
  display: flex;
  justify-content: left;
  padding-left: 0;
}

.socials li {
  margin: 0 25px 0 0;
}

.footer .footer_text :nth-child(3) a {
  color: #d3d2d2;
}

.payment {
  display: flex;
  margin: 0;
  align-items: baseline;
  padding: 0;
  margin: 0;
}

.payment .icon {
  width: 50px;
  margin: 24px 25px 0 0;
}

.rights {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  background-color: #000;
}

.copyright,
.rights {
  color: white;
  font-size: 16px;
}

.error-msg {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-msg img {
  height: 50vh;
  width: auto;
}

.home {
  background-color: #181818;
}

.home_logo {
  width: 100px;
  margin: 20px 50px;
}

.home_nav {
  display: flex;
  justify-content: space-around;
  position: absolute;
  align-items: center;
  top: 20px;
  right: 0;
}

.home_nav li {
  margin: 0 20px;
}

.area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/images/land.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.area .fa-solid {
  margin-bottom: 25px;
}

.landing-intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 50px;
  padding: 50px;
  justify-content: top;
}

.area h1 {
  max-width: 700px;
  text-transform: uppercase;
}

.area p {
  font-size: 1em;
  width: 60%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-image: url('/images/message.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fefefe;
  border-radius: 20px;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  height: 250px;
}

.modal-content h1 {
  color: #222222;
}

.modal-content p {
  color: #3e3e3e;
}

.modal-content h1,
.modal-content p {
  margin: 30px 0 0 170px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.error-list {
  color: red;
  font-size: 1.2em;
  margin: 0 32px 16px 32px;
  padding: 0;
}

.links {
  margin-left: 30px;
}

.link p {
  margin-top: 10px !important;
  cursor: pointer;
}

.link:hover {
  color: #9e9c9c;
}

.store-image {
  margin: 8px;
  width: auto;
  height: 50px;
}

.services_img {
  max-width: 40vw;
}

.tabbed {
  overflow-x: hidden;
  margin: 32px 0;
  padding-bottom: 16px;
}

.tabbed [type="radio"] {
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.tab>label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  color: #e2e2e2;
  font-weight: 300;
  cursor: pointer;
  font-size: 1.3em;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}

.tab:hover label {
  border-top-color: #eee;
  color: #eee;
}

.tab-content {
  display: none;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label {
  border-bottom-color: #fff;
  color: #FFF;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked~.tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked~.tab-content:nth-of-type(4) {
  display: flex;
}

.home-floating-nav,
.floating_logo {
  display: none;
}

.phone-link {
  margin: 20px 0 0 0;
  font-size: 1.3em;
}

.side-image {
  margin-top: 40px !important;
  max-width: 400px;
}

.partner-logo {
  width: 250px;
}

.desktop-hide {
  display: none;
}

.margin-left {
  margin-left: 40px
}

.devices {
  display: flex;
  padding: 50px 0;
  align-items: baseline;
  justify-content: space-around;
}

.device {
  width: fit-content;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-right: 44px;
}

.device img {
  width: 120px;
}

.device h2 {
  margin-top: 20px;
}

.partners {
  align-items: center;
  justify-content: space-between;
}

.margin-left-mini {
  margin-left: 50px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}

.brand-logo {
  height: 100px;
  background-color: #fff;
  width: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin: 15px 15px 0 0;
}

.brand-logo img {
  width: 100%;
}

.brand-logo:last-child {
  margin-right: 0 !important;
}

.fleet-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 215px;
}

.fleet-logos img,
.petro-energy,
.agalista-logo,
.agalista-app {
  width: 300px !important;
}

.laptop {
  width: 50vw !important;
}

.dynamic {
  width: 400px;
}

.medical-corps,
.tasadag {
  width: 250px;
}

.tasadag-logo {
  width: 80px;
}

.dr-salama,
.open-ngo {
  width: 100px;
}

.fleet-list li {
  margin-top: 10px;
}

.fleet-list li {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.yanabie {
  width: 50px;
}

.fleet,
.agalista-logo-mini,
.agritech,
.side-img-fleet {
  width: 300px;
}

.agalista-logo-mini{
  margin-left: -40px;
}
.agalista-logo,
.readers-tent-tab {
  width: 350px;
  border-radius: 24px;
}

.mobile-apps {
  width: 700px;
}

.cloud,
.software-img {
  width: 500px;
}

.venture-link {
  display: block;
  margin-top: 20px;
  font-size: 1.2em;
}

.venture-link {
  margin-top: 20px;
  font-size: 1.2em;
}

.venture-link .fa {
  margin-right: 5px;
}

.product-icon {
  margin-top: 20px;
  width: 256px;
  height: auto;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}

div {
  box-sizing: border-box;
}

.testimonials {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  overflow-x: scroll;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 25vw;
  max-width: 50vw;
  height: auto;
  margin: 0 20px 20px 20px;
}

@media (min-width: 601px) and (max-width: 1000px) {
  /* .testimonials {
    flex-wrap: wrap;
  } */
}

.testimonial .testimonial-box {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonial .testimonial-box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 22px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent;
  display: block;
  width: 0;
}

.testimonial .author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.testimonial .author .avatar {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin-right: 20px;
}

.testimonial .author .title-1 {
  font-size: 0.9em;
}

.testimonial .author .title-2 {
  font-size: 0.8em;
}

.dense_content {
  min-width: 30vw;
}

.join_us_icon {
  width: 110px;
}

.join_us_title {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.thank_you_message h1{
  margin: auto;
  margin-top: 10%;
}
@media (max-width: 600px) {
  .join_us_title {
    flex-direction: column;
    width: 100% !important;
    text-align: center;
  }

  .product-icon {
    width: 40vw;
  }

  .device img {
    width: 30vw;
  }

  .partners {
    text-align: center;
    align-items: center;
  }

  .partners img {
    width: 200px;
    margin-bottom: 20px;
  }

  .margin-left {
    margin-left: 0;
  }

  .desktop-hide {
    display: block;
  }

  .mini_logo {
    height: 60px;
  }

  nav {
    padding: 20px;
    margin: 0;
    align-items: center;
  }

  .customers {
    display: flex;
    flex-flow: row wrap !important;
    align-content: center;
  }

  .customers img {
    width: 125px;
    height: 125px;
    margin: 15px;
  }

  .customers div {
    display: contents;
  }

  .container_item {
    width: auto;
    height: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .container div {
    width: 100%;
  }

  .container div.plan {
    max-width: unset;
  }

  .footer {
    padding: 20px 20px 0 20px;
  }

  .footer .footer_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .footer .footer_text :last-child div {
    margin: 16px 0;
  }

  .boxes {
    flex-flow: column;
  }

  .boxes div {
    width: unset;
  }

  .rights {
    flex-direction: column;
    text-align: center;
  }

  .with-love {
    margin-bottom: 8px;
  }

  .copyright {
    font-size: 0.9em;
  }

  .container {
    height: 100%;
    flex-direction: column;
    padding: 0 20px 50px 20px;
  }

  .container.reverse {
    flex-direction: column-reverse;
  }

  .software_development div {
    flex-direction: column;
  }

  .software_development p {
    width: 100% !important;
  }

  .software_development h2 {
    width: 100%;
  }

  .timeline::after {
    left: 31px;
  }

  .timeline_container {
    width: 77%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .timeline_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .left::after,
  .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }

  .left .content {
    text-align: unset;
  }

  .form {
    padding: 20px;
    background-color: rgba(0, 0, 0, .3);
  }

  .form_control {
    border-bottom: 1px solid #FFF;
  }

  .form_control::placeholder {
    color: #FFF;
  }

  .form_control:focus {
    border-bottom-color: #FFF;
  }

  .contact_us {
    width: 90%;
    flex-flow: column;
  }

  .map {
    max-width: 100% !important;
    margin: 0 20px;
    border-radius: 0 0 15px 15px;
  }

  .payment {
    padding-left: 0;
  }

  .right_margin {
    margin-right: 0;
  }

  .left_margin {
    margin-left: 0;
  }

  .products div {
    width: 100%;
  }

  .products div {
    width: 100%;
  }

  .right_margin {
    margin-right: 0;
  }

  .left_margin {
    margin-left: 0;
  }

  .products div {
    width: 100%;
  }

  .products_reverse {
    display: flex;
    flex-flow: column-reverse !important;
  }

  .services_img {
    max-width: 90vw;
    margin: 25px -20px -23px -20px;
  }

  .services_img.full {
    max-width: 100vw;
  }

  .products img {
    margin-top: 20px;
  }

  .sitemap {
    margin-top: 16px;
  }

  .home_nav {
    display: none;
  }

  .area {
    background-size: 200%;
    background-position: bottom right;
  }

  .area h1,
  .area p {
    font-size: 1.2em;
  }

  .area p {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: -10px;
  }

  .home_logo {
    width: 100px;
    margin: 20px;
  }

  .error-msg {
    height: 100vw;
    margin: 20px 0;
  }

  .error-msg img {
    width: 80%;
    margin: 0 10%;
  }

  .award {
    font-size: 0.8em;
  }

  .award img {
    width: 48px;
  }

  .payment {
    align-items: center;
    justify-content: center;
  }

  .home-floating-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .home-floating-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px 0;
  }

  .home-floating-nav ul li {
    margin: 0 10px;
  }

  .floating_logo {
    width: 50vw;
    height: auto;
    position: fixed;
    top: 25vw;
    left: 50%;
    margin-left: -25vw;
    display: flex;
  }

  .right-padding-lg,
  .left-padding-lg {
    margin: auto;
    max-width: 80vw;
    margin-top: 40px;
  }

  .laptop {
    width: 80vw !important;
  }

  .home-floating-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .home-floating-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .home-floating-nav ul li {
    margin: 10px;
  }

  .area {
    top: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .floating_logo {
    width: 40vw;
    height: auto;
    position: fixed;
    top: 30vw;
    left: 50%;
    margin-left: -20vw;
    display: flex;
  }

  .partner-logo {
    width: 250px;
    margin: auto;
    display: flex;
  }

  .socials li {
    margin: 0 25px 5px 0;
    color: rgba(255, 255, 255, .7)
  }

  .form_container {
    border-radius: 0;
  }

  .join_us .form_control::placeholder {
    color: #8c8c8c;
  }

  .join_us form {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .join_us .form_group {
    width: unset;
    margin-bottom: 20px;
  }

  .boxes {
    margin: 0;
    display: flex;
  }

  .landing-intro {
    display: none;
  }

  .mobile-landing-intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
  }

  .mobile-action {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    right: 15px;
    margin-top: 15px;
    border: solid #fff 1px;
    border-radius: 25px;
  }

  .desktop-nav,
  .hideItem {
    display: none;
  }

  .mobile-nav {
    transition: all .3s ease-in-out;
    height: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  .mobile-nav.shown {
    height: 127px;
  }

  .mobile-nav li {
    padding: 10px 20px 0 20px;
  }

  .nav_item i {
    margin-right: 5px;
  }

  .nav-columns {
    display: flex;
    padding: 10px;
  }

  .dropdown {
    text-align: center;
    padding: 10px !important;
    background-color: #515050 !important;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .product-columns,
  .devices,
  .columns {
    flex-direction: column;
  }

  .devices {
    margin-top: -40px !important;
  }

  .device {
    justify-content: space-between;
    padding-right: 0;
  }

  .margin-left-mini {
    margin-left: 20px;
  }

  .brand-logo {
    width: 100px !important;
    height: 100px;
  }

  .brand-logo:last-child {
    margin-right: 15px !important;
  }

  .customer_mini_logo {
    width: 100px !important;
    height: 94px !important;
  }

  .testimonials {
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .testimonial,
  .dense_content {
    min-width: 80vw;
    max-width: 80vw;
  }
  .thank_you_message h1{
    margin: 0 !important;
    margin-top: 10%;
    width: 70%;
    text-align: center;
  }
}