@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary: #e30000;--primaryHover: #c70000;--secondary: #e30000;--secondaryHover: #f00000;--bodyTxt: #5e5e5e;--titleTxt: #5e5e5e;--subtitleTxt: #9d9d9d;--whiteTxt: #ffffff;--fontPrimary: "Poppins", sans-serif;--fontSecondary: "Poppins", sans-serif;--titleFont: "Poppins", sans-serif;--borderRadius: 1em}body,html{margin:0;padding:0;font-size:12px;font-family:var(--fontPrimary);color:var(--bodyTxt);line-height:1.5;overflow-x:clip;width:100vw}@media screen and (min-width: 1440px){body,html{font-size:.8333333333vw}}.container{width:calc(100vw - 100px);max-width:94.791666666vw;margin-left:auto;margin-right:auto}@media screen and (max-width: 1366px){.container{width:100vw;max-width:calc(100vw - 40px)}}img{max-width:100%}::-moz-selection{background-color:color-mix(in srgb, var(--primary) 60%, transparent);color:#fff}::selection{background-color:color-mix(in srgb, var(--primary) 60%, transparent);color:#fff}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--titleFont);margin-top:0;margin-bottom:.5em;font-weight:700}h1,.h1{line-height:1;font-size:48px}@media screen and (min-width: 1440px){h1,.h1{font-size:4em}}h2,.h2{font-size:36px;line-height:1.25}@media screen and (min-width: 1440px){h2,.h2{font-size:3em}}h3,.h3{font-size:24px;line-height:1.3333333}@media screen and (min-width: 1440px){h3,.h3{font-size:2em}}h4,.h4{font-size:18px;line-height:1.5}@media screen and (min-width: 1440px){h4,.h4{font-size:1.5em}}h5,.h5{font-size:13.5px;line-height:1.75}@media screen and (min-width: 1440px){h5,.h5{font-size:1.125em}}h6,.h6{font-size:12px;line-height:1.83333333}@media screen and (min-width: 1440px){h6,.h6{font-size:1em}}@media screen and (max-width: 1199px){.md-h1{font-size:48px}}@media screen and (max-width: 1199px){.md-h2{font-size:36px}}@media screen and (max-width: 1199px){.md-h3{font-size:24px}}@media screen and (max-width: 1199px){.md-h4{font-size:18px}}@media screen and (max-width: 1199px){.md-h5{font-size:13.5px}}@media screen and (max-width: 1199px){.md-h6{font-size:12px}}@media screen and (max-width: 767px){.sm-h1{font-size:48px}}@media screen and (max-width: 767px){.sm-h2{font-size:36px}}@media screen and (max-width: 767px){.sm-h3{font-size:24px}}@media screen and (max-width: 767px){.sm-h4{font-size:18px}}@media screen and (max-width: 767px){.sm-h5{font-size:13.5px}}@media screen and (max-width: 767px){.sm-h6{font-size:12px}}@media screen and (max-width: 579px){.xs-h1{font-size:48px}}@media screen and (max-width: 579px){.xs-h2{font-size:36px}}@media screen and (max-width: 579px){.xs-h3{font-size:24px}}@media screen and (max-width: 579px){.xs-h4{font-size:18px}}@media screen and (max-width: 579px){.xs-h5{font-size:13.5px}}@media screen and (max-width: 579px){.xs-h6{font-size:12px}}p{line-height:2;margin-bottom:1em;font-size:12px}@media screen and (min-width: 1440px){p{font-size:1em}}.btn{font-size:1rem;border-radius:0;padding:1rem 2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:300;overflow:clip;position:relative}.btn .txt,.btn .ico{position:relative;z-index:2}.btn:focus-visible{box-shadow:0px 0px 5px rgba(0,0,0,.1)}.btn:before,.btn:after{content:"";position:absolute;z-index:1;opacity:1;transition:all ease-in-out .2s}.btn:before{top:0;left:0;bottom:0;width:51%;transform:translateX(-100%)}.btn:after{top:0;right:0;bottom:0;width:51%;transform:translateX(100%)}.btn:hover:before,.btn:hover:after{content:"";position:absolute;z-index:1;opacity:1}.btn:hover:before,.btn:hover:after{transform:translateX(0)}.btn-primary{background-color:var(--primary);border-color:var(--primary)}.btn-primary:hover,.btn-primary:focus-visible,.btn-primary:focus,.btn-primary:active{background-color:var(--primaryHover) !important;border-color:var(--primaryHover) !important}.btn-outline-primary{background-color:rgba(0,0,0,0);border-color:var(--primary);color:var(--primary)}.btn-outline-primary:before,.btn-outline-primary:after{background-color:var(--primary)}.btn-outline-primary:hover,.btn-outline-primary:focus-visible,.btn-outline-primary:focus,.btn-outline-primary:active{background-color:rgba(0,0,0,0) !important;border-color:var(--primaryHover) !important}.navbar-brand{max-width:22.5rem;padding-top:0;padding-bottom:0;font-size:1rem;width:22.5rem}@media(max-width: 1199px){.navbar-brand{width:16rem;max-width:16rem;margin-top:.5rem;margin-bottom:.5rem}}.navbar-brand img{width:100%;-o-object-fit:contain;object-fit:contain}.logo-toyota{max-width:12.5rem;width:12.5rem}@media(max-width: 1199px){.logo-toyota{max-width:9rem;margin-top:.5rem;margin-bottom:.5rem}}.logo-toyota img{width:100%;-o-object-fit:contain;object-fit:contain}.header{padding-top:3.75rem;padding-bottom:3.125rem}@media(max-width: 1199px){.header{padding-top:3rem;padding-bottom:3rem}}@media(max-width: 579px){.header{padding-top:1rem;padding-bottom:1rem}}.header .navbar{padding-top:0;padding-bottom:0}.site-footer{background-color:var(--primary);padding-top:3.125rem;padding-bottom:3.125rem;color:var(--whiteTxt)}.site-footer .main-logo{filter:brightness(0) invert(1)}.site-footer .social{list-style:none;display:flex;align-items:center;justify-content:center;gap:15px;margin-left:0;margin-bottom:0;padding-left:0;padding-top:20px;padding-bottom:20px}.site-footer .social .social-link{border:1px solid #fff;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:40px}.site-footer .social .social-link img{width:16px;flex:0 0 16px;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.site-footer .locations .loc{padding:0;margin:0;list-style:none;display:flex;align-items:center;padding-top:.625rem;gap:.625rem}@media(max-width: 767px){.site-footer .locations .loc{flex-wrap:wrap}}.site-footer .locations .loc li{font-size:1.5625rem;line-height:1}@media(max-width: 1199px){.site-footer .locations .loc li{font-size:1rem;padding-top:1rem}}@media(max-width: 767px){.site-footer .locations .loc li{flex:0 0 100%}}.site-footer .locations .loc li+li:before{content:"|";margin-right:.625rem;font-size:1.25rem}@media(max-width: 767px){.site-footer .locations .loc li+li:before{display:none !important}}.site-footer .phone{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;font-size:1.6rem;text-decoration:none;color:var(--whiteTxt);line-height:1;font-weight:500;padding-top:5px;padding-bottom:5px}@media(max-width: 991px){.site-footer .phone{font-size:1.5rem;justify-content:flex-start;padding-top:15px}}.site-footer .phone .ico{width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center}@media(max-width: 1199px){.site-footer .phone .ico{width:1.5rem;height:1.5rem}}.site-footer .phone .ico img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.section-cars-banner img{width:100vw;aspect-ratio:3;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-quality{padding-top:40px;padding-bottom:40px}.section-quality .col-txt{flex:1 0 56.26373626%;max-width:56.26373626%}@media(min-width: 992px){.section-quality .col-txt{padding-left:5rem;padding-right:5rem}}@media(max-width: 991px){.section-quality .col-txt{flex:1 0 100%;max-width:100%}}.section-quality .col-img{flex:1 0 43.73626374%;max-width:43.73626374%;display:flex;align-items:center;justify-content:center}@media(max-width: 991px){.section-quality .col-img{flex:1 0 100%;max-width:100%}}@media(max-width: 991px){.section-quality .col-img img{width:100%;max-width:600px}}.section-quality .desc{font-size:1.0625rem;line-height:1.3529411765}.section-discalimer .disclaimer{line-height:1;font-weight:300}.section-discalimer .disclaimer strong{font-weight:600}@media(min-width: 992px){.section-discalimer .disclaimer{padding-left:4rem;padding-right:5rem}}.modal .modal-header{border-bottom:0px}.modal .title{color:var(--primary)}.modal .modal-content{border-radius:2em;padding-bottom:50px}.modal .btn-close{margin-right:2px;margin-top:2px}.modal .check-img{width:80px;margin:auto;color:var(--primary);margin-top:30px;margin-bottom:30px}.section-banner .banner-container{position:relative}.section-banner .banner-container .form-wrap{background-color:#fff;padding:2.5rem;position:absolute;top:3rem;bottom:3rem;right:2.25rem;color:#9d9d9d;border-radius:2rem;max-width:40.625rem;display:flex;flex-direction:column;justify-content:center}@media(max-width: 1365px){.section-banner .banner-container .form-wrap{padding:2rem;top:2.2rem;bottom:2.2rem;right:1.8rem}}@media(max-width: 1199px){.section-banner .banner-container .form-wrap{padding:1.5rem;top:2rem;bottom:2rem;right:1.5rem}}@media(max-width: 991px){.section-banner .banner-container .form-wrap{position:static;max-width:100%;margin-top:20px;box-shadow:0px 0px 10px rgba(0,0,0,.1);border-radius:1rem}}@media(max-width: 579px){.section-banner .banner-container .form-wrap{padding:1rem}}.section-banner .banner-container .form-wrap .wpcf7-response-output{margin:0 !important;flex:0 0 100%;position:absolute;top:0;left:0;right:0;font-size:.8175rem}.section-banner .banner-container .form-wrap .inp-wrap{margin-bottom:1.5rem;position:relative}.section-banner .banner-container .form-wrap .inp-wrap .wpcf7-form-control-wrap{position:relative;height:100%;display:block}.section-banner .banner-container .form-wrap .inp-wrap .wpcf7-not-valid-tip{position:absolute;top:100%;font-size:.8175rem;line-height:1}.section-banner .banner-container .form-wrap .inp-wrap .hidden-field{opacity:0}.section-banner .banner-container .form-wrap .inp-wrap .custom-dd{position:absolute;inset:0;left:calc(var(--bs-gutter-x)*.5);max-width:calc(100% - var(--bs-gutter-x))}.section-banner .banner-container .form-wrap br{display:none !important}.section-banner .banner-container .form-wrap p{margin:0px !important}.section-banner .banner-container .form-wrap .form-main{padding-top:2.5rem;position:relative}.section-banner .banner-container .form-wrap .form-title{font-weight:500}.section-banner .banner-container .form-wrap .form-control{min-height:3rem;box-shadow:none;border:1px solid #d1d1d1 !important;color:#9d9d9d;font-size:.8125em;border-radius:.75rem;background-color:#fff;position:relative;z-index:2}.section-banner .banner-container .form-wrap .form-control::-moz-placeholder{color:#9d9d9d}.section-banner .banner-container .form-wrap .form-control::placeholder{color:#9d9d9d}.section-banner .banner-container .form-wrap textarea.form-control{max-height:8.125rem !important}@media(max-width: 1365px){.section-banner .banner-container .form-wrap textarea.form-control{max-height:5rem !important}}.section-banner .banner-container .form-wrap .submit-col{display:flex;align-items:center;justify-content:center}.section-banner .banner-container .form-wrap .submit-col .btn-wrp{width:100%;max-width:17.5rem;position:relative;border-radius:.75rem;overflow:clip}.section-banner .banner-container .form-wrap .submit-col .btn-wrp .wpcf7-spinner{position:absolute;right:20px;opacity:1;width:unset;height:unset;border-radius:0 !important;inset:0;margin:0;background:var(--primaryHover) url(//nippontoyotakerala.com/wp-content/themes/nippon/img/ripples.svg) no-repeat center}.section-banner .banner-container .form-wrap .submit-col .btn-wrp .wpcf7-spinner:before{display:none}.section-banner .banner-container .form-wrap .submit-col p{margin-bottom:0px !important}.section-banner .banner-container .form-wrap .submit-col .btn{width:100%;border-radius:.75rem;font-weight:bold;font-size:.8125rem;text-transform:uppercase}@media(max-width: 991px){.section-banner .banner-container .title{font-size:1.2rem}}.section-banner .banner-container .subtitle{font-size:2.906875rem}@media(max-width: 991px){.section-banner .banner-container .subtitle{font-size:2rem;margin-bottom:0}}.section-banner .banner-container .slide-img{width:100%;height:100%;overflow:clip;border-radius:2rem}@media(max-width: 991px){.section-banner .banner-container .slide-img{border-radius:1.5rem}}.section-banner .banner-container .slide-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}@media(max-width: 991px){.section-banner .banner-container .slide-img img{-o-object-position:left bottom;object-position:left bottom}}.section-banner .banner-container .slider{height:100%;aspect-ratio:2.252475}@media(max-width: 1199px){.section-banner .banner-container .slider{aspect-ratio:2}}@media(max-width: 767px){.section-banner .banner-container .slider{aspect-ratio:1.5}}.section-banner .banner-container .slider .slick-list{height:100%}.section-banner .banner-container .slider .slick-list .slick-track{height:100%}.section-banner .banner-container .slide{position:relative;height:100%}.section-banner .banner-container .slider-container{position:absolute;inset:0}.section-banner .banner-container .slider-container>.row{height:100%}.section-banner .slide-title-col{display:flex;flex-direction:column;justify-content:flex-end;padding-left:6.3rem;padding-bottom:2.5rem}@media(max-width: 1199px){.section-banner .slide-title-col{padding-left:4rem;padding-bottom:2rem}}@media(max-width: 767px){.section-banner .slide-title-col{padding-left:2.5rem;padding-right:2.5rem;padding-bottom:1.5rem}}@media(max-width: 579px){.section-banner .slide-title-col{text-align:center;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);border-radius:1.5rem}}.section-banner .slide-title-col .title,.section-banner .slide-title-col .subtitle{color:#fff}@media(max-width: 579px){.section-banner .slide-title-col .title,.section-banner .slide-title-col .subtitle{line-height:1}}