@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Bold-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Bold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-ExtraBold-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-ExtraBold-Italic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-ExtraLight.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-ExtraLight-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-ExtraLight-Italic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Light-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Light-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Medium-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Medium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-SemiBold-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-SemiBold-Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Thin-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Thin-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Black.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/montserrat/Montserrat-Black-Italic.woff2') format('woff2'),
         url('../../assets/fonts/montserrat/Montserrat-Black-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 1.5rem;
}

a {
    color: #535353;
    text-decoration: none;
}

.text-grey {
    color: #535353;
}

.img-border {
    border: solid 6px #c5c5c5 !important;
    max-width: 800px;
    margin: auto;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #000;
}

h1 {
    font-weight: bold;
}

p {
    font-size: 0.85rem;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: rgba(51, 51, 51, 0.8);
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # 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;
    cursor: pointer;
}

.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: #000000 0% 0% no-repeat padding-box;
    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: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
    color: #ebecec;
    padding: 0.5rem;
}

.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 .nav-link.active::after {
    content: " ";
    position: absolute;
    border-bottom: 3px solid #d90022;
    width: 82%;
    top: 110%;
    height: 10px;
    left: 0%;
    right: 0%;
    margin: auto;
}

.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;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: absolute;
    right: 8px;
    display: none;
    padding: 20px 10px;
    font-size: 20px;
    border: 1px solid #d90022;
    border-radius: 3px;
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: absolute;
    left: 8px;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .mobile-lang {
        display: block;
    }

    .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;
    left: -100%;
    background: #0000005e;
    transition: 1s;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
}

.mobile-menu .navbar-mobile {
    left: 0%;
    bottom: 0%;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #000;
    overflow-y: auto;
    transition: 1s;
    width: 60%;
    margin-bottom: 0px;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 0.9em;
    color: #fff;
}

.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;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

#hero {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    background: transparent;
}

#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,
#hero .h1 {
    color: #ffffff;
    font-size: 3.5rem;
}

#faq .container {
    padding-top: 72px;
}

#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: "Montserrat", 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 .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .h1 {
        font-size: 2.5rem;
        margin: auto;
        width: 100%;
    }

    .oops-maxwidth {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .aim-text-holder {
        font-size: 0.75rem !important;
    }

    #hero .h1 {
        font-size: 2rem;
        margin: auto;
        width: 100%;
    }

    .img-border {
        max-width: 100%;
    }

    .oops-maxwidth {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .step-info {
        text-align: center;
    }

    #hero .h1 {
        font-size: 1.5rem;
        margin: auto;
        width: 100%;
    }

    .oops-maxwidth {
        text-align: center;
        max-width: 100%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }

    .img-border {
        max-width: 100%;
    }
}

@-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: 60px 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;
}

/*--------------------------------------------------------------
  # 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;
    cursor: pointer;
}

.aim-text-holder {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1rem;
}

@media (max-width: 575px) {
    .aims {
        padding: 30px 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
  --------------------------------------------------------------*/

.whats_trai_bg {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 58%;
    background-image: url("../../assets/media/images/home/lexus_connected_service_background.png");
    background-size: 100% 100%;
}

.what_is_toyota {
    max-width: 570px;
}

. .what_is_connectedda {
    max-width: 580px;
}

.explore-button {
    border: 1px solid #d90022;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    background: #d90022;
}

.explore-button a {
    padding: 10px 35px;
    font-size: 13px;
    color: #fff;
    background: #d90022;
    border-radius: 20px;
    position: relative;
    top: -3.5px;
}

/*--------------------------------------------------------------
  # 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 {
    background: #dedede;
    padding: 15px;
    border-radius: 10px;
    max-width: 380px;
}

.app-img {
    max-width: 47%;
}

@media (max-width: 575px) {
    .app-img {
        max-width: 48%;
    }

    .app-info {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
  # Skills
  --------------------------------------------------------------*/

.lineup {
    background: #ebecec;
}

.watchvideo-button {
    padding: 5px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}

.watchvideo-button span,
.watchvideo-button a {
    padding: 10px 35px;
    font-size: 15px;
    color: #fff;
    background: #000;
    border-radius: 20px;
    position: relative;
    top: -3.5px;
}

.services-for-models object,
.services-for-models embed {
    height: 100vh;
}

object .toolbar {
    display: none !important;
}

.arabic .watchvideo-button span {
    padding: 14px 35px;
}

.steps {
    max-width: 600px;
    margin: auto;
    margin: 60px auto;
}

.step {
    height: 170px;
}

.step-info {
    max-width: 400px;
}

.step-info h4 {
    font-size: 20px;
}

.step-info .h6 {
    color: #535353;
    font-family: "Montserrat", sans-serif;
}

.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;
}

.f14 {
    font-size: 14px;
}

.pts-table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

@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%;
    }
}

/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/

.models h1 {
    font-weight: 700;
    font-size: 40px;
    color: #838483;
}

/*--------------------------------------------------------------
  # 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 .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;
    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;
    line-height: 24px;
    font-weight: 500;
    padding: 0px;
    outline: none;
    cursor: pointer;
    border-radius: 12px 12px 0px 0px;
    padding: 10px;
    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;
    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.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;
}

.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: #f8f8f8;
}

.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: 5px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}

.readmore-button a {
    padding: 9px 35px;
    font-size: 15px;
    color: #535353;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #838483;
    position: relative;
    top: -3.5px;
}

.readmore-button:hover a {
    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;
}

.dealer .content,
.disclaimer {
    font-size: 1rem;
}

.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: 4px;
    border-radius: 28px;
    cursor: pointer;
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.country span {
    padding: 5px 20px;
    color: #535353;
    background: #f8f8f8;
    border-radius: 24px;
    border: 1px solid #838483;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.work-hours {
    border-radius: 15px;
    font-size: 14px;
}

@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 .app-info a {
    display: unset !important;
}

#footer .app-info {
    background: transparent;
}

#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 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;
    cursor: pointer;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
}

#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: 0.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;
    }

    .arabic .about {
        background-image: url("../../assets/media/images/home/what_is_lexus_connected_service.png") !important;
    }

    .mmt-5 {
        margin-top: 3rem;
    }
}

@media (max-width: 992px) {
    .about {
        background-position: right bottom;
    }

    .arabic .about {
        background-image: url("../../assets/media/images/home/what_is_lexus_connected_service.png") !important;
    }
}

.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: #808180;
    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;
}

.table_border {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

.img-list {
    width: 25px !important;
}

.available {
    width: 20px !important;
    margin-top: 5px;
}

.border-white-top {
    border-top: 10px solid #fff;
}

.border-grey-top {
    border-top: 10px solid #ebecec;
}

/*--------------------------------------------------------------
  # Arabic
  --------------------------------------------------------------*/

.arabic {
    direction: rtl;
    line-height: 1.8;
}

.arabic .country-telephone {
    direction: ltr;
    unicode-bidi: embed;
}

.arabic #header .logo {
    margin-left: auto !important;
    margin-right: revert !important;
}

.arabic .navbar .getstarted,
.getstarted {
    margin-left: 0px !important;
}

.arabic .search_holder i {
    left: 40px;
    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: 15px;
    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;
}

.arabic .step-left-border {
    border: 3px dashed #c5c5c5;
    position: absolute;
    top: 50px;
    left: 0px;
    height: 120px;
    width: 50px;
    border-width: 3px 3px 0px 0px;
    right: auto;
}

.arabic .whats_trai_bg {
    right: 0px;
    left: auto;
    transform: rotate(180deg) !important;
}

.arabic .about {
    background-image: url("../../assets/media/images/home/what_is_lexus_connected_service_arabic.png");
}

.arabic .step-right-border {
    border: 3px dashed #c5c5c5;
    position: absolute;
    top: 50px;
    height: 120px;
    width: 50px;
    right: 0px;
    border-width: 3px 0px 0px 3px;
}

.arabic .h1 {
    right: 0px !important;
    left: auto !important;
    padding-right: 0.5rem;
}

.arabic .mobile-nav-toggle {
    right: 8px;
    left: auto;
}

.arabic .mobile-lang {
    left: 8px;
    right: auto;
}

.arabic.mobile-menu .navbar-mobile {
    right: 0%;
    left: auto;
}

.arabic .navbar-mobile ul {
    right: 0%;
    left: auto;
}

.arabic .navbar-mobile {
    right: -100%;
    left: auto;
}

.arabic .text-start {
    text-align: right !important;
}

.arabic-text-start {
    text-align: left !important;
}

.arabic .convenience-bg,
.arabic .oops-bg {
    background: -webkit-linear-gradient(left, #535353 50%, #ebecec 50%);
}

.arabic .convenience-bg-reverse {
    background: -webkit-linear-gradient(left, #ebecec 50%, #535353 50%);
}

.arabic .content {
    text-align: right;
}

.arabic .readmore-button {
    float: right;
}

.faq-list .fa {
    font-size: 13px !important;
    right: 6px !important;
    top: 36% !important;
}

.footer-links ul li a span {
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 3px;
}

.arabic .footer-links ul li a span {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .right-content {
        min-height: 402px;
    }

    .max-height-right-img {
        max-height: 51px;
    }

    .videoModal .modal-dialog {
        max-width: 70%;
        min-width: 900px;
    }

    .videoModal .modal-dialog video {
        min-width: 100%;
    }
}

.videobanner {
    width: 100%;
    z-index: -1;
}

.overlay_video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.list-of-functions table,
.list-of-functions th {
    font-size: 1.1rem;
}

.list-table-title {
    font-size: 1.2rem !important;
}

.pts-table {
    font-size: 0.95rem !important;
}

.watch-video {
    z-index: 10;
}

.video_close {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 4px;
    border: 1px solid #7b7f7b;
    z-index: 100;
}

.bg_grey {
    background: #eee;
}

.videoModal {
    display: flex !important;
    align-items: center;
}

.fit-cover {
    object-fit: fill !important;
}

.loading {
    display: flex;
    height: 100vh;
    align-items: center;
    width: 300px;
    margin: auto;
}

.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em auto;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: #e5ecec;
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: #e5ecec;
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: #fff;
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: #e5ecec;
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: #e5ecec;
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {

    50%,
    75% {
        transform: scale(2.5);
    }

    80%,
    100% {
        opacity: 0;
    }
}

.cookie-info {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    transition: 1s;
}

.cookie-short-popup {
    max-width: 550px;
    background-color: #eee;
    height: auto;
    border-radius: 5px;
    margin: auto;
    min-width: 550px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.cookie-short-popup p {
    font-size: 1.2rem;
}

.cookie-short-popup .btn-cookie-accept {
    background: #2b2929;
    max-width: 200px;
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 12px;
    font-size: 1.2rem;
    line-height: 0.9rem;
    cursor: pointer;
}

.btn-cookie-reject {
    background-color: rgba(27, 27, 27, 0.57) !important;
}

.cookie-detail-popup {
    position: fixed;
    left: -100%;
    top: 0px;
    height: 100%;
    max-width: 400px;
    min-width: 400px;
    background: #fff;
    transition: 1.5s;
}

.show-detailcookie .cookie-detail-popup {
    left: 0px !important;
}

.show-detailcookie .cookie-info {
    background: #00000082;
}

.cookie-detail-popup .close-cookie {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.details-cookie {
    padding: 10px 20px;
    font-size: 1.2rem;
    max-height: 80vh;
    overflow-y: scroll;
}

@media (max-width: 550px) {

    .cookie-short-popup,
    .cookie-detail-popup {
        min-width: auto !important;
        max-width: none !important;
        width: 95%;
    }
}

.hide-cookie .cookie-info {
    display: none;
}

.what_is {
    max-height: 400px;
}

.tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    transition: 0.3s;
    font-size: 17px;
    margin: 0px 15px;
}

.tablinks.active {
    border-bottom: 2px solid #d90022;
    color: #d90022;
}

.tablinks.second_level {
    padding: 5px 40px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #333;
    font-weight: bold;
}

.tablinks.second_level.active {
    border: 1px solid #d90022;
    color: #d90022;
}

.tabcontent,
.tabcontent2 {
    display: none;
}

.slider {
    width: 90%;
    margin: 30px auto;
    overflow: visible;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-next {
    right: 26px;
}

.slick-prev {
    right: 62px;
    left: auto;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 113%;
}

.slick-prev:before,
.slick-next:before {
    color: #908c8c54;
    background: #cac1c105;
    border-radius: 100%;
    margin: 1px;
    position: relative;
    font-size: 30px;
    line-height: auto !important;
}

#why-us {
    background: #000;
    padding: 20px 0px !important;
}

.red {
    color: #d90022;
}

.card-box {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    min-height: 360px;
    max-width: 300px;
    margin: auto;
}

.contact-card-box {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    min-height: 220px;
    margin: auto;
    font-size: 0.7rem;
}

.card-info-img {
    max-height: 90px;
}

.card-info-img-da {
    max-height: 66px;
}

.play-img {
    max-width: 24px;
}

.arrow-right::before {
    display: block;
    content: "\f061";
    position: relative;
    left: 110%;
    top: 53%;
    z-index: 1000;
    font: normal normal normal 24px/1 FontAwesome;
    width: 0;
}

.arabic .arrow-right::before {
    display: block;
    content: "\f060";
    position: relative;
    right: 111%;
    left: auto;
    top: 53%;
    z-index: 1000;
    font: normal normal normal 24px/1 FontAwesome;
    width: 0;
}

.bg_new {
    background: #f2f2f2;
}

.imageup {
    position: relative;
    top: -75px;
    max-height: 400px;
    z-index: 100000;
    max-width: max-content;
}

.interright {
    max-height: 260px;
}

.interconnect {
    max-width: 80%;
}

.imagenormal {
    max-height: 400px;
}

.normal-font {
    font-size: 0.85rem;
}

.small-font {
    font-size: 0.7rem;
}

.list-none {
    list-style: none;
}

.flag {
    max-width: 70px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 50%;
}

.max-100 {
    max-width: 100px;
    margin-bottom: 1rem;
}

#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;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar a {
        font-size: 0.65rem !important;
    }

    .arrow-right::before {
        left: 115% !important;
    }

    .arabic .arrow-right::before {
        right: 117%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .arrow-right::before {
        left: 112% !important;
    }

    .arabic .arrow-right::before {
        right: 113%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .card-box h5 {
        min-height: 50px !important;
    }

    .card-desc {
        min-height: 82px !important;
    }
}

@media (min-width: 992px) {
    .card-center {
        margin: auto;
    }
}

.card-desc {
    min-height: 60px;
}

.card-box h5 {
    min-height: 28px;
}

.home-card-box {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    min-height: 360px;
    max-width: 300px;
    width: 20%;
    flex: 1;
    margin-right: 15px;
    margin-left: 15px;
}

.bradius {
    border-radius: 24px;
}

.step-infos {
    max-width: 70%;
    margin: auto;
    font-size: 12px;
}

.step-info-last {
    max-width: 90%;
    margin: auto;
    font-size: 12px;
}

@media (max-width: 575px) {
    .whats_trai_bg {
        display: none;
    }

    .what_is_toyota {
        margin-bottom: 30px;
    }

    .mobile-img_info {
        display: none;
    }

    .tablinks.second_level {
        font-size: 2vw !important;
        padding: 5px 25px !important;
    }

    .tablinks {
        font-size: 3vw !important;
    }

    .home-card-box {
        width: 100% !important;
        flex: none !important;
        margin: auto !important;
        margin-bottom: 30px !important;
    }

    .arrow-right::before {
        display: block;
        content: "\f061";
        position: relative;
        left: 48%;
        top: 337px;
        z-index: 1000;
        font: normal normal normal 24px/1 FontAwesome;
        width: 0;
        transform: rotate(90deg);
    }

    .arabic .arrow-right::before {
        display: block;
        content: "\f061";
        position: relative;
        right: 55%;
        left: auto;
        top: 357px;
        z-index: 1000;
        font: normal normal normal 24px/1 FontAwesome;
        width: 0;
        transform: rotate(90deg);
    }

    .explore-button a {
        /* padding: 10px 16px !important; */
        font-size: 2.5vw !important;
    }

    .slick-prev {
        right: 32px;
    }

    .slick-next {
        right: 0px;
    }

    section {
        padding: 15px 0px !important;
    }

    .order-new-1 {
        order: 1 !important;
    }

    .app-info {
        margin: auto;
    }

    .hi-tech h3 {
        font-size: 4vw;
    }

    .hi-tech {
        text-align: center !important;
        margin-bottom: 1em;
    }

    .mobile_center {
        text-align: center !important;
        margin-top: 15px;
    }

    .arabic .mobile_center {
        text-align: center !important;
        margin-top: 15px;
    }

    #hero {
        margin-top: 45px !important;
    }

    .navbar-mobile a {
        font-size: 0.65em;
    }

    .imageup {
        position: relative;
        top: auto;
    }

    .bg_new {
        background: #f2f2f2;
        border-radius: 0px !important;
    }

    .wty .bg_new img {
        margin-bottom: 25px !important;
    }

    .pts-table,
    .list-table {
        font-size: 12px !important;
    }

    .available {
        width: 15px !important;
        margin-top: 5px;
    }

    .img-list {
        width: 22px !important;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        font-size: 0.6rem;
    }

    .mobile-auto {
        margin-bottom: 15px;
    }

    .interconnect {
        margin-top: 0px !important;
    }
}

@media (max-width: 390px) {
    .tablinks {
        font-size: 2.6vw !important;
    }
}

@media (max-width: 761px) {
    .mobile-transform {
        transform: rotate(90deg);
        margin-top: 14vw;
        margin-bottom: -5vw;
    }

    .mobile-transform h5 {
        transform: rotate(270deg);
        position: relative;
        top: -70px;
        left: 20px;
    }

    .mobile-transform strong {
        background: #fff;
    }

    .arabic .mobile-transform {
        margin-top: -5vw;
        margin-bottom: 10vw;
    }

    .arabic .mobile-transform h5 {
        top: -60px;
        left: 100px;
    }

    .raize-img {
        max-width: 80%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .mobile_center {
        text-align: center !important;
        margin-top: 15px;
    }

    .home-card-box {
        width: 100% !important;
        flex: none !important;
        margin: auto !important;
        margin-bottom: 30px !important;
    }

    .arrow-right::before {
        display: block;
        content: "\f061";
        position: relative;
        left: 55%;
        top: 337px;
        z-index: 1000;
        font: normal normal normal 24px/1 FontAwesome;
        width: 0;
        transform: rotate(90deg);
    }

    .arabic .arrow-right::before {
        display: block;
        content: "\f061";
        position: relative;
        right: 50%;
        left: auto;
        top: 357px;
        z-index: 1000;
        font: normal normal normal 24px/1 FontAwesome;
        width: 0;
        transform: rotate(90deg);
    }

    #how-to-activate {
        max-width: 500px;
        margin: auto;
    }

    .order-new-1 {
        order: 1 !important;
    }

    section {
        padding: 15px 0px !important;
    }

    .app-info {
        margin: auto;
    }

    .hi-tech {
        text-align: center !important;
        margin-bottom: 1em;
    }

    .imageup {
        position: relative;
        top: auto;
        margin-bottom: 15px !important;
    }

    #hero {
        margin-top: 6% !important;
    }

    .tablinks.second_level {
        font-size: 13px;
    }

    table {
        font-size: 10px;
    }

    .available {
        width: 15px;
        margin-top: 5px;
    }

    .img-list {
        width: 22px;
    }

    .pts-table,
    .list-table {
        font-size: 12px !important;
    }
}

img {
    width: auto !important;
    max-width: 100%;
}

.slick-slide img {
    margin: auto;
}

.tabcontent2 img {
    max-width: 90%;
}

@media (max-width: 550px) {

    .table td,
    .table .h6 {
        font-size: 0.4rem !important;
    }

    .table .ms-3 {
        margin-left: 0.4rem !important;
    }

    .table .me-3 {
        margin-right: 0.4rem !important;
    }

    .tabcontent2 img {
        max-width: 70%;
    }
}

.note {
    font-size: 0.8rem;
}

.note u {
    padding: 3px;
    text-underline-offset: 5px;
    text-decoration-style: dotted;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: block;
}

@media (max-width: 600px) {
    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }
}

/* Small devices (tablets, 600px to 768px) */
@media (min-width: 601px) and (max-width: 768px) {
    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .only-mobile {
        display: block !important;
    }

    .only-desktop {
        display: none !important;
    }
}