/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap');

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

body { font-family: 'Poppins', sans-serif!important; font-size: 16px; color: #000; line-height: 1.6; background-color: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: #000; text-decoration: none; transition: all 0.3s ease-in-out; }
a:hover { color: #ee0c3d; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }
h1 { font-size: 80px; }
h2 { font-size: 45px; }
h3 { font-size: 26px; }

/* global */
.containerCenter { padding-right: calc((100% - 1000px)/ 2); padding-left: calc((100% - 1000px)/ 2); }
main { padding-top: 0!important; }

/* wrapper */
.wrapper { width: 100%; position: relative; overflow: hidden; }

/* header */
.headerSection { position: absolute; left: 0; top: 0; z-index: 99; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 80px; background-color: rgba(255,255,255,0.6); }
.headerSection .logo { display: block; width: 280px; background-image: none; }
.headerSection .mainMenu { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
.headerSection .menu { display: flex; flex-wrap: wrap; gap: 25px; }
.headerSection .menu li a { color: #000; font-size: 18px; font-weight: 600; }
.headerSection .menu li a:hover { color: #da2c21; }
.headerSection .back { padding: 0 20px; color: #fff; position: relative; display: flex; gap: 5px; align-items: center; font-size: 14px; font-weight: 600; background-image: none; min-height: 42px; border-radius: 10px; background-color: #da2c21; }
.headerSection .back:after { content: ''; width: 0; height: 0; border-width: 6px 0 6px 6px; border-color: transparent transparent transparent #FFFFFF; border-style: solid; }
.headerSection .back:hover { color: #fff; background-color: #000; }
.headerSection .toggle { position: relative; z-index: 9; display: none; align-items: center; width: 26px; height: 32px; background-image: none; }
.headerSection .toggle span { position: relative; display: block; width: 32px; height: 3px; text-indent: -9999px; border-radius: 2px; background: #fff; transition: .2s; }
.headerSection .toggle span:before, .headerSection .toggle span:after { position: absolute; left: 0; display: block; width: 100%; height: 3px; border-radius: 2px; background-color: #fff; transition-duration: .2s,.2s; content: ""; }
.headerSection .toggle span:before { top: -9px; }
.headerSection .toggle span:after { bottom: -9px; }
.headerSection .toggle.is-active span { background: none; }
.headerSection .toggle.is-active span:before { top: 0; transform: rotate(135deg); }
.headerSection .toggle.is-active span:after { bottom: 0; transform: rotate(-135deg); }

/* hero */
.heroSection { width: 100%; min-height: 720px; position: relative; overflow: hidden; }
.heroSection .block { width: 100%; min-height: 720px; position: relative; pointer-events: none; }
.heroSection h1 {  position: absolute; right: 0; bottom: 20%; z-index: 1; color: #fff; text-align: right; font-size: 85px; font-weight: 900; line-height: 1; text-shadow: 3px 3px 15px rgba(0,0,0,0.46); }
.heroSection h1 strong { font-size: 160px; display: block; }
.heroSection .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.heroSection .bg:before { position: absolute; left: 0; bottom: -1px; content: ''; z-index: 2; width: 100%; height: 75px; background: url('https://www.jagranimages.com/images/eicher-tractors/hero-bg.png') center bottom repeat-x; }
.heroSection .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.heroSection .title { padding: 0 20px; position: absolute; right: 0; top: 110px; z-index: 1; color: #fff; width: 100%; text-align: center; font-size: 55px; font-weight: 900; line-height: 1; text-shadow: 3px 3px 15px rgba(0,0,0,0.46); }
.heroSection .title strong { font-size: 90px; display: block; }
.heroSection .swiper { height: 100%; }
.heroSection .desk { display: block; width: 100%; height: 100%; }
.heroSection .mob { display: none; }

/* demo */
.demoSection { padding-bottom: 50px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; background: #e31e23 url('https://www.jagranimages.com/images/eicher-tractors/redbg1.jpg') center bottom repeat-x; }
.demoSection .left { width: 47%; color: #fff; font-size: 16px; line-height: 2; }
.demoSection .right { width: 50%; }
.demoSection .form { padding: 25px; margin: -150px 0 60px 0; max-width: 440px; width: 100%; border-radius: 20px; box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25); background-color: #fff; }
.demoSection h3 { margin-bottom: 20px; font-size: 20px; text-align: center; }
.demoSection .input { margin-bottom: 20px; width: 100%; }
.demoSection .input div { color: #ee0c3d; font-size: 11px; margin-bottom: -10px;}
.demoSection input[type="text"], input[type="email"],input[type="tel"],
.demoSection select { padding: 0 15px; width: 100%; height: 44px; border-radius: 5px; border: 1px solid #b7b7b7; background-color: #fff; outline: none; color: #777; }
.demoSection .button { width: 100%; display: flex; justify-content: center; }
.demoSection .btn { border: 0; cursor: pointer; min-height: 50px; font-weight: 600; border-radius: 10px; transition: all 0.3s ease-in-out; }
.demoSection .left h2 { margin-bottom: 10px; font-size: 30px; color: #fff; line-height: 1.1; }

/* video */
.videoSection { padding-top: 50px; padding-bottom: 50px; width: 100%; position: relative; background: #000 url('https://www.jagranimages.com/images/eicher-tractors/blackbg2.jpg') center bottom repeat-x; }
.videoSection:before { position: absolute; left: 0; bottom: 0; width: 100%; height: 140px; content: ''; background-color: #fff; }
.videoSection h2 { margin-bottom: 20px; color: #fff; text-align: center; font-size: 40px; width: 100%; }
.videoSection .tab { margin-bottom: 40px; width: 100%; }
.videoSection .tab ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
.videoSection .tab ul li a,
.videoSection .tab ul li button { padding: 0 25px; min-height: 50px; font-size: 14px; display: flex; align-items: center; color: #000; font-weight: 600; border: 0; cursor: pointer; border-radius: 10px; background-color: #fff; background-image: none; }
.videoSection .tab ul li a:hover,
.videoSection .tab ul li.is-active a,
.videoSection .tab ul li button:hover,
.videoSection .tab ul li.is-active button { color: #fff; background-color: #da2c21; }
.videoSection .bigVideo { margin-bottom: 40px; width: 100%; }
.videoSection .bigVideo a { position: relative; display: block; }
.videoSection .bigVideo img { width: 100%; height: auto; }
.videoSection .videoIcon { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(0, 0, 0, 0.1); z-index: 1; }
.videoSection .videoIcon:before,
.videoSection .videoIcon svg {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.videoSection .videoIcon:before { content: ""; width: 24px; height: 24px; background-color: #fff; z-index: -1; }
.videoSection .videoIcon svg { width: 70px; height: 60px; display: block; fill: #da251d; }
.videoSection .smallVideo { width: 100%; position: relative; }
.videoSection .smallVideo ul { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.videoSection .smallVideo ul li { padding: 0 15px; width: 33.33%; }
.videoSection .smallVideo ul li a { display: block; position: relative; }
.videoSection .smallVideo ul li a .videoIcon svg { width: 50px; height: 40px; display: block; fill: #da251d; }
.videoSection .smallVideo img { width: 100%; height: auto; }

.overlaypopup { padding: 30px; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; z-index: 1000; } 
.tractorPopup { position: relative; background: #fff; padding: 10px; border-radius: 8px; max-width: 800px; width: 100%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
.videoContainer { position: relative; padding-top: 56.25%; }
.videoContainer iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.close { padding: 12px; fill: #fff; position: absolute; top: -20px; right: -20px; display: flex; align-items: center; justify-content: center; color: #fff; z-index: 5; border: none; font-size: 35px; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; background: #000; overflow: hidden; }

/* feature */
.featureSection { padding-top: 50px; padding-bottom: 50px; width: 100%; position: relative; }
.featureSection h2 { margin-bottom: 20px; color: #000; text-align: center; font-size: 40px; width: 100%; }
.featureSection .text { margin: 0 auto 40px auto; position: relative; z-index: 1; width: 100%; max-width: 800px; font-size: 16px; text-align: center; line-height: 2; }
.featureSection .tab { margin-bottom: 20px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
.featureSection .tab li a,
.featureSection .tab li button { padding: 0 25px; min-height: 50px; font-size: 14px; display: flex; align-items: center; color: #000; font-weight: 600; cursor: pointer; border-radius: 10px; border: 1px solid #da2c21; background-color: #fff; background-image: none; }
.featureSection .tab li a:hover,
.featureSection .tab li.is-active a,
.featureSection .tab li button:hover,
.featureSection .tab li.is-active button { color: #fff; background-color: #da2c21; }
.featureSection .feature { width: 100%; position: relative; /*min-height: 600px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;*/ }
.featureSection .featureBlock { width: 100%; position: relative; min-height: 600px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.featureSection .tractor { width: 52%; position: relative; }
.featureSection .tractor:before { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -50%); content: ''; width: calc(100% + 600px); height: calc(100% + 600px); background: url('https://www.jagranimages.com/images/eicher-tractors/red-bg1.png') no-repeat; background-size: contain; }
/* .featureSection .tractor:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; width: calc(100% + 200px); height: calc(100% + 200px); background: url('https://www.jagranimages.com/images/eicher-tractors/feature-bg.png') no-repeat; background-size: contain; } */
.featureSection .tractor img { position: relative; }
.featureSection .detail { position: absolute; width: 100%; max-width: 200px; text-align: center; font-size: 14px; }
.featureSection .detail.one { left: 3%; top: 0; }
.featureSection .detail.two { right: 3%; top: 0; }
.featureSection .detail.three { left: 0; top: 50%; transform: translateY(-50%); }
.featureSection .detail.four { right: 0; top: 50%; transform: translateY(-50%); }
.featureSection .detail.five { left: 5%; bottom: 0; }
.featureSection .detail.six { right: 5%; bottom: 0; }
.featureSection .detail.seven { left: 50%; top: 0; transform: translateX(-50%); }
.featureSection .detail.eight { left: 50%; bottom: 0; transform: translateX(-50%); }
.featureSection .icon { padding: 20px; margin: 0 auto 20px auto; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; background: url('https://www.jagranimages.com/images/eicher-tractors/feature-icon-bg.png') no-repeat; background-size: contain; }
.featureSection .detail h3 { margin-bottom: 10px; font-size: 16px; }
/* .featureSection .feature.one .tractor:before { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -50%); content: ''; width: calc(100% + 600px); height: calc(100% + 600px); background: url('https://www.jagranimages.com/images/eicher-tractors/feature-bg1.png') no-repeat; background-size: contain; } */
.featureSection .feature.one .tractor:before { background: url('https://www.jagranimages.com/images/eicher-tractors/feature-bg1.png') no-repeat; background-size: contain; }
.featureSection .feature.one .detail { padding: 20px 15px 20px 35px; max-width: 240px; width: 100%; text-align: left; box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1); background-color: #fff; transition: all 0.3s ease-in-out; }
.featureSection .feature.one .detail h3 { padding-right: 20px; margin-bottom: 0; cursor: pointer; position: relative; }
.featureSection .feature.one .detail h3:after { position: absolute; right: 0; top: 0; content: '+'; font-weight: 700; cursor: pointer; }
.featureSection .feature.one .detail.active h3:after { content: '-'; }
.featureSection .feature.one .detail p { height: 0px; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; }
.featureSection .feature.one .detail.active p { margin-top: 10px; height: 100%; opacity: 1; visibility: visible; }
.featureSection .feature.one .icon { padding: 10px; position: absolute; left: 0; top: 8px; transform: translateX(-50%); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #1121b4;; }
/* .featureSection .feature.two .tractor:before { position: absolute; left: 55%; top: 60%; transform: translate(-50%, -50%); content: ''; width: calc(100% + 100px); height: calc(100% + 100px); background: url('https://www.jagranimages.com/images/eicher-tractors/feature-bg2.png') no-repeat; background-size: contain; } */
.featureSection .feature.two .tractor:before { background: url('https://www.jagranimages.com/images/eicher-tractors/yellow-bg1.png') no-repeat; background-size: contain; }
.featureSection .feature.yellow .tractor:before { background: url('https://www.jagranimages.com/images/eicher-tractors/yellow-bg1.png') no-repeat; background-size: contain; }
.featureSection .feature.two .detail { max-width: 210px; width: 100%; text-align: left; display: block; }
.featureSection .feature.two .detail h3 { margin-bottom: 0; }
.featureSection .feature.two .icon { margin: 0 0 20px 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; border: 1px solid #da2c21; }
.featureSection .feature.two .detail.one { left: 0; }
.featureSection .feature.two .detail.two { right: 0; text-align: right; }
.featureSection .feature.two .detail.four { text-align: right; }
.featureSection .feature.two .detail.five { left: 0; }
.featureSection .feature.two .detail.six { right: 0; text-align: right; }
.featureSection .feature.two .detail.three,
.featureSection .feature.two .detail.four { top: 50%; transform: translateY(-50%); }
.featureSection .number { margin-bottom: 10px; position: relative; width: 120px; }
.featureSection .number strong { padding-right: 8px; position: relative; color: #f9c500; font-weight: 400; background-color: #fff; }
.featureSection .number:before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; width: 100%; height: 2px; background-color: #f9c500; }
.featureSection .feature.two .detail.two .icon,
.featureSection .feature.two .detail.four .icon,
.featureSection .feature.two .detail.six .icon,
.featureSection .feature.two .detail.two .number,
.featureSection .feature.two .detail.four .number,
.featureSection .feature.two .detail.six .number { margin-left: auto; }
.featureSection .feature.two .detail.two .number strong,
.featureSection .feature.two .detail.four .number strong,
.featureSection .feature.two .detail.six .number strong { padding-right: 0; padding-left: 8px; }
.featureSection .feature.redbg .tractor:before { background: url('https://www.jagranimages.com/images/eicher-tractors/red-bg1.png') no-repeat; background-size: contain; }
.featureSection .feature.yellow .icon { background-color: #ffc708; }
.featureSection .feature.redbg .icon { background-color: #da2c21; }
.featureSection .feature.gray .tractor:before { background: url('https://www.jagranimages.com/images/eicher-tractors/gray.jpg') no-repeat; background-size: contain; }
.featureSection .feature.gray .icon { background-color: #6b6b6b; }


/* article */
.articleSection { padding-top: 50px; padding-bottom: 50px; width: 100%; position: relative; background-color: #f4f2f2; }
.articleSection h2 { margin-bottom: 20px; color: #000; text-align: center; font-size: 40px; width: 100%; }
.articleSection .tab { margin-bottom: 40px; width: 100%; }
.articleSection .tab ul { margin-bottom: 20px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
.articleSection .tab ul li a,
.articleSection .tab ul li button { padding: 0 25px; min-height: 50px; font-size: 14px; display: flex; align-items: center; color: #000; font-weight: 600; cursor: pointer; border-radius: 10px; border: 1px solid #da2c21; background-color: #fff; background-image: none; }
.articleSection .tab ul li a:hover,
.articleSection .tab ul li.is-active a,
.articleSection .tab ul li button:hover,
.articleSection .tab ul li.is-active button { color: #fff; background-color: #da2c21; }
.articleSection .scroll { padding-bottom: 10px; margin: 0 -15px; display: flex; overflow-x: auto; overflow-y: hidden; }
.articleSection .block {width: 100%; display: flex; justify-content: center; }
.articleSection .item { padding: 0 15px; width: 33.33%; }

/* card article */
.cardArticle { width: 100%; }
.cardArticle .image { margin-bottom: 20px; width: 100%; }
.cardArticle .image img {  width: 100%; height: auto; border-radius: 20px; }
.cardArticle .text { width: 100%; font-size: 16px; line-height: 2; }
.cardArticle .text p { margin-bottom: 10px; }
.cardArticle .date { font-size: 12px; color: #da2c21; }

/* reel */
.reelSection { padding-top: 50px; padding-bottom: 50px; width: 100%; position: relative; }
.reelSection h2 { margin-bottom: 20px; color: #000; text-align: center; font-size: 40px; width: 100%; }
.reelSection .scroll { padding-bottom: 10px; display: flex; overflow-x: auto; overflow-y: hidden; }
.reelSection .block { display: flex; margin: 0 -15px; }
.reelSection .item { padding-left: 15px; padding-right: 15px; width: 245px; }
.reelSection .swiper { display: flex; flex-wrap: wrap; justify-content: center; }
.reelSection .swiper-button-prev,
.reelSection .swiper-button-next { padding: 10px; margin: 20px 7px 0 7px; position: relative; left: unset; right: unset; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: #000; }
.reelSection .swiper-button-prev:after,
.reelSection .swiper-button-next:after { font-size: 16px; color: #fff; }
.reelSection .swiper-button-next { padding-left: 14px; }

/* card reel */
.cardReel { width: 100%; height: 100%; }
.cardReel figure { width: 100%; height: 100%; position: relative; border-radius: 35px; overflow: hidden; }
.cardReel figure span { width: 100%!important; height: 100%!important; display: block!important; }
.cardReel figure a { display: block; position: relative; }
.cardReel figure a:before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25); z-index: 1; }
.cardReel figure img { width: 100%; height: auto; transition: all 0.3s ease-in-out; }
.cardReel:hover figure img { transform: scale(1.2); }
.cardReel .videoIcon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.cardReel .videoIcon:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ""; width: 18px; height: 18px; background-color: #fff; z-index: -1; }
.cardReel .videoIcon svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; height: 50px; display: block; fill: #da251d; }

/* footer */
.footerSection { padding-top: 50px; padding-bottom: 50px; position: relative; width: 100%; background-color: #000; }
.footerSection h2 { margin-bottom: 15px; font-size: 20px; text-align: center; color: #fff; }
.footerSection .social { margin-bottom: 15px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; }
.footerSection .social li a { width: 35px; display: block; background-image: none; transition: all 0.3s ease-in-out; }
.footerSection .social li a:hover { transform: scale(1.3); }
.footerSection .copyright { font-size: 10px; color: #fff; width: 100%; text-align: center; }
.footerSection .back { padding: 0 20px; position: absolute; right: 20px; bottom: 20px; color: #fff; display: flex; gap: 5px; align-items: center; font-size: 14px; font-weight: 600; background-image: none; min-height: 42px; border-radius: 10px; background-color: #da2c21; }
.footerSection .back:after { content: ''; width: 0; height: 0; border-width: 6px 0 6px 6px; border-color: transparent transparent transparent #FFFFFF; border-style: solid; }
.footerSection .back:hover { color: #fff; background-color: #6d6d6d; }

.enquiry { padding: 20px 10px; font-size: 18px; position: fixed; right: 0; top: 50%; transform: translateY(-50%) rotate(180deg); font-weight: 700; z-index: 9; writing-mode: vertical-rl; color: #fff; transition: all 0.3s ease-in-out; /*opacity: 0; visibility: hidden;*/ background-color: #000; }
.enquiry:hover { color: #fff; background-color: #da251d; }
.enquiry.show { opacity: 1; visibility: visible; }

.captcha{padding: 0 0px 28px; color:#000000;}
.captcha span{display: inline-block; padding: 0 1px; font-size: 14px; font-weight:bold;}
.captcha span input[type=text]{width: 83%;margin-left: 7px;}
.message, .statusCode{clear: left; padding: 0px 10px; font-size: 11px; margin-top: -24px; padding-bottom: 28px; display: block;}
.message{color: #000;}
.statusCode{color: #00ba22;}


@media screen and (max-width: 1040px)  {
   .containerCenter { padding-left: 20px; padding-right: 20px; }
}

@media screen and (max-width: 991px)  {
   .headerSection .logo { width: 200px; }
   .headerSection .mainMenu { gap: 30px; }
   .headerSection .menu li a { font-size: 14px; }

   .heroSection { min-height: 620px; }
   .heroSection .block  { min-height: 620px; }
   .heroSection h1 { bottom: 12%; font-size: 65px; }
   .heroSection h1 strong { font-size: 130px; }
   .heroSection .title { top: 100px; font-size: 35px; }
   .heroSection .title strong { font-size: 60px; }

   .demoSection { background-size: 500px; }
   .demoSection .left { font-size: 16px; }
   .demoSection .left h2 { font-size: 30px; }

   .videoSection { background-size: 500px; }
   .videoSection:before { height: 140px; }
   .videoSection h2 { font-size: 35px; }

   .featureSection h2 { font-size: 35px; }
   /* .featureSection .feature { min-height: 650px; }
   .featureSection .icon { width: 80px; height: 80px; }
   .featureSection .detail { max-width: 160px; width: 100%; font-size: 14px; }
   .featureSection .detail h3 { font-size: 16px; }
   .featureSection .feature.one .detail { padding-left: 28px; max-width: 220px; }
   .featureSection .feature.one .icon { padding: 10px; width: 40px; height: 40px; }
   .featureSection .feature.two .detail { max-width: 200px; }
   .featureSection .feature.two .icon { width: 65px; height: 65px; } */
   .featureSection .feature.one .icon { padding: 10px; width: 40px; height: 40px; }

   .articleSection h2 { font-size: 35px; }
   
   .reelSection h2 { font-size: 35px; }
}

@media screen and (max-width: 767px)  {
   .headerSection { min-height: 70px; }
   .headerSection .logo { width: 230px; }
   .headerSection .back { padding: 0 15px; font-size: 11px; min-height: 38px; }
   .headerSection .menu { padding-top: 15px; position: absolute; left: 100%; top: 70px; display: block; height: calc(100svh - 70px); transition: all 0.3s ease-in-out; gap: 0; width: 100%; background-color: #000; }
   .headerSection .menu.is-active { left: 0; }
   .headerSection .menu li { padding: 10px 15px; width: 100%; text-align: center; }
   .headerSection .menu li a { font-size: 20px; color: #fff; }
   .headerSection .toggle { display: flex; }

   .heroSection,
   .heroSection .block  { padding: 0; min-height: 400px; }
   /* .heroSection .bg { position: relative; } */
   .heroSection .bg:before { height: 58px; background-position: center top; }
   .heroSection h1 { font-size: 45px; }
   .heroSection h1 strong { font-size: 90px; }
   .heroSection .title { top: 90px; font-size: 20px; }
   .heroSection .title strong { font-size: 30px; }

   .demoSection { padding-top: 50px; }
   .demoSection .left { margin-bottom: 20px; width: 100%; }
   .demoSection .right { width: 100%; }
   .demoSection .form { margin-top: 0; max-width: 100%; }

   .videoSection { padding-bottom: 30px; background-size: 300px; }
   .videoSection:before { height: 70px; }
   .videoSection .tab ul { gap: 10px; }
   .videoSection .tab ul li a,
   .videoSection .tab ul li button { padding: 0 10px; font-size: 11px; min-height: 40px; }
   .videoSection .bigVideo { margin-bottom: 30px; }
   .videoSection .smallVideo ul { margin-left: -10px; margin-right: -10px; }
   .videoSection .smallVideo ul li { padding: 0 10px; }
   .videoSection .smallVideo ul li a .videoIcon svg { height: 30px; }
   .videoSection .videoIcon:before { width: 20px; height: 20px; }


   .featureSection { padding-top: 20px; }
   .featureSection .text { font-size: 14px; }
   .featureSection .tab { gap: 10px; }
   .featureSection .tab li a,
   .featureSection .tab li button { padding: 0 10px; font-size: 11px; min-height: 40px; }
   /* .featureSection .feature { padding-left: 15px; min-height: unset; gap: 20px; justify-content: space-between; align-items: flex-start; } */
   .featureSection .featureBlock { padding-left: 15px; min-height: unset; gap: 20px; justify-content: space-between; align-items: flex-start; }
   .featureSection .tractor { margin-left: -15px; width: calc(100% + 15px); }
   .featureSection .tractor:before { width: calc(100% + 300px); height: calc(100% + 300px); }
   .featureSection .feature.one .detail { width: 100%; }
   .featureSection .icon { padding: 16px; margin-bottom: 15px; width: 60px; height: 60px; }
   /* .featureSection .feature.one .tractor:before { width: calc(100% + 300px); height: calc(100% + 300px); } */
   .featureSection .feature.one .detail { max-width: 100%; width: 45%; }
   .featureSection .detail { position: relative; left: unset; top: unset; bottom: unset; right: unset; font-size: 12px; width: 45%; }
   .featureSection .detail.one,
   .featureSection .detail.three,
   .featureSection .detail.five { left: unset; }
   .featureSection .detail.two,
   .featureSection .detail.four,
   .featureSection .detail.six { right: unset; }
   .featureSection .detail.five,
   .featureSection .detail.six { bottom: unset; }
   .featureSection .detail.three,
   .featureSection .detail.four { transform: unset; }
   .featureSection .detail h3 { font-size: 14px; }
   .featureSection .feature.one .detail h3 { padding-right: 10px; }
   .featureSection .number { margin-bottom: 10px; }
   /* .featureSection .feature.two .tractor:before { top: 50%; width: 100%; height: 100%; } */
   .featureSection .feature.two .icon { padding: 10px; width: 44px; height: 44px; }
   .featureSection .feature.two .detail { max-width: 100%; width: 45%; }
   .featureSection .feature.two .detail.three,
   .featureSection .feature.two .detail.four { top: unset; transform: unset; }
   .featureSection .feature.two .detail.three .icon,
   .featureSection .feature.two .detail.three .number { margin-left: auto; text-align: right; }
   .featureSection .feature.two .detail.three .number strong { padding-right: 0; padding-left: 8px; }
   .featureSection .feature.two .detail.four { text-align: left; }
   .featureSection .feature.two .detail.four .icon,
   .featureSection .feature.two .detail.four .number { margin-left: 0; text-align: left; }
   .featureSection .feature.two .detail.four .number strong { padding-right: 8px; padding-left: 0; }
   .featureSection .detail.seven { left: unset; top: unset; transform: unset; }
   .featureSection .detail.eight { left: unset; top: unset; transform: unset; }

   .articleSection .tab ul { gap: 15px; }
   .articleSection .tab ul li a,
   .articleSection .tab ul li button { padding: 0 15px; font-size: 11px; min-height: 40px; }
   .articleSection .block { display: block; align-items: flex-start; }
   .articleSection .item { margin-bottom: 20px; width: 100%; display: inline-block; white-space: normal; }
   .articleSection .item:last-child { margin-bottom: 0; }
   .articleSection .scroll { display: flex; }

   .reelSection .item { width: 220px; display: inline-block; white-space: normal; }

   .footerSection { text-align: center; }
   .footerSection .back { margin: 15px auto 0 auto; position: relative; right: unset; bottom: unset; display: inline-flex; }

   .enquiry { padding: 10px; font-size: 14px; }
}

@media screen and (max-width: 479px)  {
   .heroSection,
   .heroSection .block  { /*min-height: 420px;*/ min-height: 60px; min-height: unset; }
   .heroSection h1 { font-size: 35px; }
   .heroSection h1 strong { font-size: 70px; }
   /* .heroSection .title { font-size: 25px; }
   .heroSection .title strong { font-size: 40px; } */
   .heroSection .bg { position: relative; }
   .heroSection .bg:before { height: 110px; background: url('https://www.jagranimages.com/images/eicher-tractors/hero-bgm.png') center top repeat-x; }
   .heroSection .bg img { object-fit: unset; height: auto; }
   .heroSection .desk { display: none; }
   .heroSection .mob { display: block; }
   .heroSection .title { top: 90px; font-size: 20px; }
   .heroSection .title strong { font-size: 30px; }

   .demoSection .form { margin-top: -80px; }

   .featureSection .feature.one .detail { max-width: 100%; width: 100%; }

   .videoSection:before { height: 60px; }
   .videoSection .bigVideo { height: 200px; }
   .videoSection .bigVideo a { height: 100%; }
   .videoSection .bigVideo img { height: 100%; object-fit: cover; object-position: center center; }
   .videoSection .smallVideo ul li a { height: 70px; display: block; }
   .videoSection .smallVideo ul li a img { height: 100%; width: 100%; object-fit: cover; object-position: center center; }
   .cardReel .videoIcon svg { width: 40px; height: 30px; }
}