@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');



/*-------------------------------------------------------------
                            Utilities
--------------------------------------------------------------*/

/* #preloader{ height: 100vh; width: 100%; position: fixed; z-index: 500; background: #fff url(../images/loading.gif) no-repeat center; background-size: 2%;} */

.uc{background-color: #D24329; color: #fff; text-align: center; padding: 16px 0; position: fixed; bottom:0 ; width: 100%; }
.uc p{padding: 0; margin: 0;}
.extra_content img{max-width: 16%;}

#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 20%;
    z-index: 9999;
}

#preloader img {
    width: 50px;
}
.blurb{display: flex; flex-direction: column;text-align: left; }

.ob_cover{display: flex; flex-wrap: wrap; flex-direction: row; gap: 16px; }
.ob{flex: 1 15rem; border: 1px solid #cacaca; border-radius: 4px; text-align: center; padding: 24px;}
.otitle{font-size: 22px; font-weight: bold;}
.ob p{font-size: 14px; padding-top: 8px;}


.bb_cover{display: flex; flex-wrap: wrap; flex-direction: row; gap: 16px; padding-top: 64px; width: 100%;}
.bb{flex: 1 20rem; border: 1px solid #cacaca; border-radius: 4px; text-align: center; padding: 8px 24px; display: flex; align-items: center; gap: 12px; }
.btitle{font-size: 22px; font-weight: bold;}
.bb p{font-size: 14px; padding-top: 0px;}
.bb_cover img{max-width: 20%;}

.bb_cover ul li{list-style: none; padding: 8px;}

#mob{visibility: hidden; display: none;}
#nomob{visibility: visible; display: block;}


body{font-family: 'Inter', sans-serif; margin: 0;}
*{ margin: 0; padding: 0;}
html{scroll-behavior: smooth;}
h1, h2, h3, h4,h5,h6{margin: 0; padding: 0;}
h1{font-size:65px; text-align: center;}
h2{font-size: 55px;}
.custom_hosp{padding-bottom: 0;}
.force_column{flex-direction: column;}
p{line-height: 1.75; padding-top: 25px; font-size: 18px;}
.username{font-size: 18px; color: #3e76cc; font-weight:bold;}
.search_module{display: flex; align-items: center; justify-content: center; justify-content: space-between;flex: 100%; }
.drp_down{width: 85%; height: 50px; padding:  0 16px; margin: 16px 0; font-size: 16px;}
.drp_down_hospitals{height: 50px; padding:  0 16px; margin: 16px 0; font-size: 16px;margin-right: 24px; }
.mobile_only{visibility: hidden; display: none;}
.mobile{display: none; visibility: hidden;}
.navigation ul li{padding: 0 08px;}
.bread_active{color: #3e76cc;}
.modal_name{font-size: 20px; font-weight: bold;}
.modal_copy{font-size: 16px;}
.modal_category{background-color: red; color: #fff; font-size: 13px;  border-radius: 4px; display: block; width: 80px; text-align: center; position: absolute; top: 24px; right: 24px;}
.fetch_module{background-color: #ccc;}
.fetch_module_2{background-color: #444;}
.nest{display: flex;}
.search_module p {font-size: 12px;}
.empty_state{text-align: center; padding: 64px 0 132px;}
#saver p{padding: 0;}
#correct-span{margin-top: 0px; padding-top: 0px;}



#saver img{max-width: 5%;}
#noresult img{max-width: 5%;}
#detailsContainer{background-color: #919191;}
.showhere{background-color: #fff;}

.pagination{ border:none; display: inline-flex; max-width: 500px; }
.pagination ul{ margin: 20px 30px;}
.page-item{height: 25px; width:25px; margin-right: 12px; display: flex; background-color: #fff; border: 1px solid #888;  cursor:pointer; justify-content: center; align-items: center; }
.pagination li{list-style: none;}
.pagination li a{text-decoration: none;}

.active_button{background-color:#888 ;}

.btn1,.btn2{ display: inline-flex; align-items: center;}
hr{width: 100%;}

.navigation ul li{display: inline-block; list-style: none; font-size: 18px;}
.navigation ul li a{list-style: none; text-decoration: none; padding: 4px 2px; color: #fff;}
.header_search{width: 75%;    padding: 0 16px;   border-radius: 8px; font-size: 18px;}
.menu_special{font-size: 24px; text-align: left;}
.dnld_options{display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px; margin-bottom: 150px; margin-top: 100px;}
.dnld_content{flex: 1;  padding: 16px; border-radius: 8px; border: 1px solid #fff; }
.dnld_options a {text-decoration: none; color: inherit; display: block; padding: 4px 0;}
#no-padding{padding-top: 8px; width: 60%; font-size: 16px; line-height: 1.5;}

#viewusermodal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 20%;
    max-height: 80%;
    overflow-y: auto;
}


td {
    border: 1px solid #ccc;
    margin: 8px 0px
}
tr td a{text-decoration: none;}

.table.dataTable tbody td {
    padding: 14px 16px;
}

.dataTables_filter {
    display: none;
    visibility: hidden;
}

.paging_simple_numbers {
    margin: 16px 0
}

.custom_table{width: 100px;}

.custom_table_II{width: 60px;}








  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    margin:0 auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    
  }

  .modal-content button{background-color: #182459; color: #fff; padding: 8px 0; border-radius: 4px; border: none; margin-top: 24px; font-size: 18px;}
  .modal-content button:hover{color: #fff;}
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  .modal-content h3{padding: 16px 0; font-size: 22px;}
  .modal-content p {margin: 0; padding: 0; font-size: 16px;}    
  .modal-content hr {color: #ffffff;}
  


.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:100%;
    background-color: #fff;
    color:#000;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    transition: .2s;
    display: flex; 
    justify-content: center;
}
.icn{display: flex; align-items: center; padding: 0 8px;}

.dropbtn:hover{ background-color: #ccc;}
.dropbtn:focus {
    background-color: #356ab8;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    width:100%;
    border:none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width:100%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor:pointer;
}

.dropdown a:hover {
    background-color: #dadada;
}

.show {
    display: block;
}


.dropdown{display: none; visibility: hidden;}
.no{display: flex; flex-direction: column; width: 100%; justify-content: center; text-align: center;}
#special_bottom{margin-bottom: 300px;}









/*-------------------------------------------------------------
                            Variables
--------------------------------------------------------------*/
:root {
    --primary: #090917; /*primary */
    --secondary:#182459; /*secondary */
    --tertiory:#4884DF; /*secondary */
    --white:#ffffff; /*secondary */
    --black: #000000; /*normal text*/
    --black300: #242424;  /*normal text*/
    --black100: #e5e5e5; /*normal text*/
  }  
  
/*-------------------------------------------------------------
                        Common code
--------------------------------------------------------------*/

#specific-div { padding-bottom: 0px; } 

#specific-up { padding-bottom: 10px; } 

 
.bearers_aside ul li:active{background-color: #000; color: #fff;}
.dnld_options a{color:var(--tertiory);}
.dnld_options img{max-width: 20%;}
.dnld_options p{margin-bottom: 32px; line-height: 1.5; padding-top: 12px;}
.dnld_options h3{font-size: 32px;}
.dnld_content:hover{border:  1px solid #b2b2b2;}

.container{  max-width: 1440px; margin: 0 auto; padding: 60px 0; display: flex;  justify-content: space-between; }

.wrapper_one{  color:var(--white); width:100% ; }
.wrapper_one_b{  color:var(--white);  background-color: var(--primary); }
.wrapper_two{ background-color: var(--primary); color:var(--white); min-height: 600px; display: flex; align-items: center; justify-content: center; background-image: url("../images/bg.jpg"); background-size: cover;  background-position: center; flex-direction: column;}   
.wrapper_three{ background-color: var(--white); color:var(--black); min-height: 800px; display: flex; align-items: center; justify-content: center;  }
.wrapper_four{ background-color: var(--black100); color:var(--black); padding: 120px 0; }
.wrapper_five{ background-color: var(--white); color:var(--black);}
body{background-color: var(--white);}
.wrapper_office{ background-color: var(--white); color:var(--black);  }

.sudo{background-color: #bdbdbd;}
.mobile_active{border: 1px solid #182459;}


.bearers_aside ul{ list-style: none; text-decoration: none; margin: 0; padding: 0;}
.bearers_aside ul li{ list-style: none; text-decoration: none; margin: 16px 0; padding: 08px 8px; border-radius: 4px;}
.bearers_aside ul li:hover{background-color: #182459; cursor: pointer; color: #fff;}
.bearers_aside ul li a{text-decoration: none; color: #000;}
.tabbing{border-radius: 64px; background-color: #fff; border: 1px solid #a6a6a6; width: 42px; height: 42px; display: block; margin: 0 auto; display: flex; justify-content: center; }
.tabbing img{max-width: 80%;}
.tab_container{  max-width: 80%; margin: 0 auto; justify-content: space-between; display: flex; padding: 64px 0 32px; display: none; visibility: hidden; transition: 0.2s; }
.tabbing:hover{background-color: #bdbdbd; border: 1px solid #fff; cursor: pointer;}
.tabbing_cover{text-align: center; display: flex; justify-content: center; flex-direction: column; flex: 1;}


/*-------------------------------------------------------------
                     buttons
--------------------------------------------------------------*/
.cta_master{border-radius: 64px; padding: 8px 32px; background-color: var(--tertiory); color: #fff; text-decoration: none; align-items: center; display: flex; height: 45px;}
.button_search{background-color: #4884DF; border:none; height: 60px; flex: 1; border-radius: 8px;}
.button_search_II{background-color: #4884DF;  border:none;  border-radius: 8px; margin-left: 24px; padding: 6px 8px; position: relative; top: 14px;}
.button_search_II:hover{cursor: pointer; background-color: #356ab8;}
.button_search:hover{cursor: pointer; background-color:#3e76cc ;}
.button_search_III{background-color:rgb(253, 253, 253);  border:none;  margin: 0 0 0 16px; position: relative;  color: #000; transition: .2s;}
.button_search_III:hover{cursor: pointer; color: #356ab8;}


/*megamenu */
.extra {
    background-image: url("../images/burger.svg"); width: 45px; height: 45px;  
    background-repeat: no-repeat;background-position: center; cursor: pointer; position: fixed;  border-radius: 50%; background-color:#000; top: 74px;}

.minus {
    background-image: url("../images/close.svg"); width: 45px;  height: 45px; background-repeat: no-repeat;
    background-position: center; border-radius: 32px; z-index: 100; cursor: pointer; position: fixed;  border-radius: 50%; background-color:#2e2e2e; top: 74px;}


    .megamenu {
    background-color: #0C153A;  color: #fff; position: fixed; overflow: hidden; top: 0;
    height: 100vh;  width: 100%; z-index: 5; display: flex;
    justify-content: center;  clip-path: circle(22px at calc(100% - -100px) 48px); transition: all 0.3s ease-in-out;}
    

    /* .menu-button{height: 45px; width: 45px; background-color:#000; z-index: 100; border-radius: 50%; cursor: pointer; position: sticky; }  */
    #active:checked~.megamenu{clip-path: circle(80%); }
    .menu_container{width: 80%; margin: 0 auto; display: flex; justify-content: center; align-items: center;} /*container for the mega menu*/
    .menu_container ul li{ color: #fff; font-size: 48px;  text-align: center; padding: 16px 0; text-decoration: none; list-style: none; }
    .menu_container ul li a{color: #fff; text-decoration: none;}



/*search area*/
.search_master{width: 50%; margin: 0 auto;display: flex; flex-direction: row; margin: 50px auto; gap: 16px;}
.mega_search{background-color: #fff; height: 350px; width: 80%; margin: 0 10%;}
.master_search{ width: 85%; height: 60px; padding: 0 16px; font-size: 22px;  border: none; color: #3d3d3d;  border-radius: 0px; box-sizing: border-box; }
.navigation{display: flex; gap: 16px; align-items: center;}
.inner_page input[type=text]{ width: 350px; border-bottom: 1px solid #888;}
.inner_page{padding: 0; margin: 0; display: flex; margin-bottom: 40px; gap: 64px;}
.master_fields{ width: 85%; height: 50px; padding: 0 16px; font-size: 16px;  border: 1px solid #7c7c7c; color: #3d3d3d;  border-radius: 4px; box-sizing: border-box; margin: 16px auto; }
/* input[type=text] */

/*section two*/
.intro_wrapper{display: flex; flex-wrap: wrap; flex-direction: row;}
.intro_content{flex: 1 550px; padding: 16px; }
.intro_content img {max-width: 60%; }
.intro_content:nth-of-type(1){display: flex; justify-content: center; flex-direction: column;} 
.intro_content:nth-of-type(2){display: flex; justify-content: center; align-items: center;} 

/*footer*/
.extra_wrapper{display: flex; flex-wrap: wrap; flex-direction: row; gap: 16px; margin-top: 64px;}
.extra_content{ flex-direction: column; border-radius: 8px; transition: 0.2s; flex: 1 20rem; font-size: 22px; background-color: #fff; padding: 24px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 16px;}
.extra_content:hover{cursor: pointer; box-shadow: 5px 5px 15px #ccc;}
.master_heading{ font-size: 24px; font-weight: 600;}
.master_heading {padding-top: 0;}
.master_heading a{text-decoration: none; color: var(--black);}

.slave_heading{ font-size: 16px; min-height: 35px; font-weight: 600; line-height: 1.25;}
.slave_heading_II{ font-size: 20px;}
.extra_content p{font-size: 16px; padding-top: 0; }
.footer_links{font-size: 14px;}
.footer{display: flex; justify-content: space-between;}


.inner_banner{padding: 32px 0; background-color: #0C153A; width: 100%; color: var(--white);}
.bread_crums{display: flex; align-items: center; justify-content: center;}
.flush_padding{padding: 0;}



.star{display:flex; flex-wrap:wrap; gap:24px}
.dot{height: 5px; width:5px; background-color: #de2f32; border-radius: 100px;}
  .onlymobile{display: none; visibility: hidden;}




/*downlods*/
.download_cover{display: flex; flex-direction: row; flex-wrap:wrap;  margin-bottom: 32px; gap: 16px; }
.download{width: 300px; border: 1px solid #d7d7d7; padding: 12px; transition: 0.2s; border-radius: 4px; margin: 16px 16px 0px 0; max-height: 250px; }
.download:hover{border: 1px solid #1d1875; cursor: pointer;}
.download p{line-height: 1.5; margin: 0 0 16px; padding: 0; font-size: 16px;}
.flush{align-items: flex-start;}
.date{font-size: 16px; margin: 0 0 16px 0; padding: 0; min-height: 50px; }
.download .slave_heading{min-height: auto; margin: 16px 0;}
.toast{padding: 16px 8px; border-radius: 8px; background-color: rgb(184, 53, 53); color: #fff; font-size: 14px; position: fixed; right: 64px; bottom: 64px;}
.Loop_button{transition: .2s; padding: 8px 4px; border-radius: 8px; background-color: #356ab8; color: #fff; font-size: 16px;justify-content: center; display: flex; width: 40%; margin-top: 16px;}
.Loop_button a {color: #fff; padding: 4px 0; text-decoration: none;}
.Loop_button:hover{background-color:#1d1875 ;}
.des{font-size: 12px;}
.bread_crums a {color: #fff;}
.small{font-size: 10px; max-height: 10px; padding-top: 4px;}

/*beareres*/
#viewusermodal3{justify-content: center; display: block; width: 100%; justify-content: center;}
#viewusermodal5{justify-content: center; display: block; width: 100%; justify-content: center;}
#viewusermodal5 img{max-width: 50%; margin: 0 auto;}
.bearers{display: flex;  gap: 16px; flex-direction: row;  }
.bearers_main{flex: 85%; display: flex; flex-direction: row; gap: 16px; flex-wrap: wrap; }
.bearers_aside{flex: 15%; max-width: 200px; background-color: #e0e0e0; border-radius: 8px; padding: 24px; max-height: 340px; }
.profile{border: 1px solid #d7d7d7; flex: 1 15rem;  border-radius: 8px;   padding: 24px; cursor: default; height: 45%; cursor: pointer; max-width: 25%; }
.profile p{margin: 0; padding: 0;}
.profile .slave_heading{min-height: auto; font-size: 18px; font-weight: bold;}
.profile img{max-width: 50%;}
.profile p{font-size: 14px;}

.module{border: 1px solid #d7d7d7; flex: 1 12rem;  border-radius: 8px;   padding: 24px; cursor: default;  cursor: pointer; max-width: 13rem;  text-decoration: none; color: inherit;}
.module:hover{border: 1px solid #818181;}

.stripe_nav{width: 100%; background-color: #bababa; }
.stripe_pgn {display: flex; flex-wrap: wrap; width: 100%;  }
.stripe_pgn  > *{flex: 1 1 15rem; }
.stripe_pgn:hover{background-color: #fff;}
.stripe_pgn a{text-decoration: none; color: #000;}
.compress{padding: 20px 0;}
.bearers_aside p{font-size: 14px; line-height: 1.5; margin: 0; padding: 8px 0;}

.module_member{border: 1px solid #d7d7d7;   border-radius: 8px;  max-width: 215px;  padding: 24px; cursor: default;  cursor: pointer;   text-decoration: none; color: inherit; flex: 1 13rem; }




/*members*/
.member_cover{display: flex; flex-direction: row; flex-wrap:wrap;  margin-bottom: 32px; width: 100%; }
.member{flex: 1 10rem; padding: 12px; transition: 0.2s; border-radius: 4px;  text-align: center; max-width: 200px;}
.member:hover{cursor: default;}
.member p{line-height: 1.5; margin: 0 0 16px; padding: 0; font-size: 16px;}


/*search members*/
.member_details_cover{display: flex; flex-direction: row; flex-wrap:wrap; background-color: #0C153A; min-height: 450px;}
.member_details{ cursor: default; display: flex; padding: 24px; max-width: 400px; border: 1px solid #ccc; flex: 1 25rem; flex-direction: column;  border-radius: 4px; max-height: 200px; }
.member_details h6{margin-bottom: 24px;}
.member_details p{padding: 0; margin: 0; font-size: 14px; display: flex; }
.member_details p b{min-width: 120px; }
.member_details .slave_heading{min-height: auto;}


/*authentication*/
.login_window{display: flex; width: 500px; margin: 0 auto; border-radius:8px; box-shadow: 0px 0px 55px #ccc;  text-align: center; padding: 48px 16px; margin-top: 80px; margin-bottom: 80px; min-height: 300px; flex-direction: column; }
.login_window p{width: 80%; margin: 0 auto; line-height: 1.2; padding: 16px 0;}
.button_auth{width: 85%; padding: 16px; background-color:#4884DF; border-radius: 8px; color: #fff; font-size: 18px;}
.login_window p{padding: 0; font-size: 16px;}
.login_window h3{font-size: 24px;}


/*user ifo*/
.user_info{display: flex; align-items: center; justify-content: center; gap: 16px;}
.user_info p{ margin: 0; padding: 0;}


/*Dashboard*/
.global_wrapper{display: flex;flex-wrap: nowrap;}
.dash_header{width: 100%; height: 80px; background-color: #fff; color: #000; box-shadow: 25px 25px 25px #ccc; z-index: 5; background-color: #fff; }
.dash_nav{width: 15%; height: 87vh; background-color: #000; color: #fff; padding: 24px;}
.dash_main{width: 85%; height: 87vh; background-color: #dadada; color: #000; padding: 24px;}
.dash_upload{background-color: #fff; color: #000; border-radius: 8px; padding: 16px; width: 50%;}
.dash_upload p{margin: 8px 0; padding:8px 0;}
.dash_nav ul li{text-decoration: none; list-style: none; padding: 24px 16px;}
.dash_nav ul li:hover{cursor: pointer; background-color: #2a2a2a;}
.bread_crums a {text-decoration: none; color:#49b6ff; }





/*large desktop screens*/
@media only screen and (max-width: 1600px) { 
    .download{width: 250px; }
    .container{  max-width: 80%; margin: 0 auto; padding: 60px 0; display: flex;  justify-content: space-between; }
    .intro_wrapper{flex-wrap: nowrap;}
    .hide_designation{display: block; visibility: visible;}
   
}


/*small desktop screens*/
@media only screen and (max-width: 1024px) { 
    .hide_designation{display: block; visibility: visible;}
    .container{  max-width: 80%; margin: 0 auto; padding: 60px 0; display: flex;  justify-content: space-between; }
    h1{font-size:50px; text-align: center;}  
    .extra, .minus{right: 35px; top: 70px;}
    .logo img {max-width: 80%;}
    .search_master{width: 70%;} 
    .header_search{width: 75%;}
    .intro_wrapper{flex-wrap: wrap;}
    .profile{flex: 1 10rem;}
    .module{max-width: 15rem; border: 1px solid #d7d7d7; flex: 1 12rem;}  
    .bearers_aside{flex: 20%;}
    #no-padding{width: 100%;} 

      /* Modal Content */
  .modal-content { width: 50%; }
}



/*Tablets and vey small screens*/
@media only screen and (max-width: 768px) { 
    .container{  max-width: 80%; margin: 0 auto; padding: 60px 0; display: flex;  justify-content: space-between; }
    h1{font-size:40px; text-align: center;}
    .cta_master{display: none; visibility: hidden;}
    .extra, .minus{right: 35px; top: 70px;}
    .logo img {max-width: 80%;}
    .search_master{width: 70%;} 
    .header_search{width: 75%;}
    .intro_wrapper{flex-wrap: wrap;}
    .profile{flex: 1 10rem; height: auto;}
    .bearers{flex-direction: row; }

    .bearers_aside ul{ list-style: none; text-decoration: none; margin: 0; padding: 0; }
    .bearers_aside ul li{ list-style: none; text-decoration: none; margin: 16px 0; padding: 16px; border-radius: 4px; display: inline-block; }  
    .bearers_aside{max-width: 100%; flex: 0; max-height: 450px;}
    .mobile_only{visibility: visible; display: block;}
    .dnld_content{flex: 1 16rem;  padding: 16px; border-radius: 8px; border: 1px solid #dadada; max-width: 16rem; }
    #no-padding{width: 100%;} 
    .modal-content { width: 50%; }
 
}


/*mobile phones*/
@media only screen and (max-width: 567px) { 
    .member_details{ min-width: 150px; }
    .container{  max-width: 80%; margin: 0 auto; padding: 60px 0; display: flex;  justify-content: space-between; }
    h1{font-size:40px; text-align: center;}
    h2{font-size: 35px; text-align: center;}
    .cta_master{display: none; visibility: hidden;}
    .extra, .minus{right: 35px; top: 62px;}
    .logo img {max-width: 80%;}
    input[type=text]{ width: 63%;}
    .search_master{width: 100%; flex-direction: row; }
    .header_search{width: 75%;}
    .intro_wrapper{flex-wrap: wrap;}
    .download{flex: 1 500px; }
    .footer{flex-direction: column;  justify-content: space-between; gap: 32px; text-align: center;}
    .intro_content{text-align: center;}
    /* .extra_content{min-height: 200px;} */
    .master_heading{ font-size: 28px;}
    .flush_padding h1{text-align: left;}
    .bread_crums{display: none; visibility: hidden;}
    .inner_page{flex-direction: column; gap: 24px;}
    .bearers_main{flex-direction: column;}
    .profile{flex: 1 15rem; max-width: 100%;}
    .bearers_aside{display: none; visibility: hidden;}
    .bearers_aside ul li{margin: 0; padding: 0; display: flex; align-content: space-between; flex-wrap: wrap; flex-direction: column;}
    
    .menu_container ul li{font-size: 32px; }
    .module{ max-width: 100%; flex: 1 0rem;}
    .mobile_only{visibility: visible; display: block;} 
    .inner_page input[type=text]{ width: 78%; }   
    .button_search_II{margin-left: 0; width: 18%;}
    .button_search_III{margin-top: 24px; float: right;}
    .search_module{display: block;}
    .date{min-height: auto;}
    .flush-top{padding-top: 32px;}
    .tab_container{ display: flex; visibility: visible; }
    .Loop_button{display: none; visibility: hidden;}    
    .mobile_only{display: block; visibility: visible;}
    .dropdown{display: block; visibility: visible; width: 80%; margin:  24px auto;}
    .navigation ul{display: none;}
    .mobile{display: block; visibility: visible;}
    .hide_designation{display: none; visibility: hidden;}
    #saver img{max-width: 25%;}
    #noresult img{max-width: 25%;}
    .nest {flex-direction: column;}
    .drp_down_hospitals{width: 100%;} 
    .display{width: 50%;}
    #no-padding{padding-top: 8px; width: 100%; font-size: 16px; line-height: 1.5;}
    .dnld_options{display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px; margin-bottom: 16px; margin-top: 16px;}
   .dnld_content h3{font-size: 20px;}
   .dnld_content{flex: 1 25rem;  padding: 16px; border-radius: 8px; border: 1px solid #dadada; text-align: center;}
   .dnld_options p{ display: none; visibility: hidden;}
   .dnld_options h3{margin-bottom: 16px;}

   .modal-content{width: 70%; margin: 0 auto;}
   #mob{display: block; visibility:visible;}
   #nomob{visibility: hidden; display: none;}
   .login_window{box-shadow: none;  padding: 0; margin: 0;}
   input[type="text"] { width: 100%;  }
   .drp_down{width: 100%;}
   .button_auth{width: 100%;}
   .login_window p{width: 100%;}
   #screen_wrapper{overflow: hidden;}


}

/* Styling for the highlighted element */
.highlighted {
 background-color: #182459; /* Change background color for highlighted element */
 color: #fff; /* Change text color for highlighted element */
 /* You can add additional styles here */
}

.ob img{max-width: 30%;}




