/*media query */

@media (min-width: 1920px) {
  .ctanewInfo{
    padding-left: 0;
  }
}

@media (max-width: 1829px) {
 
  .ctanewInfo {
    padding-left: 3.9vw;
}

}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1399px) {
  /* .ctanewInfo {
    padding-left: 2rem;
} */
}

@media (min-width: 1281px) {
  /* .ctanewInfo {
    padding-left: 2rem;
} */
  /*body{
      background: pink;
    }*/
}


/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1050px) and (max-width: 1680px) {
    /* .ctanewInfo {
      padding-left: 5rem;
  } */
  }

  @media (min-width: 1050px) and (max-width: 1400px) {
    .protectedUng li a img {
      width: 80px;
  }
  .protectedUng li {
    margin: 10px 0px;
}
   
    /* .ctanewInfo {
      padding-left: 7rem;
  } */
  }

@media (min-width: 1025px) and (max-width: 1280px) {
  /*body{
      background: yellow;
    }*/
    /* .ctanewInfo {
      padding-left: 2rem;
  } */
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 1024px to 1366px
  */

@media (min-width: 1024px) and (max-width: 1366px) {
  /*body{
      background: orange;
    }*/
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  .counterBox::before {
    display: none;
  }
  .counterBox::after {
    display: none;
  }
  .fixedGroup {
    right: 0;
  }
  .navbar-toggler {
    background: #fff !important;
  }
  .welcomeInfo {
    padding: 1rem 1rem;
  }
  .processImg {
    display: none;
  }
  .processItem.odd {
    top: 0;
  }
  .myCta img.ctaImg {
    left: 0;
    height: 100%;
  }
  div#basic-navbar-nav {
    background: var(--redClr);
  }
  .ms-auto.text-white.align-items-center.gap-1.navbar-nav {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 1rem;
  }
  .OfferBose li {
    flex: 47%;
  }
  .navigationSec .dropdown-menu.show {
    min-width: 100%;
    height: auto;
    overflow: auto;
  }

  .navigationSec a.dropdown-item {
    flex: 100%;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  .counterBox::before {
    display: none;
  }
  .counterBox::after {
    display: none;
  }
  .fixedGroup {
    right: 0;
  }
  .navbar-toggler {
    background: #fff !important;
  }
  .welcomeInfo {
    padding: 1rem 1rem;
  }
  .processImg {
    display: none;
  }
  .processItem.odd {
    top: 0;
  }
  .myCta img.ctaImg {
    left: 0;
    height: 100%;
  }
  div#basic-navbar-nav {
    background: var(--redClr);
  }
  .ms-auto.text-white.align-items-center.gap-1.navbar-nav {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 1rem;
  }

  .OfferBose li {
    flex: 47%;
  }

  .navigationSec .dropdown-menu.show {
    min-width: 100%;
    height: 300px;
    overflow: auto;
  }
  .navigationSec a.dropdown-item {
    flex: 100%;
  }
  .processarrow1 {
    display: none;
  }
  .processarrow2 {
    display: none;
  }
  .processarrow3 {
    display: none;
  }
  .LayerCustomers {
    margin-left: 0;
    padding-top: 2rem;
    padding-left: 10px;
  }
  .internalBox {
    flex-direction: column;
  }
}
