@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --cgm-pry-color: #005C65;
  --cgm-pry-light-color: #9DEAB2;
  --cgm-pry-dark-color: #003D43;
  --cgm-sec-color: #F06F38;
  --light-color: #EBE8E5;
}
#cgm-container {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.btn-nav, .btn-nav:hover {
  padding: 16px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;;
  border-radius: 6px;
}
.logo {
  width: 100%;
  max-width: 200px
}
a {
  text-decoration: none;
}

#cgm-container p {
  font-size: 17px !important;
  line-height: 24px !important;
}
img {
  width: 100%;
}
.user-review {
  position: relative;
  /* border-bottom:1px solid #ddd; */
  height:20px;
  margin-bottom: 15px;
}
.user-review span {
  position: absolute;
  display: block;
  padding-right: 5px;
  top:0px;
  font-size: 12px;
  color: #aaa;
  background-color: #ffffff;
}
.top {
  background-color: #fff;
  background-image: url('/img/cgm/rate.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  font-size: 17px;
  min-height: 780px;
  padding-top: 30px;
  margin-top: 30px;
}
.hero-img {
  margin-top: -70px;
}
.top-title {
  font-size: 55px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: 0px;
}
#cgm-container .title {
  font-family: 'Archivo', sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0px;
}
.top h5 {
  font-size: 22px;
}
.works {
  background-image: url('/img/cgm/works-bg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}
.works, .works .row {
  /* min-height: 707px; */
}
.works-slider {
  position: relative;
}
.works-slider h5 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 80%;
  font-size: 30px;
  color: #fff;
}
.custom-nav {
  display: flex;
  align-items: center;
  gap:10px;
}
.custom-nav a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--cgm-pry-color);
  display: grid;
  place-items:center;
  border:1px solid var(--cgm-pry-color);
}
.custom-works-dots {
  display: flex;
  gap:10px;
}
.custom-works-dots .dot {
  font-size: 13px;
  color: red;
  height: 15px;
  width: 15px;
}
.custom-works-dots .dot.active {
  background-color: var(--cgm-pry-color);
}
.benefits-slider {
  position: relative;
  width: 300px;
}
.benefits-slider .text-uppercase {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
}
.people-carousel .h-100 {
  min-height: 250px;
}
.people-carousel img {
  min-height: 250px;
  object-fit: cover;
}
.border-rounded-lg {
  border-radius: 32px;
}
.top-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top:1px solid rgba(255,255,255, 0.2);
}
.hiw {
  background-image: url('/img/cgm/steps-bg.jpg');
  background-size: cover;
  padding-block: 100px;
}
.libre {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}
.bg-grey {
  background-color: #343A40;
  color: #fff;
}
.border-pry {
  border-color: var(--cgm-pry-color);
}
.text-pry {
  color: var(--cgm-pry-color);
}
.text-lighter-pry {
  color: #68CB83;
}
.text-light-pry {
  color: var(--cgm-pry-light-color);
}
.bg-light-grey {
  background-color: #f2f2f2;
}
.bg-dark-pry {
  background-color: var(--cgm-pry-dark-color);
  color: #fff;
}
.bg-pry {
  margin: 0 !important;
  background-color: var(--cgm-pry-color);
  color: #fff;
}
.bg-sec {
  margin: 0 !important;
  background-color: var(--cgm-sec-color);
  color: #fff;
}
.bg-light-pry {
  background-color: var(--cgm-pry-light-color);
  color: var(--cgm-pry-color);
}
.btn-cgm-sec {
  background-color: var(--cgm-sec-color) !important;
  color: #fff !important;
  padding:16px 70px;
}
.btn-cgm-outline-sec {
  background-color: #ffffff !important;
  border:1px solid var(--cgm-sec-color) !important;
  color: var(--cgm-sec-color) !important;
  padding:16px 70px;
}
.btn-cgm-sec:hover, .btn-cgm-sec:focus, .btn-cgm-outline-sec:hover, .btn-cgm-outline-sec:focus {
  background-color: var(--pry-dark-color) !important;
  color: var(--pry-color) !important;
  border-color: var(--pry-color) !important;
}
.white-card {
  margin-top: -200px;
  padding: 30px 40px 30px 40px;
  border-radius: 8px;
  background-color: #ffffff;
}
#cgm-container .subtitle {
  font-size: 32px;
  letter-spacing: 0px;
}
.coverage, .coverage .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.coverage img {
  max-width: 100px;
}
.coverage.sleep img {
  filter: grayscale(1);
  opacity: .8;
  max-width: 130px;
}
.kunal {
  position: absolute;
  width:180px;
  max-width: 180px !important;
  left: -80px;
  bottom: -45px;
}
.rounded-up {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.title-left {
  padding-left: 200px;
}
.title-left h5 {
  font-size: 30px;
}
.space-up {
  margin-top: 100px;
  border-top:1px solid rgba(255,255,255, 0.2);
}
.bg-white .space-up {
  border-color: #ddd;
}
.bg-light-pry .space-up {
  border-color: var(--cgm-pry-color)
}
.bg-pry .num, .bg-sec .num, .bg-light-pry .num {
  background-color: #ffffff;
  color: #000000;
}
.owl-nav {
  margin: 0;
  height: 0;
}
.owl-stage {
  display: flex;
}
.owl-item {
  height: 100%;
}
/* .check {
  list-style: none;
  padding-left: 0;
}
.check li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.5em;
} */
/* .check li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.1em;
} */
.check.green li::before {
  color: var(--cgm-pry-light-color);
}
.no-border-table td{
  border: none !important;
  font-size: 15px;
  padding-block: 10px;
  white-space: nowrap;
}
.no-border-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.no-border-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tst-container {
  width: 250px;
}
.tst-container img{
  height:300px;
  object-fit: cover;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  height: 65px;
  width: 65px;

  color: #fff !important;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.play.sm {
  height: 40px;
  width: 40px;
  font-size: 14px;
  animation: pulse 2.5s infinite;
}
.play.lg {
  height: 90px;
  width: 90px;
  font-size: 40px;
  animation: pulse 2.5s infinite;
}
@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1, 1); }
    25% { transform: translate(-50%, -50%) scale(1.1, 1.1); }
    50% { transform: translate(-50%, -50%) scale(1, 1); }
    100% { transform: translate(-50%, -50%) scale(1, 1); }
}
.card-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #f2f2f2;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  color: #000000;
  transition: .5s;
  position: relative;
}
.card-item:hover, .card-item:focus {
  background-color: var(--cgm-pry-color);
  color: #fff;
  transition: .5s;
}
.arrow-link {
  display: grid;
  margin-top: auto;
  place-items: center;
  padding: 15px;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #ffffff;
}
.arrow-link img {
  height: 20px;
  width: 20px;
}
.drop-shadow {
  transition: .5s;
}
.drop-shadow:hover {
  background-color: var(--cgm-sec-color) !important;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: .5s;
}
#wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#wrapper::-webkit-scrollbar {
  display: none;
}
.sub-nav {
  background-color: var(--cgm-pry-dark-color);
  position: sticky;
  top: 0;
  z-index: 2;
}
.sub-nav .sub-wrapper{
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 40px;
}
.sub-nav a {
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 15px;
  display: block;
  padding-top:16px;
  padding-bottom:12px;
  color: rgba(255,255,255,.5);
  transition: .5s;
  border-bottom:4px solid transparent;
}
.sub-nav a:hover, .sub-nav a:focus, .sub-nav a.active {
  color: #fff;
  border-color: var(--cgm-pry-light-color);
}
.web-sticky {
  position: sticky;
  top: 80px;
}
.border-rounded {
  border-radius: 10px;
}
.num {
  height: 40px;
  font-size: 17px;
  width: 40px;
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.num.sm {
  height: 30px;
  width: 30px;
  font-size: 15px;
  background-color: var(--cgm-pry-light-color);
  color: var(--cgm-pry-color);
}
.num.sec {
  background-color: var(--cgm-sec-color);
  color: #fff;
}
.physicians {
  background-image: url('/img/cgm/for-physicians.jpg');
  background-size: cover;
  background-position: center;
}
.overlay {
  min-height: 450px;
  background-image: url('/img/cgm/overlay.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.mh-100 {
  min-height: 350px;
}
.hero-curve {
  margin-top:-80px
}
.footer-curve {
  margin-top:-135px
}
@media screen and (min-width: 1614px) {
  .footer-curve {
      margin-top: -136px;
  }
}
@media screen and (min-width:1714px) {
  .footer-curve {
    margin-top:-152px
  }
}
@media screen and (min-width:1200px) {
  .top-title.sm {
    font-size: 46px;
    line-height: 56px;
  }
  .top-title.md {
    font-size: 53px;
    line-height: 66px;
  }
}
.code-card {
  background-color: #ffffff;
  width: 70%;
}
.quote {
  margin-top:-150px;
  z-index:2;
}
.testimonials-carousel {
  position: relative;
}
label {
  font-size: 15px;
  margin-bottom: 5px;
}
.accordion-item {
  border:none;
  border-bottom: 1px solid #000;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000000;
  box-shadow: none;
}
.accordion-body {
  padding-top: 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.hiw-carousel .owl-stage, .testimonials-carousel .owl-stage {
  display: flex;
}

.subtitle.sm {
  font-size: 28px;
}
.index {
  z-index: 1;
}
.hero-kunal {
  position: absolute;
  left: -200px;
  bottom: -202px;
  width: 75%;
  z-index: 1;
}
.top.circle {
  background-image: url('/img/cgm/page-hero.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 562px;
}
.top.gradient {
  background-image:url('/img/cgm/linear-bg.png');
  background-size: cover;
  background-position: bottom;
  min-height: 100vh;
}
.bg-grad {
  background-color: var(--cgm-pry-color);
  background-image:url('/img/cgm/linear-bg.png');
  background-size: cover;
  background-position: bottom;
  color: #fff;
}
.top.form {
  background-image:url('/img/cgm/form-bg.webp');
  background-size: cover;
  background-position: top;
  min-height: 100vh;
}
.top.small-circle {
  background-image: url('/img/cgm/left-circle.svg');
  background-position: left 100px;
  background-repeat: no-repeat;

}
.top.none {
  background-image: none;
  min-height: auto;
}
.linear-circle {
  position: relative;
}
.linear-content * {
  z-index: 1;
}
.linear {
  position: absolute;
  width: 250px;
  left:100px;
  top: -50px;
  z-index: 0;
}
span.text-danger {
  font-size: 14px;
}
.title.sm {
  font-size: 46px;
}
.mike {
  margin-bottom: -200px;
}
.mike p {
  font-size: 16px;
}
.provider-card {
  border-radius: 12px;
}
.provider-card .subtitle {
  font-size: 26px
}
.provider-card p {
  font-size: 16px
}
.provider-card img {
  max-width: 100px;
  border-radius: 100%;
}
.leaf-left, .leaf-right {
  position: relative;
}
.leaf-left img, .leaf-right img {
  position: relative;
  z-index: 1;
}
.leaf-left .leaf {
  position: absolute;
  width: 120px;
  bottom: -80px;
  right:0;
  z-index: 0 !important;
}
.leaf-right .leaf {
  position: absolute;
  width: 200px;
  bottom: -80px;
  right:0;
  z-index: 0 !important;
}
.pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.pagination .page-item {
  border:1px solid var(--cgm-pry-light-color);
}
.pagination .page-link {
  border: none !important;
  border-radius: 0 !important;
  color: var(--cgm-pry-color);
  background-color: var(--cgm-pry-light-color);
}
.pagination .page-item.disabled .page-link {
  color: #000;
  background-color: #ddd;
  border-color: var(--cgm-pry-light-color);
}
.pagination .page-item.active .page-link, .pagination .page-link:hover, .pagination .page-link:focus {
  color: var(--cgm-pry-light-color);
  background-color: color: var(--cgm-pry-color);
}
.ql-pill {
  background-color: var(--cgm-pry-light-color);
  color: var(--cgm-pry-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.br-separator {
  border-left: 1px solid #fff;
}
.insurance {
  background-color: var(--cgm-pry-color);
  background-image: url('/img/cgm/insurance-bg.png');
  background-size: cover;
  background-position: center right;
  color: #fff;
}
input.circle[type=radio], input.circle[type=checkbox] {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

input.circle[type=radio]:hover, input.circle[type=checkbox]:hover {
    background-color: #eee;
}

input.circle[type=radio]:checked:after, input.circle[type=checkbox]:checked:after {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: '';
    background: #000;
}

input.circle[type=checkbox], input.circle[type=checkbox]:checked:after {
  border-radius: 0px;
}
input.circle[type=checkbox]:checked:after {
  content: '✓';
  display: grid;
  place-items:center;
  color: #fff;
  font-size: 13px;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
label:has(.circle) {
  cursor: pointer;
}
.form-control {
  padding:12px;
}
select {
  padding: 12px;
 -webkit-appearance:listbox !important;
 -moz-appearance:listbox !important;
 appearance:listbox !important;
}
.split {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:1539px) {
  .top-title {
    font-size: 58px;
    line-height: normal !important;
  }
  .top {
    background-position: center !important;
    background-size: cover;
  }
  .title {
    font-size: 50px;
  }
  .white-card {
    margin-top: -150px;
  }
  .hero-curve {
    margin-top: -65px;
  }
  .footer-curve {
    margin-top:-115px
  }
  .subtitle {
    font-size: 30px
  }
  body {
    font-size: 16px;
  }
  .space-up {
    margin-top: 75px;
  }
  .kunal {
    bottom: -46px;
  }
  .hero-kunal {
    bottom: -167px;
  }
}
@media screen and (max-width:1399px) {
  .hero-kunal {
    position: relative;
    bottom: 0;
    left: 0;
    height: 250px;
    object-fit: contain;
  }
  .hero-curve {
    margin-top:-60px
  }
  .footer-curve {
    margin-top:-110px
  }
  .btn-cgm-sec {
    padding:16px 40px;
  }
  .quote {
    margin-top: -80px;
  }
  .title-left {
    padding-left: 100px;
  }
  .top {
    min-height: 720px;
  }
  .works, .works .row {
    min-height: 500px;
  }
}
@media screen and (max-width:1319px) {
  .kunal {
    left: -88px;
  }
  .nav-link {
    font-size: 15px;
    white-space: nowrap;
  }

}
@media screen and (max-width:1199px) {
  .top {
    padding-top: 0;
    background-position: 35% 0 !important;
  }
  .hero-img {
    margin-top: 0;
  }
  .coverage {
    justify-content: center;
    flex-wrap: wrap;
  }
  .leaf {
    display: none;
  }
  .leaf-right, .leaf-left {
    text-align: center;
  }
  .web-sticky {
    position: static;
  }
  .white-card {
    margin-top: -120px;
  }
  .hero-curve {
    margin-top:0px
  }
  .nav-link, .btn-nav {
    font-size: 15px;
  }
  .space-up {
    margin-top: 0px;
  }
  .card-item {
    font-size: 20px
  }
  .mh-100 {
    min-height: auto;
  }
  .mh-100.rounded-up {
    border-radius: 10px;
  }
  .footer-curve {
    margin-top: -80px;
  }
  .kunal {
    width: 100px;
    bottom: -45px;
  }
  .rounded-up {
    border-radius: 10px;
  }
  .title.sm {
    font-size: 40px;
  }
  .quote {
    margin-top: 30px;
  }
  .top-title.sm {
    font-size: 38px;
    line-height: 48px;
  }

}
@media screen and (max-width:1091px) {
  .wb-100 {
    width: 100%;
  }
  .top-info {
    margin-bottom: 30px;
  }
  .logo {
    /* max-width: 170px; */
  }
  .coverage {
    gap:15px;
    justify-content: center;
  }
  .works, .works .row {
    min-height: 495px
  }
  .works {
    background-size: contain;
    padding: 0;
  }
  .works-slider h5 {
    font-size: 25px;
    left: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width:991px) {
  .kunal, .linear, .d-contents {
    display: none;
  }
  .split {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .linear-content img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .title-left {
    padding-left: 250px;
  }
  .kunal-mobile {
    position: absolute;
    height: 100%;
    top: -280px;
    z-index: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .form-kunal {
    height: 250px;
    object-fit: contain;
  }
  .white-card {
    z-index: 1;
    position: relative;
  }
  .hero-curve {
    margin-top: 140px;
  }
  .top.none .hero-curve {
    margin-top: 40px;
  }
  .top.none {
    padding-top: 30px;
  }
  .btn-nav {
    border-color: #000;
    color: #000000 !important;
  }
  #navBar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 100;
  }
  .provider-card .title.sm {
    font-size: 30px;
  }
  .bar-container {
    padding: 10px 20px 80px 10px;
    background-color: #ffffff;
    height: 100vh;
    width: 40%;
    overflow: auto;
  }
  .collapse,
  .collapse.show {
    transition: none !important;
  }
  .navbar-toggler {
    padding: 12px;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .nav-link {
    color: #000000 !important;
  }
  .quote {
    margin-top: -30%;
  }
  .nav-link.active {
    background-color: transparent;
    font-weight: bold;
    border: none;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu.show, .navbar-nav .nav-item.dropdown:hover .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu, .dropdown-menu.show {
    opacity: 1;
    border-radius: 0;
    border: 0;
    margin-bottom:10px;
  }
  .dropdown-item {
    border-bottom: 1px solid #ddd;
  }
  .overlay {
    background-image: url('/img/cgm/overlay-mobile.svg');
    background-position: top left;
  }
  .br-separator {
    border:none;
  }
  .people-carousel img {
    height: 250px
  }
  .steps {
    padding-inline: 0px !important;
  }
  .top {
    background-position: left bottom !important;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: auto;
    padding-top: 0;
    margin-top: 0;
  }
  .top.min, .top.sm-up {
    padding-top: 100px;
  }
  .top.sleep {
    background-image:url('/img/cgm/sleep-mobile.jpg');
    background-position: top;
  }
  .top.glucose {
    background-image:url('/img/cgm/glucose-mobile.jpg');
    background-position: top;
  }
  .top.sleep .hero-curve {
    margin-top: 40px;
  }
  .works {
    background-color: #9DEAB2;
  }
  .code-card {
    width: 100%;
    background: none;
  }
}
@media screen and (max-width:767px) {
  .top-title {
    font-size: 45px;
  }
  .top-title.sm {
    font-size: 30px;
    line-height: 40px;
  }
  .title {
    font-size: 35px;
  }
  .title.sm {
    font-size: 35px;
  }
  .top.min .top-title{
    font-size: 30px;
  }
  .hiw {
    padding-block:70px;
  }
  .top h5 {
    font-size: 21px;
    line-height: 28px;
  }
  .btn-cgm-sec {
    width: 100%;
    padding-inline: 0;
  }
  .kunal-mobile {
    height: 80%;
  }
  .play.lg {
    height: 62px;
    width: 62px;
    font-size: 30px;
    top:42%
  }
  .owl-nav {
    display: block;
  }
  .subtitle {
    font-size: 26px;
    letter-spacing: 0px;
  }
  .bar-container {
    width: 70%;
  }
  .provider-card img {
    max-width: 80px;
  }
  .mb-line {
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-curve {
    margin-top: -68px;
  }
  .insurance {
    background-image: url('/img/cgm/insurance-mobile.png');
    background-position: center;
    padding-top:100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:575px) {
    .top .btn {
      width: 85% !important;
      margin: auto;
    }
    .top form .btn {
      width: 100% !important;
    }
    .accordion-item.light .accordion-button {
      font-size: 17px;
    }
    .top-title {
      font-size: 35px;
    }
    .subtitle.sm {
      font-size: 25px;
    }
    .bar-container {
      width: 100%;
    }
    .title {
      font-size: 35px;
      line-height: 45px;
    }
    .title.sm {
      font-size: 32px;
    }
    .title-left {
      padding-left: 165px;
    }
    .title-left h5 {
      font-size: 25px;
    }
    .leaf-left img, .leaf-right img{
      max-width: 75%;
    }
    .footer-curve {
      margin-top: -63px;
    }
  .white-card {
    margin-top: -100px;
    padding: 30px;
  }
  .top-info {
    margin-top: 20px;
    padding-top:20px;
  }
  .coverage .flex {
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
  }
  .coverage img {
    max-width: 100%;
    width: 45%;
  }
  .hero-carousel .item {
    display: grid;
    place-items: center;
  }
  .hero-carousel p {
    width: 70%;
  }
  .kunal-mobile {
    height: 50%;
    top: -250px;
  }
}
@media screen and (max-width:450px) {
  .footer-curve {
    margin-top: -50px;
  }
  .title-left h5 {
    font-size: 22px;
  }
}



/* CGM */
.br-rounded {
  border-radius: 1.5rem;
}
.bg-lighter {
  background-color: var(--light-color);
}
.cgm img {
  width: auto;
}
.cgm .title {
  font-size: 40px;
}
.cgm .subheader {
  font-size: 25px;
}

.cgm ul {
  list-style: none;
}
.cgm ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.hiw-margin {
  margin-block: 100px;
}
.rail li {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}
.rail {
  position: relative;
}
.rail::before {
  content: '';
  left:15px;
  position: absolute;
  width: 1px;
  border-right:1px dotted var(--cgm-pry-color);
  height: 83%;
  z-index: 1;
}
.rail.bg::before {
  height: 86%;
}
.num {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: var(--cgm-sec-color);
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}
.steps {
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  padding: 30px;
  height: 100%;
  position: relative;
}
.step1 {
  background-color: var(--cgm-pry-color);
  color: #fff;
}
.step2 {
  background-color: var(--light-color);
  color: initial;
}
.step3 {
  background-color: var(--cgm-sec-color);
  color: var(--cgm-pry-color);
}
.cgm .overlay {
  background-image: none;
  min-height: auto;
}
.article-links ul li {
  margin-bottom: 0;
}
.article-links ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  color: #2e2e2e;
}

.article-links ul li a.active {
  color: var(--cgm-pry-color);
  font-weight: bold;
}
