 /* Media Query for low resolution  Tablets, Ipads */
 @media (min-width: 481px) and (max-width: 767px) {
   .hideOverflowOnMobile {
     overflow: hidden;
   }

   .nav_p {
     text-align: center;
   }

   .dropdown-menu,
   .dropdown-item {
     background-color: #ffffff;
     color: #131313;
     padding-left: 0.5rem;
     border-left-width: 1rem;
   }

   .dropdown-item.active {
     color: var(--color-theme);
     background-color: #e7e7e7;
   }

   .mobile-frame {
     margin: 0;
     position: sticky;
   }

   .content-banner-image {
     padding: 1.5rem 0;
   }

   .container-main {
     padding-top: 2rem;
     padding-bottom: 2rem;
   }

   .img_wrap {
     margin: 0;
     margin-bottom: 1.5rem;
   }

   .flex-direction {
     flex-direction: column;
   }

   .img-icon-dark {
     margin-bottom: 1rem;
   }

   .contact-container {
     width: 95vw;
   }

   .contact-container .col-m4-4 {
     width: 80vw !important;
   }

   /* general scrollx style */
   .scrollx p {
     font-size: 1rem;
     line-height: 1.6rem;
     padding-left: 0.25rem;
     padding-right: 0.25rem;
     margin-bottom: 1rem;
   }

   .scrollx .card-body {
     padding: 1rem 0.25rem;
   }

   .scrollx .card-title {
     margin-bottom: 1.5rem;
   }

   .scrollx>section {
     width: 100vw;
   }

   .scrollx .card {
     width: auto;
     height: 100% !important;
     min-width: 40vw;
     max-width: 60vw;
     max-height: 75vh !important;
   }

   /* panel vertical scroll */
   .scrollx-socio .card,
   .scroll_advantage .card,
   .scrollx-about-team .card,
   .scrollx-healthcare .card {
     max-height: 95vh;
   }

   .img_radius_rr35,
   .img_radius_r35 {
     border-radius: 0 !important;
   }

   /* vertical scroll panel */
   .scrollx-about-team .card,
   .scrollx-socio .card {
     width: 50vw !important;
   }

   /* convert horizontal card into vertica in aboutus, healthcare */
   .scrollx-healthcare .card,
   .scroll_advantage .card {
     width: 60vw !important;
     height: 100% !important;
   }

   .scrollx-healthcare .img-container,
   .scroll_advantage .img-container {
     max-height: 20svh !important;
     width: 100% !important;
   }

   .scrollx-healthcare img,
   .scroll_advantage img {
     width: 100% !important;
     object-fit: cover !important;
     object-position: center !important;
   }

   .scrollx-healthcare .body-container,
   .scroll_advantage .body-container {
     height: auto !important;
     padding: 0.25rem !important;
     min-height: fit-content;
   }

   /* virtual medical */
   .icon_image {
     width: 13rem !important;
     height: 13rem !important;
   }

   #hc_tech .card,
   #service_cards_scroll .card,
   #TechnologyStack .card,
   #SoftSkills .card {
     width: 75vw;
   }
 }

 /* Portrait and Landscape */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
   .hideOverflowOnMobile {
     overflow: hidden;
   }

   .dropdown-menu,
   .dropdown-item {
     background-color: #ffffff;
     color: #131313;
     padding-left: 0.5rem;
     border-left-width: 1rem;
   }

   .dropdown-item.active {
     color: var(--color-theme);
     background-color: #e7e7e7;
   }

   .mobile-frame {
     margin: 0;
     position: sticky;
   }

   .content-banner-image {
     padding: 1.5rem 0;
   }

   .container-main {
     padding-top: 2rem;
     padding-bottom: 2rem;
   }

   .img_wrap {
     margin: 0;
     margin-bottom: 1.5rem;
     display: flex;
     justify-content: center;
   }

   .col-12 .img_wrap>img {
     width: 75% !important;
   }

   .flex-direction {
     flex-direction: row;
   }

   .img-icon-dark {
     margin-bottom: 1rem;
   }

   .contact-container {
     width: 95vw;
   }

   .contact-container .col-m4-4 {
     width: 80vw !important;
   }

   .scrollx .card-body {
     padding: 1rem 1rem;
     margin-bottom: 1rem;
   }

   .scrollx .card-title {
     margin-bottom: 1.5rem;
   }

   .scrollx>section {
     width: 100vw;
   }

   .scrollx .card {
     width: auto;
     height: 100% !important;
     min-width: 40vw;
     max-width: 60vw;
     max-height: 80vh;
   }

   #homeCards .my_card {
     width: 80%;
     margin: auto;
   }

   /* panel vertical scroll */
   .scrollx-socio .card,
   .scroll_advantage .card,
   .scrollx-about-team .card,
   .scrollx-healthcare .card {
     max-height: 95vh;
   }

   .img_radius_rr35,
   .img_radius_r35 {
     border-radius: 0 !important;
   }

   /* vertical scroll panel */
   .scrollx-about-team .card,
   .scrollx-socio .card {
     width: 40vw !important;
   }

   /* convert horizontal card into vertica in aboutus, healthcare */
   .scrollx-healthcare .card,
   .scroll_advantage .card {
     width: 45vw !important;
     height: 100% !important;
   }

   .scrollx-healthcare .img-container,
   .scroll_advantage .img-container {
     max-height: 20svh !important;
     width: 100% !important;
   }

   .scrollx-healthcare img,
   .scroll_advantage img {
     width: 100% !important;
     object-fit: cover !important;
     object-position: center !important;
   }

   .scrollx-healthcare .body-container,
   .scroll_advantage .body-container {
     height: auto !important;
     padding: 0.25rem !important;
     min-height: 100%;
   }

   /* virtual medical */
   .icon_image {
     width: 13rem !important;
     height: 13rem !important;
   }

   #hc_tech .card,
   #service_cards_scroll .card,
   #TechnologyStack .card,
   #SoftSkills .card {
     width: 75vw;
   }

 }

 @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
   .col-12 .img_wrap>img {
     width: 100% !important;
   }
 }