
@media only screen and (max-width: 1199px) {
  .heroWrap h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .heroWrap h1 span {
    font-size: 54px;
  }
  .sec_eco_system, .sec_getstartnow, .storeWrap, .sec_liveon, .sec_marqueeWrap, .featurlistsection {
    padding:4rem 3rem 4rem;
  }
  .eco_title h1, .storeWrap h1{
    font-size: 42px;
  }
  .eco_title {
    margin-bottom: 50px;
  }
  .eco-card {
    padding: 1rem !important;
  }
  .eco-card > div{
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .store_title{
    margin-bottom:20px !important;
  }
  .number {
    font-size: 120px;
  }
  .sec_liveon {
    min-height: 470px;
  }
  .marqueeWrap {
    min-height: auto;
  }
  .marquee_text{
    padding: 2rem 2rem 2rem 2rem;
  }
  .marqueeitems_wrap{
    padding-right:20px!important;
  }
  .heroWrap .container-fluid{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .storeWrap-card h5 {
    bottom: 5px;
    color: #007F51;
  }
  .heroWrap h3 span {
    font-size: 40px;
  }
  .heroWrap h3 strong {
    font-size: 30px;
  }
  .heroWrap h3 {
    font-size: 28px;
  }
  .heroWrap .textInnerWrap h1 {
    font-size: 34px;
  }

  .listimg {
    margin-top: -20px;
  }
  .storeWrap-card .featur_store_cont h5 {
    font-size: 20px;
  }
    
}
@media only screen and (max-width: 1120px) {
  .heroWrap h3 span {
    font-size: 38px;
  }
  .heroWrap h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 12px;
  }
  .header {
    min-height: auto;
    padding: 8px 8px;
  }
  .header .button {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    line-height: 2rem;
  }
  #getstarted{
    font-size: 13px;
    min-height: 45px;
  }
  .header #getstarted{
    min-width: auto;
    width: 165px !important;
    padding: 5px;
  }
  .buttonWrap > #buttonMobileCustom {
    background-color: #173c2a;
    color: #102f21;
  }
  
  .linksWrap {
    display: none;
  }
  .input-group select{
    height: 36px;
  }
  .linksWrap ul.mainmenu li a {
    font-size: 14px;
    padding: 7px 10px;
  }
  .card_img {
    max-width: 200px;
  }
  .news_card .card_body {
    width: calc(100% - 200px);
  }
  .storeWrap-card .card-text {
    opacity: 1;
    height: 50px;
    font-size: 16px;
    transform: scale(1);
  }
  .storeWrap-card:hover .number {
    opacity: 1;
    transform: scale(1);
  }
  .storeWrap-card:hover .card-img img {
    transform: scale(1);
  }
  .heroWrap .textInnerWrap p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .textWrap {
    padding-left: 3rem;
  }
  .heroWrap .textInnerWrap h1 {
    font-size: 28px;
  }
  .heroWrap h3 {
    font-size: 20px;
  }
  .heroWrap h3 strong{
    font-size: 26px;
  }
  .heroWrap h3 span {
    font-size: 30px;
  }
  .sec_getstartnow .container{
    max-width: 95%;
  }  
  .sec_liveon .btn {
    min-width: 190px;
    font-size: 16px;
  }
  
}

