 body {
    margin: 0;
}

.dashboard-gtr .main-navigation .main-nav>ul li {
    display: none;
}

.dashboard-gtr .main-navigation .main-nav>ul li.contact-btn.logout {
    display: block;
}

.dashboard-gtr .main-navigation .main-nav ul li.logout-btns {
    display: block;

}
 
.dashboard-gtr .main-navigation .main-nav ul li.logout-btns a {

    background: #ffcc66;
    color: #000;
    padding: 14px 51px;
    border-radius: 24px;
    display: initial;
    transition: 0.5s all ease-in-out;

}


form#password-reset-form .password-field-new {
    position: relative;
}

form#password-reset-form .password-field-new span.material-icons {
    position: absolute;
    right: 20px;
    top: 60px;
}

form#password-reset-form .password-field-new  input#pass1 {
    padding-right: 40px;
}
 
.dashboard-gtr .main-navigation .main-nav ul li.logout-btns a:hover {

    background: #fff !important;
    color: #003466 !important;

}


.dashboard-gtr .site-header .main-navigation .logout a {
    background: #ffcc66 !important;
    color: #000 !important;
	padding: 10px 51px !important;
    border-radius: 24px !important;
    display: inline-block !important;
	min-width: 150px !important;
    width: 100% !important;
	text-align: center !important;
}

.dashboard-gtr-document {
    background: #ebf2ff;
}

.pdfbtns-wrap h3 {
    margin: 0 0 0 0;
    color: #000;
}

.viewpdfwrapper {
    box-sizing: border-box;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 10px 70px 10px;
     width: 100%;
}

.password-inner {
    display: flex;
    align-items: center;
    grid-gap: 0px 5px;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
    
}

.pdfbtns-wrap {
    box-sizing: border-box;
    max-width: 1520px;
    margin: 0 auto;
    padding: 40px 10px 40px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdfbtns-wrap .gtr-goback {
    background: #ffcc66;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
    padding: 11px 5px;
    transition: 0.4s all ease-in-out;
    display: block;
    max-width: 200px;
}


.pdfbtns-wrap .gtr-goback:hover {
    background: #d5e0f4;
     color: #000;
}

.pdfbtns-wrap  .gtr-download {
    background: #d5e0f4;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
    padding: 11px 5px;
    transition: 0.4s all ease-in-out;
    display: block;
    max-width: 200px;
}

.pdfbtns-wrap  .gtr-download:hover {
    background: #ffcc66;
    color: #000;
}

.password-inner input#custom_password {
    width: 100%;
}

.password-inner button.toggle-password {
    background: transparent;
    padding: 0;
    margin: 0 0 3px 0;
}

.password-inner img {
    max-width: 20px;
}
 

.radiology-login .innerwrap .form .reset-login {
    border-radius: 5px;
    background-color: #ffcc66;
    border: none;
    margin: 30px 0 0 10px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
    color: #000;
    max-width: 120px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.error-message-login-form a {
    display: none;
}

.radiology-login .innerwrap .form .reset-login:hover {
    background: #003466;
    color: #fff !important;
}

.dashboard-section .innerwrap table .logo-hospital.empty-hlogo img {
    background: #003466;
    padding: 10px 7px;
    border-radius: 5px;
}

.radiology-login .donot-match {
    margin: 20px 0 0 0 !important;
    display: block;
    color: #ff0000 !important;
    font-weight: 400;
}

.radiology-login .password-reseted a {
    color: #003466 !important;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
}

.radiology-login .innerwrap form label.confirmlabel {
    margin-top: 12px;
}

.radiology-login {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 0 90px 0;
    display: grid;
    place-items: center;
}

.radiology-login::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003466d1;
    z-index: -1;
}

.radiology-login .innerwrap {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
}


.radiology-login .innerwrap .logo img {
    max-width: 295px;
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.radiology-login .innerwrap .content {
    margin: 60px 0 0 0;
    text-align: center;
}

.radiology-login .innerwrap .content h3 {
    font-size: 50px;
    color: #fff;
    font-family: butler;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.radiology-login .innerwrap .content h5 {
    font-size: 20px;
    color: #4790c7;
    font-family: "Roboto";
    margin: 0 0 0 0;
    color: #fff;
}

.radiology-login .innerwrap .form {
    background: #fff;
    border-radius: 13px;
    filter: drop-shadow(0px 3px 20px rgba(3,50,98,0.35));
    padding: 60px 40px;
    margin: 50px 0 0 0;
}

.radiology-login .innerwrap .form h3 {
    margin: 0 0 5px 0;
    font-size: 40px;
    text-align: center;
    font-family: butler;
    font-weight: 500;
	    color: #000;
}

.radiology-login .innerwrap .form p {
    color: #808080;
    font-family: "Roboto";
    font-size: 20px;
    margin: 0 0 0 0;
    text-align: center;
}

.radiology-login .innerwrap .form form {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
	 padding: 20px 0 0 0;
}

.radiology-login .innerwrap form label {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.radiology-login .innerwrap form input {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #808080;
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
}

.radiology-login .innerwrap form input::-webkit-input-placeholder { 
  color: #9e9e9e;
}
.radiology-login .innerwrap form input::-moz-placeholder { 
  color: #9e9e9e;
}
.radiology-login .innerwrap form input:-ms-input-placeholder { 
  color: #9e9e9e;
}
.radiology-login .innerwrap form input:-moz-placeholder { 
  color: #9e9e9e;
}

.radiology-login .innerwrap form input#email {
    margin-bottom: 20px;
}

.radiology-login .innerwrap form .signin, .radiology-login .innerwrap form .gtrchangepass {
    border-radius: 5px;
    background-color: #ffcc66;
    border: none;
    margin: 30px 0 0 0;
    padding: 22px 15px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
	color: #000;
	   
}

a.changepass-link {
    text-align: center;
    display: block;
    color: #033464;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.radiology-login .innerwrap form .signin:hover {
    background: #003466;color: #fff;
}

.radiology-login .innerwrap form .forgot {
    display: block;
    text-align: center;
    margin: 35px 0 0 0;
    color: #053465;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s all ease;
	 font-weight: 400;
}

.radiology-login .innerwrap form .forgot:hover {
    text-decoration:underline;
}


.dashboard-section .innerwrap .list-pagination {
    display: flex;
    flex-direction: column-reverse;
}

.dashboard-section .innerwrap  .pagnation-check {
    margin-left: auto;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.radiology-login .innerwrap .form .password-reseted {
   font-weight: 300;
    color: #008b00;
}

.dashboard-section .innerwrap .pagnation-check button.btn {
    border-radius: 5px;
    background-color: #d5e0f4;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: bold;
    border: none;
    display: inline-block;
    padding: 4px 10px;
    min-width: 100px;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.dashboard-section .innerwrap .pagnation-check button.btn:hover {
    background: #ffcc66;
}


.dashboard-section .innerwrap .pagnation-check .page-numbers.current {
    color: #003466;
    font-weight: 700;
	    background: #ffcc66;
    padding: 0px 12px;
}

.dashboard-section .innerwrap .pagnation-check .page-numbers:hover {
     color: #003466;
	   font-weight: 700;
}

.radiology-login .innerwrap .password-field-change {
    display: flex;
    flex-direction: column;
    position: relative;
}

.radiology-login .innerwrap .password-field-change button.toggle-password {
    background: transparent;
    position: absolute;
    right: -10px;
    top: 50px;
}

.radiology-login .innerwrap .password-field-change input {
    padding-right: 40px;
}

.radiology-login .innerwrap .form form.password-change-form {
    grid-gap: 10px;
}

@media (max-width:767px){  

.radiology-login .innerwrap .form {
		width: 90%;
        margin: 40px auto 0 auto;
}
	.radiology-login .innerwrap .form h3 {
    margin: 0 0 20px 0;
}

.pdfbtns-wrap .gtr-goback,
.pdfbtns-wrap .gtr-download{
    max-width: 120px;
}

}


/* hospitals list page css */


p.empty-hospitals-gtr {
    font-weight: 600;
    color: #527bcc;
    font-size: 20px;
}

.dashboard-section {
        background: #ebf2ff;
        min-height: 100vh;
        padding: 100px 0px;
    }

    .dashboard-section .innerwrap {
        max-width: 1330px;
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .dashboard-section .innerwrap .dashboard-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dashboard-section .innerwrap .dashboard-header h2 {
        font-size: 30px;
        font-family: butler;
        font-weight: 400;
        margin: 0 0 0 0;
        color: #000;
    }

    .dashboard-section .innerwrap .dashboard-header  p {
        color: #808080;
        font-size: 20px;
        line-height: 30px;
        margin: 5px 0 0 0;
        font-family: "Roboto";
    }


    .dashboard-section .innerwrap .summary-box {
        border-radius: 13px;
        background-color: #ffffff;
        border: 1px solid #d5e0f4;
        display: flex;
        min-width: 220px;
        padding: 15px 10px;
        align-items: center;
        justify-content: center;
        grid-gap: 25px;
    }

    .dashboard-section .innerwrap .summary-box h3 {
        margin: 0;
        font-size: 40px;
        color: #507acf;
        font-weight: 400;
        font-family: butler;
    }

    .dashboard-section .innerwrap .summary-box span {
        color: #000;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        display: block;
    }

    .dashboard-section .innerwrap .assigned-title h4 {
        color: #000;
        font-size: 25px;
        margin: 0 0 0 0;
        font-family: butler;
        font-weight: 400;
        padding: 10px 0 20px 0;
    }

    .dashboard-section .innerwrap table {
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
		    border: none;
    }


    .dashboard-section .innerwrap table .hospital-name {
        font-size: 25px;
        color: #000;
    }

    .dashboard-section .innerwrap table .location-name,
    .dashboard-section .innerwrap table .lastdate {
        font-size: 16px;
        color: #808080;
		    border: none;
    }

    .dashboard-section .innerwrap table .btn-schedule {
        background: #ffcc66;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        border-radius: 5px;
        cursor: pointer;
        border: none;
        width: 100%;
        text-align: center;
        padding: 11px 5px;
        transition: 0.4s all ease-in-out;
        display: block;
    }

    .dashboard-section .innerwrap table .btn-schedule:hover {
        background: #d5e0f4;
    }


    .dashboard-section .innerwrap table .btn-down {
        background: #d5e0f4;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        border-radius: 5px;
        cursor: pointer;
        border: none;
        width: 100%;
        text-align: center;
        padding: 11px 5px;
        transition: 0.4s all ease-in-out;
        display: block;
		
    }

    .dashboard-section .innerwrap table .btn-down:hover {
        background: #ffcc66;
    }


    .dashboard-section .innerwrap .bottom-wrap {
      margin-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }

    .dashboard-section .innerwrap .bottom-wrap .pagesshow {
        font-size: 20px;
        display: block;
        color: #000;
        font-weight: 400;
    }

    .dashboard-section .innerwrap .bottom-wrap .btn {
        border-radius: 5px;
        background-color: #d5e0f4;
        font-size: 16px;
        line-height: 35px;
        color: #000000;
        font-weight: bold;
        border: none;
        display: inline-block;
        padding: 4px 10px;
        min-width: 100px;
        transition: 0.4s all ease-in-out;
        cursor: pointer;
        margin: 0 0 0 10px;
    }

    .dashboard-section .innerwrap .bottom-wrap .btn:hover {
        background: #ffcc66;
    }

    .dashboard-section .innerwrap table .logo-hospital img {
        max-width: 120px;
        max-height: 70px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .dashboard-section .innerwrap table .logo-hospital .logo-content {
        display: block;
        border: 1px solid #d5e0f4;
        border-radius: 13px;
        min-width: 140px;
        padding: 10px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .dashboard-section .innerwrap table tr {
        border-bottom: 5px solid #ebf2ff;
    }

    .dashboard-section .innerwrap table td {
        background: #fff;
        padding: 15px 20px;
        vertical-align: middle;
        text-align: center;
		    border: none;
    }

/*     .dashboard-section .innerwrap table tr td:first-child {
        border-radius: 13px 0 0 13px;
    }

    .dashboard-section .innerwrap table tr td:last-child {
        border-radius: 0 13px 13px 0;
    } */

.dashboard-section .innerwrap table th {
    background: #003466;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    border: none;
}

.dashboard-section .innerwrap table thead tr {
    border-bottom: 0;
}


    .radiology-login .innerwrap .form.alread-login p {
        font-size: 27px;
    }

    .radiology-login .innerwrap .form.alread-login form.custom-login-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding: 20px 0 0 0;
        text-align: center;
    }
    
    .radiology-login .innerwrap .form.alread-login form.custom-login-form .signin.logout {
        color: #fff;
        background-color: #003466;
    }
    
    .radiology-login .innerwrap .form.alread-login form.custom-login-form .signin.logout:hover {
        background-color: #ffcc66;
        color: #000;
    }
    
    .pdfbtns-wrap.mobile {
        display: none;
    }




    /* Responsive */

    @media (max-width: 1200px) { 
        .dashboard-section .innerwrap table .hospital-name {
            font-size: 16px;
        }

        .dashboard-section .innerwrap table td {
            padding: 12px 10px;
        }

        .dashboard-section .innerwrap .summary-box h3 {
            font-size: 40px;
        }

        .dashboard-section .innerwrap .summary-box {
            min-width: 190px;
            padding: 12px 10px;
        }

        .dashboard-section .innerwrap table .logo-hospital .logo-content {
            padding: 10px 5px;
            min-width: 100%;
        }
		
		.dashboard-section .innerwrap table .logo-hospital img {
    		max-width: 120px;
		}

    }

    @media (max-width: 991px) {

      table,  tbody, th, td, tr {
        display: block;
      }
		
		.dashboard-section .innerwrap table thead {
    	display: none;
	}
		
		.dashboard-section .innerwrap .pagnation-check {
			margin: 0 auto;
			flex-wrap: wrap;
		}

      .dashboard-section .innerwrap table .logo-hospital .logo-content {
        padding: 10px 5px;
        min-width: auto;
        max-width: 250px;
        width: 100%;
    }
		
		.dashboard-section .innerwrap table .btn-schedule,
		.dashboard-section .innerwrap table .btn-down{
			max-width:320px;
		}


    .dashboard-section .innerwrap table tr {
        border-bottom: 20px solid #ebf2ff;
    }

    .dashboard-section .innerwrap table tr td:first-child {
        border-radius: 13px 13px 0 0;
        padding-top: 25px;
    }

    .dashboard-section .innerwrap table td {
        padding: 12px 20px;
        display: flex;
        justify-content: center;
    }

    .dashboard-section .innerwrap table tr td:last-child {
        border-radius: 0 0px 13px 13px;
        padding-bottom: 25px;
    }
		
		.radiology-login .innerwrap .form.alread-login h3 {
    margin: 0 0 20px 0;
}
		
		.dashboard-section .innerwrap table .logo-hospital img {
    max-width: 300px;
    max-height: 120px;
    width: 100%;
}

    }

    @media (max-width: 767px) {
        
        .pdfbtns-wrap.mobile {
    display: block;
    padding: 40px 0 20px 0;
    text-align: center;
}

.radiology-login .innerwrap .form.alread-login form.custom-login-form .signin.logout {
    margin: 0;
}


.pdfbtns-wrap h3 {
    display: none;
}

.pdfbtns-wrap.mobile h3 {
    display: block;
}

.pdfbtns-wrap {
    padding: 0px 10px 40px 10px;
}

        .dashboard-section .innerwrap .dashboard-header {
            justify-content: center;
            flex-direction: column;
            text-align: center;
            grid-gap: 20px;
            padding: 0 0 20px 0;
        }

        .dashboard-section .innerwrap .bottom-wrap {
            flex-direction: column;
            grid-gap: 25px;
        }

        .dashboard-section .innerwrap .assigned-title h4 {
            padding: 20px 0 35px 0;
            text-align: center;
        }

        
        .radiology-login .innerwrap .form.alread-login form.custom-login-form {
            grid-template-columns: 1fr;
        }
    }

/* HEADER CSS START JUNE-2025*/

@media only screen and (max-width: 1300px){
.site-header .main-navigation li {
    margin: 0 15px 0 0;
}

}
@media only screen and (max-width: 1100px){
.site-header .main-navigation .contact-btn a {

    padding: 10px 20px;
  
}	
	
	.site-header .main-navigation .main-nav a {
    font-size: 12px;
}
}
@media only screen and (max-width: 880px){
	    .site-header .main-navigation .contact-btn a {
        padding: 10px 10px;
    }
	    .site-header .main-navigation li {
        margin: 0px 12px 0 0;
    }
	    .site-header .grid-container .site-logo img{
	 max-width: 160px;
	}
	li.menu-item.logout {
    display: block !important;
}
/* div#primary-menu {
    display: none;
} */
/* 	nav#site-navigation

 {
    display: none;
} */
/* 	button.menu-toggle {
    display: block !important;
} */
/* 	.menu-toggle .mobile-menu {
		display: none;
	} */
}
@media(min-width: 768px) 
{
.footer .footer-email::before {
    content: '\f0e0';
    position: relative;
    top: 9px;
}
}
@media (min-width: 576px) and (max-width: 800px) {

.footer h4:before {
    display: block;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.banner.display-none-md {
	    background-position: calc(20% - 10px) !important;
}
}

/* HEADER CSS END */

