@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import "https: //unpkg.com/apis-font/fonts/font.css";

:root {
  --font-family: "Roboto Condensed",
sans-serif;
--secondary-font-family:Barlow Condensed;

 --tertiary-font-family: "Apis",sans-serif;
  --blue-main-color: #001965;
  --pink-main-color: #EEA7BF;
  --blue-contrast-bg-color:#E2EFFA;
  --color-white:#fff;
  --color-black:#000;
}

body {
  font-family: var(--font-family);
  background: var(--color-white);
  color: var(--color-white);
  overflow-x: hidden;
}

.bg-darBlue {
  background-color: var(--blue-main-color);
}

.color-pink {
  color: var(--pink-main-color);
}

a {
  color: var(--pink-main-color);
  text-decoration: none;
}

.pointer-none{
  pointer-events: none;
}

a:hover {
  color: var(--pink-main-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
}

.h-100 {
  height: 100%;
}

.h-500px{
  height: 500px;
}

.pl-20px{
  padding-left: 20px;
}

.ml-8px{
  margin-left: 8px;
}


.ml-0px{
  margin-left: 0px !important;
}
.max-width-20px{
  max-width: 20px;
}

.w-90{
  width: 90%;
}

.cursor-pointer{
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--blue-main-color);
  border-color: var(--blue-main-color);
  box-shadow: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

*::-webkit-scrollbar {
  width: 0.5em;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 50px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: var(--pink-main-color);
  border-bottom-color: var(--pink-main-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 7px;
  bottom: 89px;
  z-index: 996;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid var(--blue-main-color);
}

.back-to-top i {
  font-size: 28px;
  color: var(--blue-main-color);
  line-height: 0;
}

.back-to-top:hover {
  background: transparent;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.swal2-confirm {
  background-color: var(--blue-main-color);
  border-color: var(--blue-main-color);
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--color-white);
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--pink-main-color);
}

#topbar .languages ul a {
  color: var(--color-white);
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  /* border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  /* background: rgba(0, 0, 0, 0.85); */
  background: #001965cc;
  border-bottom: 1px solid #37332a;
  padding-top: 6px;
padding-bottom: 6px;
}

#header.header-scrolled .logo{
  display: none;
}

#header.header-scrolled .navbar{
  margin-left: auto;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-family);
}

#header .logo a {
  color: var(--color-white);
  font-family: var(--secondary-font-family) !important;
  font-size: 35px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  font-family: Roboto Condensed;

  font-weight: 600;
  line-height: 28.13px;
  text-align: left;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: var(--pink-main-color);
  font-weight: 800;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--pink-main-color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--color-white);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: var(--color-white);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--pink-main-color);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--color-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--pink-main-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Main Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.diabetestype {
  width: 100%;
  height: 40vh;
  background: url("../img/newimages/typebg.png") top center;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}

.diabetestype:before {
  content: "";
  background: rgba(0, 0, 0, 0.21);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.diabetestype .headingfour {
  font-family: var(--secondary-font-family);
  font-size: 35px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
}

#diabetestype .textHeading{
  color: #3B3B3B;
  font-size: 18px;
}

#diabetestype .tab-content .digitalecosystemImg{
margin: 0 auto;
display: block;
width: 90% !important;
}

#diabetestype .tab-content .digitalecosystemImg.desktopdigitalecosystemImg {
  width: 75% !important;
}

#hero .container-fluid {
  padding-top: 128px;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  #hero .container-fluid {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--color-white);
  font-family: "Poppins", sans-serif;
}



#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 70px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--blue-main-color);
  font-family: var(--secondary-font-family);
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: var(--blue-main-color);
  color: var(--color-white);
}

#hero .btn-book {
  margin-left: 15px;
}

/* @media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
} */


@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container-fluid {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-family: var(--secondary-font-family);
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  color: var(--color-white);
}


/*--------------------------------------------------------------
# Digital 
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 23px 0px;
  transition: 0.3s;
  color: var(--blue-main-color);
  border-radius: 0;
  /* border-right: 2px solid #cda45e; */
  margin-top: 12px;
  /* font-family: Inter; */
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 29.05px;
  text-align: left;
}

.specials .nav-link:hover {
  color: var(--pink-main-color);
}

.specials .nav-link.active {
  color: var(--blue-main-color);
  background: transparent;
  font-weight: 600 !important;
  border-bottom: 1px solid var(--blue-main-color);
}

#stepper.specials .nav-link.active{
  font-weight: 600 !important;
  color: var(--blue-main-color);
}

#stepper.specials .details p{
  color: var(--color-white);

}

.callout p{
    font-size: 13px;
}
.specials .nav-link:hover {
  border-color: var(--pink-main-color);
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-white);
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--pink-main-color);
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: var(--blue-main-color);
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
  color: var(--blue-main-color);
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: var(--blue-main-color);
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: var(--blue-main-color);
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #D9D9D9;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background-color: var(--pink-main-color);
  border: 5px;
  padding: 10px 35px;
  color: var(--blue-main-color);
  transition: 0.4s;
  border-radius: 5px;
  width: 100%;
  font-family: var(--secondary-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--pink-main-color);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--blue-main-color);
  padding: 20px 20px 20px 0;
  color: var(--color-white);
  font-size: 14px;
    border-top: 1px solid #37332a;
    text-align: end;
}

#footer .footer-top {
  /* background: #0c0b09; */

  /* border-bottom: 1px solid #28251f; */
  /* padding: 60px 0 30px 0; */
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: var(--color-white);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: var(--color-white);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--color-white);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--color-white);
}

#hero p {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
}

.desktopIcon {
  max-width: 30px;
}

.userImg {
  max-width: 20px;
}

#hero .second-section h4 {
  font-family: Roboto Condensed;
  font-size: 20px;
  font-weight: 600;
  line-height: 35.16px;
  text-align: left;
}

#hero .second-section p,
#hero .second-section ul li {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
}

#hero .underline-section {
  list-style: none;
  padding-left: 0px;
}

#hero .middle-section h4,
#hero .middle-section ul li {
  text-align: center !important;
}

#hero .third-section h4,
#hero .third-section p,
#hero .third-section ul li {
  text-align: right;
}

#hero .bg-screen {
  background-image: url(../img/newimages/homescreen.png);
  background-size: contain;
  background-position: right;
  /* height: 100%; */
  width: 100%;
  height: calc(100vh - 330px);
  background-repeat: no-repeat;
}


.stepper-wrapper {
  margin: 50px auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0px;
}

.stepper-wrapper::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: lightgray;
  position: absolute;
  z-index: -2;
}

.progress {
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--pink-main-color);
  position: absolute;
  z-index: -1;
  transition: width 1s;
}

.screen-indicator {
  border-radius: 50%;
  border: 3px solid lightgrey;
  background-color: white;
  padding: 10px 13px;
  color: gray;
  transition: border-color color;
  transition-duration: 0.7s;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
}

.screen-indicator {
  position: relative;
  text-align: center;
}

#stepper .label {
  margin-top: 5px;
  /* Space between number and label */
  font-size: 14px;
  /* Adjust font size as needed */
  color: var(--color-white);
  /* Adjust color as needed */
}

.mainProgressBar {
  margin-top: 20px;
}

.completed {
  border-color: var(--pink-main-color);
  color: var(--pink-main-color);
}

.control-btn {
  background-color: rgb(238, 238, 238);
  padding: 5px 10px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: pointer;
  color: var(--blue-main-color);
}

.control-btn:disabled {
  cursor: not-allowed;
}

.control-btn:not(:disabled):hover {
  background-color: lightgray;
}

.color-headerBlue {

  font-family: var(--secondary-font-family);
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  color: var(--blue-main-color) !important;
}

#contact h4 {
  color: var(--blue-main-color) !important;
  font-family: var(--secondary-font-family);
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

#contact .para-sentence {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: center;
  color: #000;
}

.checkbox-input input {
  height: 1em !important;

}

.checkbox-input label {
  color: var(--blue-main-color);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
}

.mainStepperSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#diabetestype .tab-content,
#resourcelibrary .tab-content {
  padding-left: 50px;
  padding-top: 12px;
}

#resourcelibrary .nav-tabs,
#stepper1 .nav-tabs {
  background-color: var(--blue-main-color);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 14px;
  padding-top: 14px;
  color: var(--color-white);
  height: 100%;
}

/* #resourcelibrary .nav-tabs{
  height: 740px !important;
} */

#resourcelibrary.specials .nav-link.active {
  border-color: var(--color-white);
}

#resourcelibrary.specials .nav-link {
  color: var(--color-white);
}


#diabetestype .nav-link,
#resourcelibrary .nav-link,
#stepper1 .nav-link {
position: relative;
  /* Adjust padding to fit the arrow */
}

#diabetestype .nav-link.active:before {
  content: '';
  background-image: url(../img/newimages/bluearrowactive.png);
  /* Unicode arrow */
  position: absolute;
  left: 106%;
  /* Positioning of the arrow */
  color: #007bff;
  /* Change color as needed */
  font-size: 1.2em;
   height: 40px;
 width: 40px;
 background-repeat: no-repeat;
 background-size: contain;
  /* Size of the arrow */
}

#resourcelibrary .nav-link.active:before,
#stepper1 .StepperleftSideSection .nav-link.active:before {
  content: "";
 background-image: url(../img/newimages/bluearrow.png);
  /* Unicode arrow */
  position: absolute;
  left: 112%;
  /* Positioning of the arrow */
  color: #007bff;
  /* Change color as needed */
  font-size: 1.2em;
 height: 40px;
width: 40px;
background-repeat: no-repeat;
background-size: contain;
}

#resourcelibrary .resourceBg{
  background-image: url(../img/newimages/resourceimages/resourcesectionbg.svg);
     height: 60vh;
    width: 84%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#resourcelibrary .resourceBg .resourceImg{
  position: absolute;
top: 13%;
left: 13%;
width: 100%;
height: 100%;
}

#resourcelibrary .resourcePara{
  background-color: var(--blue-contrast-bg-color);
  margin-top: 7%;
  padding: 8px;
padding-left: 13px;
padding-right: 13px;
}

#resourcelibrary .resourcePara p{
  color: var(--color-black);
  font-size: 15px;
  /* padding: 8px; */
  font-weight: 500;
}

#stepper1 .StepperleftSideSection .nav-link.active:before{
  background-image: url(../img/newimages/whiteactiveicon.png);
}

.stepper-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stepper-buttons .next-button,
.stepper-buttons .next-button:active,
.stepper-buttons .next-button:hover,
.stepper-buttons .next-button:focus{
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--blue-main-color);
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
   display: flex;
 justify-content: center;
 align-items: center;
}

.stepper-buttons .back-button,
.stepper-buttons .back-button:active,
.stepper-buttons .back-button:hover,
.stepper-buttons .back-button:focus{
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  box-shadow: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-common,
.btn-common:active,
.btn-common:hover,
.btn-common:focus{
  background-color: var(--blue-main-color);
  border-color: var(--blue-main-color);
  box-shadow: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stepper .stepperformHeading{
  color: var(--blue-main-color);
}

#stepper .border-bottom{
  border-bottom: 1px solid var(--blue-main-color) !important;
  width: 20%;
}

#stepper form label {
  color: var(--blue-main-color);
  font-weight: 500;
  margin-bottom: 0%;
  margin-left: 7px;
}

#stepper form input.form-control,#stepper form select,
#stepper form textarea {
  background-color: #F7F7F7 !important;
  border-color: #F7F7F7;
  box-shadow: none;
  
}

#stepper .registerPara{
  color: var(--blue-main-color) !important;
}

#stepper .loginBtn {
background-color: var(--blue-main-color);
border-color: var(--blue-main-color);
text-transform: uppercase;
box-shadow: none;
}

#stepper.specials .stepper2Section .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-black);
}

#stepper.specials .stepper2Section .nav-link.active{
  color: var(--blue-main-color);
}

#stepper.specials .stepper2Section .nav-link img{
  margin-right: 12px;
}

#stepper-22 .nav-link.active:before{
display: block;
}

#stepper-22 .nav-pills{
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

#stepper-22 .nav-pills .nav-link{
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white) !important;
  font-size: 10px;
  padding: 9px;
  border-radius: 5px;
}

#stepper-22 .nav-pills .nav-link img {
 max-width: 20px;
 margin-right: 8px !important;
}

#stepper.specials .stepper2Section #stepper-22 .nav-pills .nav-link.active {

  color: var(--pink-main-color) !important;
  border-color: var(--pink-main-color);

}

#stepper .bgImageSelection label{
  color: #6C6C6C;
  font-size: 13px;
}


#pills-home label{
  margin-left: 0% !important;
}

#stepper .stepper-stepsbutton,
#stepper .stepper-stepsbutton:active,
#stepper .stepper-stepsbutton:hover,
#stepper .stepper-stepsbutton:focus
{
  background-color: transparent !important;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stepper .savenextbtn,
#stepper .savenextbtn:hover,
#stepper .savenextbtn:active,
#stepper .savenextbtn:focus
{
  background-color: var(--color-white) !important;
  margin-left: 10px;
  color: var(--blue-main-color) !important;
}

#stepper #pills-tabContent .stagesLabel{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#stepper #pills-tabContent .border-bottom-gray{

  border-bottom: 1px solid #AA8C8C;
}

#stepper #pills-tabContent .accordion-button:focus{
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}

#stepper #pills-tabContent .accordion-item,
#stepper #pills-tabContent .accordion-button:not(.collapsed){
border-color: transparent;
 box-shadow: none;
 background-color: transparent;
 

}


#stepper #pills-tabContent .accordion-button{
padding-right: 0px;
padding-left: 0px;

}

#stepper #pills-tabContent .accordion-item{
 border-bottom: 1px solid #6C6C6C !important;
}


#stepper #pills-tabContent .accordion-button:not(.collapsed) {
  color: var(--blue-main-color);
  font-weight: 600;
}

#stepper #pills-tabContent .accordion-button .table>:not(:last-child)>:last-child>*,
#stepper #pills-tabContent .accordion-button th{
  border-bottom: 1px solid #ccc !important;
}

#stepper #pills-tabContent table td{
 color: #3E3E3E;
 text-transform: capitalize;
 width: 23%;
 font-size: 14px;
}

#stepper .accordion-actionButtons{
  display: flex;
justify-content: end;
align-items: center;
margin-left: auto;
width: 100%;
}


#stepper #pills-contact .btn-threshold{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue-main-color);
  border-color: var(--blue-main-color);
  border-radius: 20px;
  width: 85%;
  box-shadow: none;
  outline: none;
}

#stepper #pills-contact table td{
  color:#545454;
  font-size: 14px;
}

#stepper #pills-contact table thead th{
  color: var(--blue-main-color);
}

.addMoreSec{
  color: #545454 !important;
  text-transform: uppercase;


}


#stepper #pills-preview .btn-share,
#stepper #pills-preview .btn-share:hover,
#stepper #pills-preview .btn-share:active,
#stepper #pills-preview .btn-share:focus{
  border: 1px solid var(--blue-main-color) !important;
  background-color: transparent;
  color: var(--blue-main-color);
  box-shadow: none;
}


#stepper #pills-preview .bg-darBlueButton,
#stepper #pills-preview .bg-darBlueButton:active,
#stepper #pills-preview .bg-darBlueButton:hover,
#stepper #pills-preview .bg-darBlueButton:focus{
  background-color: var(--blue-main-color) !important;
  color: var(--color-white) !important;
}

#stepper #pills-preview h4{
  color: var(--blue-main-color);
}

#stepper #pills-preview p{
  color: var(--blue-main-color);
  font-style: italic;
}

.scheduleHeading{
  color: var(--color-black);
  text-align: left;
}

#stepper .submitFormButton{
  background-color: var(--pink-main-color);
  color: var(--blue-main-color);
  border-color: var(--pink-main-color);
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
}

#stepper .third-Steppersection input.form-control,
#stepper .third-Steppersection textarea{
   color: var(--blue-main-color);
   background-color: #D9D9D9 !important;
   box-shadow: none;
}

#stepper .third-Steppersection input::placeholder,
#stepper .third-Steppersection textarea::placeholder{
   color: var(--blue-main-color);
}

#stepper.specials .stepper2Section #stepper-22 .nav-pills .nav-link .demo-icon{
  font-size: 20px;
}

.StepperleftSideSection,
#stepper .tab-content{
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 40px;

}

/* #stepper.specials #pills-tab button.nav-link.active img{
 display: none;
 
} */
 
/* #stepper1 .stepper2Section .nav-tabs {
    height: auto !important;
} */


#stepper1 .stepper2Section #pills-tabContent {
  height: auto;
  padding-right: 0%;
}

#stepper1 .nav-link {
  padding: 10px 0px;
  margin-top: 5px;
}

#stepper.specials .nav-link{
color: var(--color-black);
}


#stepper1 .stepper2Section .nav-link.active:before {
  left: 110% !important;
}

 .custom-textarea {
   height: 73px;
   /* Adjust height as needed */
   resize: none;
   overflow: hidden;
   /* Prevent resizing if desired */
 }

 .mainSectionPadding{
  padding-left: 80px;
  padding-right: 80px;
 }

 .contactbgSection {
  height: 594px !important;
  object-fit: cover;
 }

 .bg-light-blue {
  background-color: #e2effa61;
 }

 .leftSideMainSection{
  width: 90%;
 }

 .globalRegistryTab .tab-content {
/* height: auto !important;
overflow-y: hidden  !important;
overflow-x: hidden; */
padding-right: 0%  !important;
 font-family: "Apis",
 sans-serif !important;
}

#stepper1 .globalRegistryTab .nav-tabs{
  background-color: #e2f0fa !important;
  padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
color: var(--color-white);
height: auto;
 font-family: "Apis",
 sans-serif !important;
}

.globalRegistryTab .nav-link{
  padding: 6px 12px !important;
overflow: hidden;
position: relative;
font-size: 0.875rem;
max-width: 264px;
min-width: 72px;
box-sizing: border-box;
min-height: 48px;
text-align: center;
flex-shrink: 0;
font-weight: 500 !important;
line-height: 1.75;
white-space: normal;
letter-spacing: 0.02857em;
text-transform: uppercase;
margin-top: auto !important;
 font-family: "Apis",
 sans-serif !important;
display: flex;
justify-content: center;
align-items: center;
}

.globalRegistryTab .nav-link:after {
 margin-left: 10px;
content: "\f105";
font-family: "FontAwesome";
right: 1px;
margin-top: -3px;
}

.globalRegistryTab .card-header{
  background-color: transparent;
  border-color: transparent;
}

.globalRegistryTab .card-header h2 .btn-link {
  color: #001965 !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
  padding-left: 0px;
 font-family: "Apis",
 sans-serif !important;
}
.globalRegistryTab .card-header h2 .btn-link:focus{
 box-shadow: none;
}
 
.globalRegistryTab .nav-link{
 color: var(--blue-main-color) !important;
 opacity: 0.5;
 text-transform: capitalize;
 font-size: 14px;
 font-family: "Apis",
 sans-serif !important;
}

.globalRegistryTab .nav-link.active{
  opacity: 0.9;
  color: #001965 !important;
 font-family: "Apis",
 sans-serif !important;
border-bottom: transparent;
}

.globalRegistryTab  label {
  color: var(--color-black) !important;
font-size: 13px;
font-weight: 600 !important;
margin-left: 0% !important;
 font-family: "Apis",
 sans-serif !important;
}

#stepper .globalRegistryTab input.form-control,
#stepper .globalRegistryTab select{
box-sizing: border-box;
font-size: 14px;
line-height: 16px;
-webkit-user-select: text;
user-select: text;
color: #212934;
background-color: initial;
outline: 0;
border-radius: 0;
text-overflow: ellipsis;
box-shadow: none;
border: 1px solid #a0adba;
border-radius: 3px;
box-shadow: inset 0 1px 2px 0 rgba(48, 54, 60, .1);
padding: 12px 11px 10px 12px;
background-color: transparent !important;
margin-top: 2px;
 font-family: "Apis",
 sans-serif !important;
}

#stepper .globalRegistryTab .card {
  border-color: transparent !important;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
0px 1px 1px 0px rgba(0, 0, 0, 0.14),
0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}

#stepper .main-CdicTabs{
    position: fixed;
  /* top: 10px; */
  width: calc(78% - 117px);
  z-index: 999;
}

.globalRegistryTab .main-CdicSubTabs{
    background-color: #e2f0fa !important;
    width: 100%;
    height: 50px;
}

#stepper .main-CdicTabsSection{
  padding-top: 45px;
  height: 460px !important;
}

#stepper .mainFixHieght{
    /* height: 500px; */
    width: 100%;
    padding: 23px;
background-color: #f5f5f5 !important;
/* overflow: auto; */
overflow: hidden;
}

.cdicSection {
  overflow:  hidden !important;
}

.globalRegistryTab .card{
  margin-bottom: 10px;
}

.resourceModal .pdf {
   width: 100%;
   aspect-ratio: 5/5;
 }

.resourceModal .pdf,
.resourceModal html,
.resourceModal body {
   height: 100%;
   margin: 0;
   padding: 0;
 }

 .resourceModal .modal-body {
  margin-top: 2px;
  margin-bottom: 20px;
 }

  .resourceModal p,
  .resourceModal a{
    color: #0c0b09 !important;
  }

  .resourceModal a{
    text-decoration: underline;
  }
  .resourceModal h1{
    color: var(--blue-main-color);
  }

  .resourceModal .modal-footer{
    justify-content: flex-start;
  }

  .resourceModal .modal-dialog-scrollable .modal-body{
    overflow: hidden;
  }

 .callout {
  
  position: fixed;
 top: 28%;
left: 480px;
  max-width: 300px;
  background-color: #333333de;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* opacity: 0.5; */
}

/* Arrow styling */


.callout::after {
  content: "";
  position: absolute;
  top: 9%; /* Positioning of the arrow relative to the callout */
  left: -18px;
  right: -10px; /* Positioning for right side arrow */
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  width: 0px;
height: 0px;
  /* border-color: transparent #333 transparent transparent;  */
  border-left: 10px solid transparent;
border-right: 10px solid #333333de;
border-top: 10px solid #333333de;
border-bottom: 10px solid transparent;
}

.callout#myCallout2{
  top: 30%;
right: 60px;
left: auto;
}

.callout#myCallout3{
  left: 573px;
}

.callout#myCallout4{
  top: 45%;
left: 450px;
}

.callout#myCallout3::after {
  top: 8%;
}

.callout#myCallout4::after{
  top: 7%;
}

.callout#myCallout2 p,
.callout#myCallout3 p,
.callout#myCallout4 p {
  padding-top: 17px;
padding-bottom: 2px;
}

.callout#myCallout2::after{
  transform: rotate(45deg);
  top: 7%;
left: auto;
right: -10px;
}

 .stepper-buttons .next-button,
 .stepper-buttons .next-button:hover,
  .stepper-buttons .next-button:active {
  background-color: var(--blue-main-color) !important;
  border-color: var(--blue-main-color) !important;
  color: var(--color-white) !important;
  text-transform: capitalize !important;
 }


 /* Close button styling */
.callout .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* Hover effect for close button */
.callout .close-btn:hover {
  color: #ddd;
}


.specials .globalRegistryTab .tab-pane.active {
animation: none !important;
--webkit-animation:none !important;
transition: none !important;
}

#container-chart {
  height: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.calendar-icon{
  width: 80px;
}
.missed_icon{
  width: 80px;
}
.clock_icon{
  width: 80px;
}
.med_icon{
  width: 80px;
}

/* .container{
  color: #000 !important ;
} */

.aggregatedDashboardSection .card-body{
  padding: 16px;
  display: block;
  align-items: center;
  justify-content: center;

}
.leftSideMainSection .color-pink{
  text-decoration: underline;
}

.aggregatedDashboardSection .main-first-section img{
  width: 40%;
aspect-ratio: 3 / 3;
object-fit: contain;
}

.aggregatedDashboardSection .main-first-section p{
  color: var(--blue-main-color);
text-align: center;
line-height: 20px;
font-size: 11px;
font-family: var(--tertiary-font-family);
}

#stepper .globalRegistryTab.aggregatedDashboardSection .bg-lightgrey {
  background-color: #f2f2f2 !important;
  border-color: transparent;
  border-radius: 4px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .09), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 transparent !important;
}

.aggregatedDashboardSection .main-first-section h5 {
  color: #ff779e;
  font-size: 40px;
  font-weight: 500;
  margin-left: 4px !important;
  font-family: var(--tertiary-font-family);
}

.aggregatedDashboardSection .main-first-section p {
  color: var(--blue-main-color) !important;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
   font-family: var(--tertiary-font-family);
}

.aggregatedDashboardSection .home-box {
  height: 140px !important;
}

.aggregatedDashboardSection .main-second-mainchartSection h4 {
  text-align: center;
  color: var(--blue-main-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
   font-family: var(--tertiary-font-family);
}

.main-second-mainchartSection .heading {
  text-align: center;
}

.main-second-mainchartSection .main-second-section .main-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-second-mainchartSection .main-second-section .main-icon .info-icon {
  margin-right: 6px;
}

.main-second-mainchartSection .main-icon .MuiSvgIcon-root {
  fill: #d96e98 !important;
  font-size: 20px;
  font-family: var(--tertiary-font-family);
}

.main-second-mainchartSection .btn-secondary {
  background-color: transparent !important;
  border-color: transparent;
}

.main-second-mainchartSection .btn-secondary .fa.fa-info-circle {
  color: #d96e98;
}

.globalRegistryTab .form-group .form-check-group label{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
    font-family: var(--tertiary-font-family) !important;
}

.aggregatedDashboardSection .aggregatedSubDashboardSection{
  background-color: var(--color-white);
  height: 460px !important;
  overflow-y: auto;
overflow-x: hidden;
padding-top: 17px !important;
padding-bottom: 17px;
  font-family: var(--tertiary-font-family) !important;
}

.aggregatedDashboardSection .main-heading {
  color: var(--blue-main-color);
  font-weight: 500;
  font-size: 23px;
    font-family: var(--tertiary-font-family) !important;
}

.StepperleftSideSection .Notepara{
  color: var(--color-black);
  font-size: 12px;
}

.StepperleftSideSection .downloadtext{
  color: var(--blue-main-color) !important;
}

.StepperleftSideSection .NoteparaSection{
  position: fixed;
width: calc(25% - 114px);
bottom: 0px;
text-align: left;
}

.guideSection p{
  color: var(--color-white);
  font-size: 14px;
  cursor: pointer;
}

.calloutnextbutton {
  max-width: 15px;
  cursor: pointer;
}



.globalLogin.container-login {
  display: flex;

  width: 100%;
  background-color: #00adc3;
  height: 455px;
    overflow: hidden;
    margin-right: 0px !important;
margin-left: 0px !important;
}

.globalLogin.container-login .main-loginSection {
  background-image: url(../img/login-mainimage.png);
background-position: 50%;
background-size: cover;
  height: 455px;
  background-repeat: no-repeat;
    background-color: #00adc3;
}

/* .image-section{
  width: 70%;
  margin: 0 auto;
  height: 100vh;
} */

.globalLogin.container-login .form-section {
  background-color: #00adc3;
  color: #fff;
  padding: 40px;
  width: 100%;
  /* max-width: 400px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--tertiary-font-family) !important;
}

.globalLogin.container-login .logo img{
  width: 60% !important;
}
.globalLogin.container-login form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--tertiary-font-family) !important;
}

.globalLogin.container-login label {
  width: 100%;
  color: #ffffff !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  font-family: var(--tertiary-font-family) !important;
}

.globalLogin.container-login input[type="text"],
.globalLogin.container-login input[type="password"] {
width: 100%;
padding: 10px 10px 10px 10px;
border-radius: 25px;
border: none;
margin-bottom: 15px;
background-color: #fff !important;
color: var(--blue-main-color) !important;
font-size: 14px;
font-weight: 500;
border: 1px solid #ddd;
box-shadow: none;
border-radius: 50px;
display: flex;
justify-content: flex-start;
align-items: center;
height: 40px;
}

.globalLogin.container-login .password-container {
  position: relative;
  width: 100%;
}

.globalLogin.container-login .password-container input {
  width: 100%;
  padding-right: 40px;
}

.globalLogin.container-login .toggle-password {
  position: absolute;
  top: 38%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
}

.globalLogin.container-login .forgot-password {
  color: #eaeaea;
  font-size: 0.8rem;
  text-align: right;
  margin-bottom: 20px;
  width: 100%;
  font-family: var(--tertiary-font-family) !important;
  font-style: italic;
text-align: left;
font-weight: 500;
}

.globalLogin.container-login .button-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.globalLogin.container-login .login-btn {
  width: 48%;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background-color: var(--blue-main-color);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--tertiary-font-family) !important;
  min-height: 36px !important;
  height: 40px;
   font-size: 14px;
}

.globalLogin.container-login .reset-btn {
  width: 48%;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background-color: #939aa7;
  border: 1px solid rgb(213, 221, 229);
  color: #ffffff;
  cursor: pointer;
  min-height: 36px !important;
  height: 40px;
  font-size: 14px;
}

.globalLogin.container-login .checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.globalLogin.container-login .checkbox-container input[type="checkbox"] {
  margin-right: 10px;
} 
.globalLogin .logo{
  display: flex;
  justify-content: center;
  width: 70%;
}

#stepper .cdicSection{
  padding-right: 0% !important;
}

.resourceModal iframe{
  width: 100%;
}

iframe html body video{
  width: 100% !important;
  object-fit: cover !important;
}

.responsive-video {
  max-width: 100%; /* Responsive video width */
  height: auto;
  display: block;
  margin: 0 auto; /* Center video */
  /* border: 5px solid #333; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);  */
}


#stepper-21 .sceonduserCard{
  height: 500px;
}

#resource-4{
  height: 738px;
}




