* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  /* font-family: "Nunito Sans", sans-serif; */
}

header {
  height: 90px;
  background-color: black;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

nav li {
  list-style: none;
}

nav ul {
  display: flex;
}

nav ul li {
  padding: 20px;
  font-weight: 700;
}

nav ul li:hover {
  color: #2aaad8;
  cursor: pointer;
}

header img {
  height: 68px;
}

.hero-banner {
  background-image: url(../img/droptaxichennai.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
}

.container {
  max-width: 1180px;
  margin: auto;
}

.flex {
  display: flex;
}

.lg-col-6 {
  width: 50%;
}

h6 {
  font-size: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.border-bottom {
  border-bottom: 3px solid #ccc;
}

.center-text {
  text-align: center;
}

.section1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-text {
  line-height: 2.2;
  letter-spacing: 1px;
}

.tariff-table {
  text-align: center;
  margin: auto;
  color: #fff;
  border: 0px;
  border: none;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: 2px solid #000;
}

.tariff-table th {
  background-color: #1172b4;
  padding: 20px 20px;
  border: 0px;
  border-collapse: collapse;
}

.tariff-table td {
  padding: 20px;
  color: #000;
  font-weight: 700;
  min-width: 250px;
  border: 0px;
  border-bottom: 2px solid #000;
}

.tariff-table td:first-of-type {
  background-color: #2aaad8;
  color: #fff;
  border-right: 2px solid #000;
}

.tariff-table td:nth-of-type(2) {
  border-right: 2px solid #000;
}

.tariff-table tr th {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.why-choose-img-container img {
  border: 5px #ccc solid;
  border-radius: 25px;
  height: 90px;
  width: 90px;
  margin: auto;
  text-align: center;
}

.why-choose-img-container {
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.lg-col-4 {
  width: 33.33%;
}

.section3 {
  background-image: url("../img/car-big-side.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -100%;
}

.section4 {
  padding: 80px 0px;
}

.section4 a {
  text-decoration: none;
}

.section4 .section-container {
  flex-wrap: wrap;
  box-sizing: content-box;
}

.section4 .lg-col-4 {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 1%;
  box-sizing: content-box;
  width: 26%;
}

.section4 .lg-col-4 li {
  list-style-position: inside;
  font-size: 14px;
  line-height: 2;
}

.section4 .image-container img {
  width: 100%;
}

.section4 h6 {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px;
}

footer {
  background-color: #161616;
  color: #fff;
}

footer li:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  color: #ffc61a;
  line-height: 1.7em;
  list-style: none;
}

footer li,
footer li::marker {
  list-style: none;
}

.footer-contents {
  display: flex;
  max-width: 90%;
  margin: auto;
}

.footer-contents a {
  color: #fff;
  text-decoration: none;
}

.footer-bar {
  background-color: #000;
  color: #fff;
  padding: 20px 8%;
  text-align: center;
}

.lg-col-3 {
  width: 25%;
  list-style-position: inside;
  padding: 20px 50px;
  text-align: justify;
}

.lg-col-2 {
  width: 20%;
  list-style-position: inside;
  padding: 20px 50px;
  text-align: justify;
}

.footer-contents .lg-col-5 {
  width: 45%;
  padding: 20px 70px;
}

.footer-contents .lg-col-4 {
  padding: 20px 50px;
}

.review-company-container .rating-logo {
  height: 50px;
  background-color: #000;
  border-radius: 50%;
}

.review-company-container {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.review-company-details {
  display: flex;
  flex-direction: column;
  padding: 5px 15px 5px;
}

.review-company-details h6 {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.wp-google-rating {
  font-weight: 700;
  color: #fb8e28;
}

.rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
}

.wp-google-rating {
  padding-right: 10px;
  margin-bottom: 3px;
}

.review-carousel {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.section5 {
  margin-bottom: 60px;
}

.review-box {
  background-color: #fafafa !important;
  width: 31%;
  margin: 1%;
  height: 200px;
}

.google-review-container {
  display: flex;
}

.grw-review-inner {
  width: 200px;
}

.wp-google-text {
  font-size: 14px;
}

.wp-google-left a {
  text-decoration: none;
  font-weight: 600;
  color: #1172b4;
}
