@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
:root {
  --darkgray: #212121;
  --white: #fff;
  --lightblack: #2a2a2a;
  --headingColor: #003ba5;
  --textColor: #313131;
  --darkBlue: #0058f7;
  --btnColor: #002c7c;
  --labelColor: #313131;
}
img.imggWidget {
  pointer-events: none !important;
}
a:has(img) {
  display: inline-block !important;
}
.backgroundWhite {
  background: #fff;
}
.contentWhite {
  color: var(--white) !important;
}
.backgroundBlue {
  background: var(--headingColor);
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: auto;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: var(--textColor);
  background: #f5f8ff;
}
/* Container 1600px */
/* @media (width>1600px) {
  .container {
    max-width: 1680px !important;
  }
} */
/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #00569d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Main Content Styles */
#content {
  display: none;
}

/* scroll bar css */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f5f8ff !important;
}
::-webkit-scrollbar-thumb {
  background: #003ba5;
  border-radius: 8px;
}
a.nav-link.prevActive {
  position: relative;
}
a.nav-link.prevActive:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0058f7;
  bottom: -0.6rem;
  left: 0;
  background-size: cover;
}
ul.navbar-nav.nav-menu.active a.nav-link.prevActive:after {
  background: #fff !important;
}
/* scroll bar css end*/
/* bottom to top */
/* #Progress
================================================== */
.whyWeDidSec .whyInnerSec,
.whatInnerSec {
  gap: 30px;
}
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 59, 165, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: #fff;
}
.progress-wrap::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f062';
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--grey);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #003ba5;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* bottom to top */
.footerSec {
  background: #fff;
  overflow: hidden;
}
.hamburger.active .bar {
  background: #fff !important;
}
ul.navbar-nav.nav-menu.active {
  overflow: hidden;
  height: 100%;
}
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
}
/* custom heading for h2 tag */
.headingBlock {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--headingColor);
}
/* custom heading for h2 tag */
.smallHeadingBlock {
  color: var(--headingColor);
  font-size: 1.3rem;
  font-weight: 700;
}
/* Navigation Section CSS */
.nav-branding {
  font-size: 2rem;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-item a {
  color: var(--lightblack) !important;
  font-size: 1.025rem;
  line-height: 1.5em;
}
.nav-link {
  transition: 0.6s ease-out;
}
.nav-link:hover {
  color: var(--red);
}
ul.navbar-nav.nav-menu.active li a {
  color: #fff !important;
}
.nav-item .prevActive {
  color: var(--darkBlue) !important;
  font-weight: 600;
}
a.nav-link {
  padding: 0 !important;
  margin: 0.5rem !important;
}
.hamburger {
  display: none;
  cursor: pointer;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.5s ease;
  background-color: #001b58;
}
header.navigation-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 4px 9px 50px rgba(0, 0, 0, 0.29);
  padding: 15px 10px;
}
header.navigation-header .logo,
header.navigation-header .header-wrap {
  transition: 0.7s transform ease;
  transform: scale(1);
}
header.navigation-header {
  transition: 0.7s padding ease-in-out;
  transform-origin: center;
}
header.navigation-header .logo {
  transform-origin: left center;
}
header.navigation-header .header-wrap {
  transform-origin: right center;
}
header.navigation-header.fixed .logo {
  transform: scale(0.96);
}
header.navigation-header.fixed .header-wrap {
  transform: scale(0.96);
}
header.navigation-header.fixed {
  padding: 10px 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 9px 50px rgba(0, 0, 0, 0.29);
}
a.nav-links-btn {
  background-image: linear-gradient(90deg, #0058f7, #002c7c);
  color: var(--white) !important;
  padding: 7px 30px !important;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 15px 15px #0f47af25;
}
a.nav-link.nav-links-btn.active {
  text-decoration: none;
  color: #fff !important;
}
a.nav-links-btn:hover {
  color: var(--white);
}

/* img.protected {
  -ms-content-zooming: none;
  ms-visual-search: none;
} */

.setColumn {
  flex-wrap: nowrap;
}
.setMainCol {
  flex-wrap: wrap;
}
footer.footerSec ul {
  margin-bottom: 0;
}
.footerSec .ftrLogoSec,
.footerSec .ftrMainSec {
  padding: 0 !important;
}
.btnInfection {
  padding: 15px 30px !important;
}
/* Media Query  */
@media (min-width: 1400px) {
  .databaseSec .innerDbSec::before {
    top: 80px !important;
    min-height: 820px !important;
  }
  .managementSec .imagePositionCare {
    left: -300px !important;
  }
  .concludeSec img {
    max-width: 370px !important;
  }
  .ftrMainSec .collPic::before {
    right: -50px !important;
  }
  .benefitSec::before {
    max-width: 390px !important;
  }
  .managementSec lottie-player {
    left: 50px !important;
  }
  .functionalitySec .funcImageBlock {
    margin-top: -40px !important;
  }
  body .aboutOfficeIntro .imgIntro::before {
    min-height: 760px !important;
  }
  body .imgIntro:hover:before {
    min-height: 720px !important;
  }
  .imgMedicalBanner::before {
    width: 160px !important;
    height: 150px !important;
    top: -163px !important;
    left: 0px !important;
  }
}
@media (max-width: 1366px) {
  .ftrMainSec li a {
    font-size: 13px !important;
  }
  .publicImgSection::before {
    height: 360px !important;
    left: -30px;
    bottom: 0px;
  }
  .publicBlock .contentWidget {
    width: 560px !important;
  }
  .appSec h3 {
    font-size: 20px !important;
  }
  section.adminSec .txtBlock {
    width: 700px !important;
  }
  .adminInnerBlock {
    align-items: center !important;
  }
  .adminSec p {
    margin-bottom: 14px;
  }
  .appSec {
    background-size: unset !important;
  }
  .mainBanner h1 {
    font-size: 2.1rem !important;
  }
  .nav-menu a.nav-link {
    font-size: 0.85rem !important;
  }
  .publicBlock img {
    height: 380px !important;
    padding-left: 50px;
  }
  .adminSec video,
  .adminSec .video-preview-image {
    height: 210px !important;
  }
  .nav-menu {
    gap: 10px !important;
  }
  .ftrMainSec .collPic {
    margin-top: -110px !important;
  }
  .ftrMainSec .collOne,
  .ftrMainSec .collSec,
  .ftrMainSec .collThr {
    padding-top: 1rem !important;
  }
  .ftrMainSec .ftrMenu ul li {
    margin: 0 0 5px 0 !important;
  }
}
@media (max-width: 1024px) {
  .influenzaContent {
    width: 590px !important;
    padding: 0 60px !important;
  }
  .appChildSec p.card-title {
    height: 270px !important;
    padding: 0 !important;
  }
  ul.navbar-nav.nav-menu.active a.nav-link.prevActive {
    color: #fff !important;
  }
  header.navigation-header .header-wrap {
    transform: unset !important;
  }
  .callInnerSection p {
    width: 100% !important;
  }
  .bannerImg::before {
    background-size: cover !important;
  }
  html.html-burger-open {
    overflow: hidden;
  }
  .aboutOfficeIntro .imgIntro::before {
    right: -20px !important;
  }
  .ftrMainSec .collPic::before {
    right: -20px !important;
  }
  .ftrMainSec .collPic {
    margin-top: -60px !important;
  }
  .ftrMainSec li a {
    font-size: 12px !important;
  }

  .ftrMainSec .ftrMenu ul li {
    margin: 0 0 3px 0 !important;
  }
  header.navigation-header .row {
    width: 100%;
  }
  .hamburger {
    display: block;
  }
  .aboutOfficeIntro .imgIntro::after {
    right: -15px !important;
  }
  .supportInnerBlock::after {
    right: -50px !important;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: column;
    justify-content: center;
  }
  .supportSec p.card-title {
    min-height: 120px !important;
  }
  .imgMedicalBackground::before {
    right: -18px !important;
  }
  .careSec .careImg .careInnerImage::before {
    right: -10px !important;
  }
  .managementSec .imagePositionCare {
    min-height: 480px !important;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-item a {
    color: var(--white);
  }
  .nav-menu {
    position: fixed;
    right: -100%;
    top: 0px;
    gap: 0;
    flex-direction: column;
    background-color: #0058f7d4;
    width: 70%;
    text-align: center;
    transition: 1.1s;
    padding-top: 0;
    height: 100vh;
  }
  .nav-item {
    margin: 6px 0;
  }
  .nav-menu.active {
    right: 0;
  }
  a.nav-link.active {
    color: #fff !important;
  }
  .mainBanner h1 {
    font-size: 2.25rem !important;
  }
}
@media (max-width: 1366px) and (min-width: 1030px) {
  /* .progress-wrap {
    transform: translateX(25px);
  } */
  .progress-wrap.active-progress {
    right: 25px;
  }
  .pandemicSec h3 {
    width: 600px !important;
  }
  .appChildSec p.card-title {
    height: 300px !important;
  }
  /* .publicImgSection::before {
    height: 220px !important;
  } */
  .paraBanner.py-3 {
    padding: 0 !important;
  }
  .functionalitySec .funcImageBlock {
    margin-top: -40px !important;
  }
  .benefitHero .mainBanner {
    padding: 90px 0;
  }
  .appChildSec .video-preview-image,
  .appChildSec video {
    height: 195px !important;
    border-radius: 10px 0 0;
  }
  /* section.dataBlock .innerSection {
    gap: 15px !important;
  } */
  .paraBanner p {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px) and (min-width: 567px) {
  .ftrMainSec .collPic {
    display: none;
  }
}
@media (max-width: 991px) {
  .pandemicSec .textWidget {
    width: 360px !important;
    margin-top: 10px !important;
  }
  .diseaseSec .textWidget {
    width: 300px !important;
    margin-top: 10px !important;
  }
  .influnzaReportInnerSec {
    gap: 30px !important;
  }
  .influnzaReportInnerSec a.btn,
  .documnetBtn a.btn {
    padding: 10px 30px !important;
    font-size: 14px !important;
  }
  .documnetBtn {
    margin-top: 30px !important;
  }
  .pandemicSec h3 {
    width: 390px !important;
  }
  .influenzaContent {
    width: 400px !important;
    padding: 0 30px !important;
  }
  .tabContent li.display-block {
    display: block;
  }
  .publicImgSection::before {
    height: 240px !important;
  }
  .dataBlock .content {
    gap: 20px !important;
  }
  section.dataBlock .contentWidget {
    padding-right: 20px !important;
  }
  /* section.dataBlock .innerSection {
    gap: 10px !important;
  } */
  .dataBlock h2 {
    width: 100% !important;
  }
  .introduceSec .video-preview-image,
  .introduceSec video {
    height: 380px !important;
  }
  .progress-wrap {
    right: 30px;
    bottom: 50px;
    height: 30px;
    width: 30px;
  }
  .progress-wrap::after {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .adminSec video,
  .adminSec .video-preview-image {
    height: 190px !important;
  }
  .appChildSec {
    gap: 30px !important;
  }
  .appSec h3 {
    font-size: 20px !important;
    height: 50px !important;
  }
  .introduceSec h3,
  .publicBlock .contentWidget {
    width: 100% !important;
  }
  .appChildSec .video-preview-image,
  .appChildSec video {
    height: 125px !important;
  }
  .publicInnerSection {
    gap: 20px !important;
  }
  .publicBlock img {
    height: auto !important;
    padding-left: 30px !important;
  }
  .publicBlock .content {
    padding-right: 30px !important;
  }
  .adminInnerBlock {
    flex-wrap: wrap !important;
  }
  section.adminSec .txtBlock,
  .appChildSec p.card-title {
    width: 100% !important;
  }
  .conclusionBlock h5 {
    font-size: 1rem !important;
  }
  .conclusionBlock ul {
    margin-bottom: 2px;
  }
  .conclusionBlock li {
    font-size: 0.9rem;
    line-height: 22px;
  }
  .ftrMainSec .collPic::before {
    right: 0px !important;
  }
  .legalSection .legalImageLogo img {
    height: 110px !important;
  }
  .legalSection .legalImageLogoSec img {
    height: 40px !important;
  }
  .legalSection .legalImage {
    gap: 10px !important;
  }
  .supportSec,
  .innovationSec,
  .databaseSec,
  .managementSec,
  .benefitSec,
  .exampleSec {
    padding: 2rem 1rem !important;
  }
  .concludeSec img {
    height: 370px !important;
  }
  .concludeSec .innerConcludeBlock {
    min-height: 370px !important;
  }
  .concludeSec .concludeImage .innerSubBlock::before {
    min-height: 430px !important;
  }
  .benefitSec .benefitImg .innerBenefitBlock::after {
    width: 55px !important;
    height: 55px !important;
    bottom: -34px !important;
    left: -17px !important;
  }
  body .adoptSec .cardChildSec .card-title {
    font-size: 0.83rem !important;
  }
  .careSec .innerCareImage {
    transform: translate(0) !important;
  }
  .benefitTxtBlock {
    padding-left: 10px !important;
  }
  .benefitSec ul li {
    font-size: 0.9rem;
  }
  .managementSec .careImage {
    min-height: 360px !important;
  }
  .managementSec .imagePositionCare {
    left: -24px !important;
    max-width: 230px !important;
    min-height: 470px !important;
  }
  .supportInnerBlock::before {
    bottom: -20px !important;
  }
  .managementSec lottie-player {
    position: absolute;
    left: 0px !important;
  }
  .benefitSec img {
    width: 100%;
    height: 380px !important;
    max-width: 100% !important;
  }
  .benefitSec .minInnerImage {
    min-height: 380px !important;
  }
  .innovationTxtBlock {
    padding-right: 10px !important;
  }
  .benefitSec .mainImage::before {
    bottom: -17px !important;
    right: 10px !important;
    min-height: 380px !important;
    height: auto !important;
  }
  .benefitSec .imagePosition {
    min-height: 520px !important;
    left: -25px !important;
    border-radius: 0 12px 0 12px;
    max-width: 120px !important;
    top: -46px !important;
  }
  .creatingDBSec {
    padding: 0 !important;
  }
  .dbTxtBlock {
    padding-top: 1rem !important;
  }
  .databaseSec .innerDbSec::before {
    top: 40px !important;
    min-height: 710px !important;
  }
  .databaseSec .creatingDBTxtBlock {
    padding: 50px 10px 0 10px !important;
  }
  .careSec .careImg .careInnerImage::before {
    width: 80px !important;
    height: 70px !important;
    top: -17px !important;
    right: -18px !important;
    background-size: contain !important;
  }
  .supportSec .cardChildSec {
    gap: 15px !important;
  }
  .supportInnerBlock::before,
  .supportInnerBlock::after {
    width: 60px !important;
    height: 60px !important;
  }
  .supportInnerBlock::after {
    right: -20px !important;
  }
  body .supportSec p.card-title {
    min-height: 100px !important;
    font-size: 0.8rem !important;
  }
  .bannerImg::before {
    background-size: cover !important;
  }
  .agencyBlock {
    min-height: 310px !important;
  }
  .agencyBlock {
    padding-right: 0 !important;
  }
  body p {
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 10px;
  }
  body .aimMainSec::before {
    min-height: 350px !important;
  }
  header.navigation-header {
    padding: 10px !important;
  }
  .featureSection .imageText {
    margin-bottom: 20px;
  }
  .aboutOfficeIntro .content {
    position: relative;
    z-index: 2;
  }
  .aboutOfficeIntro .imgIntro::after {
    width: 90px !important;
    height: 90px !important;
    bottom: -20px !important;
    right: -10px !important;
  }
  .functionalitySec img {
    height: 470px !important;
  }
  .functionalitySec .funcImageBlock {
    margin-top: -40px !important;
  }
  .functionalitySec .innerSection::before {
    top: 30px !important;
    min-height: 430px !important;
  }
  section.featureSection .imageText {
    gap: 10px !important;
  }
  .featureSection p {
    font-size: 14px;
    min-height: 90px;
  }
  .featureSection .imageText {
    margin-bottom: 25px !important;
  }
  .funcTextBlock p {
    padding: 0 20px 10px 0 !important;
  }
  .setMainCol {
    flex-wrap: wrap;
  }
  header.navigation-header .container {
    align-items: unset !important;
    justify-content: center;
    flex-direction: column;
  }
  .aboutOfficeIntro .imgIntro::before {
    top: -20px;
    right: -15px !important;
  }
  .innerSerSecLeft img,
  .innerSerSecRight img {
    min-height: 215px !important;
  }
  .serviceNetwork .textBlockLeft,
  .serviceNetwork .textBlockRight {
    padding: 25px 20px !important;
  }
  .headingBlock {
    font-size: 1.625rem !important;
  }
  .innerSerSecLeft p,
  .innerSerSecRight p {
    padding: 0 !important;
    margin-bottom: 2px !important;
  }
  .ftrMainSec .collSec,
  .ftrMainSec .collThr,
  .ftrMainSec .collOne {
    padding-top: 1rem !important;
  }
  .ftrMainSec .ftrMenu ul li {
    margin: 5px 0 !important;
  }
  .ftrImgBlock img {
    width: 80% !important;
  }
  .ftrMainSec .collPic img {
    width: 40%;
  }
  .setMargin {
    margin-top: 0 !important;
  }
  .serviceNetwork p {
    font-size: 14px;
  }
  .financeSection {
    padding: 1rem !important;
  }
  .financeSection .textBlock {
    padding: 0 20px 0 0 !important;
  }
  .financeSection .imageBlock {
    padding: 50px 20px !important;
  }
  lottie-player:nth-child(2) {
    height: 290px !important;
    transform: translate(0, 5%) !important;
    left: 20% !important;
  }
  .financeSection p {
    padding-top: 0 !important;
  }
  section.financeSection::before {
    height: 70px !important;
  }
  .ftrMainSec .collFor {
    padding-top: 1rem !important;
  }
  .aimMainSec .imageBlock {
    min-height: auto !important;
  }
  .taskSec .card h5 {
    font-size: 0.9rem !important;
    min-height: 50px !important;
  }
  .taskSec .card-body {
    padding: 10px;
  }
  .ansSec p {
    margin-bottom: 10px;
  }
  .aimSec lottie-player {
    height: 320px !important;
  }
  .solutionSec .solutionImage {
    padding: 4rem 2.6rem;
  }
  .imgMedicalBanner::before {
    width: 150px !important;
    height: 150px !important;
    top: -164px !important;
    left: 0px !important;
  }
  .imgMedicalBackground::before {
    width: 70px !important;
    height: 70px !important;
    bottom: -36px !important;
    right: -14px !important;
  }
  .imgSpinal::before {
    width: 140px !important;
    height: 140px !important;
    bottom: -45px !important;
    right: -90px !important;
  }
  .agencyImage img {
    min-height: 360px !important;
  }
  section.cardSection {
    padding: 0 10px !important;
  }
  .formBlock {
    padding-right: 0 !important;
  }
  .formMainSec {
    gap: 10px !important;
  }
  .loginSec .mainBanner form input,
  .formMainSec form input {
    padding: 7px 25px 7px 10px !important;
  }
  .formBlock input::placeholder {
    font-size: 11px;
  }
  .aboutOfficeIntro .imgIntro::before {
    min-height: 480px !important;
  }
}
/* set banner space on tablet device*/
@media (min-width: 991px) {
  .collBanner {
    min-height: 500px;
    height: auto !important;
  }
}
/* set banner space on tablet device*/
/* define custom classes for converting flex row to column*/
@media (max-width: 767px) {
  .influenzaContent {
    padding: 0 !important;
  }
  .pandemicInnerBlock,
  .diseaseInnerBlock,
  .influenzaInnerSection {
    gap: 20px !important;
  }
  .documentInnerSec,
  .influnzaReportInnerSec {
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 20px !important;
  }
  .pandemicSec h3,
  .pandemicSec .textWidget,
  .influenzaContent,
  .diseaseSec .textWidget {
    width: 100% !important;
  }
  .tabContent li {
    display: none;
  }
  .ftrImgBlock img {
    display: flex;
    padding: 0 10px;
  }
  .appSec h3 {
    height: auto !important;
  }
  .appChildSec p.card-title {
    height: auto !important;
    padding: 0 !important;
  }
  .innerSection {
    gap: 20px;
  }
  header.navigation-header .container {
    padding: 0 15px !important;
  }
  .publicImgSection::before {
    display: none !important;
  }
  section.dataBlock .contentWidget {
    padding-right: 0px !important;
  }
  .nav-menu {
    gap: 0px !important;
  }
  .nav-menu a.nav-link {
    padding: 5px 0;
  }
  .whatWeDoSec .video-preview-image .whatWeDoSec video {
    height: 220px !important;
  }
  .introduceSec .video-preview-image,
  .introduceSec video {
    height: 210px !important;
  }
  .adminSec video,
  .adminSec .video-preview-image {
    height: 210px !important;
  }
  .customCard {
    width: calc(100% - 40px) !important;
  }
  .appChildSec .video-preview-image,
  .appChildSec video {
    height: 215px !important;
    object-fit: contain;
  }
  .whatWeDoSec .video-preview-image,
  .whatWeDoSec video {
    height: 210px !important;
  }
  .publicBlock img {
    padding-left: unset !important;
  }
  .publicBlock .content {
    padding: unset !important;
  }
  .introduceSec h3,
  .benefitHero p {
    width: 100% !important;
  }
  .callInnerSection {
    flex-direction: column !important;
    padding: 30px !important;
  }
  .comp {
    padding: 10px 0 20px;
  }
  .progress-wrap {
    position: fixed;
    right: 25px;
    bottom: 40px;
    height: 30px;
    width: 30px;
  }
  .progress-wrap::before,
  .progress-wrap::after {
    line-height: 30px;
    font-size: 15px;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
  }
  .conclusionBlock ul {
    margin-bottom: 22px !important;
  }
  .paraBanner {
    padding: 0 !important;
  }
  header.navigation-header .row {
    width: auto !important;
  }
  .managementSec h2.headingBlock {
    font-size: 1.3rem !important;
  }
  .ftrMainSec .collOne h3::before,
  .ftrMainSec .collSec h3::before,
  .ftrMainSec .collThr h3::before {
    margin: auto;
  }
  .ftrMainSec .collThr h3::before {
    width: 112px !important;
  }
  .managementTxtBlock,
  .benefitTxtBlock {
    padding: 0 !important;
  }
  .benefitSec img {
    height: 300px !important;
  }
  /* .benefitSec .imagePosition{
        min-height: 380px !important;
    } */
  .benefitSec .mainImage::before {
    bottom: -10px !important;
  }
  .benefitSec .mainImage::before,
  .benefitSec .minInnerImage {
    min-height: 300px !important;
  }
  .benefitSec .imagePosition {
    min-height: 340px !important;
    top: -10px !important;
  }
  .benefitSec .benefitImg .innerBenefitBlock::after {
    width: 50px !important;
    height: 50px !important;
    bottom: -22px !important;
    left: -15px !important;
  }
  .adoptInnerBlock,
  .dbTxtBlock,
  .careSec .careTxtBlock {
    padding: 0 !important;
  }
  .careSec .careImg .careInnerImage::before {
    right: -16px !important;
    top: -9px !important;
  }
  .loginSec .mainBanner form {
    margin-top: 0px !important;
  }
  .loginSec,
  mainBanner {
    padding: 1rem !important;
  }
  .nav-item {
    margin: 6px 0 !important;
    line-height: 1.2em !important;
  }
  input::placeholder {
    font-size: 0.51rem !important;
  }
  /* .careSec .innerCareImage {
        min-height: 350px !important;
    } */
  .concludeTxtBlock p {
    padding-bottom: 10px !important;
  }
  .concludeSec img {
    height: 350px !important;
  }
  .concludeSec .innerConcludeBlock {
    min-height: 350px !important;
  }
  .concludeSec .concludeImage .innerSubBlock::before {
    min-height: 380px !important;
    top: -14px !important;
  }
  body .supportSec p.card-title {
    min-height: 50px !important;
  }
  .supportInnerBlock::after {
    right: -10px !important;
    top: 80px !important;
    width: 50px !important;
    height: 50px !important;
  }
  .managementSec .imagePositionCare {
    left: -24px !important;
    max-width: 230px !important;
    min-height: 400px !important;
    top: -10px !important;
  }
  .managementSec lottie-player {
    height: 320px !important;
  }
  .managementSec .careImage {
    min-height: 270px !important;
  }
  .databaseSec .creatingDBTxtBlock {
    padding: 20px 0 0 0 !important;
  }
  .managementSec .careImage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .supportSec .chestPara p {
    width: 100% !important;
  }
  .loginSec .mainBanner form input,
  .formMainSec form input {
    padding: 7px 15px 7px 10px !important;
  }
  .formMainSec {
    gap: 20px !important;
    padding: 0 0 20px 0;
  }
  section.cardSection {
    padding: 0 !important;
  }
  .formImage img {
    min-height: 280px !important;
  }
  body section.aimMainSec .aimSec,
  body .taskSec .cardMainSec,
  body .functionalitySec .innerSection,
  body .featureSection .iconBlocks,
  body .formImggSec .formMainSec {
    flex-wrap: wrap !important;
  }
  body .aimMainSec::before {
    min-height: 470px !important;
  }
  .solutionImage .imgMedicine img,
  .solutionImage .imgSpinal img,
  .solutionImage .imgWorking img,
  .solutionImage .imgMedicalBanner img {
    height: auto !important;
  }
  .imgMedicalBanner::before {
    width: 50px !important;
    height: 50px !important;
    top: -58px !important;
    left: 0px !important;
  }
  .imgMedicine::before {
    width: 40px !important;
    height: 40px !important;
    top: -18px !important;
    left: -20px !important;
  }
  .imgSpinal::before {
    width: 60px !important;
    height: 60px !important;
    bottom: -30px !important;
    right: -40px !important;
  }
  .imgMedicalBanner::after {
    width: 30px !important;
    height: 30px !important;
    top: -38px !important;
    right: 0px !important;
  }
  .imgMedicalBackground::before {
    width: 40px !important;
    height: 40px !important;
    bottom: -16px !important;
    right: -4px !important;
  }
  .imgWorking::before {
    width: 35px !important;
    height: 35px !important;
    bottom: -40px !important;
  }
  .imgWorking {
    transform: translate(0px, 50px) !important;
  }
  .imgMedicalBanner {
    transform: translate(0px, 34px) !important;
  }
  .formImggSec form button {
    padding: 6px 30px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
  }
  .featureSection p {
    min-height: auto !important;
  }
  .solutionSec .solutionImage {
    padding: 0.7rem !important;
  }
  .aimBlock {
    padding-right: 0 !important;
  }
  .biotesticalSection {
    height: 100vh !important;
  }
  .sliderInnerSection {
    height: 100vh !important;
  }
  .nav-menu {
    width: 100%;
  }
  .bannerImg::before {
    overflow: hidden !important;
    background-size: cover !important;
  }
  .ftrMainSec .collPic {
    margin-top: 10px !important;
  }
  .aboutOfficeIntro .imgIntro::before {
    width: 80px !important;
    top: -20px !important;
    right: 5px !important;
    min-height: 450px !important;
  }
  .aboutOfficeIntro .imgIntro::after {
    right: -10px !important;
  }
  .functionalitySec .funcImageBlock::before {
    right: -12px !important;
  }
  body .functionalitySec P,
  body .aboutOfficeIntro p {
    padding: 0 0 10px 0 !important;
  }
  .featureSection section.iconBlocks {
    gap: 0 !important;
  }
  .aboutOfficeIntro h2 {
    width: unset !important;
  }
  /* converting flex row to column*/
  .setFlexCol {
    flex-direction: column-reverse;
  }
  /* converting flex row to column*/
  /* set main column */
  .setMainCol {
    flex-wrap: wrap;
  }
  /* set main column */
  .ftrMainSec .collPic::before {
    width: 100% !important;
    right: 0 !important;
    height: 230px !important;
    bottom: 0px !important;
  }
  .setColPadding {
    padding: 30px 20px !important;
  }
  .financeSection .textBlock,
  .serviceNetwork .textBlockLeft,
  .serviceNetwork .textBlockRight,
  .funcTextBlock p {
    padding: 25px 10px !important;
  }
  .mainBanner h1 {
    font-size: 1.7rem !important;
  }
  footer.footerSec {
    text-align: center;
  }
  .ftrMainSec .collOne .social-link ul {
    gap: 10px !important;
    justify-content: center;
  }
  .ftrMainSec .collOne .social-link i.fa {
    padding: 10px !important;
    font-size: 15px !important;
    width: 35px !important;
  }
  .ftrImgBlock img {
    width: 60% !important;
  }
  .ftrMainSec .collThr ul {
    column-count: unset !important;
  }
  .ftrMainSec .socialLinksInfo {
    padding-top: 0 !important;
  }
  footer.footerSec {
    padding: 0;
  }
  .ftrCopyrightSec p,
  footer.footerSec .ftrHeadingSec,
  .ftrMainSec h3 {
    margin-bottom: 0 !important;
  }
  .financeInnerSec {
    padding: 0;
  }
  /* .active{
        color: #ff10 !important;
    } */
  .advisorySec .innerSerBlock {
    padding: 0 !important;
  }
  .financeSection .imageBlock {
    padding: 30px 10px !important;
  }
  .financeSection lottie-player:nth-child(2) {
    height: 210px !important;
    transform: translate(0, 5%) !important;
    left: 10% !important;
  }
  .financeSection lottie-player:nth-child(1) {
    width: 150px !important;
    top: 5px !important;
    height: 100px !important;
  }
  .financeSection h2,
  .innerSerSecLeft h2,
  .legalSection p {
    padding: 0 !important;
  }
  /* .legalSection img {
        width: 70%;
    } */
  .financeSection p {
    margin: 0;
  }
  .ftrMainSec .collFor {
    padding-top: 1rem !important;
  }
  .financeSection .imggSec::before {
    width: 60px !important;
    height: 60px !important;
    bottom: 40px !important;
    right: 20px !important;
  }
  .featureSection h2 {
    width: 100% !important;
  }
  .featureSection {
    height: unset !important;
  }
  .aimImage img {
    height: 250px;
    width: 220px;
    max-width: 100% !important;
    object-fit: cover;
  }
  .aimImage::before {
    max-width: 210px !important;
    left: 25px !important;
  }
  .aimSec lottie-player {
    z-index: 2 !important;
  }
  .aimMainSec .imageBlock {
    text-align: center;
  }
  .agencyImage img {
    min-height: 220px !important;
  }
  .agencyBlock {
    padding: 10px 0 0 0;
    min-height: auto !important;
  }
  .ansBlock {
    padding-top: 20px;
  }
  .taskSec .card h5 {
    font-size: 0.9rem !important;
    min-height: 0px !important;
  }
  .headingBlock {
    font-size: 1.5rem !important;
  }
  .ftrHeadingSec.tabHeader.active i.fa.fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  i.fa-chevron-down:before {
    display: block !important;
  }
  .ftrMainSec .collOne h3::before,
  .ftrMainSec .collSec h3::before,
  .ftrMainSec .collThr h3::before {
    display: none !important;
  }
  .ftrMainSec h3.dropdown-toggle {
    display: flex;
    justify-content: space-between;
  }
  .ftrMenu.tabContent {
    text-align: left;
  }
  .ftrMenu.tabContent ul li a {
    font-size: 14px !important;
  }
  .ftrMainSec .setBorder {
    border-top: 1px solid #0049be;
  }
  .ftrMainSec .setBorder:nth-last-child(3) {
    border-bottom: 1px solid #0049be;
  }
  .footerSec .ftrLogoSec {
    padding: 10px 0 !important;
  }
  .ftrMainSec .collSec,
  .ftrMainSec .collThr,
  .ftrMainSec .collOne {
    padding: 10px 15px !important;
  }
  footer.footerSec ul {
    padding: 0 15px;
  }
}
/* Media Query End */

.dropdown-toggle::after,
i.fa-chevron-down:before {
  display: none;
}
/* Animations Section*/
.imgSection img,
.imgSection:before {
  transition: all 0.375s ease-in-out;
  transform: translate(0, 0);
}
.adoptSec .imgIcon,
.adoptSec .imgIcon:before {
  transition: all 0.375 ease-out;
}
.adoptSec:hover .imgIcon:before {
  transform: rotate(0deg);
}
.imgSection:hover:before {
  transform: translate(10px, -5px);
}
.imgSection:hover img {
  transform: translate(-5px, 10px);
}
.ansSec .ansImage img {
  transition: all 0.5s ease-in;
  transform-origin: 100% 100%;
}
.ansSec .ansImage img:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}
.taskSec .card {
  transition: all 0.3s ease-in;
}
.taskSec .card:hover {
  border: 1px solid #0058f7;
}
.agencyImage img {
  transition: all 0.5s ease-in;
  box-shadow: 0 0 0 rgba(15, 71, 175, 0);
  transform-origin: 0 100%;
}
.agencyImage img:hover {
  box-shadow: -12px 15px 19px rgba(15, 71, 175, 0.16);
}
@media (hover: hover) {
  .solutionImage .imgMedicine img,
  .solutionImage .imgSpinal img,
  .solutionImage .imgWorking img,
  .solutionImage .imgMedicalBanner img {
    transform: translate(0px, 0px);
    transition: all 0.5s ease-in-out;
  }
  .solutionImage .imgSpinal:before {
    transform: translate(0, 0) rotate(0deg);
  }
  .solutionImage .imgMedicalBanner:after {
    transform: translate(0, 0) scale(1);
  }
  .solutionImage .imgMedicine:before,
  .solutionImage .imgWorking:before,
  .solutionImage .imgSpinal:before,
  .solutionImage .imgMedicalBackground:before,
  .solutionImage .imgMedicalBanner:before,
  .solutionImage .imgMedicalBanner:after {
    transition: all 0.5s ease-in-out;
  }
  .solutionImage:hover .imgMedicine img {
    transform: translate(-25px, -15px);
  }
  .solutionImage:hover .imgSpinal img {
    transform: translate(-25px, 10px);
  }
  .solutionImage:hover .imgWorking img {
    transform: translate(15px, 0px);
  }
  .solutionImage:hover .imgMedicalBanner img {
    transform: translate(3px, 0px);
  }
  .solutionImage:hover .imgMedicine::before {
    transform: translate(-15px, 5px) rotate(-90deg);
  }
  .solutionImage:hover .imgWorking::before {
    transform: translate(-15px, 5px) rotate(90deg);
  }
  .solutionImage:hover .imgSpinal::before {
    transform: translate(-30px, 0px) rotate(-90deg);
  }
  .solutionImage:hover .imgMedicalBackground:before {
    transform: translate(-10px, -20px) rotate(90deg);
  }
  .solutionImage:hover .imgMedicalBanner:before {
    transform: translate(10px, -10px);
  }
  .solutionImage:hover .imgMedicalBanner:after {
    transform: translate(15px, 0px) scale(1.2);
  }
}
.creatingDBImg .innerDBImage img {
  transition: all 0.5s ease-in;
  transform: translate(0, 0);
}
.creatingDBImg:hover .innerDBImage img {
  transform: translate(20px, 0);
}
.aimMainSec .imageBlock img,
.careSec .careImg img,
.imgIntro .imageInnerBlock img {
  transition: all 0.5s ease-in;
  transform: scale(1);
  border-radius: 12px;
}
.concludeSec .concludeImage img {
  transform: scale(1);
  transition: all 0.5s ease-in;
  border-radius: 12px;
}
.concludeSec .concludeImage:hover img {
  transform: scale(1.1);
  border-radius: 12px;
}
.careSec .careImg .careInnerImage:before,
.benefitSec .benefitImg .innerBenefitBlock:after {
  transition: all 0.5s ease-in;
}
.careSec .careImg:hover .careInnerImage::before {
  transform: rotate(90deg);
}
.benefitSec .benefitImg:hover .innerBenefitBlock::after {
  transform: rotate(-90deg);
}
.aimMainSec .imageBlock,
.careSec .innerCareImage,
.benefitSec .minInnerImage,
.concludeSec .innerConcludeBlock,
.aboutOfficeIntro .imageInnerBlock {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 12px;
}
.aimMainSec .imageBlock img:hover,
.careSec .careImg:hover img,
.imgIntro:hover .imageInnerBlock img {
  transform: scale(1.1);
  border-radius: 12px;
}
.mainImage img {
  transition: all 0.5s ease-in;
  transform: scale(1);
}
.benefitSec .mainImage:hover img {
  transform: scale(1.1);
}
.concludeImage .innerSubBlock::before {
  transition: all 0.5s ease-in;
}
.concludeImage:hover .innerSubBlock:before {
  max-width: 260px !important;
}
.functionalitySec .funcImageBlock img,
.functionalitySec .funcImageBlock::before {
  transform: translate(1);
  transition: all 0.5s ease-in-out;
}
.functionalitySec .funcImageBlock:hover::before {
  transform: translate(-5px, 20px);
}
.functionalitySec .funcImageBlock img:hover {
  transform: translate(-10px, 35px);
}
.imgIntro,
.imgIntro::before {
  transition: all 0.5s ease-in-out;
}
.imgIntro:hover:before {
  min-height: 650px !important;
}
/* Animations Section*/
/* Navigation Section CSS */
/* Main Page Banner Section CSS */
.sliderSection,
.sliderInnerSection {
  background-size: cover !important;
  background-position: top center !important;
  width: 100%;
}
.sliderSection {
  height: 100vh;
}
.sliderInnerSection {
  height: 100vh;
}
/* .sliderSection .mainBanner, */
.sliderInnerSection .mainBanner {
  margin-top: 100px;
}
.bannerBlock {
  background: url(/ephysician/assets/images/Home-Page-Main-Banner.webp)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg {
  position: relative;
}
.bannerImg::before {
  content: '';
  background: url(/ephysician/assets/images/banner-before-image.webp) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: contain;
  max-width: 100%;
}
.mainBanner.text-white {
  z-index: 1;
}
.mainBanner h1 {
  font-size: 3.175rem;
  font-weight: 900;
}
.mainBanner .bannerBlock p {
  font-size: 1rem;
  font-weight: 300;
  padding: 30px 0;
}
.home i.fa-arrow-right {
  transform: translate(0%, 0);
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.home .button:hover i.fa-arrow-right {
  transform: translate(30%, 0%);
  visibility: visible;
}

.home a.button {
  background-color: var(--white);
  color: var(--darkBlue);
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 8px;
  box-shadow: 2px 15px 15px #0f47af25;
  font-size: 1.125rem;
}
/* Main Page Banner Section CSS */
/* Main Page About Section CSS */
.aboutBlock {
  min-height: 60vh;
  width: 100%;
  background: url(/ephysician/assets/images/about-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.aboutBlock .innerSection {
  gap: 30px;
}
.imgSection img {
  width: 100%;
  border-radius: 12px;
}
.aboutBlock h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--textColor);
}
.aboutBlock .content > p:first-of-type {
  font-size: 1.25rem;
}
.imgSection,
.imgSection img {
  z-index: 2;
  position: relative;
}
.imgSection::before {
  background: var(--headingColor);
  border: 1px solid var(--headingColor);
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: -15px;
  left: 14px;
  right: 0;
  border-radius: 12px;
}
.imgSection::after {
  border: 1px solid var(--darkBlue);
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: -18px;
  left: -12px;
  right: 0;
}
/* Main Page About Section CSS */
/* Main Page Biotestical Section CSS */
.biotesticalSection {
  height: auto;
  min-height: 60vh;
  width: 100%;
  background: url(/ephysician/assets/images/biostatiscalAnalysis-01-Background.webp)
    no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.biotesticalSection .innerBlock {
  width: 100%;
  background: url(/ephysician/assets/images/innerBlock.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.biotesticalSection .innerBlock h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
/* Main Page Biotestical Section CSS */
/* Main Page Service Section CSS */
.serviceSec .innerSerBlock {
  background-color: #f5f8ff;
}
/* Main Page Service Section CSS */
/* Main Page Service Inner Section CSS */
.serviceNetwork .textBlockLeft,
.serviceNetwork .textBlockRight {
  padding: 0 80px 0 70px;
}
/* .innerSerSecLeft h2{
    padding-left: 10px;
} */
.innerSerSecLeft p,
.innerSerSecRight p {
  padding: 10px 0 0 0;
}
.innerSerSecLeft img,
.innerSerSecRight img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}
/* Main Page Service Inner Section CSS */
/* Main Page legal Section CSS */
.legalSection {
  width: 100%;
  background: url(/ephysician/assets/images/legal-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.legalSection .legalImageLogo img,
.legalSection .legalImageLogoSec img {
  object-fit: cover;
  object-position: top;
}
.legalSection .legalImageLogo img {
  height: 130px;
}
.legalSection .legalImageLogoSec img {
  height: 50px;
}
.legalSection p {
  padding: 5px 0;
}
.legalSection .legalImage {
  flex-direction: column;
  gap: 20px;
}
/* Main Page legal Section CSS */
/* Main Page finance Section CSS */
.imageInnerSec {
  gap: 20px;
}
.imageInnerSec img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.imggFirst img {
  margin-top: 70px;
}
.imageBlock img {
  z-index: 2;
  position: relative;
}
.financeInnerSec .textBlock,
.financeInnerSec .imageBlock {
  position: relative;
  z-index: 2;
}

.financeSection .imageBlock {
  background-image: linear-gradient(239deg, #0058f7, #002c7c);
  padding: 70px 30px;
  border-radius: 10px;
  position: relative;
}
.financeSection lottie-player:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 0;
}
.financeSection lottie-player:nth-child(2) {
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  transform: translate(0, -10%);
  z-index: 1;
}
/* .financeSection h2{
    padding-left: 10px;
} */
.financeSection p {
  padding-top: 20px;
}
.financeSection .textBlock {
  padding: 0 90px 0 0;
}
.financeSection .imggSec,
section.financeSection {
  position: relative;
}
.financeSection .imggSec::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  z-index: 1;
  background: url(/ephysician/assets/images/circle.webp) no-repeat;
  bottom: 20px;
  right: 20px;
  background-size: contain;
}
section.financeSection::before {
  position: absolute;
  width: 100%;
  height: 100px;
  content: '';
  background: #f5f8ff no-repeat;
  top: 0;
  left: 0;
  right: 0;
}
/* Main Page finance Section CSS */
/* Main Page Advisory Section CSS */
.advisorySec {
  width: 100%;
  background: url(/ephysician/assets/images/advisory-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
/* Main Page Advisory Section CSS */
/* footer section Css */

.ftrMainSec {
  /* justify-content: center; */
  align-items: flex-start;
}
.ftrMainSec h2 {
  color: var(--headingColor);
  font-size: 1rem;
  font-weight: 600;
}
.ftrMainSec h3 {
  color: var(--headingColor);
  font-size: 1rem;
}
.ftrMainSec .collThr ul {
  column-count: 2;
}
.ftrMainSec .collFor ul li:first-of-type {
  margin-top: 0;
}
.ftrMainSec ul {
  padding: 0;
}
.ftrMainSec li a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
.ftrMainSec li {
  list-style: none;
}
footer.footerSec .ftrHeadingSec {
  margin-bottom: 20px;
}
.ftrMainSec .collOne,
.ftrMainSec .collSec,
.ftrMainSec .collThr {
  padding-top: 2em;
}
.ftrMainSec .ftrMenu ul li {
  margin: 0 0 10px 0;
}
.ftrMainSec .ftrMenu ul li:last-child {
  margin: 0;
}
.ftrMainSec .socialLinksInfo {
  padding-top: 3em;
}
.ftrMainSec .socialLinksInfo h3 {
  color: var(--darkBlue);
  text-decoration: none;
}
section.ftrCopyrightSec {
  background-image: linear-gradient(90deg, #0542cd, #001952);
  box-shadow: 0px -14px 16px #0f47af16;
  border-radius: 10px 10px 0 0;
}

.ftrMainSec .collPic {
  position: relative;
  margin-top: -125px;
}
.ftrMainSec .collPic img {
  position: relative;
  z-index: 2;
}
.ftrMainSec .collPic::before {
  position: absolute;
  content: '';
  width: 370px;
  height: 300px;
  z-index: 1;
  background: url(/ephysician/assets/images/background-doctor.webp) no-repeat;
  bottom: -25px;
  right: -50px;
  background-size: cover;
}
.ftrMainSec .collOne h3,
.ftrMainSec .collThr h3,
.ftrMainSec .collSec h3 {
  position: relative;
}
.ftrMainSec .collOne h3::before,
.ftrMainSec .collSec h3::before,
.ftrMainSec .collThr h3::before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2px;
  background: #0058f7;
  bottom: -10px;
  left: 0;
  right: 0;
  background-size: cover;
}
.ftrMainSec .collOne h3::before {
  width: 75px;
}
.ftrMainSec .collSec h3::before {
  width: 85px;
}
.ftrMainSec .collThr h3::before {
  width: auto;
}
.ftrCopyrightSec .comp p {
  margin-bottom: 0 !important;
}
.ftrMainSec .collFor h3 {
  text-decoration: none;
}
/* footer section Css */
/* home page new css start */
.homeNew {
  background: url(/ephysician/assets/images/home-banner-new.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.dataBlock {
  background: url(/ephysician/assets/images/Mask\ Group\ 3.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.dataBlock h2 {
  width: 625px;
  font-size: 2rem;
}
.dataBlock .content {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
section.dataBlock .contentWidget {
  padding-right: 90px;
}
/* section.dataBlock .innerSection {
  gap: 50px;
} */
.whatWeDoSec {
  background: url(/ephysician/assets/images/background.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.whyWeDidSec,
.callBlock {
  background-color: #f5f8ff;
}
.callInnerSection {
  background: url(/ephysician/assets/images/call-background.webp) repeat;
  background-position: center;
  background-size: cover;
  gap: 30px;
}
.callInnerSection p {
  color: #fff;
  width: 530px;
}
.callBlock ul {
  display: flex;
  gap: 22px;
}
.callInnerSection .content {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.callBlock ul li {
  list-style: none;
}
.callBlock ul li span {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
}
/* home page new css end */
/* introduction page css start */
/* banner css */
.introductionSec {
  background: url(/ephysician/assets/images/biotechnology-specialist-laboratory-conducting-experiments.webp)
    no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

/* banner css */
/* intro css */
.aboutOfficeIntro img {
  border-radius: 12px;
}
.aboutOfficeIntro h2 {
  width: 300px;
}
.aboutOfficeIntro .content p:last-child {
  padding-bottom: 0;
}
.aboutOfficeIntro .innerSection {
  gap: 30px;
}
.aboutOfficeIntro .content p {
  padding: 20px 0;
  margin-bottom: 0;
}
.aboutOfficeIntro .imgIntro {
  position: relative;
}
.aboutOfficeIntro .imgIntro img {
  position: relative;
  z-index: 2;
}
.aboutOfficeIntro .imgIntro::before {
  position: absolute;
  content: '';
  width: 190px;
  height: 100%;
  z-index: 0;
  background: #fff;
  box-shadow: 35px 11px 50px #00000016;
  top: -20px;
  right: -40px;
  background-size: cover;
  border-radius: 12px 12px 12px 0;
  max-width: 100%;
  min-height: 680px;
}
.aboutOfficeIntro .imgIntro::after {
  position: absolute;
  content: '';
  width: 135px;
  height: 135px;
  z-index: 2;
  background: url(/ephysician/assets/images/imagerBefore.webp) no-repeat;
  bottom: -20px;
  right: -33px;
  background-size: contain;
}
/* intro  css */
/* features section  css */
.featureSection {
  background-image: linear-gradient(239deg, #0058f7, #002c7c);
  background-size: cover !important;
  background-position: center !important;
}
.featureSection h2 {
  width: 550px;
}
.featureSection section.iconBlocks {
  gap: 30px;
}
section.featureSection .imageText {
  gap: 20px;
}
.featureSection .imageText {
  margin-bottom: 40px;
}
section.featureSection .imageText img {
  background: #fff;
  padding: 7px;
  border-radius: 7px;
}
.featureSection .imageText p {
  height: 88px;
}
/* features section  css */
/* functional section  css */
.functionalitySec {
  width: 100%;
  background: url(/ephysician/assets/images/imagetext.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.functionalitySec img {
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.functionalitySec .funcImageBlock {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.funcTextBlock {
  position: relative;
  z-index: 2;
}
.functionalitySec .funcImageBlock::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0058f7;
  box-shadow: 5px 11px 37px #0f47af16;
  top: -20px;
  right: -20px;
  background-size: cover;
  border-radius: 12px;
}
.functionalitySec .innerSection {
  gap: 40px;
  position: relative;
}
.functionalitySec .innerSection::before {
  position: absolute;
  content: '';
  width: 100%;
  height: auto;
  z-index: 1;
  background: #fff;
  box-shadow: 5px 11px 37px #0f47af16;
  top: 70px;
  right: 0px;
  left: 0;
  background-size: cover;
  border-radius: 12px;
  min-height: 490px;
}
.funcTextBlock p:last-child {
  padding-bottom: 0;
}
.funcTextBlock p {
  margin: 0;
  padding: 0 80px 40px 0;
}
/* functional  section  css */
/* introduction page css end */
/* login page css start */
.loginSec {
  background: url(/ephysician/assets/images/tablet-login-concept-illustration.webp)
    no-repeat;
}
.loginSec i#togglePassword::before {
  margin-left: -30px;
}
.loginSec .mainBanner h2 {
  color: var(--headingColor);
  font-weight: 700;
}
.loginSec .mainBanner {
  width: 500px;
  margin: 100px auto 0;
  background: #fff;
  box-shadow: 5px 11px 37px #78a4f315;
  border-radius: 4px;
}
.loginSec .mainBanner form label {
  color: var(--labelColor);
}
.loginSec .mainBanner form {
  margin-top: 30px;
}
.loginSec .mainBanner form input,
.formMainSec form input {
  border: 0.5px solid rgba(112, 112, 112, 0.5);
  border-radius: 4px;
  padding: 7px 12px;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10px; */
}
.loginSec .mainBanner form input:last-child {
  margin-bottom: 0;
}
.loginSec .mainBanner form button {
  margin-top: 10px;
  background-image: linear-gradient(45deg, #0058f7, #002c7c);
  color: var(--white);
  border-radius: 10px;
  box-shadow: 2px 5px 12px #0f47af25;
  padding: 10px;
  width: 100%;
}
.loginSec .mainBanner form input::placeholder,
.formMainSec form input::placeholder {
  color: #31313150;
}
/* login page css end */
/* contact us page css start */
/* contact page banner css */
.contactSec {
  background: url(/ephysician/assets/images/male-customer-support-worker-computer-office-with-available-table-space.webp)
    no-repeat;
}
/* contcat page form css */
.formMainSec {
  gap: 50px;
}
.formMainSec,
.formImggSec {
  background: #fff;
  border-radius: 4px;
}
.formImage,
.formMainSec,
.formImggSec {
  box-shadow: 9px 0px 23px rgba(120, 164, 243, 0.15);
}
.formImggSec form {
  width: 100%;
}
.formImggSec form button {
  background-image: linear-gradient(45deg, #0058f7, #002c7c);
  border-radius: 10px;
  box-shadow: 2px 15px 15px rgba(15, 71, 175, 0.25);
  padding: 10px 40px;
  width: auto;
  margin-top: 10px;
}
.formMainSec {
  gap: 40px;
  min-height: 390px;
  height: auto;
}
.formImage img {
  min-height: 390px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
/* contact page form css */
/* contact page banner css */
/* contact us page css end */

/* covid page form css */
.covidSec {
  background: url(/ephysician/assets/images/immune-response-virus-macro-photo.webp)
    no-repeat;
}
/* the aim form css */
section.aimMainSec .aimSec,
.taskSec .cardMainSec,
.functionalitySec .innerSection,
.featureSection .iconBlocks,
.formImggSec .formMainSec {
  flex-wrap: nowrap !important;
}
.aimImage img {
  border-radius: 12px;
}
.aimMainSec {
  position: relative;
}
.aimMainSec::before {
  background: #f5f8ff;
  min-height: 510px !important;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  height: auto;
}
.aimSec {
  gap: 40px;
  background: url(/ephysician/assets/images/newspaper-covid-19-titles-money.webp)
    no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.aimSec::before {
  background: rgba(0, 59, 165);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.aimImage,
.aimBlock {
  position: relative;
  z-index: 2;
}
.aimBlock {
  padding-right: 140px;
}
.aimSec lottie-player {
  position: absolute;
  right: 35px !important;
  z-index: 3;
}
.aimImage,
.aimImage img {
  position: relative;
  z-index: 2;
}
.aimImage::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #fff;
  top: 16px;
  left: 20px;
}

/* the aim form css */
/* ans section */
.backgroundSec,
.integrationSec {
  background: #f5f8ff;
}
.ansSec {
  position: relative;
  z-index: 3;
}
/* ans section */
/* agence css css */
.agencyBlock {
  padding-right: 20px;
}
.agencyImage img {
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  min-height: 440px;
  height: auto;
}
.agencyBlock {
  background: url(/ephysician/assets/images/agencsParaBlock.png) no-repeat;
  background-size: cover;
  height: auto;
  background-position: -300px 0px;
  min-height: 440px;
}
/* agence css css */
/* machine css */
.machineBlock {
  position: relative;
  background: url(/ephysician/assets/images/machine-Learning.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.machineBlock::before {
  background: rgb(0, 59, 165);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.machineBlock p {
  padding: 10px 0;
}
.machineBlock p:last-child {
  margin-bottom: 0;
}
.machineBlock h2,
.machineBlock p,
.taskBlock h2,
.taskBlock p {
  position: relative;
  z-index: 2;
}
/* machine css */
/* taskBlock Css */
.taskBlock {
  position: relative;
  background: url(/ephysician/assets/images/biotechnology-specialist-laboratory-conducting-experiments-task-hand.webp)
    no-repeat;
  background-size: cover;
  flex-wrap: wrap;
}
.taskBlock::before {
  background: rgb(0, 59, 165);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
section.cardSection {
  position: relative;
  z-index: 2;
}
.taskSec .card {
  padding: 10px;
  box-shadow: 5px 11px 37px rgba(15, 71, 175, 0.16);
  border: 1px solid #ff10;
}
.cardMainSec {
  gap: 20px;
  margin: 20px 0 -108px 0;
}
.taskSec .card-body {
  padding: 10px !important;
}
.taskSec .card h5 {
  height: auto;
  min-height: 70px;
  margin: 10px 0 0 0;
  font-size: 1.25rem;
  color: #292929;
}
/* taskBlock Css */
/* solutionSec css */
.solutionSec {
  margin-top: 7rem;
}
.solutionSec img {
  border-radius: 10px;
  box-shadow: 5px 11px 37px rgb(120, 164, 243, 0.16);
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.solutionImage {
  position: relative;
}
.imgSpinal {
  transform: translate(0px, 12px);
}
.imgWorking {
  transform: translate(0px, 110px);
}
.imgMedicalBanner {
  transform: translate(0px, 120px);
}
.imgWorking img {
  height: 150px;
}
.imgMedicine img {
  height: 160px;
}
.imgSpinal img {
  height: 200px;
}
.imgMedicalBanner img {
  height: 220px;
}
.imgMedicine img,
.imgSpinal img,
.imgMedicalBanner img {
  position: relative;
  z-index: 2;
}
.imgMedicine,
.imgWorking,
.imgSpinal,
.imgMedicalBanner,
.imgMedicalBanner,
.imgMedicalBackground {
  position: relative;
}
.imgMedicine::before,
.imgWorking::before,
.imgSpinal::before,
.imgMedicalBanner::before,
.imgMedicalBanner::after,
.imgMedicalBackground::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-size: cover !important;
}
.imgMedicine::before {
  background: url(/ephysician/assets/images/solutionImg.png) no-repeat;
  width: 80px;
  height: 80px;
  top: -44px;
  left: -30px;
}
.imgWorking::before,
.imgMedicalBanner::before,
.imgMedicalBanner::after {
  background: #0058f7;
  box-shadow: 5px 11px 37px rgb(120, 164, 243, 0.16);
  border-radius: 10px;
}
.imgWorking::before {
  width: 60px;
  height: 60px;
  bottom: -70px;
  right: 0px;
}
.imgMedicalBanner::before {
  width: 125px;
  height: 125px;
  top: -138px;
  left: 0px;
}
.imgMedicalBanner::after {
  background: #003ba5 !important;
  width: 65px;
  height: 65px;
  top: -78px;
  right: 10px;
}
.imgMedicalBackground::before {
  background: url(/ephysician/assets/images/medicalBackground.png) no-repeat;
  width: 80px;
  height: 80px;
  bottom: -36px;
  right: -26px;
  z-index: 0 !important;
}
.imgSpinal::before {
  background: url(/ephysician/assets/images/circleBackend.png) no-repeat;
  width: 150px;
  height: 150px;
  bottom: -65px;
  right: -110px;
  background-position: center;
}
/* solutionSec css */
/* summary css */
.summarySec {
  background: url(/ephysician/assets/images/summaryBack.png) no-repeat;
  background-size: cover;
  background-position: center;
}
/* summary css */
/* covid page form css */

/* chest pain start css */
/* bannerSection Css */
.chestPainSec {
  background: url(/ephysician/assets/images/female-doctor-with-patient-who-is-complaining-chest-pain-during-coronavirus-epidemic-banner.png)
    no-repeat;
}
/* bannerSection Css */
/* .managementInnerBlock */
.managementSec {
  background: #f5f8ff;
  position: relative;
}
.managementTxtBlock p {
  line-height: 1.6em;
}
.managementSec lottie-player {
  position: absolute;
  left: -30px;
}
.managementSec .managementImg {
  position: relative;
}
.managementSec .imagePositionCare {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 630px;
  background-image: linear-gradient(45deg, #003ba5, #0058f7);
  z-index: 0;
  left: -110px;
  max-width: 500px;
  top: -50px;
}
.managementImg img {
  position: relative;
  z-index: 2;
  box-shadow: -28px 24px 15px rgba(0, 48, 136, 0.35);
  border-radius: 12px;
}
.managementTxtBlock {
  padding-left: 20px;
}
.managementSec .careImage {
  width: 100%;
  height: auto;
  min-height: 410px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 12px;
}
.managementSec .careImage img {
  transition: 0.5s ease-in-out;
}
.managementSec .careImage img:hover {
  transform: scale(1.1);
}
/* .managementInnerBlock */
/* support block css */
.supportInnerBlock {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.supportInnerBlock::before,
.supportInnerBlock::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-size: cover !important;
  width: 104px;
  height: 100px;
}
.supportInnerBlock::before {
  background: url(/ephysician/assets/images/offerBeforImg.png);
  left: -10px;
  bottom: -30px;
}
.supportInnerBlock::after {
  background: url(/ephysician/assets/images/offerBeforImg.png);
  right: -40px;
  top: 30px;
}
.supportSec .chestPara p {
  font-weight: 700;
  color: #292929 !important;
  width: 680px;
}
.supportSec .card {
  box-shadow: 5px 11px 37px rgba(15, 71, 175, 0.16);
  border: 1px solid #ff10;
}
.supportSec p.card-title {
  min-height: 100px;
  height: auto;
  font-size: 1rem !important;
  line-height: 1.5em;
}
.supportSec {
  position: relative;
}
.supportSec,
.appSec {
  background: url(/ephysician/assets/images/applicationBack.png) no-repeat;
  background-size: cover !important;
  background-position: top center;
}
.appSec {
  background-position: center center !important;
}
.applicationSec .applicationInnerBlock::before,
.applicationSec .applicationInnerBlock::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-size: cover !important;
  width: 104px;
  height: 100px;
}
.applicationSec .applicationInnerBlock::before {
  background: url(/ephysician/assets/images/offerBeforImg.png);
  left: -10px;
  bottom: -30px;
}
.applicationSec .applicationInnerBlock::after {
  background: url(/ephysician/assets/images/offerBeforImg.png);
  right: -40px;
  top: 30px;
}
/* care sec css */
.careSec {
  background: #003ba5;
}
.careSec .careTxtBlock {
  padding-right: 20px;
}
.careSec p {
  color: #fff;
}
.careSec .innerCareImage img {
  border-radius: 12px;
  box-shadow: -20px 17px 17px #0f47af16;
}
.careSec .innerCareImage {
  transform: translate(0, 50px);
}
.careSec .careImg .careInnerImage {
  position: relative;
}
.careSec .careImg .careInnerImage::before {
  position: absolute;
  content: '';
  width: 104px;
  height: 100px;
  z-index: 0;
  background: url(/ephysician/assets/images/whiteDot.png) no-repeat;
  top: 18px;
  right: -36px;
  background-size: cover;
}
/* care sec css */
/* benefits section css */

.benefitSec .mainImage {
  position: relative;
}
.benefitSec ul li::marker {
  color: #0058f7;
  font-size: 1.5rem;
  vertical-align: bottom;
}
.benefitSec .mainImage::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0058f7;
  box-shadow: -12px 15px 19px #0f47af16;
  bottom: -20px;
  right: 20px;
  background-size: cover;
}
.benefitSec .imagePosition {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 543px;
  background: #fff;
  z-index: 0;
  left: -295px;
  border-radius: 0 12px 0 12px;
  box-shadow: 35px 11px 50px #0f47af16;
  max-width: 470px;
  top: -46px;
}
.benefitSec,
.exampleSec,
.databaseSec,
.concludeSec {
  background: #f5f8ff;
}
.benefitSec img {
  border-radius: 12px;
  box-shadow: -12px 15px 19px #0f47af16;
  width: 100%;
  height: 450px;
  object-fit: cover;
  max-width: 450px;
}
.benefitSec .benefitImg {
  position: relative;
}
.benefitSec .benefitImg img {
  position: relative;
  z-index: 2;
}
.benefitSec .imgaePosition {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 550px;
  background: #fff;
  z-index: 0;
  left: -295px;
  border-radius: 0 12px 0 12px;
  box-shadow: 35px 11px 50px #0f47af16;
  max-width: 470px;
  top: -50px;
}
.benefitSec .benefitImg .innerBenefitBlock {
  position: relative;
}
.benefitSec .benefitImg .innerBenefitBlock::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 70px;
  z-index: 0;
  background: url(/ephysician/assets/images/benefitsDot.png) no-repeat;
  bottom: -40px;
  left: -43px;
  background-size: cover;
}
.benefitSec ul {
  padding-left: 22px !important;
}
.benefitSec ul li {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.benefitSec ul li:last-child {
  margin-bottom: 0;
}
.benefitSec .benefitTxtBlock {
  padding-left: 30px;
}
/* benefits section css */
/* innovation section css */
.innovationSec {
  box-shadow: 5px 11px 37px #0f47af16;
}
.innovationSec .innovationTxtBlock {
  padding-right: 40px;
}
/* innovation section css */
/* example  section css */
.exampleSec h2.headingBlock {
  width: 760px;
}
/* example section css */
/* result block css */
section.resultSec {
  background-image: linear-gradient(45deg, #002c7c, #0058f7);
}
.resultInnerSec {
  flex-wrap: wrap;
}
.resultSec p {
  padding-bottom: 30px;
}
.resultSec p:last-child {
  padding-bottom: 0;
}
/* result block css */
/* adopt section css */
.adoptSec {
  position: relative;
  background: url(/ephysician/assets/images/doctor-use-computer-login-password-connection-server-data-base-patient-technology-treatment-hospital.svg)
    no-repeat;
  background-size: cover;
  flex-wrap: wrap;
}

.adoptSec p {
  line-height: 1.5em;
}
.adoptSec::before {
  background: rgb(0, 59, 165);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.adoptSec .imgIcon img {
  z-index: 2;
  position: relative;
}
.adoptSec .imgIcon {
  position: relative;
}
.adoptSec .imgIcon:before {
  position: absolute;
  content: '';
  background: url(/ephysician/assets/images/dottedCircle.png) no-repeat;
  width: 100%;
  height: 100%;
  left: -25px;
  top: -25px;
  right: 0px;
  z-index: 0;
  min-width: 100px;
  min-height: 100px;
  background-size: cover;
}
.adoptSec .cardChildSec,
section.adoptTxtBlock {
  position: relative;
  z-index: 2;
}
.cardChildSec {
  gap: 25px;
}
.adoptSec .cardChildSec .card {
  padding: 40px 10px;
  box-shadow: 25px 22px 24px rgba(0, 66, 184, 0.44);
  position: relative;
}
.adoptSec .cardChildSec img {
  width: 45px;
  height: 45px;
}
.adoptSec .cardChildSec .card-title {
  margin-bottom: 0;
  height: 90px;
  padding-top: 30px;
}
.adoptSec .cardChildSec .card-body {
  padding: 10px 0;
}
/* adopt section css */
.concludeSec .concludeInnerSec .concludeTxtBlock {
  padding-left: 20px;
}
/* db section css */
.databaseSec p {
  line-height: 1.5em;
}
.databaseSec .innerDbSec {
  position: relative;
  z-index: 2;
}
.databaseSec img {
  box-shadow: 20px 17px 17px #0f47af16;
  border-radius: 12px;
}
.databaseSec .innerDbSec::before {
  background: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  left: 0;
  right: 0;
  top: 60px;
  min-height: 810px;
}
.databaseSec .creatingDBTxtBlock {
  padding: 84px 20px 0 15px;
}
/* db section css */
/* conclude section css */
.concludeSec .concludeImage {
  position: relative;
}
.concludeSec .concludeImage img {
  position: relative;
  z-index: 2;
}
.concludeSec img {
  height: 470px;
  width: 100%;
  box-shadow: 20px 17px 17px rgba(15, 71, 175, 0.16);
  object-fit: cover;
}
.concludeTxtBlock p:last-child {
  padding-bottom: 0;
}
.concludeTxtBlock p {
  padding-bottom: 20px;
}
.concludeSec .concludeImage .innerSubBlock::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0058f7;
  box-shadow: -12px 15px 19px #0f47af16;
  top: -44px;
  left: -40px;
  background-size: cover;
  max-width: 220px;
  min-height: 530px;
}
/* conclude section css */
/* chest pain start css */
/* benefit page section start*/
/* Hero Section start */
.benefitHero {
  background: url(/ephysician/assets/images/herosection.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.benefitHero p {
  width: 490px;
}

/* Hero Section end */
/* introduce section start */
.introduceSec .videoWrapper,
.adminSec .videoWrapper,
.systemBlock .videoWrapper,
.appChildSec .videoWrapper,
.whatWeDoSec .videoWrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* 16:9 */
  height: auto;
}
.introduceSec .videoWrapper iframe,
.adminSec .videoWrapper iframe,
.systemBlock .videoWrapper iframe,
.appChildSec .videoWrapper iframe,
.whatWeDoSec .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduceSec .video-preview-image,
.adminSec .video-preview-image,
.systemBlock .video-preview-image,
.appChildSec .video-preview-image,
.whatWeDoSec .video-preview-image {
  width: 100%;
}
.whatWeDoSec .video-preview-image {
  height: 440px;
}
.introduceSec .video-preview-image {
  height: 430px;
}
.adminSec .video-preview-image {
  height: 250px;
}
.systemBlock .video-preview-image {
  height: 370px;
}
.appChildSec .video-preview-image {
  height: 230px;
}
.introduceSec .video-preview-image,
.adminSec .video-preview-image,
.systemBlock .video-preview-image,
.appChildSec .video-preview-image,
.whatWeDoSec .video-preview-image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  filter: drop-shadow(35px 11px 50px rgba(15, 71, 175, 0.2));
  &:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(/ephysician/assets/images/ic_play_circle_outline_24px.webp);
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
  }
  &:hover {
    &:after {
      background-position: center;
    }
  }
}
.introduceInnerSec {
  gap: 30px;
}
.introduceSec h3 {
  width: 720px;
  font-weight: 500;
}
/* introduce section start */
/* admin section start */
section.adminSec {
  background: #fff;
}
section.adminSec h2 {
  color: #003ba5;
  font-weight: 700;
}
section.adminSec h3 {
  color: 1B232D;
  font-weight: 700;
}
section.adminSec p {
  color: #1b232d;
  font-weight: 400;
}
section.adminSec .txtBlock {
  width: 800px;
}
.adminInnerBlock {
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 30px;
}
/* admin section end */
/* application sec start */
.appSec h3 {
  color: #003ba5;
  font-weight: 700;
  font-size: 24px;
}
.appChildSec {
  gap: 45px;
  justify-content: space-between;
}
.customCard {
  width: calc(33% - 30px);
  flex-grow: 1;
}
.appChildSec .card {
  border: 1px solid #ff10;
  border-radius: 12px;
  filter: drop-shadow(35px 11px 50px rgba(15, 71, 175, 0.2));
  overflow: hidden;
}
.appChildSec .card-body {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.appChildSec p.card-title {
  width: 100%;
  height: 240px;
  padding: 10px;
  margin: 0;
}
.appSec .card a:hover {
  text-decoration: underline;
}
.appSec .card a {
  text-decoration: none;
  transition: all 1sease;
}
.appInnerBlock {
  gap: 20px;
}
/* application sec end */
.pandemicSec h3 {
  width: 640px;
}
.pandemicSec h3,
.diseaseSec h3 {
  font-weight: 700;
}
.pandemicSec .textWidget {
  width: 590px;
  margin-top: 20px;
}
.diseaseSec .textWidget {
  width: 540px;
  margin-top: 20px;
}
.influenzaInnerSection {
  justify-content: space-between !important;
}
.influnzaReportInnerSec .imgSet,
.influnzaReportInnerSec .imgSet02 {
  gap: 30px;
}
.influnzaReportInnerSec a.btn {
  padding: 15px 50px;
  gap: 10px;
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #003ba5;
  position: relative;
  background: transparent;
  border-radius: 8px;
  z-index: 1;
  border: 2px solid transparent;
  gap: 10px;
}
.influnzaReportInnerSec a.btn::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(0deg, #0058f7, #002c7c);
  z-index: -1;
  border-radius: 10px;
}
.influnzaReportInnerSec a.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f7fe;
  border-radius: 8px;
  z-index: -1;
}
.systemBlock p {
  color: #fff;
}
.systemInnerSection {
  background: #003ba5;
  gap: 40px;
}
.publicInnerSection {
  gap: 50px;
  overflow: hidden;
}
.publicBlock img {
  height: 530px;
  padding-left: 50px;
  object-fit: cover;
  padding-bottom: 30px;
}
.publicBlock .contentWidget {
  width: 610px;
}
.publicImgSection {
  position: relative;
}
.publicImgSection::before {
  content: '';
  position: absolute;
  background: url(/ephysician/assets/images/rectangle_33615.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 500px;
  left: -30px;
  bottom: 0px;
}

/* benefit page section end*/
/* Infectious Disease Page Css */
.infectiousDiseaseBanner {
  background: url(/ephysician/assets/images/infectious-disease-influenza-banner.webp)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.influenzaSec {
  background: url(/ephysician/assets/images/massive-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.dataImgSection img,
.influnzaReportInnerSec .imageBlock img {
  filter: drop-shadow(35px 11px 50px #0f47af20);
}
/* Infectious Disease Page Css end*/
.influnzaReportInnerSec {
  gap: 60px;
}
.documnetBtn {
  margin-top: 60px;
}
.documnetBtn a.btn {
  background: linear-gradient(0deg, #0058f7, 100%, #002c7c);
  padding: 15px 30px;
  border-radius: 8px;
  filter: drop-shadow(2px 15px 15px #0f47af25);
  color: #fff;
}
.documentInnerSec {
  gap: 20px;
}
.documentInnerSec img {
  filter: drop-shadow(24.66px 7.75px 35.33px #0f47af20);
}
.influenzaInnerSection {
  overflow: hidden;
}
.influenzaContent {
  width: 700px;
  padding: 0 120px;
}
/* Style for the lightbox */
.lightbox-target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  z-index: 9999;
}

/* When lightbox is active */
.lightbox-target:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
/* Hide all lightboxes by default */
.lightbox-target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  z-index: 9999;
}

/* When lightbox is active (via JS) */
.lightbox-target.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Style for the image inside lightbox */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

/* Close button styles */
.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
}

/* Cross inside the close button */
.lightbox-close:before {
  content: '×';
  font-size: 30px;
  color: black;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
  top: 0px;
}

.influnzaReportSec {
  background: url(/ephysician/assets/images/reports-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.documentSec {
  background: url(/ephysician/assets/images/3-reports-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
/* Video Modal Styling */
#videoModal .modal-body {
  padding: 3.3em 1em 1em;
}
#videoModal .modal-body .btn-close {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 1em;
  border-radius: 100px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.29);
  background-color: #fff;
}
.video-wrapper__popup {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.video-wrapper__popup .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #0000;
  border: 0px solid #0000;
  cursor: pointer;

  &:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(/ephysician/assets/images/ic_play_circle_outline_24px.webp);
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.appChildSec .card .video-wrapper__popup {
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  .video-wrapper__popup img {
    width: 100% !important;
  }
  .inlineVideos .video-wrapper__popup img {
    max-width: 100%;
  }
}
.video-wrapper__popup img {
  max-width: 780px;
  height: 100%;
  filter: drop-shadow(35px 11px 50px rgba(15, 71, 175, 0.2));
  pointer-events: none !important;
}
.inlineVideos .video-wrapper__popup img {
  max-width: 640px;
}
@media screen and (max-width: 1280px) {
  .inlineVideos .video-wrapper__popup img {
    max-width: 500px;
  }
}
/* Provides */
.providersHero {
  background: url(/ephysician/assets/images/ephysican-providers-banner-herosection-image.webp)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.providersHero p {
  max-width: 500px;
}
.providersIntroVideo {
  background-image: linear-gradient(2705deg, #003ba5 0%, #0058f7 100%);
  padding: 5rem 0;
  position: relative;
}
.providersIntroVideo .heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
}
.providersIntroVideo .sub-heading {
  color: #fff;
  font-weight: 700;
}
.providersIntroVideo .introduceInnerSec {
  position: relative;
}
.providersIntroVideo .introduceInnerSec .dottet-left {
  position: absolute;
  width: 120px;
  height: 114px;
  background: url(/ephysician/assets/images/providers-intro-dotted-sq-img.webp)
    top center / cover no-repeat;
  background-position: top center;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.providersIntroVideo .introduceInnerSec .dottet-right {
  position: absolute;
  width: 120px;
  height: 114px;
  background: url(/ephysician/assets/images/providers-intro-dotted-sq-img.webp)
    top center / cover no-repeat;
  background-position: top center;
  z-index: 0;
  right: 0;
  top: 0;
}
.edCardiac {
  background: url(/ephysician/assets/images/background.webp) center center /
    cover no-repeat;
  background-position: center center;
  position: relative;
  padding: 7.5rem 0;
}
.edCardiac .row {
  gap: 70px;
}
.edCardiac .managementImg {
  width: calc(50% - 35px);
}
.edCardiac .managementTxtBlock {
  width: calc(50% - 35px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
@media (width>1600px) {
  .edCardiac .container-fluid {
    max-width: 1680px;
  }
}
.edCardiac .imagePositionCare {
  position: absolute;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(45deg, #003ba5, #0058f7);
  z-index: 0;
  left: 0;
  max-width: 500px;
  top: 50%;
  transform: translate(0%, -50%);
}
/* @media (min-width: 1400px) {
  .edCardiac .imagePositionCare {
    left: -300px !important;
  }
} */
.dark-bg {
  background: url(/ephysician/assets/images/providers-dark-bg-image.webp) center
    center / cover no-repeat;
  background-position: center center;
  position: relative;
  padding: 5rem 0;
}
.dark-bg .row > div {
  gap: 40px;
}
.dark-bg .heading {
  color: #ffffff;
  /* font-size: clamp(1.802rem, 1.3362rem + 1.4907vw, 3.125rem); */
  line-height: 1.2em;
  font-weight: 700;
}
.dark-bg .paragraph {
  /* font-size: clamp(1rem, 0.912rem + 0.2817vw, 1.25rem); */
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 400;
  max-width: 900px;
}
.dark-bg .detail-img {
  width: 100%;
  height: auto;
  border: 11px solid #fff;
  /* filter: drop-shadow(11px 20px 29px 4px rgba(0, 39, 112, 0.5)); */
  box-shadow: 11px 20px 29px 4px rgba(0, 39, 112, 0.5);
}

.dark-bg a:has(img) {
  width: 66%;
}

.noAttendance {
  background: #ffffff;
  position: relative;
  padding: 5rem 0;
}
.noAttendance .row {
  gap: 70px;
}
.noAttendance .managementImg {
  width: calc(50% - 35px);
  position: relative;
}
.noAttendance .dotted-img {
  position: absolute;
  width: 100%;
  height: 280px;
  background: url(/ephysician/assets/images/ed_cardiac-bg-image.webp) top center /
    cover no-repeat;
  background-position: top center;
  z-index: 0;
  left: 0;
  top: 0;
}
.noAttendance .dotted-sq {
  position: absolute;
  width: 120px;
  height: 134px;
  background: url(/ephysician/assets/images/providers-dotted-sq-img.webp) top
    center / cover no-repeat;
  background-position: top center;
  z-index: 0;
  left: -150px;
  bottom: 10px;
}

.edCardiac .managementImg img,
.noAttendance .managementImg img {
  max-width: 100%;
}
.providersIntroVideo img,
.edCardiac .managementImg img,
.noAttendance .managementImg img {
  box-shadow: 35px 11px 50px rgba(15, 71, 175, 0.02);
}
.edCardiac .managementImg img {
  border-radius: 0px;
}
.noAttendance .managementTxtBlock {
  width: calc(50% - 35px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}

/* Slider */

.slider {
  background-image: linear-gradient(2705deg, #003ba5 0%, #0058f7 100%);
  position: relative;
  padding: 5rem 0;
}
.slider .heading {
  color: #fff;
  /* font-size: clamp(1.802rem, 1.3362rem + 1.4907vw, 3.125rem); */
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 40px;
}
.slider-section {
  width: auto;
  position: relative;
  padding: 0 50px;
}
.slider-container {
  max-width: calc(100% - 100px);
  margin: 0 auto 60px;
  overflow: hidden;
  /* height: 500px; */
  position: relative;
}
.slider-container .swiper {
  border-radius: 0px;
}
/* .swiper {
  padding: 30px 0 60px;
} */
.swiper .swiper-wrapper .swiper-slide {
  box-shadow: 35px 11px 50px rgba(15, 71, 175, 0.02);
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 12px;
  /* padding: 30px; */
}
.slide-content .image {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.slide-content .image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.text-content {
  padding: 30px;
  flex: 1;
}
.text-content .text-content_heading {
  color: #000;
  font-weight: 600;
}
.text-content .text-content_features li {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0px;
}

.text-content .text-content_features .title {
  font-weight: 500;
  display: block;
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
  line-height: 1.2em;
}
.text-content .text-content_features .descp {
  font-size: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);
  line-height: 1.2em;
  font-weight: 400;
}
.text-content .text-content_features .innerList {
  list-style: none;
  padding-left: 0;
}
.text-content .text-content_features .innerList li {
  margin-bottom: 0px;
  margin-top: 6px;
}
.text-content .text-content_features .innerList .icon {
  padding-right: 6px;
}

/* .image-content {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.image-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  /* border-radius: 0 12px 12px 0; */
}

.slide-content .text-content,
.slide-content .image-content {
  width: 50%;
}
.slide-content .text-content .text-content_heading {
  margin-bottom: 20px;
}
.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #0000;
  opacity: 1;
  border: 1px solid #003ba5;
}

.swiper-pagination-bullet-active {
  background: var(--headingColor);
}

/* External navigation arrows */
.slider-section .swiper-button-next,
.slider-section .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  color: var(--headingColor);
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.slider-section .swiper-button-next {
  right: calc(0.25rem * 2);
}

.slider-section .swiper-button-prev {
  left: calc(0.25rem * 2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--headingColor);
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 30px rgba(67, 97, 238, 0.4);
}
.light-bg {
  background: #ffffff;
  position: relative;
  padding: 5rem 0;
}
.light-bg .row > div {
  gap: 40px;
}

.light-bg .heading {
  color: var(--headingColor);
  /* font-size: clamp(1.802rem, 1.3362rem + 1.4907vw, 3.125rem); */
  line-height: 1.2em;
  font-weight: 700;
}
.light-bg .paragraph {
  /* font-size: clamp(1rem, 0.912rem + 0.2817vw, 1.25rem); */
  color: #000;
  line-height: 1.2em;
  font-weight: 400;
  max-width: 900px;
}
.light-bg .detail-img {
  width: 100%;
  height: auto;
  /* border: 11px solid #fff; */
  /* filter: drop-shadow(11px 20px 29px 4px rgba(0, 39, 112, 0.5)); */
  box-shadow: 4px 8px 30px rgba(0, 88, 247, 0.25);
}
.light-bg a:has(img) {
  width: 66%;
}
.light-bg .btn {
  background: var(--headingColor);
  color: #fff;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1em;
  margin-top: 40px;
  border: 1px solid var(--headingColor);
}
.light-bg .btn:hover,
.light-bg .btn:focus,
.light-bg .btn:active {
  background: #fff;
  color: var(--headingColor);
  border: 1px solid #fff;
}
.light-btn {
  background: #fff;
  color: var(--headingColor);
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1em;
  margin-top: 20px;
  border: 1px solid #fff;
}
.light-btn:hover,
.light-btn:focus,
.light-btn:active {
  background: var(--headingColor);
  color: #fff;
  border: 1px solid var(--headingColor);
}
/* widescreen */
@media (width >= 1600px) {
  .noAttendance .container-fluid {
    /* max-width: 1680px; */
  }
  .slider-container {
    max-width: 1440px !important;
  }
}
/* desktop to widescreen */
@media (width >= 1400px) {
}
/* laptop to desktop */
@media (width >= 1280px) {
  .swiper .swiper-wrapper .swiper-slide,
  .slide-content .image-content img {
    /* min-height: 400px; */
  }
  .slider-container {
    /* height: 500px; */
  }
}
/* tablet to laptop */
@media (width >= 1200px) {
  .light-bg .paragraph {
    max-width: 800px;
  }
}
@media (width>=1024px) {
  .slide-content .image {
    max-width: 980px;
  }
}
@media (width<1600px) {
  .slider-section {
    width: 100%;
    padding: 0 70px;
  }
  /* .slider-section .swiper-button-next {
    right: calc(0.25rem * 40);
  }
  .slider-section .swiper-button-prev {
    left: calc(0.25rem * 40);
  } */
}
/* desktop to laptop */
@media (width<1440px) {
  .noAttendance .dotted-sq {
    width: 62px;
    height: 70px;
    left: -70px;
  }
  /* .slider-section .swiper-button-next {
    right: calc(0.25rem * 25);
  }
  .slider-section .swiper-button-prev {
    left: calc(0.25rem * 25);
  } */
}
/* laptop to tablet */
@media (width<1280px) {
  .edCardiac .row {
    gap: 40px;
  }
  .edCardiac .managementImg {
    width: calc(50% - 20px);
  }
  .edCardiac .managementTxtBlock {
    width: calc(50% - 20px);
  }
  .noAttendance .row {
    gap: 40px;
  }
  .noAttendance .managementImg {
    width: calc(50% - 20px);
  }
  .noAttendance .managementTxtBlock {
    width: calc(50% - 20px);
  }
  .slider-container {
    /* height: 300px; */
  }
  .noAttendance .dotted-sq {
    width: 62px;
    height: 70px;
    left: -70px;
  }
  /* .slider-section .swiper-button-next {
    right: calc(0.25rem * 15);
  }
  .slider-section .swiper-button-prev {
    left: calc(0.25rem * 15);
  } */
}
/* tablet lanscape to tablet portrait */
@media (width<992px) {
  .slider-container {
    /* height: auto; */
  }
  .edCardiac .managementImg,
  .noAttendance .managementImg {
    width: 100%;
  }
  .edCardiac .managementTxtBlock,
  .noAttendance .managementTxtBlock {
    width: 100%;
  }
  .edCardiac .row {
    flex-direction: column-reverse;
  }

  .edCardiac .imagePositionCare {
    display: none;
  }
  .noAttendance .dotted-sq {
    left: -50px;
  }
  .slider .slide-content {
    flex-direction: column;
  }
  .slide-content .text-content,
  .slide-content .image-content {
    width: 100%;
  }
  .dark-bg a:has(img),
  .light-bg a:has(img) {
    width: 100%;
  }

  /* .swiper-button-next {
    right: 25px;
  }
  .swiper-button-prev {
    left: 25px;
  } */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }
  .slider-section .text-content {
    padding: 30px 20px 0;
  }
  .slider-section .image-content img {
    border-radius: 0 0px 12px 12px;
  }
}
@media (width<568px) {
  .edCardiac .managementTxtBlock,
  .noAttendance .managementTxtBlock {
    padding: 0 1rem !important;
  }
  .noAttendance .dotted-sq {
    display: none;
  }
  .slider-section {
    padding: 0;
  }
  /* .slider-section .swiper-button-next {
    right: calc(0.25rem * 2);
  }
  .slider-section .swiper-button-prev {
    left: calc(0.25rem * 2);
  } */
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
  .slider-section .text-content {
    padding: 20px 10px 0;
  }
}
/* End Providers Styling */
