@import url('https://fonts.googleapis.com/css2?family=Poppins: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+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');



body{
    font-family:  "Poppins", sans-serif;
}

a{
    text-decoration: none;
}

ul {
    list-style-type: none;
}

#top{
    padding: 0px;
    margin: 0px;
    background-color: #273272;
    color: #fff;
    height: 46px;
}

#top a{
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    /* margin-right: 20px; */
    color: #fff;
}


.navbar {
    background-color: #fff;
    height: 60px;
}


.sidebar ul li .nav-link{
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    /* font-weight: 550; */
    text-transform: uppercase;
    color: #273272;
    padding: 10px 15px 10px 15px !important;
}

.sidebar ul li .nav-link i{
  margin-left: 5px;
}


.sidebar ul li .nav-link:hover {
    background-color: #273272;
    color: #fff;
}

.main-navigation span i{
    display: none;
}

.navbar-brand{
margin-left: 90px; 
}

.navbar-brand img{
    width: 230px;
    /* height: 40px; */ 
} 

.col-lg-2, .col-lg-3 {
    border-right: 1px solid #e6e5e5;
    height: 120px;
}

.col-lg-3 {
    margin-left: 20px;
}

.dropdown-header {
    /* font-weight: bold; */
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.dropdown-item {
    padding: 8px 15px;
    color: #273272;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
    height: 45px;
    width: 340px;
    white-space: normal !important;
}

.dropdown-item:hover{
    background-color: #273272;
    color: #fff;
    padding-bottom: 10px;
}

.INDICATION{
    color: #000; 
    /* font-weight: bold;  */
    padding-top: 10px;
}

/* Submenu positioning */
.dropdown-submenu {
    position: relative;  
    line-height: 30px;
}

.dropdown-submenu a i{
   float: right;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: -94%;
    margin: 0px;
    padding: 0px;
    display: none;

}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.header_submenu{
    width: 300px;
    /* padding-left: 20px; */
    color: #273272;
    /* padding: 20px;    */
    font-size: 14px;
    padding: 10px 20px;
    width: 318px;
    margin-bottom: 0px !important;
    line-height: 28px;
}

.header_submenu:hover{
    background-color: #273272;
    color: #fff;
}
   
footer{
    margin: 0px;
    padding: 20px;
    background-color: black;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", serif;
   
}  
    
footer ul{
    line-height: 30px;
    margin: 0px 0px 0px 110px;
} 

/* home */

#home_img h5{
    font-size: 2.2rem;
}

.home{
    margin: 30px 150px 0px 160px;   
}

.home ul{
    padding: 0px;   
}

/*  about page */

.cv-breadcrumb {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv-breadcrumb img{
    width: 100%;
    height: 180px;
}

.cv-breadcrumb h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #ffffff;
    word-break: break-word;
    margin-top: 20px;
    text-align: center;
}

.cv-breadcrumb ul{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 50px;
}

.cv-breadcrumb ul li a{
    color: #fff;
}

.cv-breadcrumb ul li{
    margin-left: 10px;
    display: inline-block 
}

.cv-breadcrumb ul li i{
   font-size: 10px;
}

.page_container{
    margin: 50px 150px 70px 157px;
    /* margin-top: 10px;
    margin-left: 150px;
    margin-right: 150px; */
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.page_container img{
   width: 100%;
}

.page_container p{
    margin: 5px;
}

.offcanvas-header{
    display: none;
}


.Schedule_Your_Appointment_card{
max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.Schedule_Your_Appointment_card h2{
    text-align: center; 
    color: rgb(39, 50, 114);;     
    margin-bottom: 10px;
}

.Schedule_Your_Appointment_card label{
    font-weight: bold;
}

.Schedule_Your_Appointment_card small{
    color: gray;
}


.Schedule_Your_Appointment_card input,.Schedule_Your_Appointment_card select{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


.Schedule_Your_Appointment_card input::placeholder{
      color: gray;         /* Change this to any color */
}

.Schedule_Your_Appointment_card button{
    background-color: #3ba1da;
    color: white;
    padding: 1px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    min-width: 160px;
    height: 50px;
    margin-top: 25px;
}

.Schedule_Your_Appointment_card input[type="date"]{
      color: gray;         /* Change this to any color */
}

.Schedule_Your_Appointment_card select {
  color: gray !important;
}
.Schedule_Your_Appointment_card select:valid {
  color: black;
}

/* media  */


@media (max-width: 740px) {
#navbarNav{
margin-right: 0px;
}
.navbar-brand{
margin-left: 0px; 
}

#top{
    display: none;
}

.main-navigation span i{
    display: block;
    font-size: 35px;
    margin-right: 10px;
}

.nav-item.dropdown:hover .other-menu {
    /* margin-left: 20px; */
    padding: 0px;
    display: block;
}

.sidebar ul li .nav-link{
    color: #000;
}

.sidebar ul li .nav-link i, .dropdown-submenu a i{
    padding: 3px 15px 3px 15px;
    border: 1px solid;
    border-radius:30px;
}

.col-lg-3 {
    height: 60px;
    margin-left: 0px;
}

#Information{
    height: 80px;
}

ul.dropdown-menu.other-menu.show {
    padding-top: 0px;
}

.dropdown-menu {
    width: 100%;
    border: none;
}

.dropdown-submenu .dropdown-menu {
    left: 0px;
    position: relative;
}

.dropdown-item {
    /* font-weight: bolder; */
    white-space: normal !important;
    margin-left: 10px;
    padding-right: 30px;
}


.header_submenu{
    font-size: 15px !important;
    float: right;  
}

.INDICATION{
     padding-left: 15px;
}

.offcanvas-header{
    height: 100%;
    display: block;
    margin-top: 12px;
}

.offcanvas-header img{
    /* margin: 20px; */
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    /* width: 150px; */
}

.offcanvas-header .nav-close{
    padding-top: 15px;
    font-size: 30px;
    color: #ff5e13;
    margin-left: 20px;
    padding: 8px 8px 8px 8px;
    background-color: transparent;
    border: none;
}

.offcanvas-header i:hover{ 
    color: #ff5e13;
}

footer ul{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -30px;
}

/* home */

.home{
    margin: 20px;    
}

#home_img h5{
    font-size: 1rem;
}

/* about */

.page_container{
    margin: 10px;
}
.page_container .card_text{
    margin: 10px;
}

}
.main-navigation .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1050;
  /* padding: 1rem; */
  overflow-y: auto;
}

.main-navigation .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1040;
}

/* When sidebar is active */
.main-navigation.active .sidebar {
  transform: translateX(0);
}
.main-navigation.active .overlay {
  display: block;
}

/* DESKTOP STYLES */
@media (min-width: 992px) {
  .main-navigation .sidebar {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    overflow: visible;
    margin-right: 200px;
  }
  .main-navigation .overlay {
    display: none !important;
  }
  .nav-close {
    display: none !important;
  }
}
