@font-face{
    font-family:'Toyota Regular';
    src:url(/fonts/toyota/ToyotaType-Book.woff2) format("woff2"),
    url(/fonts/toyota/ToyotaType-Book.woff) format("woff");
    font-style:normal;font-weight:normal;font-display:swap
}
/*{
    border: 1px solid black;
} */
html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family:'Montserrat'; */
    font-family:'Toyota Regular';
    overflow-x: hidden;
}
.container{
    width:1200px;
    margin: 0 auto;
    /* background-color: yellow; */
}
.page{
    animation: fadeIn 0.2s ease-in-out;
}
.red-line{
    background-color: red;
    height: 3px;
    width:30%;
}
.header-info{
    height: 100px;
    /* background-color: green; */
    width: 100%;
    display: flex;
    align-items: center;
}
.navigation{
    background-color: #282830;
}
.navigation-inner{
    display: flex;
}
.navigation-inner .navigation-item{
    color: white;
    /* background-color: red; */
    padding: 10px 20px;
}
.navigation-inner .navigation-item a{
    color:white;
    text-decoration: none;
    font-size: 15px;
}
.navigation-item-active{
    border-bottom: 3px solid red;
}
.left-item{
    margin-right: 50px;
}
.right-item{
    margin-left: auto;
}
.logo{
   /* width:300px;
    height: 80px;*/
    margin-left: 40px;
}
.logo img{
   /* width: 100%;
    height: 100%;
    object-fit: cover;*/
    height:55px;
}
.soc-network{
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.soc-network a{
    margin-right: 10px;
    color: #282830;
    font-size: 20px;
}
.hero-section{
    width: 100%;
    height: 100%;
}
.hero-section img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.intro{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.decoration-line{
    background-color: red;
    height: 2px;
    width: 100px;
    display: inline-block;
}
.intro-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.intro-title h1{
    font-size: 20px;
    margin: 0px;
}
h1{
    /*color:#21438b;*/
}
.usp{
    margin-top:40px;
    margin-bottom:40px;
}
.decoration-line-vertical{
    background-color: red;
    height: 150px;
    width: 2px;
    position: absolute;
    top:0px;
    left: -15px;
}
.usp-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.usp-item{
    width: calc(100% / 3 - 25px);
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    margin-right: 25px;
}
.usp-full-width{
    width: 100%;
}
.usp-title{
    margin-top: 10px;
    margin-bottom: 10px;
}
.usp-title h2{
    font-size: 18px;
    margin: 0px;
    text-align: center;
}
.usp-item-number{
    font-size: 35px;
    color: red;
}
.usp-item-title{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.usp-item-text p{
    padding-left: 25px;
}
.alternate{
    display: flex;
    flex-wrap: wrap;
}
.alternate:nth-child(even){
    flex-direction: row-reverse;
}
.alternate:nth-child(even) .alternate-content{
    margin-right: auto;
    margin-left: unset;
}
.alternate-revers:nth-child(odd){
    flex-direction: row-reverse!important;
}
.alternate-revers:nth-child(odd) .alternate-content{
    margin-right: auto;
    margin-left: unset;
}
.alternate-revers:nth-child(even){
    flex-direction: row!important;
}
.alternate-revers:nth-child(even) .alternate-content{
    /*margin-right: auto;*/
    margin-left: auto;
}
.alternate-visual{
    width: 50%;
}
.alternate-visual img{
    width: 100%;
}
.alternate-title{
    font-size: 20px;
    margin-bottom: 20px;
}
.alternate-title-multi{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:10px;
}
.alternate-content{
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
    margin-left: auto;
}
.alternate-cta{
    margin-top: 20px;
    margin-bottom: 20px;
}
.alternate-cta a{
    font-size: 13px;
    color: white;
    text-decoration: none;
    background-color: #282830;
    padding: 10px 20px;
}
.column{
    position: relative;
}
.column-title{
    margin-bottom: 20px;
}
.column-inner{
    display: flex;
    flex-wrap: wrap;
}
.column-x2{
    width: calc(100% / 2 - 25px);
    margin-top:10px;
}
.column-x2:nth-child(2){
    margin-left: auto;
}
.column-x2 img{
    width: 100%;
}
.smart-block{
    margin-top: 40px;
    position: relative;
    /*background-image: url('/images/footer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;*/
}
.smart-block img{
    width:100%;
}
.smart-block-content{
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(-50% , -50%);
    text-align: center;
    background-color: #282830d4;
    padding: 10px;
}
.smart-block-content span{
    display: block;
    font-weight: bold;
    color: white;
}
.smart-block-content a{
    text-decoration: none;
    color: white;
}
.footer{
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.footer-logo{
    width: 100%;
    margin-bottom: 20px;
}
.footer-column{
    width: calc(100% /3 - 25px);
    margin-right: 25px;
    /* background-color: red; */
}
.footer-logo-img{
    width: 100px;
}
.footer-logo-img img{
    width:100%;
}
.footer-column-item{
    margin-bottom: 15px;
}
.footer-column-item a{
    text-decoration: none;
    color: black;
    margin-left: 15px;

}
.footer-icon{
    font-size: 20px;
}
.promotions{
    display: flex;
    flex-wrap: wrap;
    /* background-color: red; */
}
.promotion-box{
    width: calc(100% / 2 - 25px);
    /*margin-left: auto;*/
    /*border: 1px solid #f5f5f5;*/
    margin-top: 25px;
}
.promotion-box:nth-child(even){
    margin-left: auto;
}
.promotion-box-image img{
    width:100%;

}
.promotion-box-title{
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.promotion-box-subtitle{
    color: lightgray;
    text-align: center;
    margin-bottom: 10px;
}
.promotion-box-price{
    font-weight: bold;
    text-align: center;
}
.promotion-box-cta{
    margin-top: 30px;
    text-align: center;
}
.promotion-box-cta a{
    color: white;
    background-color: #282830;
    padding: 10px 20px;
    text-decoration: none;
}
.promotion-footer{
    background-color: #f5f5f5;
    height: 100px;
    width: 100%;
    margin-top: -10px;
}
.mobile-menu{
    display: none;
}
.showPanel{
    margin-right: 0!important;
    opacity: 1!important;
    height: auto!important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:31px;
}
.soc-network-mob{
    display: none;
}
.reachOutCta{
    background-color: #282830;
    color: white;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);    
    transform:rotate(-90deg);
    position: absolute;
    top: 35%;
    right: -70px;
    padding: 10px 20px;
}
.reachOutPanel{
    background-color: #282830;
    position: absolute;
    top: 27%;
    right: -100%;
    padding: 35px;
    transition: right 0.4s ease-in-out;
    min-height:180px;
}
.showReachOutPanel{
    right: 0px;
}
.reachOutCta:hover{
    cursor: pointer;
}
.closeItem{
    color: white;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.closeIcon:hover{
    cursor: pointer;
}
.reachOutPanelItem{
    margin-bottom: 5px;
}
.reachOutPanelItem a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
@media screen and (max-width:1220px){
    .red-line{
        display: none;
    }
    .hero-section {
        /*height:50vh;*/
    }
    .container{
        width: 90%;
    }
    .navigation{
        height: 0px;
        margin-right: 130%;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
    .navigation-inner{
        flex-direction: column;
        padding-top: 15px;
    }
    .navigation-item-active{
        border-bottom: unset;
        border-left: 3px solid red;
    }
    .right-item.only-flex{
        flex-direction: column;
    }
    .right-item{
        margin-left: unset;
    }
    .header-info{
        display: none;
    }
    .mobile-menu .mob-logo{
        /*margin-left: auto;
        margin-right:0px;*/
        height: 35px;
       /* background-color: #f5f5f5;*/
        width: 100px;
        text-align: center;
        margin-left: auto;
        margin-right: -20px;
        /*display:flex;*/
    }
    .mobile-menu .mob-logo img{
        padding:5px;
        height:80%;
    }
    .mobile-menu{
        display: flex;
        border-bottom: 1px solid #42424e;
        position: fixed;
        width: 100%;
        z-index: 100;
        top:0;
        background-color: #282830;
        align-items: center;
    }
    .hamburger-menu{
        margin-left: 20px;
        color: white;
    }
    .hamburger-menu:hover{
        cursor: pointer;
    }
    .soc-network-mob{
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #42424e;
    }
    .soc-network-mob a{
        color: lightgray;
        margin-right: 5px;
    }
    .page{
        margin-top: 31px;
    }
    /*New style*/
    .assets-description .singleAsset{
        width:50%!important;
    }

}
@media screen and (max-width:800px){
    .intro{
        width: 90%;
    }
    .usp-content{
        flex-direction: column;
    }
    .usp-item{
        width: 100%;
    }
    .alternate{
        flex-direction: column;
    }
    .alternate-visual{
        width: 100%;
    }
    .alternate-content{
        width: 100%;
        margin-bottom: 20px;
    }
    .column-inner{
        flex-direction: column;
    }
    .column-x2{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-column{
        width: 100%;
    }
}
@media screen and (max-width:700px){
    .promotion-box{
        width: 100%;
    }
}
@media screen and (max-width:550px){
    .hero-section {
        /*height:30vh;*/
    }
    .reachOutCta{
        position: fixed;
        top: unset!important;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
        -webkit-transform: unset;; 
        -moz-transform: unset;;    
        transform:unset;
        z-index: 100;
    }
    .reachOutPanel{
        position: fixed;
        top:unset;
        bottom: 0px;
        width: 100%;
        padding: 0px;
        z-index: 1000;
        text-align: center;
        padding:40px 0px;
    }
    iframe{
        height: 800px!important;
        overflow-x: hidden;
    }
    .gallery-item{
        width:100%!important;
        padding:0px!important;
    }
    .youtube-video{
        height:300px!important;
        width:100%!important;
    }
     .smart-block-content{
        width:90%;
        padding:0px;
    }
}
.only-flex{
    display: flex;
}
.test{
    background-color: red;
    width: 100%;
    height: 400px;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
iframe{
    height: 390px;
    border: none;
    width: 100%;
}



.custom-accordion{
    height: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.custom-accordion-show{
    height: 100%;
    opacity: 1;
}


@media screen and (max-width:1060px){
    .two-columne-content{
        width: 100%!important;
    }
    .two-columne-img{
        width:100%!important;
        padding: 0px!important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.two-column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.two-columne-img, .two-columne-content{
    width:50%;
}
.two-columne-img img{
    width: 100%;
}
.two-columne-img{
    box-sizing: border-box;
    padding: 0px 40px;
}
.two-columne-text-title{
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}
.gallery{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.gallery-item{
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
}
.gallery-item img{
    width:100%;
}
.youtube-video{
    height: 300px;
}
.go-back-cta{
    background-color: #282830;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
}
.arrow-icon{
    margin-left: -5px;
}
.form-title h1{
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.img-full-width-container{
    width:100%;
}
.img-full-width-container img{
    width:100%;
}
.newGallery{
    display: flex;
} 

.newGallery{
    flex-wrap: wrap;
}
.newGallery.gallery-l2 .gallery-item{
    width:50%; 
    text-align: center;   
}
.newGallery.gallery-l2 .gallery-item img{
    width:100%;    
}

.alternate-text{
    line-height: 22px;
}
.mini-assets{
    display: flex;
}
.mini-assets img{
    width:25%;
}
.full-width-container{
    width:100%;
    /*background-color: #22428b29;*/
    padding: 20px 0px;
}


/*New style*/
.assets-description{
    display: flex;
    flex-wrap: wrap;
}
.assets-description .singleAsset{
    width:25%;
}
.assets-description .singleAsset img{
    width:100%;
    height: 95px;
    object-fit: cover;
}
.assets-description .singleAsset span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #21438b;
}

.assets-description .singleAsset.row-3{
    width:33.3%;
}

.cover-box{
    width: 100%;
}
.cover-box img{
    width: 100%;
}
.bold-p{
    font-size: 20px;
    font-weight: bold;
}


/*New style*/
.assets-description{
    display: flex;
    flex-wrap: wrap;
}
.assets-description .singleAsset{
    width:25%;
}
.assets-description .singleAsset img{
    width:100%;
    height: 95px;
    object-fit: cover;
}
.assets-description .singleAsset span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #21438b;
}

.assets-description .singleAsset.row-3{
    width:33.3%;
}

/*Style 23.09*/
.single-img{
    text-align: center;
}

/*New form style*/
.form-wrapper-flex{
    display: flex;
}
.form-wrapper-background{
    background-color: lightgray;
    padding: 50px 0px;
    position: relative;
}
.form-inner-left{
    width: 50%;
    padding-right:20px;
}
.form-inner-right{
    width: 50%;
    padding-left: 20px;
}
.form-field{
    display: flex;
    flex-direction: column;
    padding:5px 0px;
}
.form-field-inputs{
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 2px;
}
.form-field-select{
    width: 100%;
    height: 37px;
    border: none;
    outline: none;
    border-radius: 2px;
}
.sendMail{
    background-color: black;
    color: white;
    width: 100%;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    margin-top: 15px;
}
.hideMsg{
    display: none!important;
}
#errorMsg{
    background-color:#f8d7da;
    color: #721c24;
    padding: 10px;
}
#successMsg{
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
}



#formSpiner{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width:600px){
    .form-wrapper-flex{
        flex-direction: column;
    }
    .form-inner-left{
        width: 100%;
    }
    .form-inner-right{
        width: 100%;
        padding-left:0px;
    }
    .single-img img{
        width:100%;
    }
}
