body {
  background-color: #fff;
  white-space: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2420 - 300)));
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #191919;
}
html {
  scroll-behavior: smooth;
}
/*************************
*******Typography******
**************************/
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/OpenSans-CondensedLightItalic.woff2') format('woff2'), url('../fonts/OpenSans-CondensedLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'), url('../fonts/OpenSans-CondensedLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/OpenSans-CondensedBold.woff2') format('woff2'), url('../fonts/OpenSans-CondensedBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('FuturaBT-Light.eot');
  src: local('Futura Light BT'), local('FuturaBT-Light'), url('../fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Light.woff') format('woff'), url('../fonts/FuturaBT-Light.ttf') format('truetype'), url('../fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('FuturaBT-Medium.eot');
  src: local('Futura Medium BT'), local('FuturaBT-Medium'), url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype'), url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('Futura-Bold.eot');
  src: local('Futura Bold'), local('Futura-Bold'), url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Bold.woff') format('woff'), url('../fonts/Futura-Bold.ttf') format('truetype'), url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*************************
*******Typography******
**************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}
a:focus {
  outline: 0px auto;
  outline-offset: 0px;
}
a, img {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:hover {
  outline: 0;
  transition: all .5s;
}
a:hover, a:focus {
  outline: 0;
  border: 0;
  transition: all .5s;
}
h1 {
  font-size: calc(22px + (44 - 22) * ((100vw - 300px) / (2420 - 300)));
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: calc(20px + (38 - 20) * ((100vw - 300px) / (2420 - 300)));
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (2420 - 300)));
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2420 - 300)));
  font-family: 'Open Sans', sans-serif;
}
img {
  max-width: 100%;
}
.slick-prev {
  left: -20px;
  background: url('../images/arrow-left.png');
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slick-next {
  right: -20px;
  background: url('../images/arrow-right.png');
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wrapper {

     background: url(../images/wrapper-bg.png) no-repeat scroll 0 0;
    background-size: 100%;
    background-position: -3px 850px;
}
/* header */
header {
  padding: 5px 15px 15px;
  background-color: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}
.logo {
  float: left;
  padding: 18px 0 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.texthead {
  float: right;
  padding: 28px 0 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  font-family: 'Futura';
}
.logo img {
  height: 45px;
}
/* banner */
.banner {
  padding: 10px 0;
  background: #fff;
  margin-bottom: 0;
}
.banner img {
  width: 100%;
}
.btn {
  display: inline-block;
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 100%;
}
.btn a {
  color: #000000;
  background: #f2c831;
  background: -webkit-linear-gradient(top, #f2c831, #faf9c0, #ffe556);
  background: linear-gradient(top, #f2c831, #faf9c0, #ffe556);
  line-height: 58px;
  border-radius: 10px;
  padding: 0 26px;
  font-size: 26px;
  display: inline-block;
  margin: 1px 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.btn a:hover {
  padding: 0 30px;
}
.banner-cont h1 {
  text-align: left;
  color: #00a1e4;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-cont {
  padding-top: 75px;
}
.banner-cont p {
  font-size: 21px;
  width: 72%;
  line-height: 1.5;
  margin-bottom: 30px;
  font-style: italic;
}
.banner-cont img {
  max-width: 600px;
}
.banner-cont figure {
  margin-bottom: 20px;
}
.banner-offer img {
  max-width: 420px;
}
.banner-img {
  position: relative;
  text-align: right;
}
.banner-img figure {
  display: inline-block;
  max-width: 480px;
}
.banner-list-wrap {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
}
.banner-list-wrap li {
  float: left;
  width: 25%;
}
.banner-list-wrap li figure {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  text-align: right;
}
.banner-list-wrap img.banner-icon4 {
  max-height: 70px;
  width: auto;
}
.banner-list-wrap li .list-cont {
  float: left;
  width: calc(100% - 60px);
}
.banner-list-wrap li .list-cont h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-list-wrap li .list-cont p {
  font-size: 14px;
  color: #000000;
}
.banner-list-wrap li .list-cont p span {
  display: block;
}
.banner-condition {
  font-style: italic;
  color: #000000;
  font-size: 13px;
  text-align: right;
  font-weight: 600;
}
/* banner */
/* Section 3 */
.feature-section {
  padding: 35px 15px 70px;
  position: relative;
  background: url('../images/wrapper-bg.png') no-repeat scroll 0 0;
  background-size: cover;
  background-color: #e8e8e8;
  background-blend-mode: color-burn;
}
.feature-box {
  position: relative;
}
.feature-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 7%;
  text-align: center;
}
.feature-box h4 {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 5px;
}
.feature-box h4 strong {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Open Sans Condensed';
  font-size: 60px;
  line-height: 50px;
}
.feature-box h4 span {
  display: block;
}
.feature-cont p {
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px;
  min-height: 112px;
}
.feature-cont p strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 700;
}
.feature-box-wrap {
  position: relative;
}
.feature-cont figure {
  margin-bottom: 5px;
}
/* .feature-box-hover { background: #fff; padding: 25px;border-radius: 0; width: 660px; margin: 0 auto; } */
/* .feature-box-hover {position: absolute;background: #fff;visibility: hidden;z-index: 999;min-width: 100%;padding: 0;border-radius: 0;top: 94%;left: 0;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;opacity: 0; } */
/* .feature-box-wrap:hover .feature-box-hover{ visibility: visible;opacity: 1;} */
/* .feature-box-hover-1 { padding: 35px 50px 5px; } */
.card-block {
  border-radius: 20px;
  border: 2px solid #11a6ea;
  min-height: 155px;
  margin: 0px 0 15px;
  text-align: center;
  padding: 10px 6px;
}
.card-block img {
  max-width: 52px;
}
.card-block img.feature-icon-1 {
  max-width: 90px;
}
.card-block figure {
  margin: 0 0 5px;
  min-height: 53px;
}
/* .card-block-4 figure { margin: 0 0 5px;}  */
.card-block p {
  color: #1d1d1b;
  font-size: 12px;
  margin: 0;
}
.list-ac-wrap {
  overflow: hidden;
}
.list-ac-wrap ul {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 15px 35px 35px;
}
.list-ac-block {
  text-align: center;
  margin-bottom: 15px;
}
.list-ac-block img.feature-ac-4, .list-ac-block img.feature-ac-6 {
  max-height: 100px;
}
.list-ac-block img.feature-ac-5 {
  margin-top: 10px;
}
.list-ac-block img.feature-ac-1 {
  margin-top: 12px;
}
.list-ac-wrap li:first-child .list-ac-block img {
  max-width: 290px;
}
.list-ac-wrap ul li {
  float: left;
  width: 33.33%;
  min-height: 160px;
  text-align: center;
}
.list-ac-block figure {
  position: relative;
  z-index: 9;
}
.list-ac-block h3 {
  background: #009ee2;
  padding: 7px;
  font-size: 10px;
  color: #fff;
  margin: 0 0 20px;
  display: inline-block;
}
.feature-box-hover h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
}
.feature-box-hover.feature-box-hover-2 .modal-header h4, .feature-box-hover.feature-box-hover-4 .modal-header h4, .feature-box-hover.download-now-popup .modal-header h4 {
  margin-bottom: 0;
  float: left;
  width: 90%;
  margin-top: 0;
  text-align: left;
  line-height: 20px;
}
.feature-box-hover.feature-box-hover-4 .modal-header h4, .feature-box-hover.download-now-popup .modal-header h4 {
  line-height: 36px;
}
.card-block h4 span {
  display: block;
}
.card-block h4 {
  margin: 0 0 10px;
}
.list-infra-wrap ul li {
  float: left;
  width: 33.33%;
  padding-left: 7px;
}
.list-infra-wrap ul li:first-child {
  padding-left: 0;
}
.list-infra-wrap ul li img {
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.list-infra-wrap ul {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.list-infra-wrap ul:last-child li {
  float: left;
  width: 30%;
}
.list-infra-wrap ul:last-child li:last-child {
  float: left;
  width: 40%;
}
.list-install-block figure {
  margin: 0 0 10px;
}
.feature-box-hover-4 {
  padding: 30px 15px 5px;
}
.list-install-wrap ul {
  float: left;
  width: 100%;
}
.list-install-wrap ul:first-child li {
  float: left;
  width: 50%;
  padding-left: 10px;
}
.list-install-wrap ul:last-child li {
  float: left;
  width: 38%;
  padding-left: 10px;
}
.list-install-wrap ul:last-child li:first-child {
  width: 24%;
}
.list-install-wrap ul:first-child img {
  min-height: 350px;
}
.list-install-wrap ul:last-child img {
  min-height: 240px;
}
.feature-box-hover-3 {
  padding: 30px 15px;
}
.feature-box-hover-3 h4 {
  text-align: left;
  margin: 0 0 10px;
}
.feature-box-hover-3 figure, .feature-box-hover-4 figure {
  margin-bottom: 10px;
}
.feature-box-hover .modal-header span {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  display: block;
  color: #fff;
  font-weight: 400;
}
.feature-box-hover .modal-header {
  padding: 0 0 0 15px;
  border-bottom: 1px solid #11a6ea;
}
.feature-box-hover .modal-header .close {
  opacity: 1;
  margin-top: 0;
  line-height: 36px;
  height: 36px;
  width: 36px;
  background: #11a6ea;
}
.feature-box-hover.feature-box-hover-2 .modal-header .close {
  line-height: 40px;
  height: 40px;
  width: 40px;
}
/* .feature-box-wrap .feature-box:before { visibility: hidden;z-index: 999; opacity: 0; width: 0; height: 0; content: ''; left: 0; right:0; position: absolute; 
    border-left: 17px solid transparent; border-right: 17px solid transparent; border-bottom: 30px solid #fff;margin: 0 auto; bottom: 15px; 
    transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.feature-box-wrap:hover .feature-box:before{ visibility: visible;opacity: 1;} */
.manufact-unit-box {
  position: relative;
}
.manufact-unit-box span {
  position: absolute;
  background: #11a6ea;
  color: #fff;
  padding: 2px 7px;
  font-size: 10px;
}
.unit-number {
  top: 0;
  left: 0;
}
.unit-place {
  right: 0;
  bottom: 0;
  text-transform: capitalize;
}
.feature-btm-txt {
  position: absolute;
  right: 35px;
  bottom: -7px;
  display: inline-block;
  color: #000000;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.know-more-btn {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
}
.feature-btm-txt-2 {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  text-align: center;
  right: 0;
}
/* Section 3 */
/*Section 4a*/
.trust-section {
  position: relative;
}
.trust-section::before {
  content: "";
  background-color: #00a1e4;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.trust-section .main-title {
  position: relative;
  z-index: 9;
}
.video_wrapper {
  width: 100%;
  height: 405px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/youtube-thimb-1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster.videoPoster1 {
  background-image: url(../images/first-vedio.jpg);
}
.videoPoster.videoPoster2 {
  background-image: url(../images/ftht-50.jpg);
}
.videoPoster.videoPoster3 {
  background-image: url(../images/ftht-35.jpg);
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  background-image: url(../images/play-icon.png);
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.heading-title-4-a {
  max-width: 550px;
}
.slick-slide img {}
/*Section 4a*/
/*Section 4*/
.achieve-section {
  padding: 35px 15px;
}
.desText {
  display: inline-block;
}
.cenText {
  display: inline-block;
  margin: 0 10px 0 0;
}
.cenText img {
  max-width: 75px;
  max-height: 95px;
}
.textinh {
  display: inline-block;
  vertical-align: middle;
}
.textinh h6 {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}
.separator {
  position: relative;
}
.separator::after {
  content: "";
  position: absolute;
  height: 55px;
  width: 1px;
  right: 0;
  top: 25px;
  background-color: #02a2e4;
}
.separator:last-child::after {
  display: none;
}
.separator:nth-child(2) {
  padding-top: 0;
}
/*Section 4*/
/*Section 5*/
.latestTech-sec {
  position: relative;
  padding: 35px 15px 80px;
}
.latestTech-sec:before {
  content: "";
  background-color: #00a1e4;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.latestTech-sec::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.thumbnail-block figcaption {
  background-color: #009ee2;
  color: #fafdff;
  font-size: 10px;
  text-transform: capitalize;
  padding: 0 5px;
  background: #009ee2;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
.thumbnail-block figure {
  position: relative;
}
.thumbnail-block figure::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 20px);
  z-index: 9;
}
.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 62px;
  z-index: 10;
  text-align: center;
  width: 40px;
}
.play-icon img {
  width: 25px;
}
.flickity-prev-next-button {
  z-index: 9;
}
/*Section 5*/
/*Section 5.1*/
.buyGuide-sec {
  background-color: #00a0e2;
  padding: 35px 15px 5px;
}
.buyGuide-sec .main-title h2 {
  padding: 0;
}
.downloadNow-btn {
  color: #000;
  text-transform: uppercase;
  background: #ffffff;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  display: inline-block;
}
.downloadNow-wrap {
  position: relative;
  top: -30px;
}
.download-icon {
  background: url('../images/download-icon.png');
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.buyGuide-sec img.heading-title-3a {
  max-width: 930px;
  width: 100%;
}
/*Section 5.1*/
/*Section 6*/
.Inverter {
  background: #e7e8e8;
  background-image: url('../images/Inverter-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  padding: 35px 15px;
  font-size: 14px;
  background-blend-mode: color-burn;
}
.tabs-nav {
  list-style-type: none;
  margin: 6px auto 55px;
  text-align: center;
  float: left;
  width: 100%;
}
.tabs-nav ul {
  border-bottom: 2px solid #f7df78;
  float: left;
  width: 100%;
}
.tabs-nav li {
  font-size: 23px;
  color: #f7df78;
  float: left;
  display: inline-block;
  position: relative;
}
.tabs-nav li a {
  color: #f7df78;
  padding: 0px 15px;
  line-height: 68px;
  display: block;
}
.tabs-nav li.active {
  border-color: #f7df78;
  background: #f7df78;
}
.tabs-nav li.active a {
  color: #000;
  background: #f7df78;
}
.tabs-content #tab2, .tabs-content #tab3, .tabs-content #tab4, .tabs-content #tab5, .tabs-content #tab6, .tabs-content #tab7, .tabs-content #tab8 {
  display: none;
}
.tabs-nav li.active::after {
  width: 0;
  height: 0;
  content: '';
  left: 40%;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 19px solid #f7df78;
}
.tabs-nav li::before {
  width: 1px;
  height: 40%;
  content: '';
  left: -1px;
  top: 30%;
  position: absolute;
  background: #f7df78;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.tabs-nav li:first-child::before {
  display: none;
}
.tabs-nav li.active::before {
  top: 0;
  height: 100%;
  width: 0;
}
.Inverter .slick-slide img {
  width: 100%;
}
.Inverter .slick-slide {
  margin-bottom: 34px;
  float: left;
}
.Inverter .slick-list.draggable {
  margin-right: 4px;
  padding: 0 0px;
}
.Inverter .slick-slide:last-child .slide-item {
  margin-right: 0px;
  border-right: 0;
}
.Inverter .slide-item {
  padding: 0 45px;
  min-height: 211px;
  border-right: 1px solid #0095db;
}
.acc_slider2 .slide-item h6 {
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 0 10px;
  margin: 0 0 40px;
  font-family: 'Futura';
}
a.btnKnow {
  font-size: 16px;
  color: #ffffff;
  padding: 0 15px;
  width: 100%;
  max-width: 160px;
  text-align: center;
  line-height: 44px;
  background-color: #00a1e4;
  border-radius: 0;
  display: inline-block;
}
a.btnKnow:hover {
  background: #0095db;
  color: #1d1d1b;
}
.desText2 {
  position: relative;
  margin: 31px 0;
  max-width: 340px;
  padding: 0 0 0 5px;
}
.textinh2 {
  margin: 0 0 10px;
  height: 155px;
}
.textinh2 p {
  color: #000000;
  font-size: 16px;
  font-family: 'Futura';
  font-weight: 300;
}
.rangemore a.btnKnow {
  display: inline-block;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #fddf66 !important;
  font-size: 22px;
  color: #f7df78;
  padding: 0;
  width: 100%;
  max-width: 203px;
  text-align: center;
  line-height: 42px;
  margin: 0 0 29px;
}
.rangemore a.btnKnow:hover {
  color: #fff;
  border-bottom: 2px solid #fff !important;
  background: none;
}
.main-title h2 {
  text-align: center;
  padding: 0px 0px 50px 0px;
  font-size: calc(20px + (60 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
}
.latestTech-sec .main-title {
  position: relative;
  z-index: 10;
}
/* .latestTech-sec .main-title h2 { padding:0px 0px 50px 0px; } */
.heading-title-1, .heading-title-3, .heading-title-4 {
  max-width: 1200px;
}
.main-title h2.main-title-head {
  color: #00a1e4;
  font-size: 70px !important;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  padding: 0px 0px 20px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.main-title-head span {
  font-size: 70px !important;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
}
.main-title h2.main-title-head2 {
  font-size: 45px !important;
  margin-bottom: 25px;
}
.main-title h2.main-title-head2 span {
  font-size: 45px !important;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
}
.main-title h2.main-title-head2.wh {
  color: #ffffff;
}
.scrtabs-tab-container * {
  box-sizing: border-box;
}
.scrtabs-tab-container .tab-content {
  clear: left;
}
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.scrtabs-tabs-fixed-container {
  overflow: hidden;
  margin: 0 15px !important;
}
.scrtabs-tabs-movable-container {
  position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0;
}
.scrtabs-tab-scroll-arrow {
  position: absolute;
  top: 5%;
  border: 0px solid #dddddd;
  border-top: none;
  color: #ffffff;
  display: none;
  float: left;
  font-size: 12px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  background: #1d1d1b url(../images/controls.png) no-repeat;
  width: 8px;
  height: 20px;
  z-index: 9;
  display: none !important;
}
.scrtabs-tab-scroll-arrow, .scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer;
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable, .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}
.scrtabs-tab-scroll-arrow-left {
  left: 0;
  top: 26%;
  background-position: 0% 0px;
}
.scrtabs-tab-scroll-arrow-right {
  right: -13px;
  top: 26%;
  background-position: 100% 0px;
}
.scrtabs-tab-scroll-arrow-left:hover {
  background-position: 0% 97%;
}
.scrtabs-tab-scroll-arrow-right:hover {
  background-position: 100% 97%;
}
.scrtabs-tab-containe .slick-prev:before, .slick-next:before {
  color: black;
}
.scrtabs-tab-containe.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.scrtabs-tab-containe .slick-active {
  opacity: .5;
}
.scrtabs-tab-containe .slick-current {
  opacity: 1;
}
.scrtabs-tab-scroll-arrow span {
  display: none;
}
.scrtabs-tab-container {
  position: relative;
}
.tab-content {
  float: left;
  width: 100%;
}
.Inverter .nav-tabs {
  border-bottom: 2px solid #0095db;
  list-style-type: none;
  margin: 6px auto 55px;
  text-align: center;
  float: left;
  width: 100%;
}
.Inverter .nav-tabs li {
  font-size: 20px;
  padding-bottom: 0px;
  color: #0095db;
  float: left;
  position: relative;
}
.Inverter .nav-tabs li:first-child {
  width: 30%;
}
.Inverter .nav-tabs li:nth-child(2) {
  width: 15%;
}
.Inverter .nav-tabs li:nth-child(3) {
  width: 35%;
}
.Inverter .nav-tabs li:last-child {
  width: 20%;
}
.Inverter .nav-tabs li a {
  color: #000000;
  padding: 0px 14px;
  line-height: 55px;
  display: block;
  border-radius: 0;
  border: 0px solid #ddd;
  margin: 0;
  font-weight: 600;
}
.Inverter .nav-tabs li.active {
  border-color: #0095db;
  background: #0095db;
}
.Inverter .nav-tabs li.active a {
  background: #0095db;
  border: 0;
  color: #fcfdff;
}
.Inverter .nav-tabs li.active::after {
  width: 0;
  height: 0;
  content: '';
  left: 40%;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 19px solid #0095db;
}
.Inverter .tab-content > .tab-pane {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: -1;
}
.Inverter .tab-content > .active {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
  z-index: 9;
}
.Inverter .nav > li > a:focus, .Inverter .nav > li > a:hover {
  text-decoration: none;
  background: none;
  border-color: 0;
}
/*Section 6*/
/*Footer*/
.primary-footer {
  padding: 35px 10%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a1e4+1,00a1e4+100 */
  background: #00a1e4; /* Old browsers */
  background: -moz-linear-gradient(left, #00a1e4 1%, #00a1e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a1e4 1%, #00a1e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a1e4 1%, #00a1e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1e4', endColorstr='#00a1e4', GradientType=1); /* IE6-9 */
}
.buttonDiv-wrap {
  text-align: right;
}
.common-btn, .common-btn:hover, .common-btn:active, .common-btn:focus {
  font-size: 20px;
  color: #ffffff;
  padding: 0 25px;
  text-align: center;
  line-height: 48px;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  border: 2px solid #ffffff;
  margin-right: 30px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.common-btn:hover {
  background: #fff;
  color: #00a1e4;
}
.common-btn.lightBlue {
  color: #00a1e4;
  border-color: #00a1e4;
  margin: 0;
}
.common-btn.lightBlue:hover, .common-btn.lightBlue:active, .common-btn.lightBlue:focus {
  background-color: #00a1e4;
  border: 2px solid transparent;
  color: #ffffff;
}
.buttonDiv-wrap figure, .buttonDiv-wrap .common-btn {
  display: inline-block;
  vertical-align: text-top;
}
.buttonDiv-wrap img {
  max-width: 160px;
}
.footer-cont img {
  max-width: 390px;
}
.secondary-footer {
  padding: 40px 15px;
  text-align: center;
}
.secondary-footer li {
  display: inline-block;
  margin: 0 40px;
}
.secondary-footer li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.br-btm {
  position: relative;
}
.br-btm:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*Footer*/
/*Floating form start*/
.get-touchFrm2 {
  background: #0097e0;
  color: #fff;
  padding: 20px 0px 10px;
  height: 586px;
}
.get-touchFrm2 .ctaBtn {
  text-align: center;
  margin-top: 15px;
}
.get-touchFrm2 .form_holder {
  width: 88%;
  margin: 0 auto
}
.get-touchFrm2 h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0px;
  color: #fff;
  position: relative;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
}
body.malayalam .get-touchFrm2 h4 {
  font-size: 10px;
}
body.marathi .get-touchFrm2 h4 {
  font-size: 15px;
}
.get-touchFrm2 .form_control, .download-form .form_control {
  background: #fff;
  color: #222;
  font-size: 14px;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  border: none;
  margin-bottom: 5px;
}
.get-touchFrm2 textarea.form_control {
   height: 35px; 
  resize: none;
}
.get-touchFrm2 .form_control:focus, .download-form .form_control:focus {
  outline-width: 0;
}
.get-touchFrm2 .form-submit, .download-form .form-submit {
  font-weight: 700;
  border: none;
  background: #fff;
  padding: 5px 25px;
  height: 40px;
  clear: both;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #3db5e5;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 10px;
  min-width: 120px;
}
.get-touchFrm2 .form-submit:hover, .download-form .form-submit:hover {
  background: #000;
  color: #fff;
}
.get-touchFrm2 .close {
  width: 23px;
  height: 23px;
  right: -10px;
  top: -15px;
  position: absolute;
  opacity: 1;
}
.get-touchFrm2 .close:before, .get-touchFrm2 .close:after {
  content: '';
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(40deg);
}
.get-touchFrm2 .close:after {
  transform: rotate(140deg);
  margin-left: -2px;
}
.get-touchFrm2 .form_control::-webkit-input-placeholder { /* Edge */ opacity: .7;
  color: #000;
}
.get-touchFrm2 .form_control:-ms-input-placeholder { /* Internet Explorer 10-11 */ opacity: .7;
  color: #000;
}
.get-touchFrm2 .form_control::placeholder {
  opacity: .7;
  color: #000;
}
.get-touchFrm2 .checkbox label {
  font-size: 13px;
  color: #ffffff;
}
.get-touchFrm2 ul {
  overflow: hidden;
}
.get-touchFrm2 li {
  min-height: 60px;
}
/*Floating form end*/
/*Form error global class */
dl {
  margin-top: 0px;
}
dd {
  margin: 0px;
  padding: 0px;
}
.alert-success {
  text-align: center;
  color: green;
}
.alert-danger {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: red;
}
.has-error .error {
  margin-bottom: 0px !important;
}
.has-error .form-error {
  font-size: 11px;
  color: #2f0404;
  margin-top: 2px;
  margin-bottom: 6px;
  display: block;
  width: 100%;
  margin-left: 0px;
}
.has-validation-callback .message {
  padding: .5rem !important;
}
.message-box2 {
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
  text-align: center;
  background-color: #298429;
  color: #fff;
  padding: 10px;
  line-height: 16px;
}
.download-form {
  background: #3db5e5;
  padding: 15px;
}
.dwd-buy-guide {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.dwd-buy-guide a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.download-now-popup.modal.in .modal-dialog {
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.download-form h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0px;
  color: #fff;
  position: relative;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
}

/* .hot_cold{padding: 10px 0;} */
/* .banner .main_css_banner{ background: url(../images/daikin-banner-Hompage-1400x900.jpg) no-repeat top center;    background-size: contain;} */
.banner .main_css_banner img{display: inline-block;}
.banner_row{display: flex;}
.get-touchFrm2 {height: 748px }
 
img.banner_mobi{display:none !important;}
 
 @media screen and (max-width:1400px) {
  .get-touchFrm2 .form_holder {
    width: 100%;
  }
  .get-touchFrm2 {
    height: 593px;
 
  }
  .feature-box h4 {
    font-size: 16px;
  }
  .feature-cont img {
    max-width: 40px;
  }
}
@media screen and (min-width:1400px) {
  .banner-cont h1 {
    font-size: 72px;
  }
  .banner-cont p {
    font-size: 24px;
    width: 75%;
  }
  .banner-list-wrap li figure {
    width: 70px;
    height: 70px;
  }
  .banner-list-wrap li .list-cont {
    width: calc(100% - 80px);
    padding-top: 6px;
  }
  .banner-list-wrap li .list-cont h5 {
    font-size: 18px;
  }
  /* .feature-box-hover {min-width: 1286px;width: 100%;max-width: 1500px;}
    .feature-box-hover.feature-box-hover-1 { min-width: 643px; }
    .feature-box-hover-1 {left: 15px; visibility: hidden; }
    .feature-box-hover-2 {left: -322px; visibility: hidden; }
    .feature-box-hover-3 { left: -660px;  visibility: hidden; }
    .feature-box-hover-4 { left: -996px; } */
  .feature-cont {
    top: 55px;
    transform: none;
    -webkit-transform: none;
  }
  .feature-box h4 {
    padding: 0;
    font-size: 18px;
    margin: 0 0 12px;
  }
  .feature-box h4 strong {
    font-size: 76px;
    line-height: 66px;
  }
  .feature-cont p {
    font-size: 14px;
    line-height: 1.3;
  }
  .feature-cont p strong {
    font-size: 14px;
  }
  .cenText img.achievement-2 {
    max-width: 75px;
  }
  .cenText img.achievement-1 {
    max-width: 75px;
    max-height: 106px;
  }
  .cenText img.achievement-3 {
    max-width: 75px;
  }
}
@media screen and (max-width:1349px) {
  .Inverter .nav-tabs li {
    font-size: 18px;
  }
  /* .feature-box-hover {min-width: 1286px;width: 100%;max-width: 1500px;}
   .feature-box-hover.feature-box-hover-1 { min-width: 643px; }
   .feature-box-hover-1 {left: 15px; visibility: hidden; }
   .feature-box-hover-2 {left: -322px; visibility: hidden; }
   .feature-box-hover-3 { left: -660px;  visibility: hidden; }
   .feature-box-hover-4 { left: -996px; } */
  .feature-cont p {
    font-size: 12px;
    margin: 0;
    min-height: inherit;
  }
  .feature-section {
    padding: 35px 15px;
  }
  .footer-cont img {
    max-width: 260px;
  }
  .cenText img.achievement-2 {
    max-width: 75px;
  }
  .cenText img.achievement-1 {
    max-width: 75px;
    max-height: 96px;
  }
  .cenText img.achievement-3 {
    max-width: 75px;
  }
  .textinh h6 {
    font-size: 16px;
  }
  .heading-title-1, .heading-title-3, .heading-title-4 {
    max-width: 1000px;
  }
  .feature-cont p strong {
    font-size: 11px;
  }
  .separator:nth-child(2) {
    padding-top: 0;
  }
  .video_wrapper {
    height: 235px;
  }
  /* .videoPoster {
    background-size: 100% 235px;
  } */
}
@media screen and (max-width:1199px) {
  .heading-title-1, .heading-title-3, .heading-title-4 {
    max-width: 420px;
  }
  .main-title h2 {
    padding: 0px 0px 40px;
  }
  .know-more-btn {
    font-size: 12px;
  }
  .textinh h6 {
    font-size: 14px;
  }
  .Inverter .nav-tabs li {
    font-size: 14px;
  }
  .textinh2 {
    min-height: 135px;
  }
  .main-title h2.main-title-head {
    font-size: 50px !important;
  }
  .common-btn, .common-btn:hover, .common-btn:active, .common-btn:focus, a.btnKnow {
    font-size: 16px;
  }
  /* .video_wrapper {
    height: 200px;
  } */
  /* .videoPoster {
    background-size: 100% 200px;
  } */
  .main-title h2.main-title-head2 span {
    font-size: 30px !important;
  }
  .main-title h2.main-title-head {
    font-size: 30px !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1024px) {
  .logo img {
    height: 38px;
  }
  .texthead {
    font-size: 11px;
  }
  .banner-cont {
    padding-top: 60px;
  }
  .banner-cont h1 {
    font-size: 36px;
  }
  .banner-cont p {
    font-size: 14px;
    width: 85%;
    margin-bottom: 20px;
  }
  .banner-cont img {
    max-width: 250px;
  }
  .banner-list-wrap {
    padding: 35px 0 10px;
  }
  .banner-list-wrap li .list-cont h5 {
    font-size: 12px;
  }
  .banner-list-wrap li .list-cont p {
    font-size: 9px;
    color: #000000;
  }
  .feature-box h4 {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 5px 5%;
  }
  .feature-box h4 strong {
    font-size: 33px;
    line-height: 30px;
  }
  .feature-cont p {
    font-size: 11px;
  }
  .feature-cont p strong {
    font-size: 10px;
    display: block;
  }
  .feature-section, .achieve-section {
    padding: 35px 15px;
  }
  .footer-cont img {
    max-width: 260px;
  }
  .common-btn, .common-btn:hover, .common-btn:active, .common-btn:focus, a.btnKnow {
    font-size: 16px;
    padding: 0 25px;
    line-height: 48px;
    margin-right: 5px;
  }
  .Inverter .nav-tabs li {
    font-size: 10px;
  }
  .Inverter .nav-tabs li a {
    padding: 0px 12px;
    line-height: 25px;
  }
  .acc_slider2 .slide-item h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
  }
  .textinh2 p {
    font-size: 11px;
  }
  a.btnKnow {
    max-width: 160px;
    line-height: 42px;
    padding: 0 10px;
  }
  .textinh2 {
    min-height: 80px;
  }
  .main-title-head {
    font-size: 45px !important;
  }
  .buttonDiv-wrap img {
    max-width: 105px;
  }
  .secondary-footer {
      padding: 25px 15px;
    text-align: center;
    background: #0097e0;
  }
  .Inverter .slide-item {
    padding: 0 25px;
    border-right: 0;
  }
  .textinh h6 {
    font-size: 11px;
  }
  .cenText img, .cenText img.achievement-1 {
    max-width: 75px;
    max-height: 53px;
  }
  .primary-footer {
    padding: 25px 0;
  }
  .feature-btm-txt {
    font-size: 10px;
    right: 15px;
    bottom: -7px;
  }
  .know-more-btn {
    font-size: 11px;
  }
  .feature-cont p {
    font-size: 11px;
    margin: 0;
  }
  .separator::after {
    top: 5px;
  }
  .banner-list-wrap img.banner-icon4 {
    max-height: 40px;
    width: auto;
  }
  .feature-btm-txt-2 {
    left: 12px;
    bottom: 12px;
    font-size: 10px;
  }
  .separator:nth-child(2) {
    padding-top: 0;
  }
  .feature-cont {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .feature-cont p strong {
    font-size: 8px;
  }
  .downloadNow-wrap {
    top: -20px;
  }
  .downloadNow-btn {
    font-size: 24px;
  }
  .download-form h4 {
    font-size: 18px;
  }
  /* .video_wrapper {
    height: 170px;
  } */
  /* .videoPoster {
    background-size: 100% 170px;
  } */
  .buyGuide-sec img.heading-title-3a {
    max-width: 620px;
  }
}
@media only screen and (max-width:991px) {
  .banner {
    padding: 10px 0;
  }
  .carousel {
    margin-bottom: 10px;
  }
  .banner_row {
    display: inline-block;
}
}
@media (min-width: 768px) {
  .plr-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .pl-7 {
    padding-left: 7px !important;
  }
  .pr-7 {
    padding-right: 7px !important;
  }
  .modal-dialog.modal-lg, .modal-dialog {
    width: 440px;
  }
  .feature-box-hover-4 figure img {
    min-height: 121px;
  }
  .manufact-unit figure img {
    min-height: 110px;
  }
  .feature-box-hover .modal-body {
    padding: 15px;
  }
 
}

@media only screen and (max-width:767px) {

  .banner .main_css_banner{ background:none;}
  .banner .main_css_banner img{display: inline-block;}
  .banner_row{display: inline-block;}

  header {
    padding: 0;
  }
  .logo {
    float: none;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .texthead {
    float: none;
    padding: 10px 0 0 0;
  }
  .heading-title-1, .heading-title-3, .heading-title-4 {
    max-width: 360px;
  }
  .banner {
    padding: 15px 0;
  }
  .banner-cont {
    padding-top: 5px;
  }
  .banner-cont h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .banner-cont p {
    font-size: 11px;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-cont img {
    max-width: 150px;
  }
  .main-title h2 {
    padding: 0px 0px 40px;
  }
  .feature-box h4 {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .feature-box h4 strong {
    font-size: 48px;
    line-height: 44px;
  }
  .cenText {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
  .cenText img {
    display: inline-block;
  }
  .textinh {
    display: block;
  }
  .desText {
    padding: 0 0 40px;
  }
  .footer-cont, .buttonDiv-wrap {
    text-align: center;
  }
  .footer-cont img {
    max-width: 320px;
    display: inline-block;
  }
  .buttonDiv-wrap {
    padding-top: 20px;
  }
  .buttonDiv-wrap figure img {
    display: block;
  }
  .common-btn {
    margin: 0 15px 20px 0;
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
  }
  .common-btn.lightBlue {
    margin: 0 0 20px;
  }
  .separator::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 55px;
    right: 0;
    top: inherit;
    background-color: #02a2e4;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }
  .separator:nth-child(2) {
    padding-top: 0;
  }
  .textinh h6 {
    text-align: center;
  }
  .achieve-section {
    padding: 35px 0px 5px;
  }
  .banner-list-wrap li {
    width: 50%;
    min-height: 65px;
  }
  .common-btn, .secondary-footer li a {
    font-size: 11px;
  }
  .latestTech-sec, .primary-footer, .Inverter, .feature-section {
    padding: 35px 0px;
  }
  .secondary-footer li {
    margin: 0 5px;
  }
  /* .feature-box-hover-1 { padding: 10px; }
    .feature-box-hover.feature-box-hover-1,.feature-box-hover-2 { min-width: 100%; left: 0;}
    .feature-box-hover { min-width: 100%; }
    .card-block{ padding: 15px;min-height: 120px; margin:0px 0 10px; }
    .feature-box-hover h4{ font-size: 14px; }
    .card-block p{ font-size: 12px;}
    .list-ac-wrap{     padding: 15px 0; }
    .list-ac-wrap ul li{ width: 100%;     margin-bottom: 10px;}
    .list-ac-wrap li:first-child .list-ac-block img{ max-width: 100%; }
    .list-ac-block figure, .list-ac-block h3 { display: block; margin-bottom: 10px;}
    .list-ac-wrap ul{ padding: 10px; }
    .list-ac-block h3 { padding: 10px;     margin: 0 auto; max-width: 200px; }
    .feature-box-hover-3, .feature-box-hover-4  { left: 0; } */
  .slick-prev {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    left: -5px;
  }
  .slick-next {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    right: -5px;
  }
  .Inverter .nav-tabs li a {
    line-height: 18px;
    min-height: 60px;
  }
  .flickity-prev-next-button {
    width: 25px;
    height: 25px;
  }
  .feature-box-hover h4 {
    font-size: 13px;
  }
  .feature-box-hover.feature-box-hover-2 .modal-header h4, .feature-box-hover.feature-box-hover-4 .modal-header h4 {
    width: 86%;
  }
  .feature-box h4 {
    margin: 0 0 15px;
    font-size: 18px;
    padding: 0;
  }
  .feature-btm-txt {
    font-size: 10px;
    right: 25px;
    bottom: -3px;
  }
  .feature-box-wrap {
    position: relative;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .feature-btm-txt-2 {
    left: 20px;
    bottom: 20px;
  }
  .know-more-btn {
    font-size: 14px;
  }
  .downloadNow-wrap {
    top: -7px;
  }
  .downloadNow-btn {
    font-size: 16px;
  }
  .download-icon {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .buyGuide-sec {
    padding: 35px 15px;
  }
  .download-form h4 {
    font-size: 16px;
  }
  .video_wrapper {
    height: 180px;
    max-width: 320px;
  }
  .videoPoster {
    background-size: 100% 180px;
  }
  .texthead {
    padding: 10px 0;
  }
}
@media only screen and (max-width:520px) {
  img.banner_desk{display:none !important;}
  img.banner_mobi{display: inline-block !important;}
  .heading-title-1, .heading-title-3, .heading-title-4 {
    max-width: 220px;
  }
  .main-title h2 {
    padding: 0px 0px 30px 0px;
  }
  .main-title-head {
    font-size: 36px !important;
  }
  .footer-cont, .buttonDiv-wrap {
    text-align: center;
  }
  .footer-cont img {
    max-width: 220px;
    display: inline-block;
  }
}
.banner img {
  width: 100%;
}
.carousel-indicators li {
  border: 1px solid #0094dc;
}
.carousel-indicators .active {
  background-color: #0094dc;
}
.tnc-txt {
  text-align: right !important;
  padding: 0 0 0px;
}
.tnc-txt p, .tnc-txt p a {
  color: #231f20;
  font-size: 9px;
  font-weight: 700;
}
.tnc-txt p a {
  color: #0095db;
  text-decoration: underline;
}
.tnc-txt p a:hover {
  text-decoration: none;
}


@media screen and (min-width:1400px){

	
	.get-touchFrm2 li{
		min-height: 67px !important;
	}
	
.get-touchFrm2 textarea.form_control {
    height: 169px !important;
    resize: none;
}

	.get-touchFrm2 .form_control, .download-form .form_control{
		height: 51px !important;
	}
	
}

@media screen and (min-width:1200px){
  .get-touchFrm2 textarea.form_control {
    height: 112px !important;
    resize: none;
}
}
	
@media screen and (min-width:1250px){
  .get-touchFrm2 {
    height: 600px;
}
  .get-touchFrm2 textarea.form_control {
    height: 112px !important;
    resize: none;
}
}

@media screen and (max-width:1200px){
  .get-touchFrm2 {
    height: 521px;
}
}
	
	