/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}


body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #444444;
}

a {
  color:#535353;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h6 {
	font-weight: bold;
}

img, svg {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #8E908E;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #8E908E;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

main {
	min-height: calc(100vh - 549px);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: black;
  box-shadow: 0px 3px 6px #00000029;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 24px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .8rem;
	font-weight: 500;
	white-space: nowrap;
	transition: 0.3s;
	color: #EBECEC;
	padding: 0.5rem;
}
.navbar .nav-link.active::before {
	content: " ";
	position: absolute;
	border-bottom: 3px solid red;
	width: 65%;
	bottom: -14px;
	height: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.nav-link:focus, .nav-link:hover
{
  color: #fff;
}
.navbar .getstarted, .getstarted {padding: 5px 13px;margin-left: 30px;border-radius: 3px;color: #fff;font-size: 14px;border: 1px solid #d90022;font-weight: 600;cursor: pointer;}

.navbar .getstarted:hover {
  color: #000;
  background: #8E908E;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: absolute;
    left: 8px;
}
.mobile-lang {
	color: #fff;
	cursor: pointer;
	line-height: 0;
	transition: 0.5s;
	position: absolute;
	right: 3px;
	display: none;
	top: 3px;
	border: 1px solid;
	padding: 20px 10px;
	margin: 6px 5px 0 0;
	border-color: red;
	font-size: 20px;
	border-radius: 2px;
}
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: absolute;
    right: 12px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    background: url(../img/mobile_menu.png) no-repeat center / contain;
    width: 36px;
    height: 36px;
    font-size: 0;
    right: 7px;
  }
   .mobile-lang {
    display: block;
    right: auto;
    left: 8px;
  }
  .navbar ul {
    display: none;
  }
  #header .logo {
    width: 100%;
    text-align: center;
    margin: auto;
}
#header .logo img {max-height: 40px;max-width: calc(100% - 140px);margin: auto;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  right: -100%;
  background:#0000005e;
  transition: 0.3s;
  z-index: 999;
  width: 100%;
  height: 100%;
  bottom: 0%;
}
.mobile-menu .navbar-mobile {right: 0%;}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile .closebtn {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  color: white;
  font-weight: 100;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #000;
  overflow-y: auto;
  transition: 1s;
  width: 85%;
  margin-bottom: 0px;
  padding-top: 80px;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1.25em;
  color: #fff;
  margin: 12px 0;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.bx-chevron-right {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
   background: #8E908E;
  
}
#faq
{
background: linear-gradient(86deg, rgba(131,132,131,1) 0%, rgba(49,49,49,0.9923319669664741) 68%);
box-shadow: 0px 3px 6px #00000029;
padding-bottom: 0px;
}
#faq h1
{
  color: #FFFFFF;
  font-size: 1.8rem;
  margin: 0;
  padding: 18px 0;
}
#faq h1 a {
  color: #FFFFFF;
}
#faq .container {
  padding-top: 22px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero  img {
   display: none;
  }
   #hero .container
  {
    height: 97vh;
  }
#hero
  {
    background-image: url('../img/home/banner.png');
    background-size: cover;
  }
   #hero.whats-banner
  {
     background-image: url('../img/whats/banner.png');
     background-position: 94%;
  }
   #hero.convenience-banner
  {
     background-image: url('../img/convenience/banner.png');
     background-position: 94%;
  }
  #hero.oops-banner
  {
     background-image: url('../img/oops/banner.png');
     background-position: 10%;
  }
  #hero.jsutincase-banner
  {
     background-image: url('../img/justin/banner.png');
     background-position: 99%;
  }
  #hero.dealer-banner
  {
     background-image: url('../img/dealercontact/banner.png');
     background-position: 100%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 #hero  img {
   display: none;
  }
  #hero .container
  {
    height: 97vh;
  }
#hero
  {
    background-image: url('../img/home/banner.png');
    background-position: 20%;
    background-size: cover;
  }
  #hero.whats-banner
  {
     background-image: url('../img/whats/banner.png');
     background-position: 94%;
  }
   #hero.convenience-banner
  {
     background-image: url('../img/convenience/banner.png');
     background-position: 90%;
  }
  #hero.oops-banner
  {
     background-image: url('../img/oops/banner.png');
     background-position: 10%;
  }
  #hero.jsutincase-banner
  {
     background-image: url('../img/justin/banner.png');
     background-position: 78%;
  }
  #hero.dealer-banner
  {
     background-image: url('../img/dealercontact/banner.png');
     background-position: 100%;
  }
}

@media (max-width: 575px) {
  #hero  img {
   display: none;
  }
  #hero
  {
    background-image: url('../img/home/banner.png');
    background-position: 33%;
    background-size: cover;
  }
  #hero.whats-banner
  {
     background-image: url('../img/whats/banner.png');
     background-position: 94%;
  }
  #hero.convenience-banner
  {
     background-image: url('../img/convenience/banner.png');
     background-position: 80%;
  }
  #hero.oops-banner
  {
     background-image: url('../img/oops/banner.png');
     background-position: 14%;
  }
  #hero.jsutincase-banner
  {
     background-image: url('../img/justin/banner.png');
     background-position: 60%;
  }
  #hero.dealer-banner
  {
     background-image: url('../img/dealercontact/banner.png');
     background-position: 100%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.faq .side_menu_wrap {
  padding-left: 3%;
}


/*--------------------------------------------------------------
# aims
--------------------------------------------------------------*/
.aims {
  padding: 25px 0;
  text-align: center;
  background: #8E908E;
}
.aims-img-container {
    background: #535353 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 25px #C5C5C5;
    border: 0.5px solid #FFFFFF;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    max-width: 250px;
    border-radius: 35px;
}
.aims-img-holder {
    background: #535353 0% 0% no-repeat padding-box;
    border: 0.5px solid #FFFFFF;
    padding: 10px;
    width: 100%;
    max-width: 230px;
    margin: auto;
    border-radius: 25px;
}
.aim-text-holder
{
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  

}

@media (max-width: 575px) {
  .aims {
      padding: 60px 0px;
  }
  .aims-img-container{
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 10px;
  }
  .aims-img-holder {
     padding: 5px;
    border-radius: 10px;
  }
 .aims-img-holder img {
  max-width: 70px;
 }


}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about
{
  background-image:url('../img/home/what_is_lexus_connected_service.png') ;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}
.whats_trai_bg {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 58%;
    background-image: url(../img/home/lexus_connected_service_background.png);
    background-size: 100% 100%;
}
.what_is_lexus
{
  max-width: 500px;
}
.what_is_lexus h1
{
  color: #fff;
}
.explore-button {
    border: 1px solid #EBECEC;
    padding: 11px 2px;
    display: inline-block;
    border-radius: 22px;
    cursor: pointer;
}
.explore-button span {
    padding: 10px 35px;
    font-size: 15px;
    color: #535353;
    background: #fff;
    border-radius: 20px;
}
@media (max-width: 575px) {
  .about{
    align-items: baseline !important;
    height: 100vh;
    padding-top: 0px;
    background-image: url(../img/home/what_is_lexus_connected_service.png);
    background-size: 231%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #000;
  }
  .whats_trai_bg
  {
    display: none;
  }
  .mobile_what_trai_bg
  {
      padding: 60px 20px;
       background-image: url(../img/home/lexus_connected_mobile_background.png);
    background-size: 100% 100%;
  }
  .what_is_lexus
{
  margin-bottom: 30px;
}

.mobile-img_info
{
  height: 40vh;
}
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us h3 {
    font-weight: 700;
    font-size: 24px;
    color: #37517e;
    margin-bottom: 0px;
}

.color-gray {
    color: #C5C5C5 !important;
}

.color-dark-gray {
    color: #838483 !important;
}

.app-info {
    padding: 15px;
    border-radius: 10px;
    max-width: 380px;
}

.app-img {
    max-width: 47%;
}
#footer .app-info a {
	display: unset !important;
}

@media (max-width: 575px) {
    .app-img {
        max-width: 48%;
    }
    .app-info {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills
{
  background: #EBECEC;
}
.skills .content h1 {
  font-weight: 700;
  font-size: 40px;
  color: #838483;
  font-family: "Poppins", sans-serif;
}
.watchvideo-button {
    border: 1px solid #535353;
    padding: 11px 2px;
    display: inline-block;
    border-radius: 22px;
    cursor: pointer;
}
.watchvideo-button span {
    padding: 10px 35px;
    font-size: 15px;
    color: #fff;
    background: #535353;
    border-radius: 20px;
}
.steps
{
  max-width: 600px;
  margin: auto;
  margin: 60px auto;
}
.step
{
   height: 170px;
}
.step-info
{
  max-width: 400px;

}
.step-info h4
{
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.step-info .h6
{
  font-size: 12px;
}
.step-border-holder
{
  position: relative;
}
.step-right-border
{
  border: 3px dashed #C5C5C5;
    position: absolute;
    top: 50px;
    left: 0px;
    height: 120px;
    width: 50px;
    border-width: 3px 3px 0px 0px;
}
.step-left-border
{
  border: 3px dashed #C5C5C5;
    position: absolute;
    top: 50px;
    height: 120px;
    width: 50px;
    right: 0px;
    border-width: 3px 0px 0px 3px;
}
.learnmore
{
  color: #535353;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 10px 35px;
  display: inline-block;
  font-size: 14px;
}
.f12
{
  font-size: 12px;
}
@media (max-width: 575px) {
    .step
    {
      height: auto;
    }
  .step-border-holder
  {
    display: none;
  }
  .step .bg-white
  {
    background-color: #EBECEC !important;
  }
  .step-info
{
  background: #fff;
  padding: 20px;
  max-width: 100%;
}
.lexusnx {
  padding: 150px 0px !important;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.models h1 {
  font-weight: 700;
  font-size: 40px;
  color: #838483;
  font-family: "Poppins", sans-serif;
}
.lexusnx
{
  background: #C5C5C5;
  padding: 0px;
}
.lexusnx .lexusholder
{
  background: #EFF0F0;
  max-width: 500px;
  margin: auto;
}
.lexusholder h3
{
font-weight: 700;
  font-size: 24px;
  color: #535353;
  font-family: "Poppins", sans-serif;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 2px;
  border: 1px solid #8E908E;
  border-radius: 10px;
}

.faq .faq-list ul{
  padding: 0;
  list-style: none;
  margin: 5px 0px;
}
.faq .faq-list ul.second
{
  margin: 2px 0px;
}

.faq .faq-list .first li  {
  margin-top: 5px;
}
.faq .faq-list .third li  {
  margin-top: 5px;
}
.faq .faq-list .second li{
  margin-top: 3px;
}
.faq .faq-list .collapse .second a
{

}
.faq .faq-list .first li {
  
  border-radius: 4px;
  position: relative;
}
.faq .faq-list .third li {
  
  border-radius: 4px;
  position: relative;
}

.faq .faq-list .first a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  outline: none;
  cursor: pointer;
  padding: 10px;
  background: #C5C5C5;
  border-left:5px solid #313131;
  font-weight: bold;
}
.faq .faq-list .third a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    border-radius: 12px 12px 0px 0px;
    padding: 10px;
	padding-left: 20px;
    background: #fff 0% 0% no-repeat padding-box !important;
    border: 1px solid #8E908E;
    font-weight: bold;
    border-bottom: 0px !important;
}
.faq .faq-list .first a.collapsed
{
   background: #F8F8F8 0% 0% no-repeat padding-box !important;
   border: 0px !important;
   font-weight: 500 !important;
}
.faq .faq-list .second a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  outline: none;
  cursor: pointer;
  padding: 6px 25px;
  background: #ECECEC;
  border-left:0px solid #313131;

}
.faq .faq-list .second a.collapsed
{
   background: #ECECEC 0% 0% no-repeat padding-box !important;
   border: 0px !important;
   font-weight: normal !important;
}
.faq .faq-list .second a.on {
  background: #dadada 0% 0% no-repeat padding-box !important;
  border: 0px !important;
  font-weight: normal !important;
}
.faq .faq-list.totallist .third a.collapsed {
    background: #fff 0% 0% no-repeat padding-box !important;
    border: 1px solid #8E908E !important;
    font-weight: 600 !important;
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 12px;
}
.faq .faq-list .first .icon-show, .faq .faq-list .first .icon-close,.faq .faq-list .second .icon-show, .faq .faq-list .second .icon-close,.faq .faq-list .third .icon-show, .faq .faq-list .third .icon-close {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 30%;
}
.faq-text
{
  word-break: break-all;
}
.faq-title
{
  background: #DEDEDE 0% 0% no-repeat padding-box;
  padding: 10px;
}
.faq .faq-list p {
  margin-bottom: 0;
 /* padding: 10px 0 0 0;*/
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #535353;
  transition: 0.3s;
  background: #8E908E;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.third .faq-info
{
 border: 1px solid #8E908E;
 border-top: 0px;
 border-radius:0px 0px 12px 12px;
    padding: 10px;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 5px;
  }
}
/*--------------------------------------------------------------
# what Us
--------------------------------------------------------------*/
.what-us
{
padding: 0px;

}
.whats-bg1
{
  background: #EBECEC;
}
.whats-bg2
{
  background: #F8F8F8;
}
.what-us-bg
{
   background: -webkit-linear-gradient(left,  #EBECEC 50%, #F8F8F8 50%);
}
.what-us-bg-reverse
{
   background: -webkit-linear-gradient(left, #F8F8F8 50%,  #EBECEC 50%);
}
.readmore-button {
    border: 1px solid #838483;
    padding: 12px 2px 11px;
    display: inline-block;
    border-radius: 22px;
    cursor: pointer;
}
.readmore-button span {
    padding: 10px 35px;
    font-size: 15px;
    color: #535353;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #838483;
}
.readmore-button:hover span
{
  background: #838383;
  color: #fff;
}
@media (max-width: 768px) {
.whats-mobile-bg1
{
background: #EBECEC;
border-bottom: 2px solid #fff;
}
.whats-mobile-bg2
{
  background: #F8F8F8;
  border-bottom: 2px solid #fff;
}
.what-us-bg
{
  background: transparent;
}
.what-us-bg-reverse
{
  background: transparent;
}
.whats-mobile-bg1 .aims-img-container,.whats-mobile-bg2 .aims-img-container
{
  text-align: center;
  margin: auto;
}
.what-us-bg .aims-img-holder img,.what-us-bg-reverse .aims-img-holder img
{
  max-width: 100px;
}
.what-us-bg .aims-img-container,.what-us-bg .aims-img-holder,.what-us-bg-reverse .aims-img-container,.what-us-bg-reverse .aims-img-holder {
  padding: 10px;
  }
  .what-us-bg .container,.what-us-bg-reverse .container
  {
    max-width: initial;
  }
}
/*--------------------------------------------------------------
# convenience
--------------------------------------------------------------*/

.convenience-bg1
{
  background: #EBECEC;
}
.convenience-bg2
{
  background: #535353;
}
.convenience-bg
{
   background: -webkit-linear-gradient(left,  #EBECEC 50%, #535353 50%);
}
.convenience-bg-reverse
{
   background: -webkit-linear-gradient(left, #535353 50%,  #EBECEC 50%);
}
.convenience .content img{
max-width: 60px;
}
.f12
{
  font-size: 12px;
}

@media (max-width: 768px) {
  .convenience
  {
    padding: 0px;
  }
.convenience-mobile-bg1
{
background: #EBECEC;
border-bottom: 3px solid #fff;
}
.convenience-mobile-bg2
{
  background: #535353;
  border-bottom: 3px solid #fff;
}
.convenience-bg
{
  background: transparent;
}
.convenience-bg-reverse
{
  background: transparent;
}

  .convenience-bg .container,.convenience-bg-reverse .container
  {
    max-width: initial;
  }
}
/*--------------------------------------------------------------
# oops
--------------------------------------------------------------*/
.oops-bg1
{
  background: #EBECEC;
}
.oops-bg2
{
  background: #535353;
}
.oops-bg
{
   background: -webkit-linear-gradient(left,  #EBECEC 50%, #535353 50%);
}
.oops-bg-reverse
{
   background: -webkit-linear-gradient(left, #535353 50%,  #EBECEC 50%);
}
.oops .content img{
max-width:130px;
}
.oops-maxwidth
{
  max-width: 400px;
  margin: auto;
}
@media (max-width: 768px) {
  .oops
  {
    padding: 0px;
  }
.oops-mobile-bg1
{
background: #EBECEC;
border-bottom: 3px solid #fff;
}
.oops-mobile-bg2
{
  background: #535353;
  border-bottom: 3px solid #fff;
}
.oops-bg
{
  background: transparent;
}


  .oops-bg .container,.oops-bg-reverse .container
  {
    max-width: initial;
  }
}
/*--------------------------------------------------------------
# oops
--------------------------------------------------------------*/
.dealer-maxwidth
{
max-width: 500px;
margin: auto;
}
.country {
    border: 1px solid #838483;
    padding: 3px;
  
    border-radius: 16px;
    cursor: pointer;
}
.country span {
    padding: 5px 20px;
    color: #535353;
    background: #F8F8F8;
    border-radius: 16px;
    border: 1px solid #838483;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
}
.uae {
    top: 24%;
    right: -8px;
    width: 100%;
}
.kuwait {
    bottom: 24%;
    right: -8px;
    width: 100%;
}
.qatar
{
   top: 24%;
   left: -8px;
   width: 100%;
}
.bahrain
{
    bottom: 24%;
    left: -8px;
    width: 100%;
}
.work-hours
{
  border-radius: 15px;
}
@media (max-width: 768px) {
  .dealer
  {
    padding: 30px 0px;

  }
  .work-hours
{
  max-width: 250px;
  margin: auto;
  padding: 10px !important;
}
  }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #000000 0% 0% no-repeat padding-box;
}


#footer .footer-top {padding: 60px 0 30px 0;background: #000000 0% 0% no-repeat padding-box;}



#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(3), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(4), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(5), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(6) {
	padding: 2px 0px!important;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-links ul li a span {
	position: relative;
	top: 1px;
	font-weight: bold;
	font-size: 1.5rem;
	margin-right: 10px;
}

.red {color: red;}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #fff;
  border-top: 1px solid #e8e8e887;
}
#footer .footer-top .footer-links ul li .getstarted
{
  margin-left: 0px;
}
#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
.search_header {
    border-left: 5px solid #000;
    padding-left: 15px;
    font-weight: bold;
}
.search_holder
{
  position: relative;
  width: 100%;
  max-width: 450px;
  padding-left: 15px;
}
.search_bar,.search_bar:focus,.search_bar:active {background: black;width: 100%;border-radius: 10px;border: 1px solid #8E908E !important;padding: 10px;color: #fff;font-size: 12px;outline: none;}
.search_bar::-webkit-input-placeholder { /* Edge */
  color: #F8F8F8;
}

.search_bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F8F8F8;
}

.search_bar::placeholder {
  color: #F8F8F8;
}
.search_holder i
{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 20px;
}


@media (max-width: 768px) {

.side_menu_wrap h3,
.side_menu_wrap .side_menu {
	display: none;
}
.faq.index .side_menu_wrap h3,
.faq.index .side_menu_wrap .side_menu {
	display: block;
}
.sp_catname {
	display: block;
	list-style: none;
	padding: 0;
}
#main.detail .sp_catname {
	display: none;
}
.sp_catname li {
	font-size: calc(1.3rem + .6vw);
	font-weight: bold;
	padding: 0.2rem 0;
}
.sp_catname li:nth-child(1) {}
.sp_catname li:nth-child(2) {
	padding-left: 1.5rem;
	display: none;
}
.sp_catname li:nth-child(3) {
	padding-left: 3rem;
	display: none;
}

}

.table_border
{
  border: 1px solid #C5C5C5;
  border-radius: 5px;
}
.img-list
{
   width: 25px;
}
.available
{
  width: 20px;
  margin-top: 5px;
}
.border-white-top
{
  border-top: 10px solid #fff;
}
/*--------------------------------------------------------------
# Arabic
--------------------------------------------------------------*/

.arabic
{
  direction: rtl;
  line-height: 1.8;
}
.arabic #header .logo
{
  margin-left:auto !important;
  margin-right: revert !important;
}
.arabic .navbar .getstarted, .getstarted
{
  margin-left: 0px !important;
}
.arabic .search_holder i 
{
  left: 10px;
  right: revert !important;

}
.arabic .faq .faq-list .first .icon-show,.arabic .faq .faq-list .first .icon-close,.arabic .faq .faq-list .second .icon-show,.arabic .faq .faq-list .second .icon-close,.arabic .faq .faq-list .third .icon-show,.arabic .faq .faq-list .third .icon-close
{
      right: auto;
      left: 0;
      font-size: 22px;
}
.arabic .faq .faq-list .first a
{
  font-size: 16px;
}
.arabic .search_header {
    border-left: 0px solid #000;
    border-right: 5px solid #000;
    padding-left: 0px;
    padding-right: 15px;
  }