 body {
  font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}
.sticky-icon  {
		z-index:2;
		position:fixed;
		top:25%;
		right:0%;
		width:210px;
		display:flex;
		flex-direction:column;}  
	.sticky-icon a  {
		transform:translate(165px,0px);
		border-radius:50px 0px 0px 50px;
		text-align:left;
		margin:2px;
		text-decoration:none;
		text-transform:uppercase;
		padding:5px;
		font-size:21px;
		font-family:'Oswald', sans-serif;
		transition:all 0.8s;}
	.sticky-icon a:hover  {
		color:rgb(211, 199, 26);
		transform:translate(0px,0px);}	
	.sticky-icon a:hover i  {
		transform:rotate(360deg);}
	/*.search_icon a:hover i  {
		transform:rotate(360deg);}*/
	
	.sticky-icon a i {
		background-color:white;
		height:35px;
		width:35px;
		color:#007bb6;
		text-align:center;
		line-height:35px;
		border-radius:50%;
		margin-right:15px;
		transition:all 0.5s;}
		.sticky-icon a i.fa-whatsapp {
			background-color:#FFF;
		color:#2da033;}
		
	.sticky-icon a i.fa-facebook-f  {
		background-color:#FFF;
		color:#2C80D3;}
		
	.sticky-icon a i.fa-google-plus-g  {
		background-color:#FFF;
		color:#d34836;}

		.sticky-icon a i.fa-Linkedin-in  {
		background-color: blue;
        color: #FFF;  
                       }
		
	.sticky-icon a i.fa-instagram  {
		background-color:#FFF;
		color:#FD1D1D;}
		
	.sticky-icon a i.fa-youtube  {
		background-color:#FFF;
		color:#fa0910;}
		
	.sticky-icon a i.fa-x-twitter {
		background-color:#FFF;
		color:#000;}

		
	.fas fa-shopping-cart  {
		background-color:#FFF;}	
	#myBtn {
		height:50px;
	  display: none;
	  position: fixed;
	  bottom: 20px;
	  right: 30px;
	  z-index: 99;
	  text-align:center;
	  padding:10px;
	  text-align:center;
		line-height:40px;
	  border: none;
	  outline: none;
	  background-color: #1e88e5;
	  color: white;
	  cursor: pointer;
	  border-radius: 50%;
	}
	.fa-arrow-circle-up  {
		font-size:30px;}
	
	#myBtn:hover {
	  background-color: #555;
	}	
   .d-sen h3 {
    background-color: #25669e;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
}
.icon-social a{
    display: none;
}
	
/* ================= COMMON ================= */

/* ================= TOP BAR ================= */
    #mainNavbar {
  transition: all 0.3s ease;
  z-index: 9999;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-bar{
    background:#17232e;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    margin-right:15px;
}

/* ================= NAVBAR ================= */



.navbar-brand span{
    color:#0030b8;
    font-weight:700;
    font-size:18px;
}

.navbar-nav .nav-link {
    color: #2f2f2f !important;
    padding: 15px 10px !important;
    font-size: 14px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #365ba4 !important;
}

.navbar-nav .nav-link.active {
    color: #365ba4 !important;
    font-weight: 600;
}
.review-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.review-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.google-title {
    font-size: 28px;
    font-weight: 600;
}

.rating-number {
    font-size: 70px;
    font-weight: 700;
    color: #4c6395;
}

.progress {
    height: 10px;
    border-radius: 20px;
    background-color: #e9ecef;
}

.progress-bar {
    background-color: #fbbc04;
}

.star-color {
    color: #fbbc04;
}

.review-btn {
    background: #ff7a59;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.review-btn:hover {
    background: #ff633f;
    color: #fff;
}
/* ================= HERO FIX ================= */
    
/* ================= emergency ================= */
  .gi-hero-wrapper {
    background: url('../../background/emergency_bg.jpg') no-repeat center center/cover;
    height: 80vh;
    position: relative;
    
    color: #2c3e50;
}

.gi-overlay-layer {
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 5%);
}

.gi-doctor-box {
    position: relative;
    z-index: 2;
}

.gi-doctor-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.gi-doctor-name {
    font-weight: 700;
    color: #1f3c73;
}

.gi-doctor-designation {
    font-size: 14px;
    color: #333;
}

.gi-main-content {
    position: relative;
    z-index: 2;
}

.gi-main-title {
    font-size: 48px;
    font-weight: 600;
    color: #1f3c73;
}

.gi-main-subtitle {
    font-size: 22px;
    margin-top: 15px;
    color: #3b5b8a;
}

.gi-address-block {
    margin-top: 25px;
    font-size: 18px;
    color: #555;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.gi-contact-block {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #1f3c73;
}

.gi-phone-item i {
    margin-right: 8px;
}
   
.icon-box {
    width: 60px;
    height: 60px;
    background: #ff6b3d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
}

.phone-number {
    color: #3c578c;
    font-weight: 600;
    font-size: 20px;
    margin-right: 30px;
}

.phone-number i {
    margin-right: 8px;
}
    /* Accordion Card Style */
.accordion {
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

/* Hover Lift Effect */
.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.15);
}

/* Accordion Button */
.accordion-button {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 22px;
  background: #ffffff;
  color: #0b3d91;
  transition: all 0.3s ease;
}

/* Active State */
.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #0d6efd, #0dcaf0);
  color: #ffffff;
  box-shadow: none;
}

/* Remove Default Focus */
.accordion-button:focus {
  box-shadow: none;
}

/* Icon Style */
.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Accordion Body */
.accordion-body {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  background: #ffffff;
  padding: 22px;
  border-top: 1px solid #f1f1f1;
}
.footer-bar {
 background: linear-gradient(90deg, #041741, #0042a2);
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bar p {
  color: #ccc;
  font-size: 15px;
}

.footer-bar a {
  color: #00c3ff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.footer-bar a:hover {
  color: #ffffff;
}


/* Highlight */
.highlight-blue {
    background: rgba(13,110,253,0.1);
    padding: 3px 6px;
    border-radius: 4px;
}

.highlight-bold {
    font-weight: 600;
    color: #0d1b2a;
}
    
    .doctor-profile {
  background: #f6fbff;
}

.profile-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.section-tag {
  color: #0d6efd;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.doctor-name {
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
}

.doctor-subtitle {
  color: #053fbc;
  font-weight: 500;
  margin-bottom: 20px;
}

.profile-image-wrapper {
  background: #eaf4fb;
  padding: 20px;
  border-radius: 20px;
}

.profile-image-wrapper img {
  border-radius: 15px;
}

.btn-read-more {
  background: #0d6efd;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  margin-top: 10px;
}

.btn-read-more:hover {
  background: #084298;
  color: #fff;
}

.highlight-wrapper {
  margin-top: 30px;
}
.gallery-section {
    background: rgba(13, 110, 253, 0.25);
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #ff6b4a;
}

.gallery-card {
  position: relative;
  height: 380px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 50, 70, 0.75);
  transition: 0.4s ease;
}

.gallery-card:hover .card-overlay {
  background: rgba(0, 30, 50, 0.85);
}
    .gallery-card h3{
        color: #fff;
    }

.card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #0d3b4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.card-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-theme {
  background: #ff6b4a;
  color: #fff;
  padding: 8px 22px;
  border-radius: 6px;
  font-weight: 500;
}

.btn-theme:hover {
  background: #e85a3c;
  color: #fff;
}

.highlight-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0d6efd;
}

.highlight-box h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
    .btn-appointment-main{
    background: linear-gradient(135deg, #0d6efd, #084298);
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    letter-spacing:.5px;
    box-shadow:0 10px 25px rgba(13,110,253,0.25);
    transition: all .3s ease;
}

.btn-appointment-main:hover{
    transform: translateY(-3px);
    box-shadow:0 15px 30px rgba(13,110,253,0.35);
    color:#fff;
}
    .section{
  padding:20px 10px;
  text-align:center;
}

.section h2{
  color:#4c6494;
  font-size:34px;
  margin-bottom:10px;
}

.services{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap:40px;
  max-width:1300px;
  margin:auto;
}
    .services .card{
        
    }
.card {
    background: linear-gradient(60deg, #ffd391, transparent);
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
}
.card:hover{
  transform:translateY(-8px);
}

.circle{
  width:150px;
  height:150px;
  background:#4c6395;
  border-radius:50%;
  margin:0 auto 25px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:8px solid #e9e9e9;
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
}

.circle img{
  width:100px;
}
    .card .circle a:hover{
        color: #fff;
    }
.btn{
  display:inline-block;
  background:#4c6395;
  color:#fff;
  padding:10px 22px;
  border-radius:6px;
  text-decoration:none;
  font-weight:500;
  transition:0.3s;
}

.btn:hover{
  background:#4c6395;
    color: #fff;
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
    .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 30px;
}

.section-divider::before,
.section-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfcfcf;
}

.section-divider i {
    color: #0d3b66;   /* star color */
    font-size: 18px;
    margin: 0 15px;
}


/* Button */
.btn-custom {
    margin-top: 25px;
    background: #0d6efd;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #084298;
}
.excellence-section {
background: linear-gradient(rgb(179 192 221), rgba(255, 255, 255, 0.92));
  position: relative;
  overflow: hidden;
    
}

.excellence-box {
  border-radius: 16px;
  padding: 30px;
  transition: 0.4s ease;
  color: #1e293b;
  border: none;
}
.excellence-box {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Box 1 – Experience (Deep Medical Blue) */
.excellence-section .col-md-4:nth-child(1) .excellence-box {
  background: linear-gradient(135deg, #e6f0ff, #cce0ff);
}

/* Box 2 – Cancer Care (Soft Teal) */
.excellence-section .col-md-4:nth-child(2) .excellence-box {
  background: linear-gradient(135deg, #e6fffa, #ccf5f0);
}

/* Box 3 – Precision Surgery (Soft Lavender Blue) */
.excellence-section .col-md-4:nth-child(3) .excellence-box {
  background: linear-gradient(135deg, #eef2ff, #dbe4ff);
}

/* Hover Effect */
.excellence-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #1e40af;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
}
    .dropdown-item {
  padding: 6px 10px;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #f1f7ff;
  padding-left: 8px;
  transition: 0.3s;
}
    .doctor-section{
    padding:20px 0;
}

.section-title{
    font-weight:700;
    color:#1f3c50;
}

.underline{
    width:120px;
    height:4px;
    background:#ff7a45;
    border-radius:5px;
    margin-top:10px;
}

.doctor-img{
    
    border-radius:20px;
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.nav-pills .nav-link{
    color:#1f3c50;
    font-weight:600;
    border-radius:8px;
    margin-bottom:10px;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.nav-pills .nav-link.active{
    background:#4c6395;
    color:#fff;
}
.nav-pills .nav-link{
    color:#4c6395;
    font-weight:600;
    border-radius:8px;
    margin-bottom:12px;
    background:#fff;
    border:2px solid #e3e6ea;   /* Border Added */
    transition:all 0.3s ease;
}

/* Hover Effect */
.nav-pills .nav-link:hover{
    border-color:#4c6395;
    color:#4c6395;;
    transform:translateX(5px);
}

/* Active Tab */
.nav-pills .nav-link.active{
    background:#4c6395;
    color:#fff;
    border-color:#4c6395;
    box-shadow:0 8px 20px rgba(255,122,69,0.25);
}
.tab-content {
    background: linear-gradient(135deg, rgb(255 255 255 / 25%) 50%, rgb(116 132 253 / 25%));
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #4c6395;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
    .tab-content h5{
        color: #063395;
    font-weight: 600;
    }
    
  
/* Image Height Control */
.slider-img {
  height: 75vh;
  object-fit: cover;
}

/* Important: Parent Relative */
.carousel-item {
  position: relative;
}

/* Overlay Text Position */
.slider-content {
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: 2;
  max-width: 600px;
  color: #fff;
}

/* Text Style */
.slider-content h1 {
  font-size: 40px;
  font-weight: 700;
    color: #ffd100;
}
.slider-content h2 {
  font-size: 25px;
  font-weight: 600;
    color: #fff;
}
    .slider-content h3 {
  font-size: 20px;
  font-weight: 500;
    color: #fff;
}

.slider-content p {
font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
   
    color:#fff;
}
    
    .footer-section {
  background: #004c88;
  color: #ffffff;
}

.footer-text {
  font-size: 14px;
  opacity: 0.9;
}

.footer-title {
  color: #fbe100;
  margin-bottom: 15px;
  font-weight: 600;
}

.btn-appointment {
  background: #fbe100;
  color: #000;
  border-radius: 6px;
  padding: 8px 15px;
}

.btn-appointment:hover {
  background:#fbe100;
  color: #000;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ffffff;
  color: #0e4a5a;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-right: 6px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fbe100;
  color: #fff;
}

.footer-input {
  border-radius: 5px;
  border: none;
}

.btn-submit {
  background: #fbe100;
  color: #000;
  border-radius: 6px;
}

.btn-submit:hover {
  background: #fbe100;
    color: #000;
}
    .animated-image {
    max-width: 500px;
    animation: floatLeft 3s ease-in-out infinite alternate;
}

/* Move Slightly Left + Float */
@keyframes floatLeft {
    0% {
        transform: translateX(0px) translateY(0px);
    }
    100% {
        transform: translateX(-20px) translateY(-10px);
    }
}

  
.testimonial-section {
  background: #f8fbff;
}

.testimonial-title {
  font-weight: 700;
  color: #1e3a8a;
  display: inline-block;
  padding: 8px 20px;
  background: #eaf2ff;
  border-radius: 6px;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #1e3a8a;
  margin: 10px auto 0;
}

    
      .shape-box {
        display: inline-block;
        position: relative;
        z-index: 1;
        max-width: 500px;
        height: 430px;
        margin: 30px 10px 30px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
        overflow: hidden;
        width: 100%;
         background: linear-gradient(45deg, #f1fb80, #ffe2e2c9);
          border-radius: 10px 60px;
    }

    .shape-box_half {
        overflow: hidden;
        text-align: left;
    }

    .shape-box_half:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: skewY(53.5deg);
        transform-origin: top left;
        transition: \transform .4s;
        background: #fff;
        z-index: 1;
    }

    .shape-box>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg-black {
        background-color: #000;
    }

    .shape-box_half figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 30px 30px;
        transition: \transform .4s;
        transform: translateY(100%);
        z-index: 3;
    }

    .shape-box_half figcaption .show-cont {
        position: absolute;
        bottom: calc(100% + 30px);
        left: 30px;
        right: 30px;
        transition: bottom .4s;
    }

    .card-no {
        
    font-size: 24px;
    color: #ffc107;
    padding: 0;
    margin: 10px 0;
    background: #776eff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* padding: 2px; */
    line-height: 3rem;
    text-align: center;
}
    

    .card-main-title {
        margin-top: 8px;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #292b2c;
    }

   .card-content {
    color: #000000;
    margin-top: 18px;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
    .read-more-btn {
        border: 2px solid #db3236;
        font-size: 14px;
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 600;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #db3236;
        color: #fff;
        border-radius: 2px;
        margin-top: 25px;
        text-decoration: none;
    }

    .read-more-btn:hover {
        background: transparent;
        color: #db3236;

    }

    .shape-box_half>.after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, #63c944, #3571a6);
        opacity: 0;
        transition: opacity .4s;
    }

    /*On hover*/
    .shape-box_half:before {
        transform: skewY(20deg);
    }

    .shape-box_half figcaption {
        transform: translateY(0);
    }

    .shape-box_half figcaption .show-cont {
        bottom: 100%;
    }

    .shape-box_half>.after {
        opacity: 1;
    }
.dr-sen-tiltle{
    background: linear-gradient(135deg,#ffffff,#f8fbff);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all .4s ease;
    border-left: 6px solid #0d6efd;
}

/* Hover Effect */
.dr-sen-tiltle:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Heading Style */
.dr-sen-tiltle h2{
    font-size: 32px;
    letter-spacing: .5px;
    border-bottom: 2px solid #e9f2ff;
    padding-bottom: 10px;
}

/* Section Headings */
.dr-sen-tiltle h5{
    color:#0d6efd;
    position: relative;
    padding-left: 18px;
    margin-top: 25px;
}

/* Blue Dot before heading */
.dr-sen-tiltle h5::before{
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    background:#0d6efd;
    border-radius:50%;
}

/* Paragraph Style */
.dr-sen-tiltle p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* List Style */
.dr-sen-tiltle ul{
    padding-left:20px;
}

.dr-sen-tiltle ul li{
    margin-bottom:10px;
    font-size:15px;
    position: relative;
}

/* Custom Bullet */
.dr-sen-tiltle ul li::marker{
    color:#0d6efd;
    font-size:18px;
}

/* Highlight Red Text */
.text-danger{
    font-weight:700;
}
.dr-sen-tiltle h2{
    font-size: 34px;
    font-weight: 700;
    color:#0d6efd;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

/* underline highlight */
.dr-sen-tiltle h2::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:4px;
    background:#0d6efd;
    border-radius:4px;
}  
   