/* For English fonts  */

@font-face {
    font-family: 'BMWTypeNext';
    src: url('../fonts/BMWTypeNext-Light.woff2') format('woff2'),
        url('../fonts/BMWTypeNext-Light.woff') format('woff');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'BMWTypeNext';
    src: url('../fonts/BMWTypeNext-Bold.woff2') format('woff2'),
        url('../fonts/BMWTypeNext-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'BMWTypeNext';
    src: url('../fonts/BMWTypeNext-Regular.woff2') format('woff2'),
        url('../fonts/BMWTypeNext-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
body{
    word-break: keep-all;
}
body,
html {
    /* color: #262626;
    font-size: 16px;
    font-family: 'BMWTypeNext', Arial, Helvetica, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #262626;
    font-family: BMWTypeNext, Arial, Helvetica, Roboto, sans-serif;
    line-height: 1.5rem;
    text-rendering: optimizeSpeed
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    /* font-weight:300 */
}

h1,
h2 {
    /* color: #262626; */
}

/* Dealer name css  */
.logo_name {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 16px;
    bottom: -2.5rem;
    font-weight: 100;
}

.dark_logo_name {
    position: absolute;
    color: #000000;
    display: block;
    font-size: 16px;
    bottom: -2.5rem;
    font-weight: 100;
}

.Link a {
    text-decoration: none;
}

/* Teaser Css  */
a.teaser_btn {
    text-decoration: none;
    /* color: #ffffff; */
    font-weight: bold;
}

/* End of Teaser Css  */
/* Dealer name css End  */

/* Navbar Css  */
/* .navbar {
    padding: 0.5rem 0.5rem 0.5rem !important;
} */

/* nav:active{
    background-color: #ffffff;
    color: #000;
    border-bottom: 2px solid black;
    
    
} */
/* nav ul {
    display: flex;
    line-height: 1.5rem;
    height: 2.3rem;
}

nav ul li {
    padding-right: 0.5rem;
}
nav  ul li a:hover {
    border-bottom: 3px solid #1c69d5;
    color: #262626;
    padding-bottom: 1.43rem !important;
} */

.my-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.solid_nav {
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.my-nav.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    /* transition: all 0.3s ease-in-out; */
    width: 100%;
    border-bottom: 1px solid #000;
    background-color: #ffffff;
    color: #262626;
}

.my-nav-gray {
    width: 100%;
    border-bottom: 1px solid gray;
    font-weight: bold;
    z-index: 10;
}

.cust-nav-inner {
    width: 100%;
}

/* Navbar css End  */


/* All Model css  */
.model_name {
    color: #262626;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.im-contain {
    position: relative;
    width: 100%;
    float: left;
}

.pricetxt {
    width: 100%;
    float: left;
    margin: 5px 0px;
    color: #262626;
}

.bmw-i-logo {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.bmw-i-logo img {
    width: 28px !important;
}

.model-data {
    align-items: center;
    line-height: 25px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #b5a7a7;
    color: #666666;
}

.model-data:hover {
    border: 1px solid #000;
}

.menu_model_car ul li a {
    position: relative;
}

.electric-icon {
    position: absolute;
    top: 22%;
    z-index: 1;
}

.electric-icon img {
    width: 60px !important;
}

.newcar {
    color: #fff;
    background-color: #4d4d4d;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.menu_modelName {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.menu_modelName ul {
    width: 96%;
    margin: 0px 2%;
    float: left;
    border-bottom: 1px solid #eee;
}

.menu_modelName ul li {
    font-weight: 700;
    font-size: .875rem;
    color: #666;
    position: relative;
    height: 56px;
    float: left;
    -ms-flex-align: center;
    padding: 0 1rem;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    cursor: pointer;
    display: flex;
    border-bottom: 4px solid #fff;
}

.menu_modelName ul li:hover {
    border-color: #4d4d4d;
    border-bottom: 4px solid #4d4d4d;
    color: #262626
}

.menu_modelName ul li.active {
    border-bottom: 4px solid #1c69d4;
    color: #262626
}

.menu_modelImg_Grp {
    width: 100%;
    float: left;
    margin-top: 0px;
    min-height: 500px;
}

.menu_modelImg {
    width: 100vw;
    margin: auto;
    max-width: 870px;
    height: 330px;
    margin-top: 0px !important;
    overflow: hidden;
    background-size: 540px auto;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    text-align: center;
}

.menu_modelImg img {
    width: 70%;
}

.menu_discover_area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}

.menu_discover_area a {
    background-color: #1c69d4;
    height: 50px;
    padding: 15px 60px;
    text-align: center;
    color: #fff !important;
    font-weight: 400;
}

.menu_discover_area a:hover {
    text-decoration: none;
}

.menu_spec_offer {
    width: 90%;
    float: left;
    margin: 40px 5% 70px;
}

.menu_spec_offer a {
    float: left;
    color: #262626;
    width: 200px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}

.menu_spec_offer a:hover {
    text-decoration: none;
    color: #1c69d4;
}

.menu_model_car {
    width: 90%;
    float: left;
    margin: 0px 5% 50px 5%;
}

.menu_model_car ul {
    margin: 0px;
    padding: 0px;
}

.menu_model_car ul li {
    float: left;
    position: relative;
    margin: 0px 1% 0px 0px;
    width: 24%;
    min-height: 325px;
    list-style-type: none;
}

.menu_model_car ul li a {
    text-decoration: none;
    width: 270px;
    float: left;
}

.menu_model_car ul li a img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.menu_model_car ul li a span {
    width: 100%;
    /* font-family: 'BMWTypeNextTT-Light'; */
    float: left;
    font-size: 18px;
    color: #262626;
    line-height: 25px;
    max-width: 80%;
}

.menu_model_car ul li a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1.50rem;
}

h3 {
    font-size: 1.50rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 1rem;
}

span.model_subname p {
    color: #4d4d4d;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
}

.dropdown {
    position: unset !important;
}

/* All Model Css End */

/* slider menu  */
/* .menu-container {
    position: relative;
    overflow: hidden;
    padding-left: 5rem;
  }
  
  .menu-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .menu-wrapper {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    overflow: hidden;
    margin-left: 100px;
  }
  
  .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
      margin-top: 10px;
      height: 50px;
      margin-left: 2rem;
  }
  
  .menu li {
    padding: 0 10px;
  }
  
  .menu li a {
    text-decoration: none;
    color: #666;
      font-size: .875rem;
      line-height: 1.25rem;
      font-weight: 700;
  }
  .menu li a:active{
      color: #262626;
  } */

.scroll-btn {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.scroll-btn.prev {
    left: 2px;
}

.scroll-btn.next {
    right: 2px;
}

/* .scroll-btn:hover {
    background-color: #f1f1f1;
  } */

.scroll-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.menu-title {
    border-right: 1px solid #ccc;
    padding-right: 2rem;
    padding-left: 3rem;
    height: 70%;
    display: flex;
    align-items: center;
    color: #262626;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.slider_border {
    border-bottom: 1px solid #ccc;
}

.left-arrow {
    padding-right: 9rem !important;
}

.right-arrow {
    padding-right: 1rem;
}

/* End of slide menu css  */

/* Mega Menu  */
.megamenu-li {
    position: static;
}

.megamenu {
    position: relative;
    width: 100%;
    padding: 30px;
    border: none;
    border-top: 1px solid;
    /* height: 200vh; */
    overflow-x: hidden;
}

.hide-overflow-x {
    overflow-x: hidden;
}

.dropdown-item {

    /* padding: auto; */
    padding: 0 !important;
    color: #262626;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;

}

.dropdown-item:hover {
    color: #1c69d4;
    border-bottom: none;
    background-color: #ffffff;
    padding: 0 !important;
}

.cust-mega.active {
    background-color: #ffffff;
    height: 300vh;
}


/* Mega Menu css End  */

/* Menu popup css  */
.nav-opened {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s ease, height .4s ease;
    transition: opacity .4s ease, height .4s ease;
}

.navigation-content {
    position: absolute;
    right: 0;
    left: 50%;
    z-index: 10;
    top: 70px;
    width: 100%;
    overflow: auto;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.menu_popup {
    display: none;
    background-color: #ffffff;
}

.menu_popup_title {
    display: block;
    font-size: .625rem;
    line-height: .75rem;
    margin-bottom: 1rem;
    position: relative;
    letter-spacing: .125rem;
    color: gray;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
}

.nav-opened {
    height: 72vh;
    opacity: 1;
    -webkit-transition: opacity .4s ease, height .4s ease;
    transition: opacity .4s ease, height .4s ease;
}

.menu_service_nav {
    width: 30%;
    float: left;
    padding: 40px 2% 20px 8%;
    box-sizing: border-box;
}

.menu_service_nav ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

.menu_service_nav ul li {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    position: relative;
    height: 40px;
    float: left;
    -ms-flex-align: center;
    padding: 0px 0px;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    cursor: pointer;
    display: flex;
    border-bottom: 2px solid #fff;
}

.menu_service_nav ul li a {
    color: #666666;
}

.menu_service_nav ul li:hover {
    border-bottom: 2px solid #1c69d4
}

.menu_service_nav ul li.active {
    border-bottom: 2px solid #1c69d4
}

#closemenu {
    position: absolute;
    z-index: 4;
    top: 20px;
    color: #666666;
    display: none;
    color: black;
    margin-top: 2px;
}

/* Menu popup end  */


/* Service Center Css  */
.linklist-area {
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.linklist-area-wrap {

    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.linklist_local {
    float: left;
    width: 10%;
}

.linklist_local_name {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 0;
    font-weight: bold;
}

.linklist {
    list-style-type: none;
    margin-bottom: 0;
}

.linklist-item {
    margin: 0;
    padding: 12px 0 12px 2px;
    width: 22%;

    float: left;
}

.exhibition-local {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}

.exhibition-local .exhibition-team {
    overflow: hidden;
}

.details {
    line-height: 0;
    margin-top: 20px;

}

.txt {
    /* font-family: 'bmwTypeNextWeb-Regular'; */
    margin-top: 15px;
    height: 100px;
}

.txt .blank {
    margin-top: 20px;
}

.service_center_option {
    display: flex;
}

/* Service Center Css End  */


/* Table  */
.table thead th {
    border-spacing: 1px;
    border: none;


}

.table tbody tr {
    border-bottom: 1px solid #dee2e6
}

/* End Table Css  */


/* Privacy Policy Css  */
.order_list_1 li {
    margin: 14px 0px;
    font-size: 14px;
    line-height: 21px;
}

.table_top_txt {
    margin: 32px 0 0 0;
    font-size: 14px;
    line-height: 21px;
}

.notokr_bold {
    font-size: 1rem;
}

table {
    margin: 36px 0 14px 0;
    font-size: 14px;
    line-height: 21px;
    /* border: 1px solid red; */
    border-collapse: collapse;
    border-spacing: 0;
}

table tr th {
    padding: 5px;
    border: 1px solid grey;
    font-weight: normal;
    font-weight: 700;
}

table tr td {
    padding: 5px;
    border: 1px solid grey;
    vertical-align: middle;
}

/* End Css  */

/* Footer Css  */
footer {
    color: #262626;
    font-weight: 200;
    /* letter-spacing: 2px; */
    text-align: center;
    padding: 2px;

}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer li {
    margin: 30px 10px;
}

.footer ul li {
    margin-right: 5rem;
}

.social-icons ul li {
    margin-left: 5rem;
}

.social-icons li {
    margin: 20px 10px;

}

ul.social-icons {
    margin-left: 1rem;
}

.footer_top {
    background-color: #E6E6E6;
    color: #000;
}

.footer_bottom {
    background-color: #ffffff;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1rem;
    letter-spacing: normal;
}

.footer_bottom ul li {
    color: gray;
    font-weight: 100;
}

/* Footer Css Ends  */

.icon_hamburger_menu {
    /* color: #ffffff;
    font-weight: bold;
    position: absolute; */
    /* right: 0;
    margin-top: -0.5rem;
    margin-right: -1rem; */
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 1.99rem;
    margin-top: unset;
    margin-right: unset;
}

.icon_hamburger_menu_grey {
    color: #666;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 1.99rem;
    margin-top: unset;
    margin-right: unset;
}

.icon_email {
    background-color: #007bff;
    color: aliceblue;
    line-height: 20px;
    text-align: center;
    width: 1.5rem;
}

.icon_grey {
    margin-top: -1rem;
}

#greyLogo {
    margin-left: -1.1rem !important;
}

#greyTDA {
    margin-top: 0;
    width: 21.5px;
    height: auto;
}

#greyTDAModel {
    margin-top: -2rem;
}

select {
    word-wrap: normal;
    width: 100%;
    margin-top: 15px;
    padding: 12px;
}

.subtitle a {
    text-decoration: none;
}

#test_drive:hover {
    color: black;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #262626;
    /* border: 2px solid #000000; */
}

.info_btn {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: auto;
    border: 1px solid #000000;
}

.small_teaser_btn {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 12rem;
    border: 1px solid #000000;
}

.title_subtext {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 100;
    color: #262626;
    font-style: normal;
    font-weight: lighter;
}

p.teaser_description {
    color: gray;
    /* font-weight: 100; */
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5rem;
}

h2.small_teaser_title {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 100;
    color: #262626;
}

.small_teaser_heading {
    color: #262626;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .175rem;
}

.border-right {
    height: 2rem;
    bottom: 0;
}

.toggle-data {
    background-color: #007bff;
    color: aliceblue;
    line-height: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.teaser_btn:hover {
    border: 2px solid #ffffff;
}

.exhibition-info {
    font-size: 20px;

}

.lifestye_content {
    color: #000000;
    font-weight: bolder;
    margin-left: 50px;
}

.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    margin-left: -2rem;

}

.exhibition-detail {
    border-bottom: 1px solid #dee2e6;

}

.exhibition-row {
    border-top: 1px solid #dee2e6;
}

.row {
    text-decoration: none;
    color: #262626;
}

.row a {
    text-decoration: none;
}

.icon_download {
    background-color: #007bff;
    color: aliceblue;
    line-height: 20px;
    text-align: center;
    width: 1.5rem;
    margin-top: 2px;
}

.icon_download:active {
    background: url();
}

.content {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    text-align: left;
    margin-bottom: 6rem;
    font-weight: 700;
}

.contact_title {
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
}

.card-body {
    color: #262626;
    text-align: center;
    background-color: #E6E6E6;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_btn {
    background-color: #1c69d4;
    color: #fff;
    border: 0;
    box-shadow: none;
    align-items: center;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.banner_btn a {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #666;
}

.banner_btn:hover {
    background-color: #1564d3;
    text-decoration: none;
}

.teaser_btn {
    align-items: center;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.icon {
    color: #ffffff;
}

.icon_grey {
    color: #666;
}

.icon_testdrive {
    margin-top: -0.2rem;
}

.icon_Greytestdrive {
    margin-top: -0.5rem;
}

/* Teaser css  */
h3.teaser_title {
    font-size: 3rem;
    line-height: 4rem;
    font-style: normal;
    font-weight: 100;
}

h1.title_subtext {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 100;
}

.small_teaser_container {
    /* width: 45%;
    bottom: 6rem; */
}

.navbar-toggler:focus {
    outline: none !important;
}

/* Information section  */
p.title_text.font-weight-bold {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .175rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

button:focus {
    outline: unset !important;
}

/* Electric Model CSS  */

.ev_container {
    padding: 0px 8%;
}

.title {
    text-align: inherit;
    margin: 20px 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}

.card-title {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #262626;
    font-size: .625rem;
    letter-spacing: .125rem;
    line-height: .75rem;
}

.card-sub-title {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #262626;
    font-size: 2.8rem;
    /* letter-spacing: 2rem; */
    line-height: 4rem;

}

h6.card-sub-title-sm {
    position: absolute;
    top: 55px;
    left: 10px;
    color: #262626;
    font-size: 1rem;
    /* letter-spacing: 2rem; */
    line-height: 4rem;
}

span.car_new {
    position: absolute;
    top: 48px;
    right: 50%;
    background: #4d4d4d;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    height: max-content;
    line-height: 1rem;
    padding: 0 0.25rem;
    text-transform: uppercase;
}

.card {

    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: none;
    height: 18rem;
}

.car_bottom_border {
    border-bottom: 0.5px solid #ccc;
}

.card img {
    position: relative;
    top: 10%;
    transform: translateY(70px);

}


.card:hover .card-img-top {
    /* opacity: 0.7; */
    /* transform: translateY(25px); */
    width: 80%;
    margin: 0 auto;
    animation-name: bounce-in;
    animation: bounce-in .5s ease-in-out;
    animation-fill-mode: forwards;
    /* animation-timing-function: ease;
  animation-duration: 1s; */
    /* animation-iteration-count: 1; */

}

.card.out {
    animation-name: bounce-out;
    animation: bounce-out 1s ease-in-out;
}

.card:hover {
    height: 18rem;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(176, 164, 176, 1);
    -moz-box-shadow: 0px 0px 17px 0px rgba(176, 164, 176, 1);
    box-shadow: 0px 0px 17px 0px rgba(176, 164, 176, 1);


}

.card:hover .newcar {
    opacity: 0.2;
}

.card-img-top:hover {
    animation-name: bounce-in;
    animation-timing-function: ease;

}

.card:hover .card-sub-title {
    opacity: 0.2;
}

.card:hover .card-sub-title-sm {
    opacity: 0.2;
}

@keyframes bounce-in {
    0% {
        transform: translateY(70px);
    }

    /* 50% {
    transform: translateY(-70px);
  } */
    100% {
        transform: translateY(20px);
    }
}

@keyframes bounce-out {
    0% {
        transform: translateY(20px);
    }

    /* 50% {
    transform: translateY(-70px);
  } */
    100% {
        transform: translateY(70px);
    }
}

/*   
@keyframes bounce {
0%   {transform: translateY(70px);}
100% {transform: translateY(25px);}

} */

.card:hover .cards-detail {
    opacity: 1;
    transform: translateY(50px);

}

.cards-detail {
    /* position: absolute; */
    text-align: center;
    margin: 0 auto;
    display: block;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;

}

.btn-bi {
    display: block;
    margin-bottom: 0.5rem;
}

/* End of Electric Model  */






/* Media Query */
@media only screen and (max-width: 320px) and (max-height: 568px) {
    h3.teaser_title {
        font-size: 1rem;
        line-height: 1rem;
        font-style: normal;
        font-weight: 100;
    }

    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

}

@media (max-width: 480px) {
    /* header{
        border-bottom: 1px solid #bbb;
    } */

    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }


    /* 07-07-2023 newly added css */
    h3.slider_title {
        font-size: 22px !important;
    }

    h3.slider_title.slider_subtitle {
        font-size: 16px !important;
    }

    /* 07-07-2023 newly added css end */


    .small_teaser_container {
        position: absolute;
        width: 50%;
        /* margin-top: -8rem; */
    }

    .slider_top {
        /* position: absolute; */
        top: 10rem;
        left: 4.8rem;
        width: 45%;
    }

    .page_slider_top {
        /* position: absolute; */
        top: 10rem;
        /* left: 4.8rem; */
        width: 45%;

    }

    .cust-col {
        position: relative;
        max-width: 1900px;

    }

    .cust-nav {
        width: 85%;
        padding: 0 8%;
        /* margin-right: 10%; */

    }

    .cust-nav-inner {
        width: 100%;
    }

    .small_teaser_container {
        width: 100%;
    }

    .image_caption {
        position: absolute;
        color: #fff;
        top: 10rem;
        text-align: center;
    }

    .warranty_content p {
        font-size: 2rem;
        line-height: 1.5rem;
        color: #f1f1f1;
        font-weight: 500;
        padding: 0 .5rem;

    }

    .icon_nav {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        list-style: none;
    }

    .icon_nav li {
        padding: 0 0.50rem;
    }

    /* 
    h1 {
        font-size: 1.5rem;
        line-height: 1.5rem
    } */

    /* .nav-link {
        padding: 0 3rem;

    } */

    .content.small_teaser_container.abc,
    .content.small_teaser_container {
        position: relative;
    }

    .content {
        position: absolute;
        bottom: 0;
        color: #f1f1f1;
        width: 100%;
        text-align: left;
        /* margin-bottom: 6rem; */
        /* font-weight: 700; */
    }

    .teaser_btn {
        min-height: 52px;
        min-width: 10rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .banner_btn {
        min-height: 1rem;
        min-width: 8rem;
        /* padding: 0.25rem; */
        text-decoration: none;
    }

    .my-nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
        border-bottom: none;
        /* padding: 0.75rem 0; */
    }

    .solid_nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
        border-bottom: none;
        margin-left: 1rem;
    }

    footer ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        flex-direction: row;
        align-items: center;

    }

    .footer_icon {
        display: block;
        /* float: none; */
        /* width: 30%; */
        margin: 0 auto;
    }

    footer li {
        margin: 10px 0;
    }

    #greyLogo {
        width: 100%;
        margin-top: 0.7rem;
    }

    #whiteLogo {
        width: 70%;
    }

    #greyTDA {
        margin-top: -0.2rem;

    }

    #whiteTDA {
        /* margin-top: 1rem; */
    }

    .icon_grey {
        margin-top: 0;
    }

    h3.teaser_title {
        font-size: 1rem;
        line-height: 1rem;

        margin-bottom: -1rem;
    }

    .logo_name {
        display: none;
    }

    .slider_top {
        top: 6rem;
        text-align: center;
        left: 0.8rem;
        width: 45%;
    }

    .page_slider_top {
        /* position: absolute; */
        top: 10rem;
        /* left: 4.8rem; */
        width: 45%;
    }

    .teaser_btn {
        min-height: 30px;
    }

}

/* @media screen and (max-width:767px){
    .icon-menu {
        position: relative;
        top: -5.9rem;
    left: 0;
    }
  .navbar-nav.nav-icon {
        display: block !important;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 46%;
        top: 50%;
    }
  .navbar-nav.nav-icon li {
        display: inline-block;
    }
} */

@media screen and (min-width: 481px) and (max-width: 767px) {
    /* header{
        border-bottom: 1px solid #bbb;
    } */

    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    nav ul li {
        padding-right: 1.5rem;
    }

    .cust-col {
        position: relative;
        max-width: 1900px;

    }

    .cust-nav {
        position: relative;
        width: 90%;

    }

    ul.navbar-nav.nav-icon.mr-auto {
        flex-direction: row;
        align-items: center;
        position: absolute;
        right: 2.5rem;
        top: 22px;
    }

    nav ul li a:hover>.fa.fa-lg {
        /* vertical-align: -42px; */
    }

    nav ul li a:hover>#whiteTDA,
    nav ul li a:hover>#greyTDA {
        vertical-align: -46px;
    }

    .cust-nav-inner {
        width: 100%;
    }

    .image_caption {
        position: absolute;
        color: #fff;
        top: 17rem;
        text-align: center;
    }

    .warranty_content p {
        font-size: 1.5rem;
        line-height: 0.5rem;
        justify-self: center;
        color: #f1f1f1;

    }

    .icon_nav {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 0;
        list-style: none;
    }

    .icon_nav li {
        margin-left: 10px;
    }

    /* 
    h1 {
        font-size: 1.5rem;
        line-height: 1.5rem
    } */

    /* .nav-link {
        padding: 0 3rem;

    } */

    .content p {
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .teaser_btn {
        min-height: 52px;
        min-width: 10rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .banner_btn {
        min-height: 1rem;
        min-width: 8rem;
        /* padding: 0.25rem; */
        text-decoration: none;
    }

    .my-nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
        border-bottom: none;
        /* padding: 0.75rem 0; */
    }

    .solid_nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
        border-bottom: none;
    }

    footer ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        flex-direction: row;
        align-items: center;

    }

    .footer_icon {
        display: block;
        /* float: none; */
        /* width: 30%; */
        margin: 0 auto;
    }

    footer li {
        margin: 10px 0;
    }

    #greyLogo {
        width: 85%;
        margin-top: 0.7rem;
    }

    #greyTDA {
        margin-top: -0.2rem;
    }

    .icon_grey {
        margin-top: 0;
    }

    h3.teaser_title {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: -1rem;
        font-weight: 500;
    }

    /* .small_teaser_container {
        width: 50%;
        left: 8rem;
    } */
    .teaser_btn {
        min-height: 20px;
    }

    .small_teaser_heading {

        /* margin-top: -4rem; */
    }

    .title_subtext {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 300;
    }

    .logo_name {
        display: none;
    }

    .navbar {
        padding: 0.5rem 0.5rem 0.5rem !important;
    }

    /* 23rd June  */
    .content {
        position: relative;
    }

    .small_container {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* End css  */

}

/* 
@media screen and (max-width: 991px) {
    .my-nav {
        border-bottom: none;
    }
    .solid_nav{
        border-bottom: none;
    }
} */

@media (min-width: 768px) and (max-width: 991px) {
    /* header{
        border-bottom: 1px solid #bbb;
    } */

    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    nav ul li {
        padding-right: 1.5rem;
    }

    ul.navbar-nav.nav-icon.mr-auto {
        flex-direction: row;
        align-items: center;
        position: absolute;
        right: 2.5rem;
        top: 22px;
    }

    nav ul li a:hover>.fa.fa-lg {
        /* vertical-align: -42px; */
    }

    nav ul li a:hover>#whiteTDA,
    nav ul li a:hover>#greyTDA {
        vertical-align: -46px;
    }

    .cust-col {
        position: relative;
        max-width: 1900px;

    }

    .cust-nav {
        position: relative;
        width: 90%;

    }

    .cust-nav-inner {
        width: 100%;
    }

    .icon_nav {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 0;
        list-style: none;
    }

    .icon_nav li {
        padding: 0 0.50rem;
    }

    .image_caption {
        position: absolute;
        color: #fff;
        top: 25rem;
        text-align: center;
    }

    .warranty_content p {
        font-size: 2.5rem;
        line-height: 1.5rem;
        justify-self: center;

    }

    /* h1 {
        font-size: 1.5rem;
        line-height: 1.5rem
    } */

    /* .nav-link {
        padding: 0 3rem;

    } */
    .content {
        margin-bottom: 8rem;
        text-align: center;
        justify-content: center;
    }

    .teaser_btn {
        min-height: 52px;
        min-width: 10rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .banner_btn {
        min-height: 1rem;
        min-width: 8rem;
        /* padding: 0.25rem; */
        text-decoration: none;
    }

    .my-nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;

        /* padding: 0.75rem 0; */
    }

    .solid_nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
    }

    footer ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        flex-direction: row;
        align-items: center;

    }

    .footer_icon {
        display: block;
        /* float: none; */
        /* width: 30%; */
        margin: 0 auto;
    }

    footer li {
        margin: 10px 0;
    }

    .my-nav {
        border-bottom: none;
    }

    .solid_nav {
        border-bottom: none;
    }

    #greyTDA {
        margin-top: -0.2rem;
    }

    .icon_grey {
        margin-top: 0;
    }

    .slider_top {
        position: absolute;
        top: 5rem;
        left: 5rem;

    }

    /* 23 jun  */
    .slider_center {
        /* position: absolute; */
        top: 0 !important;
        left: 3rem;

    }

    .demo {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin: 1rem 0 2rem 0;
    }

    /* end  */
    .slider_bottom {
        position: absolute;
        bottom: 5rem;
        left: 5rem;

    }

    h3.slider_title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }

    .logo_name {
        display: none;
    }

    h2.small_teaser_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .small_teaser_btn {
        padding: 0.6rem 0.7rem;
    }

    h3.teaser_title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-style: normal;
        font-weight: 100;
        margin-bottom: -1rem;
    }

    /* 23 jun  */
    .small_teaser_container {
        width: 100%;
    }

    .teaser_btn {
        min-height: 40px;
        width: 90%;
    }

    /* end  */

    nav ul li a:hover>.fa.fa-lg {
        /* vertical-align: -42px; */
    }

    nav ul li a:hover>#whiteTDA,
    nav ul li a:hover>#greyTDA {
        vertical-align: -46px;
    }

    /* 23rd June  */
    .content {
        position: relative;
    }

    p.teaser_description {
        margin-bottom: 2px !important;
    }

    .small_container {
        width: 100%;
        max-width: 768px;
    }

    /* End css  */
}

@media (max-width: 992px) {
    .container.pt-0.pb-0.cust-nav {
        width: 93%;
        max-width: unset;
    }

    /* 23 Jun  */
    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 15rem;
    }

    .slider_center {
        width: 100%;
    }

    .slider_top {
        width: 100%;
    }

    .demo {
        width: 100%;
        position: relative;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin: 1rem 0 2rem 0;
    }

    .mobile_banner_content {
        position: initial;
        /* background: red; */
        z-index: 1;
    }

    h3.slider_title {
        color: #000 !important;
        font-size: 30px;
        line-height: 2.5rem;
        font-weight: 300;
    }

    h3.slider_title.silder_heading {
        font-weight: 400;
    }

    h3.slider_title.slider_subtitle {
        font-size: 24px;
    }

    .banner_btn {
        color: #343a40;
        padding: 0.75rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        min-width: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
        font-weight: 700;
    }

    h3.teaser_title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 0rem;
        text-align: center;
    }

    .small_container {
        width: 100%;
        margin-bottom: 3rem;
    }

    .title_subtext {
        font-size: 30px;
        line-height: 2.5rem;
        font-weight: 300;
    }

    .mobile_btn {
        width: 90%;
        padding: 0.75rem 0.75rem;
    }

    .small_teaser_btn {
        width: 100%;
    }

    .content {
        margin-bottom: 3rem !important;
    }

    h2.small_teaser_title {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 2.5rem;
        color: #262626;
    }

    p.teaser_description {
        margin-bottom: 1.5rem;
    }

    .teaser_title {
        color: black;

    }

    .teaser_btn {
        background-color: transparent;
        color: #343a40;
        padding: 0.75rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        min-width: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
        font-weight: 700;
        border: 1px solid #000000;
    }

    /* end  */
}


/* 23rd Jun  */
@media (max-width: 540px) {
    .page_slider_top {
        display: none;
    }

    h3.contact_title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    .demo {
        width: 100%;
        position: relative;
    }

    .slider_center {
        top: 0 !important;
        /* padding-left: 10px;
    padding-right: 10px;
    left: 1.5rem;
    width: 90%; */
    }
}

/* end  */

@media (max-width: 930px) {
    .menu_model_car ul li {
        width: 49% !important;
    }
}

@media (max-width: 650px) {
    .menu_model_car ul li {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {


    /* 23 jun Newly Added Desktop  */
    .page_slider_top {
        display: none;
    }

    .small_teaser_image {
        margin-bottom: 50px !important;
    }

    .slider_top {
        position: absolute;
        width: 40%;
    }

    h3.slider_title {
        color: #ffffff;
    }

    .slider_center {
        position: absolute;
        width: 40%;
    }

    h3.slider_title.silder_heading {
        font-weight: 400;
        font-size: 3rem;
    }

    h3.slider_title.slider_subtitle {
        font-size: 24px;
    }

    .small_teaser_container {
        width: 45%;
        bottom: 5REM;
    }

    /* end  */
    /* nav ul li {
        padding-right: 1.5rem;
    } */
    .cust-col {
        position: relative;
        max-width: 1900px;

    }

    .cust-nav {
        position: relative;
        width: 90%;
        max-width: 1900px;
    }

    .cust-nav-inner {
        width: 100%;
    }

    .image_caption {
        position: absolute;
        color: #fff;
        top: 35rem;
        padding-left: 4rem;
        text-align: left;
    }

    .warranty_content p {
        font-size: 3.5rem;
        line-height: 2.5rem;

    }

    /* h1 {
        font-size: 1.5rem;
        line-height: 1.5rem
    } */

    /* .nav-link {
        padding: 0 3rem;

    } */

    .content {
        margin-bottom: 5rem;
    }

    .content p {
        font-size: 1.3rem;
    }

    .teaser_btn {
        min-height: 52px;
        min-width: 10rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .banner_btn {
        /* min-height: 1rem;
        min-width: 8rem; */
        min-height: 3.25rem;
        min-width: 12rem;
        padding: 0.25rem;
    }

    .my-nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;

        /* padding: 0.75rem 0; */
    }

    .solid_nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
    }

    #greyTDA {
        margin-top: 0;
        width: 21.5px;
        height: auto;
    }

    .icon_grey {
        margin-top: 0;
    }

    .slider_top {
        position: absolute;
        top: 10rem;
        left: 5rem;

    }

    .page_slider_top {
        position: absolute;
        top: 10rem;
        /* left: 5rem; */
    }

    .slider_center {
        position: absolute;
        top: 17rem;
        left: 5rem;
        width: 40%;

    }

    .slider_bottom {
        position: absolute;
        bottom: 3rem;
        left: 5rem;

    }

    h3.slider_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h2.small_teaser_title {
        font-size: 2rem;
        line-height: 2rem;

    }

    h3.teaser_title {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media (max-width: 1279px) {
    .menu_model_car ul li {
        width: 32%;
        min-height: 210px;
    }

}

@media (min-width: 1280px) and (max-width: 1918px) {

    /* 23 jun Newly Added Desktop Banner Css */
    .page_slider_top {
        display: none;
    }

    .small_teaser_image {
        margin-bottom: 50px !important;
    }

    h3.slider_title {
        color: #ffffff;
    }

    .slider_top {
        position: absolute;
        width: 40%;
    }

    .slider_center {
        position: absolute;
        width: 40%;
    }

    h3.slider_title.silder_heading {
        font-weight: 400;
        font-size: 3rem;
    }

    h3.slider_title.slider_subtitle {
        font-size: 24px;
    }

    .small_teaser_container {
        width: 45%;
        bottom: 5REM;
    }

    /* end  */
    .cust-col {
        position: relative;
        max-width: 1900px;

    }

    .cust-nav {
        position: relative;
        width: 90%;
        max-width: 1900px;


    }

    .cust-nav-inner {
        width: 100%;
    }

    .navigation-content {
        position: absolute;
        right: 0;
        left: 50%;
        height: 100vh;
        z-index: 10;
        /* top: 72px; */
        width: 100%;
        /* width: calc(100vw - 120px); */
        max-width: 1900px;
        max-height: min-content;
        overflow: auto;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
    }

    h1 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .content {
        margin-top: 5rem;
    }

    .content p {
        font-size: 1.5rem;
    }

    .teaser_btn {
        min-height: 3.25rem;
        min-width: 12rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .banner_btn {
        min-height: 3.25rem;
        min-width: 12rem;
        padding: 0.25rem;
    }

    .my-nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 2.5rem;

        /* padding: 0.75rem 0; */
    }

    .solid_nav {
        font-size: 16px;
        font-weight: 700;
        line-height: 2.5rem;
    }

    .my-nav-gray {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;

        /* padding: 0.75rem 0; */
    }

    /* .image_caption{
        position: absolute;
        color: #fff;
        top: 40rem;
        left: 4.8rem;
        text-align: left;
    } */
    .image_caption {
        position: absolute;
        color: #fff;
        top: 40rem;
        padding-left: 4rem;
        text-align: left;
    }

    .icon_testdrive {
        /* margin-top: -0.6rem; */
    }

    /* slider caption postion  */
    .slider_top {
        position: absolute;
        top: 10rem;
        left: 7rem;

    }

    .page_slider_top {
        position: absolute;
        top: 10rem;
        /* left: 7rem; */

    }

    .slider_center {
        position: absolute;
        top: 17rem;
        left: 7rem;
        width: 40%;

    }

    .slider_bottom {
        position: absolute;
        bottom: 5rem;
        left: 7rem;

    }

    h3.slider_title {
        font-size: 2rem;
        line-height: 3rem;
    }

    h3.teaser_title {
        font-size: 2.5rem;
        line-height: 3rem;
    }

}

@media screen and (min-width:1919px) {
    .page_slider_top {
        display: none;
    }

    .cust-col {
        position: relative;
        max-width: 1900px;
    }

    .cust-nav {
        position: relative;
        max-width: 1700px;

    }

    /* nav ul li a:hover {
        padding-bottom: 2.43rem !important;
    } */

    .cust-carousel {
        position: absolute;

    }

    .content p {
        font-size: 1.5rem;
    }

    .title_text {
        margin-top: 5px;
        letter-spacing: .175rem;
        font-weight: 700;
        font-size: 14px;
        line-height: 2rem;
    }

    .title_subtext {
        font-size: 4rem;
        line-height: 5rem;
        margin: 0;
        padding: 0;
    }

    .banner_btn {
        min-height: 3.25rem;
        min-width: 12rem;
        padding: 0.25rem;
    }

    .nav-link {

        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5rem;
        margin: 0;
        padding: 0 0.75rem;

    }

    /* .nav-link {
        padding: 0 6rem;

    } */

    .icon_testdrive {
        margin: 0;
    }

    #greyTDA {
        margin-top: 0;
        width: 21.5px;
        height: auto;
    }

    .logo_name {
        bottom: -2.5rem;
        left: 0;
        margin: 0 auto;
        max-width: 108rem;
        padding: 0 0.75rem;
    }

    .teaser_btn {
        min-height: 3.25rem;
        min-width: 12rem;
        padding: 0.25rem;
        border: 1px solid;
    }

    .navigation-content {
        position: absolute;
        right: 0;
        left: 50%;

        z-index: 10;
        /* top: 79px; */
        width: 100%;
        /* width: calc(100vw - 120px); */
        max-width: 1700px;
        overflow: auto;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .23);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
    }

    .image_caption {
        position: absolute;
        color: #fff;
        top: 55rem;
        padding-left: 4rem;
        text-align: left;
    }

    /* slider caption postion  */
    .slider_top {
        position: absolute;
        top: 10rem;
        left: 6rem;

    }

    .page_slider_top {
        position: absolute;
        top: 10rem;
        /* left: 6rem; */
    }

    .slider_center {
        position: absolute;
        top: 17rem;
        left: 6rem;

    }

    .slider_bottom {
        position: absolute;
        bottom: 5rem;
        left: 6rem;

    }


}

@media (min-width: 1920px) and (max-width: 2560px) {
    .slider_center {
        top: 26rem;
        width: 40%;
    }

    h3.slider_title.silder_heading {
        font-size: 4rem;
        font-weight: 300;
    }

    h3.slider_title.slider_subtitle {
        font-size: 42px;
        line-height: 4rem
    }

    h4 {
        font-size: 1.5rem;
    }

    .banner_btn {
        min-height: 4rem;
        min-width: 18rem;
        font-size: 24px
    }

    .content {
        position: absolute;
        bottom: 150px
    }

    h3.teaser_title {
        font-size: 3.5rem;

    }

    .teaser_btn {
        font-size: 22px;
    }

    h2.small_teaser_title {
        font-size: 5rem;
        line-height: 8rem;
    }

    .small_teaser_btn {
        font-size: 1.5rem;
    }
}



.demo {
    width: 100%;
}

.slider_top {
    /* position: absolute; */
    top: 10rem;
    /* left: 4.8rem; */
    /* width: 45%; */
}

.page_slider_top {
    /* position: absolute; */
    top: 10rem;
    /* left: 4.8rem; */
    /* width: 50%; */
}

.page_slider_top h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;

}

.slider_bottom {
    /* position: absolute; */
    bottom: 3rem;
    /* left: 4.8rem; */
    /* width: 45%; */
}

h3.slider_title {
    /* font-size: 2.5rem;
    line-height: 4rem; */
    font-weight: 500;
    font-style: normal;
    /* color: #ffffff; */
}




/* Mobile View hamburger  */
@media (min-width: 280px) and (max-width: 991px) {

    .dropdown-item {
        padding: 0 !important;
        color: #262626;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-weight: 300;
        font-size: 1rem;
        line-height: 2.25rem;
    }

    /* .subitem-title{
      width: 120%;
      display: flow-root;
      
    } */


    .menu_popup_title {
        display: inline-flex;
        font-weight: bold;
        letter-spacing: normal;
        font-size: 16px;
        position: relative;
        color: #262626;
        line-height: 1.5rem;
    }

    .dropdown-menu.show {
        margin-top: -17rem !important;
        border-top: none;
        padding: 20px;
    }

    .mobile_view_container li>a {
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;

    }

    .mobile_view_container {
        padding: 0 1em 1em 1em;
        height: 100%;
        overflow-y: scroll;
    }

    .nav-item.active {
        background-color: red;
        transition: transform 0.3s ease;

    }

    .mobile_view {
        flex-direction: column;
        padding-top: 1.75rem;
        width: 83.3333333333%;
        margin: 0 auto;
    }

    .mobile_padding {
        padding: 0.75rem 0;
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .navbar-collapse .dropdown-menu.show {
        width: 100%;
        left: 0;
        position: absolute;
    }

    .navbar-collapse .dropdown-menu.show .subitems {
        display: block !important;
    }

    .navbar-collapse .dropdown-menu.show {
        width: 100%;
        left: unset;
        position: absolute;
    }

    .show-menu {
        display: block;
    }

    .mobile_arrow {
        right: -60px;
        position: absolute;
    }

    #mobile_logo {
        height: auto;
        width: 70%;
    }

    .navbar-collapse .cust-col.show {

        left: 0px;

        position: absolute;

    }

    .megamenu-li.show:active .cust-col.show {

        left: 400px;

        transition: left ease 1s !important;

        -webkit-transition: left ease 1s !important;

    }

    .navbar-collapse .dropdown-menu.show {

        width: 100%;

        left: 0;

        position: absolute;

        transition: left ease 1s !important;

        -webkit-transition: left ease 1s !important;

    }
}


/* Joy Css  */


html {
    scroll-behavior: smooth;
}

#editor .mb50 {
    margin-bottom: 50px !important
}

#editor .mb20 {
    margin-bottom: 20px !important
}

#editor .mb10 {
    margin-bottom: 10px !important
}

#editor .mb30 {
    margin-bottom: 30px !important
}

#editor .grey_white2 {
    background: #ffffff;
    padding: 50px;
    padding-top: 0px;
}

#editor .grey_box2 {
    background: #f2f2f2;
    padding: 10px 50px 50px
}


#editor .button4 {
    min-width: 285px;
}

#editor a.button4 {
    color: #fff;
    font-size: 14px;
    padding: 11px 0 12px 0;
    text-align: center;
    margin-bottom: 0
}


.mb20xx {
    padding: 15px;
}

.image_frame {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0px;
    background: #ffffff;
}

.image_frame_img img {
    margin-top: 20px;
    width: 100%;
}

.image_frame_button {
    margin-left: 20px;
}

.ten_framespace1 {
    margin-bottom: 50px;
}

.title_name {
    margin-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: right;
}

.title_name a {
    margin: 20px;

}

.imagemap {
    position: relative;
    width: device-width;
}

.ten_framespace_map {
    width: 100%;
}

.root_daum_roughmap {
    width: 99% !important;

}

#floatmenu2 {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    background: #fff;
    opacity: 0.9;
    border-radius: 45px;
    z-index: 999;
    right: 5%;
    top: inherit !important;
    bottom: 5%;
    position: fixed !important;
}

.float_img {
    width: 50px;
    height: 50px;
}



.joypos_01 {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 20%;
    height: 90%;
}

.joypos_02 {
    position: absolute;
    top: 2%;
    left: 25%;
    width: 20%;
    height: 90%;
}

.joypos_03 {
    position: absolute;
    top: 2%;
    left: 45%;
    width: 15%;
    height: 90%;
}

.joypos_04 {
    position: absolute;
    top: 2%;
    left: 60%;
    width: 15%;
    height: 90%;
}

.joypos_05 {
    position: absolute;
    top: 2%;
    left: 77%;
    width: 20%;
    height: 90%;
}


.joypos_01_01 {
    position: absolute;
    top: 11%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_01_02 {
    position: absolute;
    top: 19%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_01_03 {
    position: absolute;
    top: 26%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_01_04 {
    position: absolute;
    top: 33%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_02_01 {
    position: absolute;
    top: 6%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_02_02 {
    position: absolute;
    top: 11%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_02_03 {
    position: absolute;
    top: 16%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_02_04 {
    position: absolute;
    top: 21%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_03_01 {
    position: absolute;
    top: 6%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_03_02 {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_03_03 {
    position: absolute;
    top: 15%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_03_04 {
    position: absolute;
    top: 20%;
    left: 2%;
    width: 16%;
    height: 4%;
}

.joypos_04_01 {
    position: absolute;
    top: 12%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_04_02 {
    position: absolute;
    top: 20%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_04_03 {
    position: absolute;
    top: 28%;
    left: 2%;
    width: 16%;
    height: 5%;
}

.joypos_04_04 {
    position: absolute;
    top: 36%;
    left: 2%;
    width: 16%;
    height: 5%;
}


@media only screen and (max-width: 450px) {
    #editor .mb50 {
        margin-top: 10px !important
    }

    #floatmenu2 {
        width: 30px;
        height: 30px;
        opacity: 0.9;
        border-radius: 45px;
    }



    .float_img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 800px) {
    #editor .grey_white2 {
        padding: 10px
    }

    #editor .grey_box2 {
        padding: 10px
    }

    #editor .button4 {
        min-width: auto;
        display: block;
    }

    #editor .mb50 {
        margin-top: 10px !important
    }

    .mb20xx {
        padding: 2px;
    }

    .image_frame {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .image_frame_img img {
        margin-top: 2px;
    }



    .ten_framespace1 {
        margin-bottom: 10px;
    }


    .title_name {
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .title_name a {
        font-size: 10px;
        margin: 4px;
    }


    .small2_line {
        margin-top: 0px;
        visibility: hidden;
    }

    .root_daum_roughmap {
        width: 99% !important;
        height: 50% !important;

    }


}

@media only screen and (min-width: 801px) and (max-width: 900px) {
    #editor .grey_white2 {
        padding: 10px
    }

    #editor .grey_box2 {
        padding: 10px
    }

    #editor .button44 {
        min-width: auto;
    }

    #editor .mb50 {
        margin-top: 20px !important
    }

}




@media only screen and (min-width: 1px) and (max-width: 299px) {
    #editor .grey_white2 {
        padding: 2px;
    }

    #floatmenu2 {
        margin-top: 140px;
        margin-left: 290px;
    }

    .title_name a {
        font-size: 8px;
        margin: 1px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 359px) {
    #floatmenu2 {
        margin-top: 190px;
        margin-left: 240px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    #floatmenu2 {
        margin-top: 200px;
        margin-left: 300px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 469px) {
    #floatmenu2 {
        margin-top: 230px;
        margin-left: 320px;
    }
}

@media only screen and (min-width: 470px) and (max-width: 599px) {
    #floatmenu2 {
        margin-top: 260px;
        margin-left: 400px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 699px) {
    #floatmenu2 {
        margin-top: 350px;
        margin-left: 480px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 799px) {
    #floatmenu2 {
        margin-top: 400px;
        margin-left: 600px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 950px) {
    #floatmenu2 {
        margin-top: 400px;
        margin-left: 700px;
    }
}

@media only screen and (min-width: 951px) and (max-width: 989px) {
    #floatmenu2 {
        margin-left: 800px;
    }
}


@media only screen and (min-width: 990px) and (max-width: 1000px) {
    #floatmenu2 {
        margin-left: 820px;
    }
}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {
    #floatmenu2 {
        margin-left: 890px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    #floatmenu2 {
        margin-left: 990px;
    }
}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    #floatmenu2 {
        margin-left: 1100px;
    }
}



/* article page css  */
@media screen and (max-width: 992px) {
    .blog-post-title {
        font-size: 1.4rem !important;
        color: #262626;
    }

    .blog-sidebar {
        padding-top: 0.5rem !important;
    }

    .blog-post {
        margin-bottom: 2rem !important;
    }
}




.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 1.5rem;
    color: #262626;
}

.blog-post-meta {

    margin-bottom: 1.25rem;
    color: #999;
}


.btn-carousel {
    width: 7.5%;
}



.second-navigation-container {border-bottom: 1px solid #ddd;position: sticky;top: 0;z-index: 1;background: #fff;font-weight: bold;}
.second-navigation-row {align-items: center;font-weight: bold;font-size: 14px;color:#666 }
.second-navigation-row .col-sm-2 a {border-right: 1px solid #ddd;padding-right: 20px; padding-bottom: 15px; }
.second-navigation-row .col-md-3 a:active { color:#262626; }
.second-navigation-row .col-md-3 a:hover { color: #0653b6; }
.second-navlist {display: flex;overflow-x: hidden;width: 100%; margin-bottom: 0px; }
.second-navlist li { flex: 0 0 auto; }
.second-navlist li a { padding: 17px 15px 0px 15px; white-space: nowrap; display: inline-block; }
.second-navlist li a::after { display: block;content: '';margin-top: 10px;padding-bottom: 3px;border-bottom: solid 4px #262626;transform: scaleX(0); }
.second-navlist li a:hover::after { transform: scaleX(1);color: #262626; }
.second-navlist li a:hover { color: #262626; }
#prevBtn { cursor: pointer;padding: 10px;position: absolute; top: 7px;left:-10px; }
#nextBtn { cursor: pointer; padding: 10px; position: absolute; top: 7px; right:-20px; }
.cust-col { position: relative; max-width: 1900px; /*padding-top: 100px; */}
.leftarrow, #nextBtn, #prevBtn,.fa-angle-left { font-size: 22px; }
.downarrow { font-size: 22px; padding-left: 20px; display:none; }
.leftarrow { border-right: 1px solid #ddd; padding-left: 35px; padding-right: 20px; }
.nav-list { display: none; }
.uparrow { font-size: 22px; padding-left: 20px; display: inline-block;}
.leftarrow-desk {
    padding: 0 10px 0px 0;
}

@media only screen and (min-width:768px) and (max-width:1000px){
    #prevBtn { left: -2px!important; }
    .second-navlist li a { padding: 10px!important; }
    .second-navigation-row .col-sm-2 { padding: 0px!important; }
    .second-navigation-row { font-size: 12px!important; }
}
@media only screen and (min-width:768px){
    .mobile-view{ display: none; }
}
@media only screen and (max-width:767px){
    .second-navigation-row  { display: none; }
    .mob-second-navlist { display: inherit; overflow-x: none; }
    .mobile-view { width: 100%; }
    .mob-second-navlist li a { padding: 12px 20px; white-space: normal; display: block; } 
    .mob-second-navlist li a:hover { color:#262626; border-bottom: none; }
    .mob-second-navlist li a.active { color:#262626;border-left:4px solid #262626;border-bottom: none; }
    .nav-list { position: absolute; z-index: 10000; background-color: #fff; top:60px; height: 100vh; overflow-y: auto; }
}
/* 2024 updates  */
.custom-line-height{
    line-height: initial !important;
}

@media screen and (min-width: 992px) {
    .fa-chevron-right,
    .fa-chevron-left {
        display: none;
    }
}

.custom-back-arrow{
    margin-right: 2vw;
    

}

