﻿.driverLicense {
  margin-top: 80px;
}

.driverLicense .platforms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.driverLicense .platforms h3 {
  padding: 0;
  margin: 0 0 10px 0;
}

.driverLicense .platforms > div > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.driverLicense .platforms .content {
  padding: 40px;
  background-color: #f5f5f5;
  height: calc(100% - 260px);
  display: flex;
  flex-direction: column;
}

.driverLicense .platforms .content a {
  margin-top: auto;
}

.driverLicense .platforms .content .mobile-apps {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
}

.col-12 {
  padding-left: 0;
  padding-right: 0;
}

.driverLicense .intro {
  background-color: rgb(245, 245, 245);
  height: auto;
}

.intro .leftIntro {
  padding: 70px 20px 70px 100px;
}

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

.intro .rightIntro img {
  max-width: 80%;
}

a.downloadBtn {
  width: 287px;
  font-size: 18px !important;
  height: 54px !important;
  line-height: 54px !important;
}

a.tryBtn {
  font-size: 22px;
}

.features {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.features .tab {
  width: 30.5%;
  height: 600px;
  background-color: rgb(245, 245, 245);
  position: relative;
}

.features .tab .tabImg {
  width: 100%;
}

.features .tab .tabImg img {
  width: 100%;
}

.features .tab .tabContent {
  padding: 30px 50px;
}

.features .tab .tabContent p {
  line-height: 27px;
}

.features .tab .tabContent .tabTitle {
  font-size: 24px;
}

.features .tab .tabContent .tabDesc {
  margin-top: 18px;
}

.features .tab .tabContent p.link {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
}

.parser {
  margin-top: 200px;
  width: 100%;
  background-color: rgb(245, 245, 245);
  height: 625px;
  display: flex;
  align-items: center;
}

.parser .leftPart {
  width: 50%;
  padding: 0 106px;
}

.parser .rightPart {
  width: 50%;
}

.parser .rightPart .rightContainer {
  border: 2px solid #323234;
  height: 781px;
}

.parser .rightPart .rightContainer h3 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: rgb(50, 50, 52);
  color: white;
}

.parser .rightPart .rightContainer .rightContent {
  height: 671px;
  background-color: white;
}

.parser .rightPart .rightContainer .rightContent ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.parser .rightPart .rightContainer .rightContent ul li p {
  margin-bottom: 0;
  position: relative;
}

.parser .rightPart .rightContainer .rightContent ul li p:nth-of-type(1)::before {
  content: "\A";
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #fe8e14 transparent transparent;
  position: absolute;
  transform: rotate(180deg);
  left: -17px;
  top: 10px;
}

.parser .rightPart .rightContainer .rightContent {
  padding: 27px 140px;
}

.tabOn {
  display: block !important;
}

.tabFocus {
  background-color: rgb(245, 245, 245) !important;
}

.faq .faqTitle {
  font-size: 21px;
  font-weight: 400;
}

.faq p {
  font-size: 16px;
}

.faq ul {
  padding: 0 32px;
}
.faq ul li {
  list-style: disc;
  font-size: 16px;
}

.d-btn.orange-border-btn, .d-btn.orange-btn {
  height: auto;
  line-height: initial;
  border: 2px solid #fe8e14;
  padding: 11px 24px;
  font-size: 18px;
}

.d-btn.orange-border-btn:hover {
  color: #fe8e14;
}

.d-btn.orange-btn:hover {
  color: white;
}

.flex-box {
  display: flex;
  align-items: center;
  padding: 60px 80px;
}

.flex-box h2 {
  padding: 0;
}

.flex-box .leftPart {
  flex: 1;
  margin-right: 150px;
}

.flex-box .leftPart,  .flex-box .rightPart {
  max-width: 45%;
}

@media screen and (max-width: 1679px) {
  .driverLicense .platforms .content {
    padding: 20px 25px;
  }

  a .tryBtn {
    font-size: 18px;
  }

  .features .tab .tabContent {
    padding: 25px 40px;
  }

  .parser .rightPart .rightContainer .rightContent {
    padding: 27px 75px;
  }
}

@media screen and (max-width: 1199px) {
  .intro .leftIntro {
    padding: 70px 40px;
    margin: 0 auto;
  }

  .features .tab .tabContent {
    padding: 25px 20px;
  }

  .parser .leftPart {
    width: 50%;
    padding: 0 50px;
  }

  .parser .rightPart .rightContainer h3 {
    font-size: 22px;
  }

  .parser .rightPart .rightContainer .rightContent {
    padding: 27px 35px;
  }
}

@media screen and (max-width: 991px) {
  .driverLicense .platforms {
    grid-template-columns: 1fr 1fr;
  }

  a.tryBtn {
    font-size: 16px;
  }

  .features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .features .tab {
    width: 60%;
    height: 550px;
    margin-bottom: 50px;
    background-color: rgb(245, 245, 245);
    position: relative;
  }

  .parser {
    margin-top: 100px;
    width: 100%;
    background-color: rgb(245, 245, 245);
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    border: 2px solid #323234;
  }

  .parser .leftPart {
    padding: 50px 80px;
    width: 100%;
  }

  .parser .rightPart {
    width: 100%;
  }

  .parser .rightPart .rightContainer {
    border: none;
    height: 780px;
  }

  .parser .rightPart .rightContainer h3 {
    font-size: 24px;
  }

  .parser .rightPart .rightContainer .rightContent {
    padding: 27px 135px;
  }

  .parser .rightPart .rightContainer .rightContent ul li p {
    font-size: 16px;
  }

  .caseStudy {
    margin-top: 100px;
  }

  .caseStudy .tabContent {
    padding: 50px 30px;
  }

  .flex-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
  }
  
  .flex-box .leftPart {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .flex-box .leftPart,  .flex-box .rightPart {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .driverLicense .platforms {
    grid-template-columns: 1fr;
  }

  .features .tab {
    width: 75%;
  }

  .parser .rightPart .rightContainer .rightContent {
    padding: 27px 50px;
  }
}

@media screen and (max-width: 572px) {
  .features .tab {
    width: 100%;
    height: 550px;
    margin-bottom: 50px;
    background-color: rgb(245, 245, 245);
    position: relative;
  }

  .parser .rightPart .rightContainer h3 {
    font-size: 18px;
  }

  .parser .rightPart .rightContainer .rightContent ul li p {
    overflow-wrap: break-word;
    font-size: 16px;
  }

  .parser .leftPart {
    padding: 50px 20px;
  }

  .caseStudy ul.tabs li {
    padding: 15px 20px;
    font-size: 18px;
  }
}
