@font-face {
    font-family: 'Toyota Type Book';
    src: url('/fonts/new-camry/ToyotaType-Book.woff2') format('woff2'), url('/fonts/new-camry/ToyotaType-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/new-camry/HelveticaNeue.eot');
    src: url('/fonts/new-camry/HelveticaNeue.eot') format('embedded-opentype'), url('/fonts/new-camry/HelveticaNeue.woff2') format('woff2'), url('/fonts/new-camry/HelveticaNeue.woff') format('woff'), url('/fonts/new-camry/HelveticaNeue.ttf') format('truetype'), url('/fonts/new-camry/HelveticaNeue.svg#HelveticaNeue') format('svg');
}

@font-face {
    font-family: 'ToyotaTypeLight';
    src: url('/fonts/new-camry/ToyotaTypeLight.eot');
    src: url('/fonts/new-camry/ToyotaTypeLight.eot') format('embedded-opentype'), url('/fonts/new-camry/ToyotaTypeLight.woff2') format('woff2'), url('/fonts/new-camry/ToyotaTypeLight.woff') format('woff'), url('/fonts/new-camry/ToyotaTypeLight.ttf') format('truetype'), url('/fonts/new-camry/ToyotaTypeLight.svg#ToyotaTypeLight') format('svg');
}

.sec-8 {
    width: 100%;
    float: left;
}

.nopadding {
    padding: 0;
}

.pd-1 {
    padding: 40px 0;
}

.main-title {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.main-title h2 {
    font-size: 1.1rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 25px;
    /* margin-bottom: 20px; */
    position: relative;
    width: fit-content;
    margin-left: -10%;
}

.main-title-popup h4 {
    font-size: 1.1rem;
    display: block;
    width: 100%;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    margin: 5px 16px;
}

.indexh4 {
    text-indent: 10%;
}

.main-title-popup {
    margin-bottom: 20px;
}


/* .main-title h2::before{
    content: "";
    position: absolute;
    background-image: url(/images/showroom/new-camry/qoate-1.png);
    left: 25px;
    top: -15px;
    z-index: 99999;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70% 60%;

} */

.main-title h2 span {
    font-size: 1.4rem;
    display: block;
    margin-left: 22%;
    width: 100%;
    font-style: italic;
}

.qoatepopup {
    width: 12px;
    position: relative;
    top: 25px;
    max-height: 30px;
}

.popup_viewspec {
    display: flex;
}

.sec-1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(236, 246, 255, 1) 50%, rgba(229, 243, 255, 1) 100%);
}

.qoate-1 {
    width: 12px;
    margin-top: -30px;
    margin-right: 5px;
}

.qoate-2 {
    width: 12px;
    margin-top: 15px;
    position: absolute;
}

.text-para {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    font-family: 'ToyotaTypeLight';
}

.sec-1-tab {
    margin: 20px 0;
}

.tab-btn {
    list-style: none;
    position: absolute;
    bottom: 15%;
    left: 0;
    display: none !important;
}

.sec-1-tab .tab-btn li {
    border: 2px solid #000000;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

.alltabs li {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #707070;
    background-color: #F6F6F6;
    margin: 0 5px;
    max-width: 200px;
    width: 100%;
}

.alltabs.featurestab li {
    border: 1px solid #707070 !important;
    margin: 0 0;
    width: 100%;
    border-left: transparent !important;
    font-style: italic;
    /* text-transform: uppercase;
  font-size: 1rem; */
}

.tab-btn li.active a::after,
.alltabs.featurestab li.active a::after {
    right: -3px;
    top: -15px;
}

.alltabs.featurestab li:first-child {
    border-left: 1px solid #707070 !important;
}

.featuresContent {
    display: flex;
}

.featuresContent ul.featuresList {
    margin-left: -15px;
    /* display: block; */
    margin: 2rem 0;
}

.featuresContent ul.featuresList li {
    max-width: 100% !important;
    border: 0 !important;
    background-color: transparent;
    text-align: left;
    font-style: normal;
    color: #000;
    margin-top: 20px;
    font-size: 16px;
}

.featuresContent ul.featuresList li:first-child {
    border: 0 !important;
    margin-top: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
}


/*----Features end---*/

.sec-1-tab .tab-btn li:last-child {
    border: 2px solid rgb(185, 0, 17, 0.5);
}

.sec-1-tab .tab-btn li a {
    color: #707070;
    padding: 0 40px;
}

.sec-1-tab .tab-btn li.active:last-child {
    border: 2px solid rgb(185, 0, 17, 1);
    color: #000000;
}

.tab-btn li.active a::after,
.allnav_tabs li.active a::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -10px;
    top: -10px;
    background-image: url(/images/showroom/new-camry/tick-mark.png);
    background-size: cover;
}

.allnav_tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
}

.tab-btn li a:hover,
.tab-btn li a:focus,
.allnav_tabs li a:hover,
.allnav_tabs li a:focus {
    color: #000000;
}

.tabContent {
    text-align: center;
    padding: 0px 0 30px 0;
    font-size: 18px;
    font-family: 'ToyotaTypeLight';
}

.tab-body {}

.tab-body img {
    margin: 0 auto;
}

.virtual_showroom {
    font-size: 0.9rem;
    border: 1px solid #535151;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 20px;
    float: right;
}

.virtual_showroom p {
    margin: 0;
}

.infobtn p {
    margin: 0 0 2px 0;
    color: #fff;
    cursor: pointer;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 5px;
}

.swiperpadding {
    padding: 10px 0;
}

.swiperslides .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperslides .swiper-slide {
    position: relative;
}

.infobtn {
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    padding: 2px 10px;
}

.infobtn a {
    color: #fff;
}

.hover_effect {
    position: relative;
}

#mul_comfort_info_modal .hover_effect {
    background-color: #EBEDE5;
}

.hover_effect {
    background-color: #E5E8ED;
    padding: 25px;
    height: 360px;
    border-radius: 15px;
    margin: 15px 0;
}

.modal-header {
    padding: 15px 15px 0 0;
    border-bottom: 0;
}

.overlayeffect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #008CBA;
    overflow: hidden;
    border-radius: 15px;
}

.hover_effect:hover .overlayeffect {
    opacity: 1;
}

.popupContent {
    min-height: 200px;
    font-size: 1rem;
}

.overlayeffect img {
    width: 100%;
}

.popup_viewspec a {
    float: left;
}

.popup_viewspec img {
    float: right;
    position: relative;
    top: 8px;
    width: 7px;
    left: 9px;
}

.modal-fullscreen {
    background-color: #ffffff;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    float: left;
}

.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

#inte_exter_info_modal .fade .modal-dialog {
    transform: translate(0, 0%);
}

.centermodal {
    margin: 0 auto;
    float: none;
}

.modal-fullscreen .close {
    background-color: #ffffff;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.75);
    width: 50px;
    border-radius: 5px;
    padding: 0 0 4px 0;
    opacity: 1;
}

.sectionspacing {
    padding: 4rem 0;
    /* border-bottom: 1px solid #707070; */
}

.extint {
    padding: 3rem 0;
}

.sec-9 img,
.sec-10 img {
    width: 100%;
}

.add-margin-top,
.add-mrgtop {
    margin-top: 0;
}

.sec-10 {
    position: relative;
}

.booknowbtn {}

.booknowbtn a {
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: 9%;
    left: 7%;
    padding: 12px 28px;
    font-size: 18px;
    text-transform: uppercase;
}

.booknowbtn a:hover {
    background-color: red;
    color: #fff;
}


/*----newcss*/

.w-100 {
    width: 100%;
}

.sec-4 {
    /* padding: 50px 0; */
}

.two-grid {
    position: relative;
}

.btn-rect {
    border: 1px solid #ffffff;
    position: absolute;
    padding: 10px 15px;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.btn-rect:hover,
.infobtn:hover,
.btn-rect:focus,
.btn-rect:active {
    color: #ffffff;
    background-color: #e21723;
}


/* 
.sec-5{
  padding: 50px 0;
} */

.sec-5-tab {
    margin: 20px 0;
    position: relative;
}

.gallery-tab-btn {
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #707070;
    width: max-content;
    margin: 0 auto;
    gap: 50px;
    padding: 0;
    left: 50%;
    position: absolute;
    bottom: 15%;
    z-index: 1;
    transform: translate(-50%);
}

.sec-5-tab .gallery-tab-btn li {
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    position: relative;
}

.sec-5-tab .gallery-tab-btn li:first-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    /* background-color: rgb(112, 112, 112, 0.5); */
    right: -25px;
}

.gallery-tab-btn li a {
    color: rgb(112, 112, 112, 0.5);
    font-size: 18px;
}

.gallery-tab-btn li.active a {
    color: #000000;
}

.gallery-tab-btn li.active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #000000;
    left: 0;
    bottom: -12px;
    border-radius: 8px;
}

.gallery-tab-btn li a:hover,
.gallery-tab-btn li a:focus {
    color: #000000;
}


/* .swiper {
 width: 100%;
  height: 100%; 
}*/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    /* width: 100%;
  height: 100%; */
    object-fit: cover;
}

.swiper {
    /* width: 100%;
  height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.colorSwiperThumb {
    height: 80%;
    width: 100%;
}

.swiper.colorSwiperlarge {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 360px;
    overflow: visible;
}

.colorSwiperlarge .swiper-slide {
    /* width: 25%; */
    height: 100%;
    /* opacity: 0.4; */
    padding-bottom: 30px;
}

.colorSwiperlarge .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    /* width: 100%;
  height: 100%; */
    object-fit: cover;
}

.color-1,
.color-2,
.color-3,
.color-4,
.color-4,
.color-5,
.color-6 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.color-1 {
    background-color: #141513;
    position: relative;
}

.color-2 {
    background-color: #7d8289;
}

.color-3 {
    background-color: #202E35;
}

.color-4 {
    background-color: #70272D;
}

.color-5 {
    background-color: #f2f2f2;
}

.color-6 {
    background-color: #6A6B72;
}

.color-circle {
    position: relative;
    cursor: pointer;
}

.color-circle::before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 100%;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
}

.swiper-slide span {
    position: absolute;
    font-size: 16px;
    bottom: 0;
    z-index: 9;
    color: #707070;
    line-height: 15px;
    opacity: 0;
}

.colorSwiperlarge .swiper-slide-thumb-active span {
    opacity: 1;
}

.swiper-slide-thumb-active .color-circle::before {
    opacity: 1;
}


/* .swiper-free-mode>.swiper-wrapper {
    padding: 0 10px;
} */

.modalSwiperlarge {
    width: 40%;
    /* margin-top: 20px; */
    height: 100px;
}

.modalSwiperlarge .swiper-slide:first-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background-color: rgb(112, 112, 112, 0.7);
    right: 0;
    /* border-right: 2px solid rgb(112, 112, 112, 0.5); */
}

.modalSwiperlarge .swiper-slide {
    opacity: 0.7;
}

.modalSwiperlarge .swiper-slide-thumb-active {
    opacity: 1;
}

.tngsection {
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.tngsection img {
    max-width: 475px;
}

.testdriveform img {
    width: 100%;
}

.tngpara {
    font-size: 18px;
    font-family: 'ToyotaTypeLight';
}

.custom_form_Group .form-control {
    height: 55px;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

.custom_form_Group {
    margin-bottom: 25px;
}

.custom_form_Group select {
    width: 100%;
    height: 55px;
    border: 1px solid #ccc;
    color: #999999;
    padding: 0 15px;
    appearance: none;
    font-size: 16px;
    outline: none;
}

.submitbtn {
    width: 100%;
    background-color: #C9C9C9;
    height: 55px;
    color: #000;
    font-size: 17px !important;
    outline: none;
}

.submitbtn:hover,
.submitbtn:focus,
.submitbtn:active {
    color: #e21723 !important;
}

.testdriveform {
    display: flex;
    align-items: center;
}

.testdrivelogo_form {
    width: 100%;
    float: left;
    padding: 0 5rem;
}

.testdrivelogo_form .media {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.testdrivelogo_form h4 {
    font-size: 28px;
}

.borwnstrip {
    background-color: #969696;
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    bottom: 0;
}

.borwnstrip h4 {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
}

.borwnstrip a {
    float: right;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 5px;
}

.borwnstrip h4::before {
    content: '';
    background: url(/images/showroom/new-camry/qoate-1.png);
    position: absolute;
    background-position: left 0px bottom;
    background-size: 100%;
    height: 18px;
    width: 8px;
    background-repeat: no-repeat;
    left: -10px;
}

.firstsectionBorder {
    border-bottom: 1px solid #70707038;
    padding-bottom: 40px;
}

.exploreVideo {
    position: relative;
    width: 100%;
}

.videomblImg {
    opacity: 0;
    visibility: hidden;
}

.topVideo {
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: fill;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.scroll_down {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    width: 38px;
    height: 44px;
    background: url(&quot;/img/cd-arrow-bottom.svg&quot;) no-repeat center center;
}

.nav_trig {
    display: none;
}

#stickymenu {
    position: fixed;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9;
}

#stickymenu ul {
    list-style: none;
}

#stickymenu li {
    text-align: left;
}

#stickymenu a {
    display: inline-block;
}

#stickymenu a:after {
    content: "";
    display: table;
    clear: both;
}

#stickymenu a span {
    float: left;
    display: inline-block;
    /* -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}


/* #stickymenu a:hover span{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
} */

#stickymenu a:hover .label {
    opacity: 1;
}

#stickymenu a.is-selected .dot {
    background-color: #a0000a;
}

#stickymenu a.is-selected .label {
    opacity: 1;
}

#stickymenu .dot {
    position: relative;
    top: 17px;
    left: 10px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#stickymenu .label {
    position: relative;
    margin-right: 10px;
    padding: 1rem 1.5em;
    color: black;
    font-size: 17px;
    font-size: 0.875rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.camryheader {
    background-color: black;
    position: fixed;
    top: 7%;
    width: 100%;
    padding: 16px 0;
    z-index: 9;
}

.camryheader ul {
    margin-bottom: 0;
}

.camryheader ul li {
    display: inline-block;
    margin: 0 14px;
    text-transform: uppercase;
}

.camryheader ul li a {
    color: #fff;
}

#stickymenu ul {
    padding-left: 0;
}


/*----sec2--*/

.btm-strip {
    background-color: #969696;
    padding: 5px 25px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 50px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btm-strip p {
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.qoate-strip {
    width: 12px;
    position: absolute;
    bottom: 0;
    max-height: 30px;
    left: -15px;
}

.btm-strip a {}

.engine-img {
    position: relative;
    overflow: hidden;
}

.engine-btn {
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #707070;
    height: 70px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.engine-left .btm-strip {
    position: relative !important;
}


/*----sec2 end--*/

.featurestab li {
    max-width: 215px;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    /* border: 1px solid #282727; */
    border-bottom-color: #070707;
    /* border-right: 1px solid #000; */
}


/*---specs-new---*/

.specs_title {
    margin-top: 2rem;
}

.specs_title .main-title h2 {
    letter-spacing: 12px;
}

.specs_title .main-title h2 span {
    margin-left: 35%;
}

.specs-acc {}

.specs-acc .panel-default>.panel-heading {
    color: #707070;
    background-color: #ffffff;
    border-color: transparent;
}

.specs-acc .panel-title>.small,
.specs-acc .panel-title>.small>a,
.specs-acc .panel-title>a,
.specs-acc .panel-title>small,
.specs-acc .panel-title>small>a {
    display: block;
}

.specs-acc .panel {
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.specs-acc .accordion-toggle.collapsed {}

.specs-acc .panel-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

.specs-acc .accordion-toggle {
    color: #008CBA;
}


/* 
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e260";   
  float: right;        
  color: #707070;        
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e259";  
  
} */

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

#accordion .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\e260";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    font-style: normal;
}

#accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e259";
}


/*---specs-new---*/

.marginspace {
    margin: 10rem auto;
}

.grid-safety {}

.grid-safety .grid8-flex {
    display: flex;
    justify-content: space-between;
    min-height: 240px;
    border-radius: 15px;
}

.grid-safety .popupContent {
    min-height: auto;
}

.grid-safety .hover_effect {
    height: auto;
}

.grid-safety .hover_effect.img-box {
    padding: 0;
    /* padding-right: 10px; */
    overflow: hidden;
}

.grid-safety img.qoatepopup {
    position: absolute;
}

.grid-safety .main-title-popup {
    margin-bottom: 0;
    min-height: 50px;
}

.grid-safety .hover_effect.extrspage {
    height: 360px;
}

.grid-safety .hover_effect.extrspage-2 {
    height: 360px;
    padding: 0;
    background-color: #e5e8ed;
    border-radius: 0;
}

.brdr-rds-15 {
    border-radius: 15px !important;
}

.h-100 {
    height: 100%;
}

.brdr-rds-btm {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pd-0 {
    padding-left: 0;
}

.mr-0 {
    margin: 0;
}

.mb-0 {
    margin: 0;
}

.pd-0-left {
    padding-left: 0;
}

.pd-0-right {
    padding-right: 0 !important;
}

.mr0-left {
    padding-left: 0;
}

.brdr-btm-l-r {
    border-bottom-left-radius: 0;
}

.brdr-btm-r-r {
    border-bottom-right-radius: 0;
}

.brdr-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.brdr-3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mr-15 {
    margin-top: 15px;
}

.mr-30 {
    margin-top: 30px;
}

.enquirepopup {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 75%);
    z-index: 99999;
    right: 0;
    left: 0;
    display: none;
}

.popupformfields {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.enqfrom .form-control,
.enqfrom select {
    height: 45px;
    appearance: auto;
}

.formsection {
    padding: 30px;
}

.enqfrom {
    margin-bottom: 19px;
}

.closebtn {
    margin-right: 10px;
    padding-top: 0px;
}

.closebtn a {
    color: #000000;
}

.enqmainTitle h2 {
    margin-bottom: 30px;
    letter-spacing: 6.4px;
    font-size: 1.5rem;
}

.enqmainTitle .qoate-1 {
    margin-top: -7px;
    margin-right: 5px;
}

/* ours */
.tbpopup-body {
    background-color: #ffffff;
}

.camry-know-more {
    cursor: pointer;
    color: #e10a1d;
}

.chosen-container-single .chosen-single {
    background-color: transparent;
    height: 55px;
    border-radius: 0;

    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.chosen-single span {
    font-size: 16px !important;
    color: #9d9d9d !important;
    font-family: 'ToyotaType-Regular' !important;

}

.chosen-container-single .chosen-single div {
    display: flex;
    align-items: center;
}

.chosen-single span.clr {
    color: #555 !important;
}


.myContainer .thank-u-sec {
    text-align: center;
}

.w-50px {
    width: 50px !important;
}

@media only screen and (max-width:767px) {
    .testdriveform {
        display: block;
    }
}

.font-none {
    font-weight: 100;
}

.modal-backdrop.in {
    z-index: 99999;
}

.div-center {
    margin: 0 auto !important;
}

.myContainer.thank-u-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.formsection {
    overflow-y: scroll;
    max-height: 578px;
    padding: 0 30px 30px 30px;
}

.popupformfields {
    max-width: 900px;
}

.formsection {
    -ms-overflow-style: scrollbar;
}

.formsection::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.formsection::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.formsection::-webkit-scrollbar-thumb {
    background-color: #e80000;
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .formsection {
        max-height: 495px;
    }
}

@media screen and (max-width:767px)and (min-width:385px) {
    .formsection {
        overflow-y: hidden;
        max-height: none;
        padding: 0 30px 30px 30px;
    }
}

@media screen and (max-width: 915px) and (min-width:912px) {
    .formsection {
        max-height: 587px;
    }
}

@media screen and (max-width: 542px) and (min-width:540px) {
    .formsection {
        overflow-y: scroll;
        max-height: 600px;
    }
}

@media screen and (max-width: 1030px) and (min-width:1024px) {
    .popupformfields {
        max-width: 880px;
    }

    .formsection {
        max-height: 565px;
    }
}