body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-width: thin !important;
	scrollbar-color: #006B5D transparent !important;
    font-family: 'Roboto', sans-serif !important;
}
::-webkit-scrollbar{
	width: 7px;
}
::-webkit-scrollbar-thumb{
	background-color: #000;
}
#mySvg {
    position: fixed;
    right: 5%; /* Adjust this value for the desired right margin */
    top: 50%;
    z-index: 99;
    outline: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
    max-width: 100%; /* Make the SVG responsive */
    height: auto; /* Maintain aspect ratio */
}

.navbar-container .nav-link{
    color: #000 !important;
}
.navbar-container .nav-link.active {
    color: #006B5D !important;
}
.navbar-container .nav-link i {
    transition: transform 0.3s ease-in-out;
    padding: 5px !important;
    display: inline-block !important;
}
.navbar-container .nav-link i::after{
    padding: 5px !important;
}
.navbar-container .nav-link.active i {
    transform: rotate(180deg);
}
.mega-menu {
    position: static !important;
}
.mega-menu-content {
    width: 100vw;
    left: 0;
    right: 0;
    padding: 15px;
    /* border-top: 5px solid #000; */
    background-color: #F2F8FC !important; 
    z-index: 100 !important;
}
/*.dropdown:hover .dropdown-menu {  */
    .dropdown:hover .dropdown-menu,
    .dropdown-menu:hover {
    display: block;
    /* position: absolute;
    top: 100%;
    margin-top: 0;
    padding: 15px;*/
    /* border-top: 5px solid #000; 
    background-color: #F2F8FC !important;
    z-index: 100 !important;*/
}

.list-unstyled li{
    padding-top: 25px;
    font-size: 14px;
}
.submenu-class{
    color: #000;
}
.submenu-class:hover{
    color: #006B5D;
   text-decoration: underline !important;
}
.nav-card a{
    color: #fff !important;
}
.nav-card a:hover{
    text-decoration: underline !important;
    color: #006B5D !important;
}
.video-class {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.video-class video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-class .container {
    position: relative;
    z-index: 2;
}
.video-class .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.video-class  span {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align:center;
    border-left: 1px solid #fff;
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    z-index: 0;
}
.video-class p{
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
}
.services-container {
    position: relative;
    text-align: center;
    background-color: #E6E4E4;
}
.services-background {
    background: linear-gradient(to bottom, rgb(0, 128, 136, 0.3), transparent);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6vw; /* Adjust the font size for responsiveness */
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    text-align: center;
    /* padding-top: 2rem; */
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.what-we-provide {
    font-size: 1.5vw; /* Adjust the font size for responsiveness */
    font-family: 'Roboto', sans-serif;
    color: #006B5D;
    font-weight: lighter;
    
}
.look-at-services {
    font-size: 2.0vw; /* Adjust the font size for responsiveness */
    margin: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
   
}
.appointment {
    background-image: url('../img/img4.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: visible;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.appointment .form-col{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.rating-card {
    width: 250px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    /* padding: 40px 30px; */
}
.rating-card .rating-card__front, .rating-card .rating-card__back {
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
}
.rating-card .rating-card__front .rating-card__ratings {
    display: flex;
    justify-content: space-between;
}
.rating-card .rating-card__front .rating-card__ratings button {
    background: #fff;
    border-radius: 50%;
    outline: none;
    border: 0;
    /* width: 100%; */
    /* height: 50px;  */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms linear;
}
.rating-card .rating-card__front .rating-card__ratings button:active, .rating-card .rating-card__front .rating-card__ratings button.active {
    background: #000;
    color: white;
}
.custom-card {
    position: relative;
    overflow: hidden;
  }

  .custom-card:hover .overlay {
    opacity: 0;
  }

  .custom-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 141, 103, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
  }

  .custom-card card-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
  }

  .custom-card:hover .card-img {
    transform: scale(1.1);
  }
  .custom-card .card-title,
  .custom-card .card-text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      /* background-color: rgba(0, 0, 0, 0.5); */
      color: white;
  }
  .additional-text {
    display: none; /* Initially hide the additional text */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(32, 141, 103, 0.5);
    color: white;
    padding: 10px;
    text-align: center;
}

.custom-card:hover .additional-text {
    display: block; /* Display the additional text on hover */
}
  .custom-card-dept {
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 240px;
  }

  .custom-card-dept:hover .overlay {
    opacity: 0;
  }

  .custom-card-dept .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 141, 103, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
  }

  .custom-card-dept .card-img {
    /* width: 100%;
    height: auto; */
    width: 260px;
    height: 240px;
    transition: transform 0.3s ease-in-out;
  }

  .custom-card-dept:hover .card-img {
    transform: scale(1.1);
  }
  hr.custom-hr {
    border: 0;
    height: 2px;
    background-color: #000; /* Set your desired color */
    width: 50%; /* Set your desired width */
    margin: 20px auto; /* Set top and bottom margin to 20px, and auto for horizontal centering */
  }
  .micro-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

.micro-card {
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
    height: 500px;
}
.micro-card .card-img{
    height: 500px;
}
.cal-container {
    position: relative;
    width: 700px !important;
    max-width: 100%;
    /* min-height: 850px; */
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 50px;
    background-color: #1d5fa6;
    }
.left {
width: 100%;
/* padding: 20px; */
}
.calendar {
/* position: relative; */
/* width: 100%;
height: 100%; */
display: flex;
flex-direction: column;
flex-wrap: wrap;
/* justify-content: space-between; */
color: #000;
border-radius: 50px;
background-color: #fff;
}
.calendar .month {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
font-size: 1.2rem;
font-weight: 500;
text-transform: capitalize;
}
.calendar .month .prev,
.calendar .month .next {
cursor: pointer;
}
.calendar .month .prev:hover, .calendar .month .next:hover {
color: #1d5fa6;
}
.calendar .weekdays {
width: 100%;
height: 100px;
display: flex;
/* align-items: center; */
/* justify-content: space-between; */
padding: 0 20px;
font-size: 1rem;
font-weight: 500;
text-transform: capitalize;
}  
.weekdays div {
width: 14.28%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.calendar .days {
/* width: 100%; */
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 20px;
font-size: 1rem;
font-weight: 500;
/* margin-bottom: 20px; */
}
.calendar .days .day {
width: 14.28%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #000;
}

/*IMPORTANT STYLING!!! DON'T TOUCH*/
.calendar .days::after {
content: "";
flex: 1;
}
/*IMPORTANT STYLING!!! DON'T TOUCH*/

.calendar .days .day:not(.prev-date, .next-date):hover {
color: #fff;
background-color: #1d5fa6;
}
.calendar .days .active {
position: relative;
color: #000;
background-color: #fff;
}
.calendar .days .active::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 10px 2px #1d5fa6;
/* padding-top: 5px; */
}
.calendar .days .event {
position: relative;
padding-top: 10px;
}
/* .calendar .days .event::after {
content: "";
position: absolute;
bottom: 10%;
left: 50%;
width: 75%;
height: 6px;
border-radius: 30px;
transform: translateX(-50%);
background-color: #1d5fa6;
} */
.calendar .days .day:hover.event::after {
background-color: #fff;
}
.calendar .days .active.event::after {
background-color: #fff;
bottom: 20%;
}
.calendar .days .active.event {
padding-bottom: 10px;
}
.calendar .goto-today {
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 5px;
padding: 0 20px;
margin-bottom: 20px;
color: #1d5fa6;
}
.calendar .goto-today .goto {
display: flex;
align-items: center;
border-radius: 5px;
overflow: hidden;
border: 1px solid #1d5fa6;
}
.calendar .goto-today .goto input {
width: 100%;
height: 30px;
outline: none;
border: none;
border-radius: 5px;
padding: 0 20px;
color: #1d5fa6;
border-radius: 5px;
}
.calendar .goto-today button {
padding: 5px 10px;
border: 1px solid #1d5fa6;
border-radius: 5px;
background-color: transparent;
cursor: pointer;
color: #1d5fa6;
}
.calendar .goto-today button:hover {
color: #fff;
background-color: #1d5fa6;
}
.calendar .goto-today .goto button {
border: none;
border-left: 1px solid #1d5fa6;
border-radius: 0;
}
.cal-container .right {
position: relative;
width: 100%;
min-height: 100%;
padding: 20px 0;
}
.right .today-date {
width: 100%;
height: 50px;
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
justify-content: space-between;
padding: 0 40px;
padding-left: 70px;
margin-top: 50px;
margin-bottom: 20px;
text-transform: capitalize;
}
.right .today-date .event-day {
font-size: 2rem;
font-weight: 500;
}
.right .today-date .event-date {
font-size: 1rem;
font-weight: 400;
color: #878895;
}
.events {
width: 100%;
height: 100%;
max-height: 600px;
overflow-x: hidden;
overflow-y: auto;
display: flex;
flex-direction: column;
padding-left: 4px;

}
.events .event {
position: relative;
width: 95%;
min-height: 70px;
display: flex;
justify-content: center;
flex-direction: column;
gap: 5px;
padding: 0 20px;
padding-left: 50px;
color: #fff;
background: linear-gradient(90deg, #3f4458, transparent);
cursor: pointer;
}
/* even event */
.events .event:nth-child(even) {
background: transparent;
}
.events .event:hover {
background: linear-gradient(90deg, #1d5fa6, transparent);
}
.events .event .title {
display: flex;
align-items: center;
pointer-events: none;
}
.events .event .title .event-title {
font-size: 1rem;
font-weight: 400;
margin-left: 20px;
}
.events .event i {
color: #1d5fa6;
font-size: 0.5rem;
}
.events .event:hover i {
color: #fff;
}
.events .event .event-time {
font-size: 0.8rem;
font-weight: 400;
color: #878895;
margin-left: 15px;
pointer-events: none;
}
.events .event:hover .event-time {
color: #fff;
}
/* add tick in event after */
.events .event::after {
content: "✓";
position: absolute;
top: 50%;
right: 0;
font-size: 3rem;
line-height: 1;
display: none;
align-items: center;
justify-content: center;
opacity: 0.3;
color: #1d5fa6;
transform: translateY(-50%);
}
.events .event:hover::after {
display: flex;
}
.add-event {
position: absolute;
bottom: 30px;
right: 30px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
color: #878895;
border: 2px solid #878895;
opacity: 0.5;
border-radius: 50%;
background-color: transparent;
cursor: pointer;
}
.add-event:hover {
opacity: 1;
}
.add-event i {
pointer-events: none;
}
.events .no-event {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 500;
color: #878895;
}
.add-event-wrapper {
position: absolute;
bottom: 100px;
left: 50%;
width: 90%;
max-height: 0;
overflow: hidden;
border-radius: 5px;
background-color: #fff;
transform: translateX(-50%);
transition: max-height 0.5s ease;
}
.add-event-wrapper.active {
max-height: 300px;
}
.add-event-header {
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
color: #373c4f;
border-bottom: 1px solid #f5f5f5;
}
.add-event-header .close {
font-size: 1.5rem;
cursor: pointer;
}
.add-event-header .close:hover {
color: #1d5fa6;
}    
.add-event-header .title {
font-size: 1.2rem;
font-weight: 500;
}
.add-event-body {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
gap: 5px;
padding: 20px;
}
.add-event-body .add-event-input {
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.add-event-body .add-event-input input {
width: 100%;
height: 100%;
outline: none;
border: none;
border-bottom: 1px solid #f5f5f5;
padding: 0 10px;
font-size: 1rem;
font-weight: 400;
color: #373c4f;
}
.add-event-body .add-event-input input::placeholder {
color: #a5a5a5;
}
.add-event-body .add-event-input input:focus {
border-bottom: 1px solid #1d5fa6;
}
.add-event-body .add-event-input input:focus::placeholder {
color: #1d5fa6;
}
.add-event-footer {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.add-event-footer .add-event-btn {
height: 40px;
font-size: 1rem;
font-weight: 500;
outline: none;
border: none;
color: #fff;
background-color: #1d5fa6;
border-radius: 5px;
cursor: pointer;
padding: 5px 10px;
border: 1px solid #1d5fa6;
}
.add-event-footer .add-event-btn:hover {

color: #1d5fa6;
}
.location-overlay-container {
position: relative;
}

.location-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2); /* Adjust the alpha value for transparency */
border-radius: 20px;
}
.gallery .card img, .gallery .card, .gallery .align-items-stretch{
    border-radius: 20px !important;
}
.gallery .card-title{
    font-size: 20px;
    }
.phone-icon {
    font-size: 24px;
    cursor: pointer;
} 
.section-div{
    background: url(https://dev.oauthc.gov.ng/assets/img/phonebg3.jpg);
    background-size: cover;
    background-position: center;
    /* border-top: 3px solid #000; */
}
.section-div-container{
    background: url(https://dev.oauthc.gov.ng/assets/img/phonebg2.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.section-div-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity */
    z-index: 0; /* Place the overlay behind the content */
}
.section-div-container > * {
    position: relative;
    /* Ensure that the content has a higher z-index than the overlay */
    z-index: 1;
}
.section-div-container form input[type=text], .section-div-container form input[type=email], .section-div-container textarea{
    background-color: #e6e4e4;
    border-radius: 5px;
    padding-left:15px;
    padding-right:15px;
    color: rgb(0, 0, 0, 0.4);
}
.section-div-container form .form-control::placeholder{
    font-size: 12px;
}
.manage-modal {
    border-bottom: none !important;
  }
.book-appointment-div{
    background: url(https://dev.oauthc.gov.ng/assets/img/surgery.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.book-appointment-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(255, 255, 255, 0.8);
    z-index: 0; /* Place the overlay behind the content */
}
.book-appointment-div .container > * {
    position: relative;
    z-index: 1;
}
.book-appointment-div .form-label, .book-appointment-div .form-select{
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
}
.book-appointment-div .form-select{
    color: #000000ac;
}
.book-appointment-div .border-right{
    border-right: 1px solid #E0E2EC;
}
.get-textarea::placeholder{
    font-size: 2px !important;
}
.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
    z-index: -1;
  }
  .showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:99
  }
  .showcase .overlay {
    width: 100%;
    height: 500px;
    background-color: rgb(0, 128, 136, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index:999
  }
  .showcase h2 {
    margin-top: 170px;
    font-size: 3em;
  }
  .showcase-nav-pills{
    z-index: 1000;
    margin-top: -64px;
    position: relative;
  }
  .showcase-nav-pills .nav-item{
    background-color: #006B5D;
    margin: 10px;
   }
  .showcase-nav-pills .nav-link{
    color: #fff !important;
    font-size: 25px;
  }
  .showcase-nav-pills .nav-link.active{
    color: #000 !important;
    background-color: #fff !important;
  }
@media only screen and (max-width: 320px) {
    #mySvg {
        display: none !important;
    }
}
@media only screen and (max-width: 1080px) {
    #caretIcon1, #caretIcon2, #caretIcon3, #caretIcon4, #caretIcon5{
        display: none !important;
    }
    .mega-menu-content {
        width: 100%;
    }
    .mega-menu-content .container-fluid .row{
        margin-left: -12px !important;
        width: 100% !important;
    }
    .mega-menu-content .card{
        margin: 0 !important;
        padding: 0 !important;
    }
    .nav-card{
        position: absolute;
        padding-bottom: -100px !important;
        font-size: 18px;
        font-weight: bold;
        width: 100% !important;
    }
    .nav-card a{
        color: #fff !important;
    }
    #mySvg {
        position: fixed;
        right: 5%; /* Adjust this value for the desired right margin */
        top: 50% !important;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
        width: 80px;
        height: 80px;
        max-width: 100%; /* Make the SVG responsive */
        height: auto; /* Maintain aspect ratio */
    }
    .nav-link .d-flex{
        border-bottom: 1px solid #000;
        padding: 10px;
    }
    .services-background{
        color: #006B5D !important;
    }
    .what-we-provide, .look-at-services{
        display: none !important;
    }
    .card-img-overlay {
        background: rgba(255, 255, 255, 0.2);
        margin-top: 0 !important;
    }
    .card-btn {
        border: 2px solid #00566d;
        border-radius: 50px;
        color: #00566d;
        font-weight: lighter;
    }
   .testimonial-btn{
        margin-left: -200px !important;
        margin: 0 !important;
   }
    .testimonial-img{
        display: none;
    }
    .cal-container {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    .calendar .month,
    .calendar .weekdays,
    .calendar .days {
        padding: 0 10px;
    }
}