/****************************/

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #0a0a0a;
  color: #ffffff;
  text-transform: lowercase;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-transform: lowercase;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3 {
  font-weight: 900;
}

h4 {
  font-weight: bold;
}

h5,
h6 {
  font-weight: 500;
}

p,
ul li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
}

p,
li,
a,
button,
input,
optgroup,
select,
textarea,
i,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

p {
  line-height: 1;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline: medium none !important;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

a::before,
a::after {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
  outline: medium none !important;
}

a:focus {
  text-decoration: none;
  outline: medium none !important;
}

ul,
ul li {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 20px 0;
  border: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Work Sans", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: 0;
  outline: medium none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/************************************/

.loader_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #00af9e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00af9e transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alignCenter {
  align-items: center;
}

button.disabled,
a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #141414;
  color: #ffffff;
}

.width10,
.width15,
.width20,
.width25,
.width30,
.width33,
.width40,
.width45,
.width50,
.width55,
.width60,
.width66,
.width70,
.width75,
.width80,
.width85,
.width90,
.width100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.soulvideo.video-popup {
  padding: 4%;
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  overflow: auto;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.soulvideo.video-popup.popup-active {
  top: 0;
}

.soulvideo .video-play-div .close-popup {
  width: 20px;
  position: absolute;
  right: 50px;
  top: 30px;
  cursor: pointer;
}

.soulvideo .video-play-div .video-div-section {
  background: #fff;
  max-width: 80%;
  margin: auto;
  height: 400px;
  position: absolute;
  z-index: 99;
  margin-top: -20px;
  left: 0;
  right: 0;
}

.soulvideo .video-play-div .video-div-section .iframevid {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /* padding-top: 25px; */
  height: 0;
}

.soulvideo .video-play-div .video-div-section .iframevid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoPopUpBtn {
  cursor: pointer;
}

.otpmsg {
  padding-top: 5px;
  padding-left: 18px;
}

.imkeen_btn a {
  text-align: center;
  padding: 15px 60px;
  color: #005b51;
  background: #80d7ce;
  z-index: 1;
  position: relative;
  text-decoration: none;
  margin-top: 30px;
}

.imkeen_btn a:hover {
  color: #006c57;
  background: #00af9e;
  text-decoration: none;
}

.imkeen_btn a.disabled {
  background: #141414;
}

.slider_content.sliderwithline {
  position: absolute;
  text-align: center;
  top: 30%;
  right: 0;
  left: 0;
  text-transform: lowercase;
  z-index: 99999;
}

.slider_content.sliderwithline h1 {
  font-size: 5vw;
}

.webisode_section .webisode_bg figure {
  opacity: 0.6;
}

.webisode_section .webisode_bg .webisode_bg_content {
  z-index: 1;
}

.brightbg.webisode_link {
  background: #000000;
  margin: 0 5px;
  padding: 0;
}

.brightbg.webisode_link img {
  opacity: 0.6;
}

.brightbg.webisode_link h2 {
  z-index: 1;
}

.spotlight.innerbanner_brightbg {
  background: #000000;
}

.spotlight.innerbanner_brightbg figure {
  opacity: 0.6;
}

.spotlight.innerbanner_brightbg
  .main_slider
  .slider_section
  .inner_slider_content {
  opacity: 1;
}

.para_under_heading {
  width: 70%;
}

.para_under_heading p {
  line-height: 24px;
}

.driveheading {
  opacity: 0;
  display: none;
}

.webinarheading {
  opacity: 0;
  display: none;
}

/* Popover styling */

.popover__content {
  display: none;
  position: absolute;
  right: 1%;
  top: 25%;
  z-index: 1;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  padding: 15px;
  color: #000000;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
  width: 18%;
}

.popover__content p {
  line-height: 20px;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__message {
  text-align: center;
}

.floatingdownloadbtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #070230;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 40%;
}

.numberingData h1 {
  color: #1cb6a7;
}

.numberingData span {
  color: #fff;
  font-size: 8px;
}

.numberingData div {
  padding: 0 10px 0 0;
}

@media (min-width: 767px) {
  .width10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .width15 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .width20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .width25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .width30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .width33 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .width35 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .width40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .width45 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .width50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .width55 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .width60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .width66 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .width70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .width75 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .width80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .width85 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .width90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .width100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.max_width {
  max-width: 1200px;
  margin: 0 auto;
}

.hiddenDesktop {
  display: none;
}

/************************************/

header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
  background: #1e1e1e;
}

header.darkHeader {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

header .logo a.tatalogo img {
  width: 130px;
}

header .logo span {
  display: inline-block;
  margin: 0 10px;
  background: #555;
  width: 2px;
  height: 30px;
  vertical-align: middle;
}

header .logo a.soullogo img {
  width: 80px;
}

header a.soullogo.textlink {
  color: #00af9e;
  font-size: 20px;
}

header nav {
  text-align: right;
}

header nav > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}

header nav > ul > li > a {
  color: #00af9e;
  font-weight: 500;
  padding: 15px 0;
}

header nav > ul > li > a.logintagheadermenu {
  text-align: center;
  font-size: 14px;
}

header nav > ul > li > a.logintagheadermenu > span {
  font-size: 30px;
}

/* header nav > ul > li > a > img {
    margin-bottom:7px;
} */

header nav > ul > li > a:hover {
  color: #00af9e;
  text-decoration: underline;
}

header nav > ul > li.active > a {
  color: #fff;
  text-decoration: underline;
}

header nav > ul > li > ul.dd_nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  background: #1e1e1e;
  /* border-radius: 6px; */
  /* box-shadow: 0 0 15px #00ffff; */
  right: 0;
  transition: all 0.2s ease-out;
  border: 1px solid #414141;
}

header nav > ul > li > ul.dd_nav li {
  /* background: #ffffff; */
  border-bottom: 1px solid #6d6d6d;
}

header nav > ul > li > ul.dd_nav li:last-child {
  border-bottom: 0;
}

header nav > ul > li > ul.dd_nav li a {
  /* color: #111; */
  padding: 12px 20px;
}

header nav > ul > li > ul.dd_nav li a:hover {
  color: #00af9e;
  text-decoration: underline;
}

header nav > ul > li > ul.dd_nav li.active a {
  color: #00001c;
  text-decoration: none;
  background: #80d6cf;
}

header nav > ul > li:hover > ul.dd_nav {
  visibility: visible;
  opacity: 1;
}

.ham_menu {
  display: none;
}

.blue_stripe {
  height: 85px;
}

/************************************/

.clouds {
  position: absolute;
  z-index: 100;
}

.spotlight {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}

.spotlight figure picture img {
  width: 100%;
}

.spotlight .owl-carousel .owl-item img {
  width: 100%;
}

.lgpic figure {
  opacity: 0.5;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.slider_content {
  position: absolute;
  text-align: center;
  top: 50px;
  right: 0;
  left: 0;
  text-transform: lowercase;
  z-index: 99999;
}

.owl-carousel .owl-item .slider_content img {
  display: inline-block;
  width: 120px;
}

.slider_content h4 {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}

.slider_content h2 {
  font-size: 60px;
  line-height: 1;
  margin-top: 5px;
}

.slider_date_location {
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  margin: 15px auto 30px;
  border: 1px solid;
  /*border-radius: 50px;*/
  align-items: center;
  font-weight: 500;
}

.slider_location {
  width: 40%;
  color: #333333;
  background: #ffffff;
  padding: 10px 0;
  border-radius: 50px 0 0 50px;
}

.slider_date {
  width: 60%;
}

.owl-carousel .owl-item .slider_date > img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: sub;
}

.slider_date sup {
  font-size: 10px;
}

.slider_content a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
}

.slider_content a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.slider_content a:hover::after {
  width: 0;
}

.explore_btn {
  display: block;
  position: fixed;
  max-width: 200px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 20;
}

.explore_btn a {
  display: block;
  text-transform: lowercase;
  font-size: 20px;
  font-weight: bold;
}

.explore_btn a:hover {
  letter-spacing: 1px;
}

.explore_btn a span {
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transform: rotate(135deg);
  animation-name: blink;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.explore_btn a span:nth-child(1) {
  width: 15px;
  height: 15px;
  animation-delay: 0.3s;
  margin-top: 15px;
}

.explore_btn a span:nth-child(2) {
  width: 12px;
  height: 12px;
  animation-delay: 0.5s;
}

.main_slider.owl-carousel .owl-nav button,
.reviews_slider.owl-carousel .owl-nav button {
  background-color: #80d6cf;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.main_slider.owl-carousel .owl-nav button {
  top: 50%;
  transform: translateY(-50%);
}

.main_slider.owl-carousel .owl-nav button.owl-prev,
.reviews_slider.owl-carousel .owl-nav button.owl-prev {
  left: 5%;
  /*background-image: url("/images/evolve/prev-arrow.png");*/
}

.main_slider.owl-carousel .owl-nav button.owl-next,
.reviews_slider.owl-carousel .owl-nav button.owl-next {
  right: 5%;
  /*background-image: url("/images/evolve/next-arrow.png");*/
}

.main_slider.owl-carousel .owl-nav button span,
.reviews_slider.owl-carousel .owl-nav button span {
  font-size: 0;
}

button.owl-next:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 35px;
  color: #3e978e;
  position: relative;
  display: inline-block;
  transform: translate(2px, 2px);
}

button.owl-prev:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cb";
  font-size: 35px;
  color: #3e978e;
  position: relative;
  display: inline-block;
  transform: translate(-1px, 1px);
}

.main_slider.owl-carousel .owl-nav button:hover,
.reviews_slider.owl-carousel .owl-nav button:hover {
  background-color: #00af9e;
  color: #008073;
}

/************************************/

.explore {
  position: relative;
  padding: 3%;
}

.explore .explore_img {
  position: relative;
  z-index: 2;
}

.explore .explore_img img {
  border-top-right-radius: 35px;
}

.explore_content {
  padding-top: 10%;
  padding-left: 10%;
}

.explore_content h2 {
  font-size: 32px;
  text-transform: lowercase;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
  color: #1cb6a7;
}

.explore_content h2 span {
  display: block;
  font-size: 24px;
}

.explore_content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.explore_content h4 {
  font-size: 35px;
}

.explore_content h5 {
  font-size: 12px;
  text-transform: lowercase;
  line-height: 1.5;
}

.explore_content a {
  padding: 15px 60px;
  margin-top: 30px;
  background: #80d7ce;
  color: #005b51;
}

.explore_content a:hover {
  color: #006c57;
  background: #00af9e;
}

.explore > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 29%;
  z-index: 1;
}

.video_popup.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

.video_popup_section {
  position: fixed;
  width: 50%;
  background: #222;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.video_popup_section span.closeForm {
  position: absolute;
  font-size: 30px;
  color: #999999;
  top: -40px;
  right: 0;
  cursor: pointer;
}

.video_popup_section span.closeForm:hover {
  color: #fff;
}

.video_popup_section.active {
  opacity: 1;
  visibility: visible;
}

.iframe_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframe_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************/

.activities {
  position: relative;
  /*margin: 30px 0;*/
  margin-top: 0;
}

.activities_car,
.activities_compass {
  position: absolute;
}

.activities_car {
  top: -15%;
  left: -2%;
  z-index: 20;
}

.activities_car img {
  width: 350px;
}

.activities_compass {
  top: -20px;
  right: 20%;
}

.activities_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/images/evolve/activities-bg.png") no-repeat center bottom;
  background-size: cover;
}

.activities_bg {
  text-align: center;
  padding: 4% 0 6%;
}

.activities h3 {
  position: relative;
  font-size: 35px;
  margin-bottom: 20px;
  color: #1cb6a7;
}

.activities p {
  position: relative;
  max-width: 750px;
  margin: auto;
  line-height: 26px;
  font-size: 14px;
}

.activities a.create_drive_btn {
  position: absolute;
  top: 10%;
  right: 6%;
  padding: 15px 20px;
  background: #80d7ce;
  color: #005b51;
  cursor: pointer;
}

.activities a.create_drive_btn:hover {
  color: #006c57;
  background: #00af9e;
}

.activities_tabs {
  position: relative;
  margin: 60px 0;
}

.activities_tabs_btn ul li {
  display: inline-block;
  margin: 0 15px;
}

.activities_tabs_btn ul li a {
  padding: 15px 60px;
  margin-top: 30px;
  background: #80d7ce;
  color: #005b51;
}

.activities_tabs_btn ul li a:hover,
.activities_tabs_btn ul li a.active {
  color: #006c57;
  background: #00af9e;
}

.tabgroup {
  margin-top: 40px;
  text-align: left;
}

.tabs_content p {
  max-width: none;
  margin-bottom: 25px;
}

.drives_card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #000000;
}

.drives_card > img {
  opacity: 0.6;
}

.drives_card > a {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: url(/images/evolve/drives-arrow.png) no-repeat center center #ffffff; */
  right: 20px;
  bottom: 20px;
  z-index: 1;
  background-color: #80d6cf;
  color: #3e978e;
}

.drives_card > a:after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  transform: translate(10px, 1px);
}

.drives_card > a:hover {
  background-color: #00af9e;
  color: #008073;
}

.drives_card > a:hover:after {
  padding-left: 2px;
  transition: all 1s;
}

.drives_card_info {
  position: absolute;
  width: 55%;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.drives_card_info span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
  color: #222222;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 40px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.drives_card_info h2 {
  font-size: 20px;
  text-transform: lowercase;
}

.drives_card_date {
  position: absolute;
  text-align: right;
  width: 45%;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.drives_card_date h5 {
  font-size: 15px;
  margin-top: 10px;
}

.drives_card_date h5 sup {
  font-size: 10px;
}

.activities a.view_all_drives_btn {
  position: relative;
  /*border-radius: 50px;*/
  padding: 15px 40px;
  background: #80d7ce;
  color: #005b51;
}

.activities a.view_all_drives_btn:hover {
  color: #006c57;
  background: #00af9e;
}

.drives_cards_section.owl-carousel .owl-nav.disabled {
  display: block;
}

.drives_cards_section.owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #80d6cf;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 9999;
}

.drives_cards_section.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  /*background-image: url("/images/evolve/prev-arrow.png");*/
}

.drives_cards_section.owl-carousel .owl-nav button.owl-next {
  right: -25px;
  /*background-image: url("/images/evolve/next-arrow.png");*/
}

.drives_cards_section.owl-carousel .owl-nav button:hover {
  background-color: #00af9e;
  color: #008073;
}

.drives_cards_section.owl-carousel .owl-nav button span {
  font-size: 0;
}

.soul_privileges {
  margin-top: 20px;
  padding: 4% 0;
  background: #1b1b1b;
}

.soul_privileges_icons {
  text-align: center;
}

.soul_privileges_icons img {
  width: 80px;
}

.soul_privileges_icons h5 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.2;
}

.drivecard {
  display: flex;
  justify-content: center;
  align-items: center;
}

/************************************/

.merchandise {
  position: relative;
  background: #151515;
  margin-top: 20px;
}

.merchandise .max_width {
  position: relative;
}

.merchandise_slider_content {
  text-align: center;
  padding: 6% 0;
}

.merchandise_slider_content.orange_tshirt {
  background: url("/images/evolve/orange-tshirt-bg.png") no-repeat top right /
    cover;
}

.merchandise_slider_content.green_tshirt {
  background: url("/images/evolve/green-tshirt-bg.png") no-repeat top right /
    cover;
}

.merchandise_slider_content.blue_tshirt {
  background: url("/images/evolve/blue-tshirt-bg.png") no-repeat top right /
    cover;
}

/* terms and condition */
@media (max-width: 767px) {
  .tnc-table {
    overflow-x: scroll;
  }
}

.tnc-table table {
  border-collapse: collapse;
}

.tnc-table table th,
.tnc-table table tr td {
  padding: 20px;
  border: 2px solid white;
}

/* terms and condition end */

.merchandise_slider_content img {
  position: relative;
  width: 300px;
  z-index: 5;
}

.explore_slider_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  right: 0;
  text-align: right;
}

.explore_slider_content h3 {
  text-align: left;
  font-size: 40px;
  line-height: 1;
  margin-left: 2%;
}

.explore_slider_content h2 {
  text-align: center;
  font-size: 16px;
  font-size: 11vw;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  line-height: 1;
}

.explore_slider_content a {
  border: 1px solid #ffffff;
  /*border-radius: 50px;*/
  padding: 15px 60px;
  margin-right: 2%;
  margin-top: 15px;
}

.merchandise_slider.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
}

.merchandise_slider.owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 5px;
}

.merchandise_slider.owl-carousel .owl-dots button.active {
  background: #ffffff;
}

.footer-social {
  /* background: url("/images/evolve/social-bg.png") center; */
  background-size: 100%;
  padding: 60px 0;
}

.footer-social .width33 {
  width: 33.33%;
  /* float: left; */
}

.footer-social .social-item {
  border-radius: 20px;
  padding: 70px 0 0 0;
  position: relative;
  margin: 0 20px 0px 20px;
  height: 500px;
  background: #fff;
}

.footer-social .social-item::-webkit-scrollbar {
  width: 10px;
}

.footer-social .social-item::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.footer-social .social-item::-webkit-scrollbar-thumb {
  background: #888;
}

.footer-social .social-item::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.footer-social .social-item .social-top {
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 20px;
  top: 0;
  border-radius: 20px 20px 0 0;
}

.footer-social .social-item .social-top.insta {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.footer-social .social-item .social-top.twt {
  background: #00a3fc;
}

.footer-social .social-item .social-top.facebook {
  background: #3557a1;
}

.footer-social .social-item .img,
.footer-social .social-item .read-arrow {
  width: 40px;
  height: 40px;
  background: transparent;
  text-align: center;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  top: 12px;
  z-index: 99;
}

.footer-social .social-item .img {
  left: 20px;
}

.footer-social .social-item .read-arrow {
  right: 20px;
  background: #f0f0f0;
}

.footer-social .social-item .read-arrow img {
  transform: translate(1px, -2px);
}

.social-data iframe {
  width: 100%;
}

.top_footer {
  background: #000;
  padding: 30px 0;
}

.top_footer .flex {
  align-items: center;
  padding: 0 10px;
}

.top_footer .width30,
.top_footer .width35 {
  width: 100%;
  max-width: 100%;
}

.call_assistance,
.social,
.tnc {
  flex: 1 1 auto;
}

.call_assistance {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call_assistance a {
  font-size: 14px;
  color: #909090;
  /*letter-spacing: 1.2px;*/
  padding: 0 8px;
}

.call_assistance img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
}

.tnc {
  text-align: center;
}

.tnc a {
  color: #fff;
  padding: 0 3px;
  font-size: 14px;
}

.tnc a:hover {
  text-decoration: underline;
}

.social {
  text-align: left;
}

.social img {
  width: 15px;
  height: 15px;
}

.social a {
  width: 40px;
  height: 40px;
  background: #80d6cf;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 5px;
}

.call_assistance a:hover,
.tnc {
  color: #fff;
}

.footer-line {
  height: 15px;
  width: 100%;
  background: #909090;
}

.middle_footer {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  background: #000000;
}

.middle_footer .linksEv {
  text-align: center;
}

.middle_footer .linksEv a {
  padding: 0 3px;
  font-size: 14px;
}

.middle_footer .linksEv a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  background: #000000;
}

.copyright p {
  font-size: 14px;
}

/************************************/

.inner_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 85px;
  background: #1cb6a7;
  text-align: right;
  padding: 15px 0;
  z-index: 998;
  display: none;
}

.inner_header ul li {
  display: inline-block;
  margin-left: 30px;
}

.inner_header ul li a {
  color: #e3e3e3;
}

.inner_header ul li a.active {
  font-weight: 500;
}

.inner_header ul li a.active::after {
  content: "";
  display: block;
  height: 1px;
  background: #e3e3e3;
}

.inner_slider_content {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-transform: lowercase;
  z-index: 99;
}

.inner_slider_content.solehomeslider {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-transform: lowercase;
  z-index: 99;
}

.sliderwithonlyknowmore .inner_slider_content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.inner_slider_content h2 {
  font-size: 65px;
  line-height: 1;
}

.inner_slider_content.solehomeslider h2 {
  padding-bottom: 10px;
}

.inner_slider_content h4 {
  font-size: 20px;
  line-height: 1;
  margin: 15px 0;
}

.inner_slider_content h6 {
  font-size: 16px;
  line-height: 1;
}

.inner_slider_content h6 img {
  margin-right: 15px;
}

.inner_slider_content h6 sup {
  font-size: 12px;
}

/*.inner_slider_content a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.inner_slider_content a::after {
  content: "";
  display: block;
  height: 2px;
  background: #ffffff;
}

.inner_slider_content a:hover {
  letter-spacing: 1px;
}*/

.inner_explore_btn {
  max-width: 160px;
}

.inner_explore_btn a {
  font-size: 15px;
  font-weight: normal;
}

/************************************/

a.dropdown-item {
  width: 100%;
}

.drives_card_section {
  padding: 20px 0;
}

.dd_drives {
  text-align: right;
  margin-bottom: 50px;
}

.dd_drives select {
  border: 2px solid #ffffff;
  background: url("/images/evolve/drives/arrow.png") no-repeat transparent
    center right 20px / 10px;
  color: #ffffff;
  padding: 15px 50px 15px 25px;
  border-radius: 60px;
  cursor: pointer;
}

.dd_drives select option {
  color: #000000;
}

.drives_card_grid {
  margin-bottom: 20px;
}

.card_drive {
  position: relative;
  margin: 0 10px 20px;
  overflow: hidden;
}

.card_drive > img {
  /*border-radius: 20px;*/
  object-fit: cover;
  height: 350px;
  width: 100%;
}

.card_drive > span {
  font-size: 11px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000000;
  background: #ffffff;
  padding: 6px 15px;
  border-radius: 30px;
  text-transform: lowercase;
  font-weight: 500;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  display: none;
}

.card_drive_content {
  background: #232323;
  position: relative;
  padding: 25px;
  border-radius: 18px 18px 0 0;
  margin-top: -20px;
}

.card_drive_content h5 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_drive_content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_drive_content h5:before {
  color: #ffffff;
  /* content: "\e0c8"; */
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: initial;
  vertical-align: bottom;
  margin-right: 5px;
}

.card_drive_content h5 img {
  width: 12px;
  margin-right: 10px;
  vertical-align: baseline;
  display: none;
}

.card_drive_content p,
.card_drive_content ul li {
  font-size: 14px;
  color: #6d6d6d;
  margin-left: -6px;
}

.card_drive_content ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.card_drive_content ul li:last-child {
  margin-bottom: 0;
}

.card_drive_content h6,
.card_drive_content span {
  display: block;
  text-align: right;
}

.card_drive_content h5 span {
  vertical-align: middle;
  margin-right: 5px;
}

.card_drive_content h6 {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.card_drive_content a {
  color: #80d7ce;
  display: flex;
  font-size: 16px;
  line-height: 20px;
}

.card_drive_content a::before {
  color: #3e978e;
  content: "\e8e4";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 35px;
  line-height: 20px;
  margin-right: 10px;
}

/* .card_drive_content span {
    font-size: 12px;
} */

/*****************custom dropdown sumo*******************/

.SumoSelect > .CaptionCont {
  position: relative;
  border: none;
  min-height: 14px;
  background-color: #008578;
  border-radius: 0px;
  margin: 0;
  color: #65bcb2;
  padding: 10px 15px;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > span {
  text-align: left;
  cursor: pointer;
  line-height: normal;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-align: left;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 10px;
  position: relative;
  background: #0a0a0a;
  color: #ccefeb;
  border: 1px solid #4c4c4c;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0;
  border-bottom: 1px solid #4c4c4c;
}

.SumoSelect > .optWrapper > .options li.opt:hover,
.SumoSelect > .optWrapper > .options li.opt label:hover {
  text-decoration: underline;
  text-decoration-color: #56d1c8;
  color: #008578;
  background: #0a0a0a;
}

.SumoSelect > .optWrapper > .options li.opt.active,
.SumoSelect > .optWrapper > .options li.opt.active label {
  background: #56d1c8;
  color: #000000;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  font-style: normal;
}

.SumoSelect > .CaptionCont > label > i:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  font-size: 20px;
  display: inline-block;
  transform: translate(-3px, -1px);
  transition: all 0.3s;
}

.SumoSelect.open > .CaptionCont > label > i:after {
  transform: rotate(180deg) translate(2px, 2px);
}

.sumoCustom .SumoSelect {
  width: 100%;
}

.sumoCustom .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-top-right-radius: 30px;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.sumoCustom .SumoSelect > .CaptionCont > span.placeholder {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.sumoCustom .SumoSelect > .CaptionCont > label {
  right: 10px;
  left: auto;
}

.sumoCustom .SumoSelect.open > .optWrapper {
  top: 45px;
}

.sumoCustom .SumoSelect.open > .optWrapper ul li label {
  position: relative;
  top: auto;
  left: auto;
}

.sumoCustom .SumoSelect.open .search-txt {
  background: transparent;
  padding: 15px 20px;
  color: #ffff;
  font-size: 14px;
}

.sumoCustom .SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 20px;
}

/************************************/

.upcoming_drives {
  position: relative;
}

/************************************/

.reviews_slider {
  margin: 30px 0;
  background-color: #010101;
}

.reviews_slider.bg_black {
  background: #000;
}

.reviews_slider .width50 {
  position: relative;
}

.reviews_slider.owl-carousel .owl-item img {
  display: block;
  /* width: 0%; */
  margin: auto;
}

.bg_review {
  opacity: 0.15;
}

.photo_img {
  position: absolute;
  background: #1e1e1e;
  top: 50%;
  right: 10%;
  width: 320px;
  padding: 3%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
}

.reviews_slider_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20% 0 10%;
  background: url("/images/evolve/drives/quote.png") no-repeat top right 25% /
    35%;
}

.reviews_slider_content h4 {
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: underline;
}

.reviews_slider_content img {
  width: 110px;
  margin: 30px 0 20px;
}

.reviews_slider_content h2 {
  font-size: 30px;
  text-transform: lowercase;
  padding-right: 10%;
  line-height: 1;
}

.reviews_slider_content p {
  line-height: 1.8;
  margin: 20px 0;
}

.reviews_slider_content i {
  text-transform: lowercase;
}

/************************************/

.inner_footer_social h3 {
  position: relative;
  top: 50%;
  font-size: 35px;
  /* max-width: 250px; */
  margin-bottom: 10px;
  text-transform: lowercase;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************************************/

.login_section.register_section.nopadd {
  padding: 0;
}

.padd {
  padding: 20px 30px;
}

.login_main_section {
  padding: 7% 0;
  margin: 0 15px;
}

.login_section {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background: #1e1e1e;
  box-shadow: 0 0 10px rgb(128, 215, 206);
}

.yourdetails {
  padding: 7% 0 0 0;
}

.tableresp {
  overflow-x: auto;
}

.userdetails {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #ffff;
}

.userdetails th,
.userdetails td {
  border: 1px solid #ffffff;
  padding: 10px;
}

.register_section {
  max-width: 1200px;
}

.tealblue {
  color: #00af9e;
}

.registpop {
  font-size: 25px;
  margin-bottom: 20px;
}

.mrgtop {
  margin-top: 15px;
}
.upcase {
  text-transform: uppercase;
}
.capcase {
  text-transform: capitalize;
}
.largefont {
  font-size: 20px;
}
.colrwhite {
  color: #ffffff;
}
@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {
  .register_section {
    max-width: 1500px;
  }
}

.regImg {
  height: 100%;
}

.regImg img {
  height: 100%;
  /*object-fit: cover;*/
  width: 100%;
}

.regDiv {
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.login_btn.chassis_login .chassbtn {
  margin: 0;
}

.login_btn.chassis_login .disabled {
  opacity: 0.5;
  color: #000;
  background: #fff;
}

.login_btn.chassis_login {
  text-align: center;
}

.openChassisNumber {
  margin: 15px 0 0;
}

.hide {
  display: none;
}

.popupStatusMessage {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.statusDiv {
  text-align: center;
  padding: 20px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
  border-radius: 12px;*/
}

.statusDiv p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

/*.statusDiv a {
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.01em;
  color: #fff;
  background: #1cb6a7;
  border-radius: 60px;
  border: 1px solid #1cb6a7;
}

.statusDiv a:hover {
  color: #1cb6a7;
  background-color: transparent;
}*/

/*****************************/

.personal_details_box {
  border: 1px solid #6d6d6d;
  height: 100%;
}

.personal_details_box h5 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #6d6d6d;
  padding: 20px;
}

.personal_padding {
  padding: 30px 30px 0;
}

.new_register_form .flex,
.personal_details_box .flex {
  margin: 0 -15px;
}

.new_register_form .flex .width66,
.new_register_form .flex .width33,
.personal_details_box .flex .width50,
.personal_details_box .flex .width100 {
  padding: 0 15px;
}

.personal_details_box .input_container {
  margin: 0 0 30px;
}

/*****************************/

.login_section h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.input_container {
  position: relative;
  margin: 0 10px 25px;
}

.input_container .floatlabel {
  font-size: 16px;
  width: 100%;
  border-top-right-radius: 30px;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.input_container select.floatlabel {
  background: url("/images/evolve/drives/arrow.png") no-repeat center right 20px;
  cursor: pointer;
}

.input_container select.floatlabel {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.input_container select option {
  color: #1e1e1e;
}

.input_container label {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #ffffff;
  font-size: 14px;
  cursor: text;
  margin: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  z-index: 0;
}

.input_container .floatlabel.filled + label,
.input_container .floatlabel:focus + label {
  font-size: 12px;
  top: -20px;
  left: 20px;
}

.login_section .input_container a.forget_password {
  text-align: right;
  margin-right: 20px;
}

.or_login {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #d63535;
  margin-top: 5px;
}

.login_section .input_container a {
  display: block;
  /* margin: 15px 0 0 20px; */
  font-size: 14px;
}

.login_section .input_container a:hover {
  text-decoration: none;
}

.login_section .input_container small {
  position: absolute;
  right: 110px;
  top: 19px;
}

.login_section .mobile_get_otp a {
  padding: 6px 10px;
  color: #fff;
  background: #1cb6a7;
  border-radius: 60px;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 13px;
  text-transform: lowercase;
  right: 15px;
}

.login_section .mobile_get_otp a.disabled {
  background: #141414;
}

.login_btn > a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #141414;
  color: #ffffff;
}

.login_section .mobile_get_otp a:hover {
  color: #000;
  background: #ffffff;
  text-decoration: none;
}

.login_btn .btnskip {
  padding: 12px 40px;
  letter-spacing: 0.01em;
  color: #005b51;
  background: transparent;
}

.login_btn .btnskip:hover {
  background: transparent;
  color: #006c57;
  text-decoration: underline;
}

.login_btn {
  text-align: center;
}

.login_btn > a {
  padding: 12px 40px;
  letter-spacing: 0.01em;
  color: #005b51;
  background: #80d7ce;
}

.login_btn > a:hover {
  color: #006c57;
  background: #00af9e;
}

.pop_up_bottom {
  text-align: center;
  margin-top: 30px;
}

.pop_up_bottom p {
  margin: 0 0 10px;
}

.pop_up_bottom a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.pop_up_bottom a:hover {
  color: #ffffff;
}

.password img {
  width: 15px;
  height: 15px;
}

.login_section .input_container.password small {
  cursor: pointer;
  opacity: 0.7;
  right: 20px;
}

.login_section .input_container.password small:hover {
  opacity: 1;
}

.checkbox-group {
  position: relative;
  margin: 15px;
}

.checkbox-group input {
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.checkbox-group label:before {
  content: "";
  border: 1px solid #ffffff;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 4px;
  position: absolute;
  left: 0;
}

.checkbox-group label a {
  text-decoration: underline;
}

.checkbox-group label a:hover {
  text-decoration: none;
}

.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 8px;
  width: 8px;
  height: 15px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.register_details {
  /* margin-top: 30px; */
  text-align: center;
  width: 100%;
}

.register_details p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.register_details ul li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 15px;
  line-height: 1.5;
}

.register_details ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
/*
.register_details ul li:first-child {
    margin-left: 0;
}*/

.success-msg h5,
.error-msg h5 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.success-msg h5 {
  color: #30bd30;
}

.error-msg h5 {
  color: #d63535;
}

.marginbtm {
  margin: 0 10px 30px;
  text-align: right;
  font-size: 14px;
}

.marginbtm1 {
  margin-bottom: 15px;
}

.newmarg {
  margin-bottom: 30px;
  margin-top: 0px;
}

.margtop {
  margin-top: 30px;
}

/************************************/

.commonPopup {
  display: none;
  text-align: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.commonPopup::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.commonPopup .modal-content {
  position: relative;
  background-color: #1b1b1b;
  margin: auto;
  width: 30%;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 1);
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 20px 0;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  color: #ffffff;
}

.commonPopup .successpop,
.commonPopup .popup_content {
  text-align: center;
}

.commonPopup .successpop h4 {
  margin-bottom: 15px;
}
.commonPopup .successpop p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.commonPopup .successpop .closeLogin {
  color: #1cb6a7;
}

.commonPopup .successpop .closeLogin:hover {
  text-decoration: underline;
}

@-webkit-keyframes animatetop {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes animatetop {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

body.overflowHidden {
  overflow: hidden;
}

.commonPopup .closePopup {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.commonPopup .closePopup img {
  width: 10px;
}

.commonPopup h2 {
  color: #1cb6a7;
  margin-bottom: 20px;
}

/*.chassis_details {
    padding-right: 5%;
}*/

.popup_content .flex {
  margin: 0 -10px;
}

.popup_content .width50 {
  padding: 0 10px;
}

.chassis_details p {
  margin-top: 15px;
}

.chassis_details h4 {
  font-size: 16px;
  margin-bottom: 25px;
}

/************************************/

.prev_connect {
  padding: 5% 0;
}

.prev_connect_title {
  margin-bottom: 30px;
}

.prev_connect_title p {
  font-size: 18px;
}

.prev_connect_title p span {
  font-weight: bold;
}

.prev_connect_title a {
  display: block;
  text-align: right;
}

.prev_connect .card_drive {
  margin: 0;
}

.prev_connect_slider .owl-carousel .owl-nav.disabled {
  display: block;
}

.prev_connect_slider .owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9999;
}

.prev_connect_slider .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  background-image: url("/images/evolve/prev-arrow.png");
}

.prev_connect_slider .owl-carousel .owl-nav button.owl-next {
  right: -25px;
  background-image: url("/images/evolve/next-arrow.png");
}

.prev_connect_slider .owl-carousel .owl-nav button span {
  font-size: 0;
}

.webisode_bg {
  position: relative;
}

.webisode_bg img {
  width: 100%;
  /*object-fit: cover;
    height: 600px;*/
}

.webisode_bg_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.webisode_bg_content h3 {
  font-size: 65px;
  text-transform: lowercase;
  line-height: 0.8;
  margin-bottom: 25px;
}

.webisode_bg_content p {
  line-height: 1.6;
}

.webisode_bg_cta {
  text-align: right;
}

.webisode_bg_cta a {
  color: #222222;
  background: #ffffff;
  border: 1px solid #ffffff;
  /*border-radius: 50px;*/
  padding: 15px 40px;
}

.webisode_bg_cta a:hover {
  color: #ffffff;
  background: transparent;
}

.webisode_section {
  padding: 0 0 5%;
}

.webisode_cards {
  position: relative;
  margin-top: -5%;
}

.webisode_cards .flex {
  justify-content: center;
}

.webisode_link {
  position: relative;
  border-radius: 15px;
  margin: 0 15px;
  overflow: hidden;
}

.webisode_link img {
  border-radius: 15px;
  transition: all 0.3s ease;
  width: 100%;
  /*min-height: 150px;
    object-fit: cover;
    height: 190px;*/
}

.webisode_link:hover img {
  transform: scale(1.1);
}

.webisode_link h2,
.webisode_link i {
  position: absolute;
  left: 20px;
  z-index: 2;
}

.webisode_link h2 {
  font-size: 20px;
  top: 20px;
  text-transform: lowercase;
  padding-right: 50%;
}

.webisode_link i {
  bottom: 20px;
}

.webisode_link i img {
  width: 20px;
}

.genres {
  padding-bottom: 5%;
}

.genres p {
  font-size: 18px;
  margin-bottom: 30px;
}

.genres .flex {
  margin: 0 -20px;
}

.genres .flex .width25 {
  text-align: center;
  padding: 0 20px;
}

.genres img {
  border-radius: 50%;
  opacity: 0.65;
}

.genres h4 {
  font-size: 18px;
  margin-top: 20px;
}

.whatsapp_connect {
  background: #1a1a1a;
  padding: 5% 0;
}

.whatsapp_connect h6 {
  font-size: 30px;
}

.whatsapp_connect img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.whatsapp_connect select {
  border-bottom: 1px solid #ffffff;
  background: url("/images/evolve/drives/arrow.png") no-repeat transparent
    center right 20px / 10px;
  color: #ffffff;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  min-width: 300px;
}

.whatsapp_connect select option {
  color: #1e1e1e;
}

.whatsapp_connect a {
  display: block;
  text-align: center;
  background: #80d7ce;
  color: #005b51;
  /*border-radius: 50px;*/
  padding: 15px 40px;
}

.whatsapp_connect a:hover {
  color: #006c57;
  background: #00af9e;
}

/************************************/

.coming_soon_text {
  text-align: center;
  margin: 50px 0;
}

.about_the_drive {
  position: relative;
  padding: 4% 0;
}

.about_drive_car {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
}

.about_drive_car img {
  width: 400px;
}

.about_the_drive h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about_the_drive h5 span {
  font-weight: bold;
  color: #1cb6a7;
}

.about_the_drive p {
  line-height: 1.8;
  font-size: 15px;
  /*min-height: 135px;*/
}

.know_more_timeline {
  padding: 6% 0 0;
}

.know_more_timeline ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.know_more_timeline ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 15%,
    rgba(255, 255, 255, 1) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  right: 0;
  left: 0;
  bottom: 43px;
  margin: auto;
}

.know_more_timeline ul li:first-child,
.know_more_timeline ul li:last-child {
  margin-bottom: 27px;
}

.know_more_timeline ul li {
  flex: 1 1 0;
}

.know_more_timeline ul li img {
  position: relative;
  z-index: 2;
  width: 80px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.know_more_timeline ul li span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background: #1e1e1e;
  border: 2px solid #fff;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 50%;
  z-index: 1;
}

.know_more_timeline ul li span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background: #fff;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}

.know_more_timeline ul li:first-child span,
.know_more_timeline ul li:last-child span {
  background: #fff;
}

.know_more_timeline ul li:first-child span::before,
.know_more_timeline ul li:last-child span::before {
  display: none;
}

.know_more_timeline ul li p {
  min-height: auto;
}

.know_more_webisode .webisode_link h2 {
  font-size: 15px;
}

.know_more_gallery {
  padding-bottom: 2%;
}

.know_more_gallery p {
  font-size: 20px;
}

.text_right {
  text-align: right;
}

.know_more_gallery a {
  text-decoration: underline;
}

.gallery_section {
  margin-top: 40px;
}

.referral {
  position: relative;
  padding: 5% 0;
  background: #1e1e1e;
}

.referral h3 {
  padding-left: 15px;
}

.referral .btnreferal {
  margin: auto;
  text-align: center;
}

.btnreferal p {
  padding: 0 15px;
  margin: 0 0 30px 0;
}

.referral .imgrefer {
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: center;
}

.referral .imgrefer img {
  border-radius: 15px;
}

.plus_card {
  text-align: center;
  height: 100%;
  border: 1px dashed #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #005b51;
  cursor: pointer;
  transition: 0.3s all;
  min-height: 480px;
}

.plus_card:hover {
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s all;
}

button.btnplus {
  border-radius: 100%;
  background: #80d7ce;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.btnplus span.material-symbols-outlined {
  color: #005b51;
  font-size: 40px;
}

.plus_card:hover button.btnplus {
  color: #006c57;
  background: #00af9e;
  transition: 0.3s all;
}

.gallerybox {
  width: 100%;
  position: relative;
  padding: 5% 0;
}

.gallerybox .imagebox {
  border: 1px solid #80d6cf;
  text-align: center;
}

.gallerybox .imagebox img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.gallerybox .owl-carousel .owl-nav button.owl-next,
.gallerybox .owl-carousel .owl-nav button.owl-prev,
.gallerybox .owl-carousel button.owl-dot {
  font-size: 0px;
}

.gallerybox button.owl-prev::after,
.gallerybox button.owl-next::after {
  background-color: #80d6cf;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  transform: translateY(-50%);
  top: 50%;
}

.gallerybox button.owl-prev::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cb";
  font-size: 35px;
  color: #3e978e;
  display: inline-block;
  left: 2%;
}

.gallerybox button.owl-next::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 35px;
  color: #3e978e;
  display: inline-block;
  right: 2%;
}

/*.gallerybox .owl-carousel.owl-drag .owl-item{
  width: auto!important;
}*/

/*.gallerybox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgb(10 10 10) 0%, rgba(255,255,255,0) 95%);
}
.gallerybox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgb(10 10 10) 0%, rgba(255,255,255,0) 95%);
}*/

.gallerybox .owl-dots {
  text-align: center;
  margin: 20px 0;
}

/*********** Referral ************/

.referral_form_section,
.referral_faq {
  background: #1e1e1e;
  padding: 4% 0;
  margin: 30px 0;
}

.referral_form_bg {
  background: #0a0a0a;
  box-shadow: 0 0 10px rgb(128, 215, 206);
  padding: 40px;
}

.referral_form_section h3,
.referral_faq h3 {
  font-size: 35px;
  margin-bottom: 40px;
  color: #1cb6a7;
}

.referral_form_section .flex {
  margin: 0 -15px;
}

.referral_form_section .width50,
.referral_form_section .width33,
.referral_form_section .width30 {
  padding: 0 15px;
  margin-bottom: 30px;
}

.referral_form_section .referral_form_card .input_container {
  margin: 0 20px 30px;
}

.referral_form_section .input_container {
  margin: 0 0 30px;
}

.referral_form_box {
  margin-bottom: 30px;
}

.referral_form_img {
  border: 1px solid #6d6d6d;
  height: 100%;
}

.referral_form_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.referral_form_card {
  border: 1px solid #6d6d6d;
  height: 100%;
}

.referral_form_section .referral_form_box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  border-bottom: 1px solid #6d6d6d;
  padding: 20px;
  position: relative;
}

.deletebtn {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
}

.add_referral_btn a {
  color: #005b51;
  background: #80d7ce;
  padding: 15px 25px;
  font-weight: 600;
}

.add_referral_btn a::after {
  font-family: "Material Symbols Outlined";
  content: "\e145";
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
  vertical-align: middle;
  margin-left: 40px;
  transform: translate(3px, -1px);
}

.add_referral_btn a:hover {
  color: #006c57;
  background: #00af9e;
}

.referral_form_section .checkbox-group {
  margin: 0 15px;
}

.gratification_section {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding-top: 30px;
  margin-top: 30px;
}

.gratification_section h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.captcha_box {
  margin-top: 30px;
}

/* .captcha_box img{
    border-radius: 50px;
} */

.submit_referral_btn {
  margin-top: 30px;
}

.submit_referral_btn a {
  color: #005b51;
  background: #80d7ce;
}

.submit_referral_btn a:hover {
  color: #006c57;
  background: #00af9e;
}

.submit_referral_btn a::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
  line-height: 0;
  vertical-align: middle;
  margin-left: 40px;
  transform: translate(3px, -1px);
}

.accordion .accordion-item {
  border: 1px solid #6d6d6d;
  margin-bottom: 10px;
}

.accordion-header {
  padding: 15px 70px 15px 30px;
  background: #0a0a0a;
  cursor: pointer;
  position: relative;
  font-size: 1em;
  font-weight: 500;
}

.accordion-body {
  padding: 30px;
  display: none;
  background: #0a0a0a;
  border-top: 1px solid #6d6d6d;
}

.accordion-body p {
  color: #fff;
  line-height: 1.4;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body ol li,
.accordion-body ul li {
  font-size: 12px;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
}

.accordion-body ol li::before,
.accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background: #333;
  border-radius: 50%;
}

.accordion-body.js-accordion-body a {
  font-size: 1em;
}

.accordion-item .accordion-header:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  position: absolute;
  right: 34px;
  transition: 200ms;
  font-size: 20px;
}

.accordion-item.active > .accordion-header::after {
  transition: 200ms;
  transform: rotate(180deg);
}

.accordion .accordion-item .accordion-body .accordion .accordion-body {
  padding: 30px;
}

.accordion
  .accordion-item
  .accordion-body
  .accordion
  .accordion-body
  .img-box
  p {
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  line-height: normal;
}

.accordion .accordion-item .accordion-body .accordion-item {
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-body .accordion-item .accordion-header {
  border-bottom: 1px solid #c7c7c7;
}

.accordion-item.active > .accordion-header:before {
  content: none;
}

.accordion-item.active .js-accordion-header {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 767px) {
  .gallery_section ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* .gallery_section > ul > li:nth-child(1),
.gallery_section > ul > li:nth-child(2),
.gallery_section > ul > li:nth-child(4) {
    width: 20%;
}

.gallery_section > ul > li:nth-child(3) {
    width: 40%;
} */

.gallery_section > ul > li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 200px;
}

.gallery_section > ul > li > a {
  position: relative;
  height: 100%;
  display: block;
}

.gallery_section > ul > li > a > img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* .gallery_section > ul > li > ul > li {
    flex-grow: 1;
    flex-basis: auto;
} */

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  right: 20px !important;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-size: 40px !important;
  font-weight: bold;
}

/* Content pages */
.content-pages {
  padding: 50px 0;
}

.content-pages h2 {
  font-size: 32px;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 20px;
}

.content-pages h3 {
  font-size: 25px;
  margin: 0 0 20px 0;
}

.content-pages h3 span {
  font-size: 14px;
}

.content-pages h5 {
  font-size: 17px;
  margin: 20px 0 10px 0;
  text-transform: lowercase;
  font-weight: 700;
}

.content-pages p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}

.content-pages .list,
.content-pages .listing {
  margin-bottom: 20px;
}

.content-pages .listing ul.list li {
  padding-left: 15px;
}

.content-pages .list li {
  list-style: unset;
  padding: 0 0 3px 15px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
}

.content-pages .list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.content-pages .listing li {
  font-size: 14px;
  line-height: 21px;
  margin-left: 15px;
  list-style-type: upper-roman;
  padding: 0 0 3px 0;
}

.content-pages .listing li .list {
  margin-top: 10px;
}

.content-pages .listing li .list li {
  list-style-type: none;
}

.plus_card {
  padding: 20px 0;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plus_card .btnplus {
  width: 50px;
  height: 50px;
}

.btnplus span.material-symbols-outlined {
  font-size: 30px;
}

.about__links {
  display: flex;
}

.about__link {
  cursor: pointer;
  margin-right: 12px;
}

.bg_grey {
  background-color: #1b1b1b;
}

/*******CSS for Home Card Style *****/
.card_drive_content_home a {
  color: #80d7ce;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 25px;
}

.card_drive_content_home p,
.card_drive_content_home ul li {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 25px;
}

.card_drive_content_home h5 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.card_drive_content_home {
  background: #232323;
  position: relative;
  padding: 25px;
  border-radius: 18px 18px 0 0;
  margin-top: -20px;
  min-height: 200px;
}

.card_drive_content_home a::before {
  color: #3e978e;
  content: "\e8e4";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 35px;
  line-height: 20px;
  margin-right: 10px;
}

/***CSS End By Pallav*****/
/*********** Media Query ************/

@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {
  .checkbox-group label,
  .checkbox-group label a {
    font-size: 14px;
  }

  .register_details p,
  .register_details a {
    font-size: 14px;
  }

  p,
  a {
    font-size: 20px;
  }

  .max_width {
    max-width: 1500px;
  }

  header nav > ul > li > a {
    font-size: 18px;
  }

  .popover__content {
    position: absolute;
    top: 26%;
  }

  .para_under_heading p {
    font-size: 18px;
  }

  .checkbox-group label:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .popover__content {
    position: absolute;
    top: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  /*.gallerybox .owl-carousel.owl-drag .owl-item{
    width: unset!important;
  }*/
  .max_width {
    padding: 0 20px;
  }

  .drives_cards_section.owl-carousel .owl-nav button.owl-prev,
  .prev_connect_slider .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .drives_cards_section.owl-carousel .owl-nav button.owl-next,
  .prev_connect_slider .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }

  .bg_review {
    object-fit: cover;
    height: 100%;
  }

  .webisode_link h2 {
    font-size: 18px;
    padding-right: 40%;
  }

  .about_drive_car {
    top: -90px;
  }

  .about_drive_car img {
    width: 320px;
  }

  .webisode_bg_content h3 {
    font-size: 55px;
  }

  .popover__content {
    position: absolute;
    top: 25%;
  }

  .call_assistance {
    display: block;
  }

  .call_assistance a {
    font-size: 13px;
  }

  .tnc a {
    font-size: 13px;
  }

  .middle_footer .linksEv a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tnc a{
    width: 100%;
  }
  .call_assistance .bar, .tnc span{
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  p,
  ul li {
    font-size: 14px;
  }

  .tab_width40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .tab_width50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tab_width60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .tab_width100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .explore_content p {
    margin-bottom: 15px;
  }

  header {
    padding: 10px 0;
  }

  header nav > ul > li {
    margin-left: 5%;
  }

  .owl-carousel .owl-item .slider_content img.banner-logo {
    width: 60px;
  }

  .slider_content h4 {
    font-size: 15px;
    margin-top: 15px;
  }

  .slider_content h2 {
    font-size: 45px;
  }

  .slider_date_location {
    margin: 10px auto 20px;
  }

  .slider_content a {
    font-size: 15px;
  }

  .explore_btn a {
    font-size: 16px;
  }

  .explore_content h2 {
    font-size: 26px;
  }

  .explore > img {
    width: 20%;
  }

  .explore .width30 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .explore_content h4 {
    font-size: 26px;
  }

  .about_drive_car img {
    width: 240px;
  }

  .activities h3 {
    font-size: 26px;
  }

  .activities_car img {
    width: 240px;
  }

  .activities_tabs {
    margin: 40px 0 10px;
  }

  .drives_card_info {
    width: 55%;
  }

  .drives_card_info h2 {
    font-size: 16px;
  }

  .footer-social .social-item {
    height: 300px;
    padding: 55px 0 0 0;
    overflow: auto;
  }

  .footer-social .social-item .social-top {
    padding: 18px 15px;
  }

  .footer-social .social-item .img,
  .footer-social .social-item .read-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
  }

  .top_footer {
    padding: 30px 0;
  }

  .top_footer .flex {
    display: block;
    text-align: center;
  }

  .social {
    text-align: center;
  }

  .social {
    margin-bottom: 20px;
    text-align: center;
  }

  .tnc {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }
  .call_assistance{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }

  /*****************/

  .inner_header {
    top: 68px;
  }

  .inner_slider_content h2 {
    font-size: 45px;
  }

  .inner_slider_content h4 {
    font-size: 18px;
    margin: 12px 0;
  }

  .inner_slider_content a {
    font-size: 14px;
    margin-top: 20px;
  }

  .inner_explore_btn {
    max-width: 120px;
    bottom: 0;
  }

  .inner_explore_btn a {
    font-size: 13px;
  }

  .drives_card_grid {
    margin-bottom: 0;
  }

  .activities_bg .card_drive {
    height: 100%;
    margin: 0 0 15px;
    width: 100%;
  }

  .activities_bg .card_drive:not(:last-child) {
    margin-right: 0px;
  }

  /**********************/

  .webisode_bg_content h3 {
    font-size: 55px;
    line-height: 0.95;
    margin-bottom: 20px;
  }

  .webisode_link {
    padding: 5px;
    width: 100%;
  }

  .whatsapp_connect select {
    min-width: 220px;
  }

  /*******************/

  .hiddenTablet {
    display: none;
  }

  /*******************/

  .gallery_section > ul > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .popover__content {
    position: absolute;
    top: 17%;
  }

  .gallerybox .owl-carousel .owl-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .gallerybox:after,
  .gallerybox:before {
    width: 0px;
  }

  .gallerybox .owl-carousel .owl-nav button.owl-next,
  .gallerybox .owl-carousel .owl-nav button.owl-prev,
  .gallerybox .owl-carousel button.owl-dot {
    background: transparent;
    color: #00a79b;
    border: 1px solid #00a79b;
    padding: 5px;
    font: inherit;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
  }

  .gallerybox button.owl-dot.active {
    background: #00a79b;
  }

  .imkeen_btn a {
    padding: 8px 5px;
    margin-bottom: 15px;
  }

  .explore_content a {
    font-size: 14px;
    padding: 10px 10px;
  }
  .card_drive > img {
    height: auto;
  } 
  .top_footer .flex {
      padding: 0;
  }
  .top_footer .max_width {
      padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  p {
    line-height: 24px;
  }

  .max_width {
    padding: 0 15px;
  }

  .hiddenDesktop {
    display: block;
  }

  .hiddenMobile {
    display: none;
  }

  header {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
  }

  header .logo a.tatalogo img {
    width: 100px;
  }

  header .logo a.soullogo img {
    width: 40px;
  }

  header .logo span {
    margin: 0 5px;
    height: 20px;
  }

  header nav > ul > li {
    margin-left: 4%;
  }

  header.darkHeader {
    background: #000000;
    padding: 10px 0;
  }

  .m_width30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .m_width35 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .m_width65 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .m_width70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .m_width100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ham_menu {
    display: inline-block;
  }

  .menu-wrapper {
    width: 25px;
    height: 30px;
  }

  .hamburger-menu,
  .hamburger-menu:after,
  .hamburger-menu:before {
    width: 25px;
    height: 2px;
  }

  .hamburger-menu {
    position: relative;
    transform: translateY(14px);
    background: white;
    transition: all 0ms 300ms;
  }

  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
  }

  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: white;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: white;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .blue_stripe {
    height: 55px;
  }

  .mobileNav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #1e1e1e;
    text-align: left;
    padding: 30px 0;
    top: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .mobileNav ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #6d6d6d;
    padding: 0 20px 20px;
  }

  .mobileNav ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .mobileNav ul li a {
    color: #00af9e;
  }

  .mobileNav ul li.active a {
    color: #fff;
    text-decoration: underline;
  }

  .mobileNav ul li ul.dd_nav {
    background: #0a0a0a;
    padding: 20px 0;
    margin-top: 20px;
  }

  .slider_content {
    padding: 0 20px;
  }

  .slider_content h4 {
    font-size: 15px;
  }

  /*.explore .explore_img {
        transform: translateY(-60px);
    }*/

  .slider_content h2 {
    font-size: 22px;
  }

  .slider_content a {
    font-size: 14px;
  }

  .main_slider.owl-carousel .owl-nav button,
  .reviews_slider.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .explore {
    padding: 6%;
  }

  .explore > img {
    display: none;
  }

  .explore .width30 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .explore_content {
    padding-top: 0;
    padding-left: 0;
    margin-top: 30px;
  }

  .explore_content h2 {
    font-size: 22px;
  }

  .explore_content .width33 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .about_the_drive p {
    min-height: auto;
  }

  .video_popup_section {
    width: 95%;
  }

  .tabgroup {
    margin-top: 20px;
  }

  .activities h3 {
    font-size: 22px;
  }

  .activities_car {
    top: 0;
  }

  .activities_car img {
    width: 120px;
  }

  .activities_bg {
    text-align: center;
    padding: 20% 0 4%;
  }

  .activities_compass {
    right: 10%;
  }

  .activities p {
    line-height: 24px;
    margin-top: 40px;
  }

  .referral .btnreferal p {
    margin-bottom: 20px;
  }

  .activities_tabs_btn ul li {
    line-height: 16px;
    margin: 0 3px;
  }

  .activities_tabs_btn ul li a {
    padding: 10px 15px;
  }

  .drives_cards_section.owl-carousel .owl-nav button.owl-prev,
  .prev_connect_slider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .drives_cards_section.owl-carousel .owl-nav button.owl-next,
  .prev_connect_slider .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }

  .soul_privileges .width40 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }

  .soul_privileges .soul_privileges_icons {
    margin-top: 20px;
  }

  .soul_privileges p {
    margin-top: 20px;
  }

  .owl-carousel .merchandise_slider_content img {
    width: 150px !important;
  }

  .explore_slider_content {
    position: unset;
    transform: unset;
    margin: 10px 20px 50px 20px;
  }

  .explore_slider_content h2 {
    font-size: 8vw;
  }

  .explore_slider_content h3 {
    font-size: 26px;
  }

  .explore_slider_content a {
    font-size: 14px;
    padding: 12px 50px;
  }

  .footer-social {
    padding: 30px 0;
  }

  .footer-social .social-item {
    margin-bottom: 20px;
  }

  .tnc a {
    padding: 0 10px;
    font-size: 13px;
  }

  /***********************/

  .inner_header {
    top: 70px;
  }

  .inner_slider_content h2 {
    font-size: 30px;
  }

  .drives_card_section {
    padding: 40px 0 20px;
  }

  .dd_drives {
    text-align: left;
    margin-bottom: 20px;
  }

  .dd_drives select {
    width: 100%;
  }

  .card_drive {
    margin: 10px 0;
    /*height: 250px;*/
  }

  .card_drive > img {
    width: 100%;
  }

  .card_drive_content h5 {
    margin-bottom: 8px;
  }

  .card_drive_content ul {
    padding: 20px 20px 0;
  }

  /* .bg_review {
        object-fit: none;
        height: auto;
    } */

  .reviews_slider .flex .width50:first-child {
    height: 450px;
  }

  .reviews_slider_content {
    padding: 10% 20%;
  }

  .reviews_slider_content h2 {
    font-size: 20px;
    padding-right: 0;
  }

  .inner_footer_social h3 {
    top: auto;
    font-size: 24px;
    max-width: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .login_section {
    padding: 20px;
  }

  .input_container {
    margin: 0 0 30px;
  }

  .login_section .input_container a.forget_password {
    text-align: center;
  }

  .checkbox-group {
    margin: 0 0 20px;
  }

  .register_details {
    text-align: left;
  }

  .register_details ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .commonPopup .modal-content {
    width: 90%;
    padding: 20px;
  }

  .chassis_details p {
    margin: 15px 0 30px;
  }

  .chassis_details h4 {
    margin-top: 0;
  }

  /******************************/

  .know_more_timeline {
    position: relative;
  }

  .know_more_timeline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 15%,
      rgba(255, 255, 255, 1) 85%,
      rgba(255, 255, 255, 0) 100%
    );
    right: 0;
    left: 0;
    bottom: 43px;
    margin: auto;
  }

  .know_more_timeline ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .know_more_timeline ul::after {
    display: none;
  }

  .know_more_timeline ul li {
    overflow: hidden;
    width: 40%;
    flex: 0 0 auto;
  }

  .prev_connect_title p {
    margin-bottom: 5px;
  }

  .webisode_bg_content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .webisode_bg_cta {
    text-align: left;
    margin-top: 20px;
  }

  .webisode_cards {
    margin-top: 10%;
  }

  .webisode_link {
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
  }

  .webisode_link img {
    width: 100%;
  }

  .prev_connect_title,
  .prev_connect_title a,
  .genres p {
    text-align: center;
  }

  .genres .flex {
    margin: 0;
  }

  .genres h4 {
    margin: 30px 0;
  }

  .whatsapp_connect {
    padding: 10% 0;
    text-align: center;
  }

  .whatsapp_connect h6 {
    font-size: 16px;
  }

  .whatsapp_connect select {
    min-width: auto;
    width: 90%;
    margin: 15px 0 30px;
  }

  .para_under_heading p {
    margin-bottom: 20px;
  }

  /*********************/

  .know_more_gallery p {
    margin-bottom: 10px;
  }

  .know_more_gallery p,
  .text_right {
    text-align: center;
  }

  .know_more_webisode .webisode_link h2 {
    font-size: 22px;
  }

  .gallery_section {
    margin-top: 20px;
  }

  /* .gallery_section > ul > li:nth-child(1),
    .gallery_section > ul > li:nth-child(2),
    .gallery_section > ul > li:nth-child(3),
    .gallery_section > ul > li:nth-child(4) {
        width: 100%;
    } */

  .gallery_section > ul > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .soulvideo .video-play-div .video-div-section {
    max-width: 100%;
    height: 250px;
    margin-top: 60px;
  }

  .soulvideo .video-play-div .close-popup {
    width: 17px;
    right: 20px;
  }

  /* Content pages */
  .content-pages {
    padding: 30px 0;
  }

  .content-pages h2 {
    font-size: 26px;
  }

  .content-pages h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .content-pages h5 {
    font-size: 15px;
    margin: 20px 0 5px 0;
  }

  .content-pages p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .content-pages .list li,
  .content-pages .listing li {
    font-size: 13px;
    line-height: 20px;
  }

  .sliderwithonlyknowmore .inner_slider_content {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
  }

  .slider_content.sliderwithline h1 {
    font-size: 40px;
  }

  .slider_content.sliderwithline {
    position: absolute;
    text-align: center;
    top: 30%;
    right: 0;
    left: 0;
    text-transform: lowercase;
    z-index: 99999;
  }

  .brightbg.webisode_link {
    margin: 5px;
  }

  .para_under_heading {
    width: 100%;
  }

  .gallery_section > ul > li {
    height: 100%;
  }

  .popover__content {
    z-index: 100;
    padding: 5px;
    position: absolute;
    top: 17%;
    width: 50%;
  }

  .popover__content p {
    line-height: 15px;
  }

  .login_btn.chassis_login a {
    margin: 0 0 0 15px;
  }

  .captcha_box {
    margin-bottom: 30px;
  }

  /************************/

  .referral_form_bg {
    padding: 20px;
  }

  .referral_form_section h3,
  .referral_faq h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .referral_form_card,
  .referral_form_img {
    margin-bottom: 20px;
    height: auto;
  }

  .gallerybox .owl-carousel .owl-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .card_drive_content p,
  .card_drive_content h5 {
    white-space: unset;
  }

  /*.webisode_bg img {
    height: 400px;
  }*/
}

@media screen and (max-width: 767px) {
  .reviews_slider.owl-carousel .owl-nav button {
    bottom: 30px;
  }
  .register_section .padd {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .reviews_slider.owl-carousel .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .card_drive_wrapper {
    gap: 20px;
  }
  .activities_bg .card_drive {
    height: 100%;
    width: 45%;
    margin: 0;
  }
  .drives_card_info h2 {
    font-size: 16px;
  }

  .footer-social .social-item {
    height: 300px;
    padding: 55px 0 0 0;
    overflow: auto;
  }

  .footer-social .social-item .social-top {
    padding: 18px 15px;
  }

  .footer-social .social-item .img,
  .footer-social .social-item .read-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
  }

  .top_footer {
    padding: 30px 0;
  }

  .top_footer .flex {
    display: block;
    text-align: center;
  }

  .social {
    text-align: center;
    margin-bottom: 20px;
  }

  .tnc {
    margin-top: 20px;
    text-align: center;
  }
  .card_drive:not(:last-child) {
    margin-right: 0px !important;
  }
  .referral .width25 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .referral .width25.btnreferal {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .activities p {
    position: relative;
    max-width: 100%;
  }
  .width80.social {
    -ms-flex: 0 0 100%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .whatsapp_connect .width20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .whatsapp_connect h6 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
  }
  .para_under_heading p {
    text-align: left;
  }
  .top_footer .width25 {
    max-width: 100%;
  }
  .explore_content a {
    padding: 5px 30px;
  }
  .card_drive > img {
    height: 200px;
  }
  .card_drive_content h6,
  .card_drive_content span {
    font-size: 14px;
  }
  .gallerybox .owl-carousel .owl-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .gallerybox:after,
  .gallerybox:before {
    width: 0px;
  }

  .gallerybox .owl-carousel .owl-nav button.owl-next,
  .gallerybox .owl-carousel .owl-nav button.owl-prev,
  .gallerybox .owl-carousel button.owl-dot {
    background: transparent;
    color: #00a79b;
    border: 1px solid #00a79b;
    padding: 5px;
    font: inherit;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
  }

  .gallerybox button.owl-dot.active {
    background: #00a79b;
  }
  .referral_form_section .width50,
  .referral_form_section .width33,
  .referral_form_section .width30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login_section.register_section .width50 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tnc {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }
  .call_assistance{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }
  .top_footer .flex {
    padding: 0;
  }
  .top_footer .max_width {
      padding: 0;
  }
}

/* change by pallav on 21-dec-2023*/
.nameStyle .opt:not(:first-child) > label {
  text-transform: uppercase;
}

.carNameStyle{
    text-transform: none;
}