@media only screen and (min-width: 992px) {
  #mobile_menu{display: none!important;}
  .menu-active{
    overflow: auto!important;
  }
  .header_logo{
    border-radius: 50px;
    background: #FFF;
    padding: 13px;
    transition: 0.3s ease;
    margin-right: 10px;
  }
  .header_logo:hover{
    background: #007f51;
  }
  .header_logo:hover .logo_static, .header_logo .logo_hover{
    display: none!important;
  }
  .header_logo .logo_hover{
    width: 8.5rem;
  }
  .header_logo:hover .logo_hover{
    display: block!important;;
  }
}
@media only screen and (max-width: 991px) {
  .tablefooter .button {
    font-size: 1.5rem;
  }
  .tablefooter > div {
    border-radius: 0px 0px 15px 15px!important;
  }
  .pricingTableWrap {
    margin-top: 0 !important;
  }
  .footerLinksWrap ul{
    grid-gap: 1rem;
    padding-left: 0;
  }
  .footerSitemapWrap{
    flex-wrap: wrap;
  }
  .footerLinksWrap{
    width: 100%;
  }
  .getstarted, .sec_eco_system .getstarted{
    min-height: 45px;
    font-size: 16px;
  }
  .sec_eco_system .getstarted {
    max-width: 265px;
  }
  .email-getstartnow button{
    min-height: 48px;
  }
  .email-getstartnow .email-input {
    height: 48px;
    padding: 10px 30px;
    font-size: 14px;
  }
  .email-input::placeholder {
    font-size: 20px;
  }
  .heroWrap {
    min-height: auto;
  }
  .featurlistsection {
    padding:4rem 1rem 4rem;
  }
  .newfeaturlist {
    margin-bottom: 2rem;
  }
  .newfeaturlist h3{
    font-size:20px;
  }
  .bgshape {
    border-radius: 0px 0px 20px 0px;
  }
  .featur_banner p {
    line-height: 136%;
  }
  .featur_banner h1 {
    font-size: 2.5rem;
  }
  .header {
    padding:10px 25px;
  }
  .logo_hover{display: none;}
  #mobileControl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 4rem;
    width: 3.75rem;
    border-radius: 8px;
  }
  .centerWrapMenu {
    display: block;
  }

  .burger {
    cursor: pointer;
    position: relative;
  }
  .burger span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    margin: 0.0625rem auto 0.525rem -0.75rem;
    text-indent: -999em;
    top: 50%;
    left: 50%;
    margin-top: -0.0625rem;
    cursor: pointer;
  }
  .burger span, .burger span::before, .burger span::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #017f51;
    transition: 0.3s;
    opacity: 1;
  }
  .burger span::before, .burger span::after {
    position: absolute;
    content: "";
  }
  .burger span::before {
    top: -7px;
  }
  .burger span::after {
    top: 7px;
  }
  .active .burger span {
    background-color: transparent;
  }
  .active .burger span::before, .active .burger span::after {
    top: 0px;
    margin-top: -0.5875rem;
  }
  .active .burger span::before {
    transform: translateY(0.525rem) rotate(45deg);
  }
  .active .burger span::after {
    transform: translateY(0.525rem) rotate(-45deg);
  }

  .mobile_menu_wrap ul li a{
    font-size: 26px;
    line-height: 100%;
  }
  .mobile_menu_wrap ul li{
    font-size: 26px;
    line-height: 100%;
  }
  .menu-active{
    overflow: hidden!important;
  }
  
  .linksWrap {
    display: none;
  }


}
@media only screen and (max-width: 900px) {
  .heroWrap h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .heroWrap h1 span {
    font-size: 44px;
  }
  .card_parner {
    max-width: 360px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .button {
    min-width:auto;
    min-height:auto;
  }
  .contbtn {
    min-height:30px;
  }
  .buttonWrap > #buttonMobileCustom {
    background-color: #173c2a;
    color: #102f21;
  }
 
  .cost_select ul li.select + li.select{
    top: 13px;
  }
  .none {
    display: none;
  }
  .centerWrapMenu {
    display: block;
    /* width: 2rem; */
  }
  
  .heroWrap {
    flex-direction: column;
  }
  .trustedSections {
    display: none;
  }
  .storeTextWrap > h3 {
    width: 85% !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
    margin: 0 0 0 0 !important;
  }
  .storeTextWrap > p{
    width: 85% !important;
    padding: 1svh 0 !important;
  }
  .storeComponentWrap {
    flex-direction: column;
    width: 90vw;
  }
  .storeWrap {
    height: unset;
  }
  .storeImage img {
    width: 70vw;
  }
  .storeComponent {
    margin: 5vh 0;
    padding: 10vw;
  }
  .marquee_text, .marqueeitems_wrap{
    width: 100%;
  }
  .marquee_text{
    color: #22483A;
    padding: 0px;
  }
  .marqueeWrap {
    border-radius: 0;
    background-color: transparent;
  }
  .sec_marqueeWrap .getstarted {
    min-height: 48px;
    width: 100%;
  }
  .marqueeitems_wrap {
    padding: 10px !important;
    background-color:#FFF;
    border-radius: 15px;
  }
  .sliderWrap {
    flex-direction: column;
    padding: 5vh 5vw;
  }
  .sliderImgWrap {
    width: 100%;
    height: 50vh;
  }
  .sliderImgWrap .tabContent{
    text-align: center;
  }
  .sliderImgWrap img {
    width: 60%;
    height: 60%;
  }
  .sliderTextWrap p {
    width: 100% !important;
  }

  .dropdownWrap {
    flex-direction: column;
    padding: 5vh 5vw;
  }
  .dropdownTextWrap h2, .dropdownTextWrap p{
    width: 100% !important;
  }
  .dropdownTextWrap p {
    margin: 2rem 0 !important;
  }
  .dropdownTextWrap h2 {
    margin: 0 !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  .componentDropDownAnswer {
    padding: 0.5rem 0;
  }
  .dropdownCWrap h3 {
    margin-top: 10px;
  }
  .modalWrap {
    width: 95vw;
    flex-direction: column-reverse;
    transform: translateY(10%);
  }
  .modalTextWrap > div > p:nth-child(1) {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
  .modalTextWrap > div > p:nth-child(2) {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .modalImgWrap img {
    width: 100%;
  }
  .footerParent {
    height: auto;
    padding: 2rem 2rem 0px;
  }
  .footerTextWrap2 p{
    margin: 0.5rem 0px!important;
  }
  #discover_page > .footerParent {
    height: auto;
    padding: 2rem 2rem 0px;
    min-height:auto;
  }
  .footerLinksTextWrap > p:nth-child(1) {
    font-size: 2rem !important;
    width: 75vw !important;
  }
  .footerLinksMobileWrap ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 0;
  }
  .footerLinksMobileWrap ul > li {
    padding: 0.5rem 0rem;
    width: 29vw;
  }

  .productsHeroWrap > p:nth-child(1) {
    margin: 0;
  }
  .productsHeroWrap > p:nth-child(2) {
    margin: 0;
  }
  .fullfilmentFeaturesWrap {
    padding: 0rem 2rem;
  }
  .featuresCard > p, .featuresCard > h2 {
    width: 90vw !important;
  }
  .featuresWrap {
    flex-direction: column;
  }
  .featuresImgWrap {
    text-align: center;
    width:90%;
  }
  .featuresImgWrap img {
    width: 100%;
    max-width: 100%;
  }
  .productCtaWrap {
    flex-direction: column;
  }
  .productCtaTextWrap > p, .prodectlistingwrap .productCtaTextWrap h2,
  .productsHeroWrap > p, .productsHeroWrap h2, .productsHeroWrap h1 {
    width: 90vw !important;
  }
  .productCtaImgWrap img {
    padding: 2rem 0;
    width: 100% !important;
  }

  .productsHeroWrap{
    padding: 10rem 2rem 0 2rem;
  }
  .bannerwrap {
    padding: 10rem 2rem 2rem 2rem;
  }
  .productsHeroWrap h1, .productsHeroWrap h2,
  .productsHeroWrap > p:nth-child(1) {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .productsHeroImgWrap {
    width: 100vw;
    height: 100%;
    padding: 0 5vw;
  }
  .productsHeroImgWrap > img {
    width: 100%;
    height: 100%;
  }
  .cardComponentWrap {
    transform: translateY(4%);
  }
  .prodectlistingwrap.cardComponentWrap {
    transform: none;
  }
  .cardComponent {
    width: 95vw;
    flex-direction: column;
  }
  .cardTextWrap {
    width: 90vw;
  }
  .prodectlistingwrap .cardComponent h3 {
    width: 80vw !important;
    padding: 1rem 0rem !important;
  }
  .prodectlistingwrap .cardComponent p{
    width:100%;
  }
  .cardTextWrap > div > p:nth-child(3) {
    width: 80vw !important;
    padding: 0.2rem 1rem !important;
  }

  .cardTextWrap > div > div {
    padding: 1rem 0rem !important;
  }
  .cardImgwrap {
    padding: 0 1rem;
  }
  .heroWrap .textInnerWrap h1{
    font-size: 36px;
    line-height: 120%;
  }
  .heroWrap .textInnerWrap p {
    font-size:16px;
  }
  .fullfilmentTitleTextWrap,
  .pricingHeroWrap,
  .faqHeroTextWrap,
  .faqComponentWrap,
  .contactHeroWrap,
  .productCtaWrap,
  .digitalStoreWrap {
    padding:10rem 0rem 0 0rem;
  }
  .banner_test .button {
    min-height: 45px;
  }
  .heroWrap h3 {
    font-size: 30px;
    line-height: 130%;
  }
  .heroWrap h3 strong {
    font-size: 36px;
  }
  .heroWrap h3 span {
    font-size: 45px;
  }
  .pricingHeroWrap {
    padding: 10rem 0rem 5rem 0rem;
  }
  .faqComponentWrap {
    padding: 2rem 0 0 0;
  }
  .contactHeroWrap {
    flex-direction: column;
    padding: 10rem 1rem 0 1rem;
  }
  #faq_page > .faqComponentWrap:nth-child(2) {
    padding: 5rem 0rem 0 0rem !important;
  }
  .formWrap {
    max-width:100%;
    width: 100%;
    padding: 2rem 1.5rem;
    margin: auto;
    margin-bottom: 30px;
  }

  .formNameWrap {
    display: block;
  }

  .contactDetailsWrap {
    flex-wrap: wrap;
  }
  .contactDetailsWrap > div{
    width: 100%!important;
  }
  .fullfilmentTitleTextWrap > p,
  .titleTextWrap > p, .pricingTitleText h1,
  .pricingTitleText > p, .faqHeroTextWrap h1,
  .contactTextWrap .titleTextWrap h1,
  .faqHeroTextWrap > p, .contactTextWrap .titleTextWrap h2 {
    width: 88vw !important;
    text-align: left;
  }
  .faqHeroTextWrap {
    min-height: 55vh;
    height: auto;
    padding-bottom: 5vh;
  }
  .contactTextWrap .titleTextWrap h1,
  .faqHeroTextWrap > p:nth-child(1), .faqHeroTextWrap h1 {
    font-size: 3rem !important;
    line-height: 4rem !important;
  }
  .dsTitleTextwrap > p:nth-child(2), .pricingTitleText h1,
  .pricingTitleText > p:nth-child(1), .dsTitleTextwrap h2 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
    text-align: left;
  }
  .dsTitleTextwrap > p:nth-child(3),
  .dsTitleTextwrap > p:nth-child(2), .dsTitleTextwrap h2 {
    width: 90vw !important;
  }
  .featuresWrap {
    padding: 5rem 0;
  }
  .featuresCard > p:nth-child(2) {
    margin: 0 !important;
  }
  .pricingTableWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .testimonialComponentWrap {
    padding:0;
  }
  .testimonialwrap{
    min-height: 220px;
  }
  .tableCenterWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tsm_sliderwrp h5 {
    font-size: 18px;
  }

  .pricingHeroWrap {
    height: unset;
  }
  .tableParentWrap {
    width: 87vw;
    padding: 2.5rem 0.5rem;
  }

  .pricingTitleText > div:nth-child(1) {
    width: 20vw !important;
  }
  .tags {
    width: 7.125rem;
    height: 1.75rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #companyType {
    flex: 1 1 0%;
    /* padding: 0px 0rem; */
  }
  .contactTextWrap {
    padding: 1rem 1.5rem;
  }

  .testimonialDetailsWrap {
    width: 100%;
  }
  .mbileview .tablefooter > div {
    padding: 5px 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 100px;
    margin: auto;
    letter-spacing: -10px;
  }
  .notfound h2 {
    font-size: 16px;
  }
  .conteTextWrap {
    padding: 13rem 2rem 3rem;
  }
  .news_card{
    flex-wrap: wrap;
  }
  .card_img {
    max-width: 100%;
    margin-bottom:1rem;
    margin-right: 0px!important;
  }
  .news_card .card_body {
    width: 100%;
  }
  .card_img img {
    width: 100%;
  }
  .footerLinksWrap ul{
    width: 100%;
    grid-gap: normal;
    flex-wrap: wrap;
  }
  .footerLinksWrap ul li{
    width: 33.33%;
  }
  .footerLinksWrap ul li a {
    font-size: 15px;
  }
  .card_parner{
    height: auto;
  }

  .mobilebtn .getstarted{
    min-height: 45px;
    font-size: 16px;
  }
  .card_parner {
    max-width: 100%;
  }
  .sec_eco_system, .sec_getstartnow, .sec_liveon, .sec_marqueeWrap {
    padding: 3rem 1rem 3rem;
  }
  .eco_title h1, .storeWrap h1 {
    font-size: 24px;
  }
  .eco_title p {
    font-size: 15px;
    line-height: 24px;
  }
  .sec_eco_system .getstarted{
    max-width: 270px;
  }
  .sec_getstartnow .container {
    max-width:100%;
  }
  .agreedpolicy label{
    font-size: 12px;
  }
  .storeWrap{
    padding: 3rem 1rem 3rem;
  }
  .sec_liveon{
    background:#224739 ;
  }
  .banner_imgwrap::after {
    opacity: 0;
  }
  .eco-card .card-header img{
    max-width: 60px;
  }

}
@media (max-width: 576px) {
  .footerLinksMobileWrap ul > li {
    width: calc(50vw - 25px);
  }
  .infocont {
    left: -80px;
  }
  .email-getstartnow {
    padding: 0;
    border-radius: 0;
    background:transparent;
  }
  .email-getstartnow .email-input{
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;
    background: #F4F3EB;
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .email-input::placeholder {
    font-size: 16px;
  }
  .email-getstartnow button{
    width: 100%!important;
  }
  .heroWrap .textInnerWrap h1 {
    font-size: 28px;
  }
  .heroWrap h3 {
    font-size: 23px;
  }
  .heroWrap h3 strong{
    font-size: 28px;
  }
  .heroWrap h3 span {
    font-size: 32px;
  }
  .textWrap {
    padding-left: 1rem;
    padding-top: 9rem;
    padding-right: 1rem;
  }
  .footerLinksWrap ul li{
    width: 50%;
  }
}
@media (max-width: 347px) {
  .heroWrap h3 {
    font-size: 20px;
  }
}