/* @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext'); */
@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&display=swap');

body {
    overflow: scroll;
    overflow-x: hidden;
    font-size: 12px;
    /* font-family: 'Raleway', sans-serif; */
    font-family: "Poppins", sans-serif;
    color: #11244a;
}

.btn {
    background-color: #367AFF;
    height: 35px;
    transition: all 0.5s ease-in-out;
}
.btn:hover {
    background-color: #fff !important;
    border: 1px solid #367AFF;
    color: #367AFF;
    transition: all 0.5s ease-in-out;
}
/* table tr th,table tr td{
    border: 1px solid #d1e1ff !important;
}
table tr th
{
    background-color: #d1e1ff !important;
} */
 .m-0
 {
    margin: 0 !important;
 }
 .p-0{
    padding: 0 !important;
 }
.table>thead>tr>th{
    background-color: #EAF1FF;
}
.d-flex
{
    display: flex;
}
.a-center
{
    align-items: center;
}
.j-center
{
    justify-content: center;
}
.container {
    width: 100%;
}

.header-top {
    /* background: #367AFF none repeat scroll 0 0; */
    background-color: #11244a;
    border-bottom: 1px solid #ccc;
    padding: 0;
    color: #fff;
    line-height: 70px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-top li {
    display: inline-block;
}

.header-top a {
    /* border-right: 1px solid #999; */
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-left: -3px;
    padding: 0 15px;
    line-height: 45px;
}

.custom-divider {
    height: 46px;
}

.header-top a:hover {
    color: #09F;
    transition: 0.5s;
    text-decoration: none;
}
.header-top .goog-te-gadget-simple
{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 10px;
}
.header-top .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed
{
    color: #fff;
}
.content {
    background: #fff;
    padding-top: 25px;
}

.menu {
    border: 2px solid #3879d9;
    padding: 10px;
}

.menu h5 {
    border-bottom: 1px solid #3879d9;
    padding-bottom: 8px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    float: none;
    border-bottom: 1px solid #ccc;
}

.menu a {
    color: #555;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
}

.menu a:hover {
    color: #f00;
}



.languagee_sec label {
    color: #fff;
    padding-right: 15px;
    font-size: 14px;
    margin: 0px;
}

.languagee_sec select {
    color: #11244a;
    height: 30px;
    width: 150px;
}
.user_welcom
{
    display: flex;
    align-items: center;
    height: 70px;
}
.user_welcom h4 {
    color: #fff;
    font-size: 15px;
    margin: 0px;
    line-height: 45px;
}
.icon img {
    display: block;
    width: 50px;
    height: 50px;
}

.icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.icon li {
    width: calc(20% - 20px);
    border-radius: 10px;
    margin: 10px;
    background-color: #EAF1FF;
    position: relative;
    text-align: center;
}
.icon li:last-child {margin-right: 0;}

.icon li:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #367AFF;
    border-radius: 0 10px 0 100%;
    background-image: url(../images/icons/Arrow\ Right\ Up.png);
    background-repeat: no-repeat;
    background-position: 80% 20%;
}

.icon a {
    text-decoration: none;
}

.icon li h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.icon a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 135px;
}

.icon a:hover h4 {
    color: #367AFF;
}


label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-top: 4px !important;
}

footer {
    background: #EAF1FF none repeat scroll 0 0;
    line-height: 45px;
    width: 100%;
    margin-top: 20px;
}

footer h5 {
    margin: 0px;
    padding: 0px;
    line-height: 45px;
}

.footer_menui ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_menui li {
    display: inline-block;
    font-weight: bold;
    margin: 0 10px;
}

.footer_menui a {
    text-decoration: none;
    color: #333;
}

.footer_menui a:hover {
    color: #8cc63f;
}

.footer_menui i {
    width: 35px;
    height: 35px;
    border: solid 1px #EAF1FF;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    background: #f5f5f5;
    padding-top: 7px;
}

.panpad {
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #c4c4c4;
}

footer i {
    display: inline-block;
    cursor: pointer;
    margin: 0 7px;
}

.trip {
    background: #367AFF;
    color: #11244a;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    box-shadow: 2px 2px 3px #ccc;
}

.arrowmenu1 {
    background-color: Bisque;
    color: #11244a;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    padding-top: 4px;
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19); */
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrowmenu1:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: -1px -38px 0 10px;
    border-right: 17px solid transparent;
    border-top: 15px solid transparent;
    border-left: 17px solid Bisque;
    border-bottom: 15px solid transparent;
    float: right;
}

.arrowmenu2 {
    background-color: cyan;
    color: #11244a;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    padding-top: 4px;
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19); */
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrowmenu2:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: -1px -38px 0 10px;
    border-right: 17px solid transparent;
    border-top: 17px solid transparent;
    border-left: 17px solid cyan;
    border-bottom: 15px solid transparent;
    float: right;
}

.arrowmenu2:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 10px solid cyan;
    border-top: 17px solid cyan;
    border-left: 15px solid transparent;
    border-bottom: 17px solid cyan;
    margin: -4px 0 0 -20px;
    float: left;
}

.arrowmenu3 {
    background-color: skyblue;
    color: #11244a;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    padding-top: 4px;
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19); */
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrowmenu3:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 10px solid skyblue;
    border-top: 17px solid skyblue;
    border-left: 15px solid transparent;
    border-bottom: 17px solid skyblue;
    margin: -4px 0 0 -20px;
    float: left;
}

.arrowmenu3:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: -1px -38px 0 10px;
    border-right: 17px solid transparent;
    border-top: 15px solid transparent;
    border-left: 17px solid skyblue;
    border-bottom: 15px solid transparent;
    float: right;
}

.arrowmenu4 {
    background-color: #28a745;
    color: #11244a;
    height: 33px !important;
    width: 143px !important;
    float: left !important;
    margin: 2px 0px 0 12px !important;
    padding: 8px 6px 0 !important;
    box-shadow: none !important;
    font-weight: normal;
    font-size: 11px;
    color: #0e0e0e;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}

.arrowmenu4:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 10px solid #28a745;
    border-top: 15px solid #28a745;
    border-left: 19px solid transparent;
    border-bottom: 17px solid #28a745;
    margin: -7px 0 0 -35px;
    float: left;
}



.arrowmenu4:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: -6px -40px 0 0px;
    border-right: 17px solid transparent;
    border-top: 15px solid transparent;
    border-left: 17px solid #28a745;
    border-bottom: 15px solid transparent;
    float: right;
}

.arrowmenu5 {
    background-color: #ffc107;
    color: #11244a;
    height: 34px !important;
    text-align: center;
    vertical-align: middle;
    width: 197px !important;
    float: left !important;
    margin: 1px 0px 0px -9px !important;
    padding: 2px 4px !important;
    padding-top: 4px !important;
    box-shadow: none !important;
    font-weight: normal;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}

.arrowmenu5:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 10px solid #ffc107;
    border-top: 17px solid #ffc107;
    border-left: 15px solid transparent;
    border-bottom: 17px solid #ffc107;
    margin: -4px 0 0 -20px;
    float: left;
}

.arrowmenu5:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: -1px -38px 0 10px;
    border-right: 17px solid transparent;
    border-top: 15px solid transparent;
    border-left: 17px solid #ffc107;
    border-bottom: 15px solid transparent;
    float: right;
}

.arrowmenu1T {
    background-color: #ebebeb;
    color: #11244a;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    padding-top: 4px;
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19); */
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrowmenu1T:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 10px solid #ebebeb;
    border-top: 17px solid #ebebeb;
    border-left: 15px solid transparent;
    border-bottom: 17px solid #ebebeb;
    margin: -4px 0 0 -20px;
    float: left;
}

.partial {
    padding: 13px;
    text-align: center;
    background: #ffe4c4;
    font-size: 12px;
    border-radius: 6px;
    margin: 10px 0;
    width: 173px;
}

.partial1 {
    padding: 4px;
    text-align: center;
    background: #28a745;
    font-size: 12px;
    border-radius: 6px;
    margin: 0px -15px;
    width: 522px;
}

.partial2 {
    padding: 4px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    margin-left: -8px;
}

.dropbtn {
    background: none;
    color: #11244a;
    padding: 8px 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 11px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 0px 13px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 999;
}

.dropdown:hover .dropbtn {
    background: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 12px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b4ceff;
    border-radius: 10px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #e6efff !important;
}
.btn{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
}
.btn:last-child{
    margin-right: 0;
}
.btn:focus{
    background-color: #367AFF;
    outline: 0;
}
.btn:hover{
    color: #367AFF;
}
.btn a{
    color: #fff;
}
#nav h5 {
    margin: 0;
    padding: 10px 6px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.logo-part {
    background: #367AFF;
    padding: 100px 0;
}

#calendar {
    max-width: 900px;
    margin: 50px auto;
}
.loginSection
{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.loginBox
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(54, 122, 255, 0.1); */
    padding: 35px 0;
}
.loginBox .panel{
    background-color: transparent;
    padding: 30px 10px;
    border: 0;
    border-radius: 20px;
    /* box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.2); */
}
.loginBox input{
    height: 45px !important;
}
.loginBox .rightimages
{
    background-image: url("../images/right-column.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;  
    overflow: hidden;  
}
.loginSection button{
    width: 100%;
    height: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.loginSection button:focus{
    outline: none;
}
.loginSection .btnLine{
    background-color: #fff;
    border: 1px solid #367AFF;
    color: #11244a;
}
.loginSection .btnLine:hover{
    background-color: #367AFF !important;
    color: #fff;
}
.loginSection span{
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
/*****************************amir*******khan**********css*****************/
.strformm label {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}

.strformm .col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    margin: 0px;
    padding: 0px;
}

.dctrapoin .table {
    border: 1px solid #EAF1FF;
    margin-top: 10px;
}

.dctrapoin .table>thead>tr>th {
    padding: 10px 0;
    text-align: center;
    background: #EAF1FF none repeat scroll 0 0;
}

.dctrapoin .table>tbody>tr>td {
    padding: 10px;
    text-align: center !important;
}

.inputflds {
    border: 1px solid #bbb;
    height: 30px;
    width: 130px;
}

.vertical-nav {
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.vertical-nav li {
    background-color: #EAF1FF;
    border: medium none;
    box-shadow: 1px 1px 1px #999;
    clear: both;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.vertical-nav li:hover {
    background-color: #f36f25;
    color: #FFFFFF;
}

.vertical-nav li a {
    color: #11244a;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    text-decoration: none;
}

.vertical-nav li.current {
    background-color: #F36F25;
}

.vertical-nav li.current a {
    color: #FFFFFF;
}

vertical-nav ul li ul {
    display: none;
    list-style-type: none;
    width: 125px;
    padding: 0px;
    margin-top: 3px;
    margin-left: -5px;
    position: relative;
    top: -40px;
}

vertical-nav ul li:hover ul {
    display: block;
}

vertical-nav ul li:hover ul li {
    background-color: #555555;
    width: 125px;
    height: 30px;
    display: inline-block;
}

vertical-nav ul li ul li:hover {
    background-color: #333333;
}

vertical-nav ul li ul li a {
    color: #FFF;
    text-decoration: underline;
}

vertical-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.vertical-nav li ul {
    display: none;
    margin-top: 5px;
    padding: 0;
}

.vertical-nav li:hover ul {
    display: block;
}

.vertical-nav li:hover .sub-menu {
    display: table;
}

.sub-menu li {
    background: #f4f4f4 none repeat scroll 0 0;
    box-shadow: 0 4px 5px #999;
    display: table-row;
    margin-left: 100%;
    position: relative;
    top: -37px;
    white-space: nowrap;
    width: 100%;
    z-index: 999;
}

.sub-menu li a {
    display: inline-block;
    padding: 0 10px;
}

.anglr {
    float: right;
    font-weight: bold;
    padding: 4px;
}

.strformm .form-control {
    width: 100%;
}

.navigtionmenu h5 {
    background: none;
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    padding: 0px;
}

.select-aap {
    background: #EAF1FF none repeat scroll 0 0;
    border: 2px solid #EAF1FF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.select-aap h5 {
    background: #367AFF none repeat scroll 0 0;
    color: #fff;
    margin: 0 0 7px;
    padding: 10px;
    text-align: center;
}

.select-aap .form-control {
    height: 30px;
    margin: 3px 0;
}

/*****************************amir*******khan**********css*****************/

.subs::-webkit-scrollbar {
    width: 8px;
}


.subs::-webkit-scrollbar-thumb {
    background: #367AFF;
    margin-left: -5px;
}

.doctordesb-left {
    border: 1px solid #EAF1FF;
    box-shadow: 0 3px 3px #EAF1FF;
    margin-left: -15px;
    padding: 10px;
}

.doctordesb-left .form-group {
    margin-bottom: 0px;
}


.doctordesb-right h3 {
    color: #21c5cb;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.doctordesb-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.doctordesb-right li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EAF1FF;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
    box-shadow: 0 0 0 #EAF1FF;
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    width: 100%;
}

.doctordesb-right li img {
    border: 1px solid #EAF1FF;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}

.doctordesb-right li h4 {
    color: #d62311;
    margin: 0;
    padding: 0;
}

.doctordesb-right li p {
    margin: 0 0 2px;
}

.doctordesb-right li strong {
    color: #21c5cb;
    font-weight: normal;
}

.hdigsec {
    color: #444;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}

.doctordesb-right li label {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 4px;
    max-width: 100%;
}

/**********************************SHAUKINKHAN***********************************************/
.trip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trip li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #3879d9;
    padding: 0 11px;
}

.divider-10 {
    width: 100%;
    min-height: 1px;
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

/**********************************SHAUKINKHAN***********************************************/

.strip-shaukin {
    background: #e0524b;
    padding: 10px;
    width: 100%;
}

.strip-shaukin i {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-top: -17px;
    font-size: 18px;
}

.tablbox {
    margin: 20px 0;
}

.tablbox button {
    margin: 10px 0 5px;
}

.tablbox .table>thead>tr>th {
    vertical-align: bottom;
    background: #367AFF;
    color: #fff;
}

.hostpitlpopup .modal-lg {
    width: 750px;
}

.dattatable {
    margin: 30px 0 10px;
    border: solid 1px #EAF1FF;
    padding: 20px;
    height: 200px;
    overflow-x: hidden;
}












/**********************style.css*******full*************************/



0l,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0;
}

.apo {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #EAF1FF;
    padding: 15px 49px;
    border-bottom: 1px solid #ccc;
}

.right {
    background: #EAF1FF;
}

.apo2 {
    font-size: 20px;
    padding-left: 20px;
}

.apo3 {
    padding-bottom: 10px;
    font-size: 20px;
}

.celender {
    border: solid 1px #ccc;
    margin-top: 10px;
}

.SubmitBtn2 {
    background-color: #008CBA;
    border: none;
    color: white;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #008CBA;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.SubmitBtn2:hover {
    background-color: #f29e0d;
}

.containerFrom {
    width: 100%;
    height: Auto;
    float: left;
    margin-top: 15px;
    /* border: solid 1px #ccc; */
    box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

button,
input,
select,
+textarea {
    font-size: inherit;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 5px;
    border: 1px solid #b4ceff;
}
input[text],select
{
    height: 35px !important;
    border: 1px solid #b4ceff !important;
    margin-bottom: 10px;
    max-width: 100%;
}
.containerData {
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFF;
    margin-bottom: 5px;
}

.txtSubHeading {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 9px;
}

.SearchNew:hover {
    background: #f29e0d url(../btnIcon/Search.png) no-repeat center left !important;
}

#middle {
    height: expression(this.scrollHeight < 551 ? "600px" : "auto");
    font-size: 10px;
    padding-top: 10px;
}


.gridview td {
    border: 1px solid #D0D0D0;
    padding: 5px;
    cursor: default;
}

.paginate_button.next:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #42A5F5;
    text-align: center;
    letter-spacing: .5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
}

.dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
    /* padding: .5em 1em; */
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    color: inherit;
    border: 1px solid transparent;
}

.arrowmenu5 {
    background-color: #ffc107;
    color: #11244a;
    height: 16px;
    width: 115px;
    float: left;
    margin: 7px 12px 0 0;
    padding: 2px 17px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    font-weight: normal;
    font-size: 11px;
    color: #0e0e0e;
    letter-spacing: 1px;
    text-decoration: none;
}

.arrowmenu4 {
    background-color: #28a745;
    color: #11244a;
    height: 16px;
    width: 115px;
    float: left;
    margin: 7px 12px 0 0;
    padding: 2px 17px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    font-weight: normal;
    font-size: 11px;
    color: #0e0e0e;
    letter-spacing: 1px;
    text-decoration: none;
}

.gridview
{
    margin-top: 20px;
}
.gridview tr th {
    font-size: 13px;
    background: #EAF1FF;
    width: auto;
    zoom: 1;
    padding: 6px;
    cursor: all-scroll;
}

.UHID {
    margin-top: 5px;
    margin-left: 3px;
}

.row {
    margin: 0px !important;
}

.containerDataHeadingNew {
    width: 100%;
    height: 23px;
    float: right;
    padding-top: 7px;
    margin-bottom: 5px;
    border-bottom: solid #999 1px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

.Boxred {
    background-color: #d07376;
    border-color: Black;
    border-width: thin;
    width: 15px;
    height: 15px;
    left: 20px;
}

.BoxBilling {
    background-color: #05a405;
    border-color: Black;
    border-width: thin;
    width: 15px;
    height: 15px;
}

.BoxVital {
    background-color: #84d6c6;
    border-color: Black;
    border-width: thin;
    width: 15px;
    height: 15px;
}

.BoxLeave {
    background-color: #5e8ec9;
    border-color: Black;
    border-width: thin;
    width: 15px;
    height: 15px;
}

/*************************new***********section*********/


.doctordesb-left {
    border: 1px solid #EAF1FF;
    box-shadow: 0 3px 3px #EAF1FF;
    margin-left: -15px;
    padding: 10px;
}

.doctordesb-left .form-group {
    margin-bottom: 0px;
}

.doctordesb-right h3 {
    color: #21c5cb;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.doctordesb-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.doctordesb-right li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EAF1FF;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
    box-shadow: 0 0 0 #EAF1FF;
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    width: 100%;
}

.doctordesb-right li img {
    border: 1px solid #EAF1FF;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}

.doctordesb-right li h4 {
    color: #d62311;
    margin: 0;
    padding: 0;
}

.doctordesb-right li p {
    margin: 0 0 2px;
}

.doctordesb-right li strong {
    color: #21c5cb;
    font-weight: normal;
}

.hdigsec {
    color: #444;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}

.doctordesb-right li label {
    display: inline-block;
    font-size: 13px;
    font-weight: lighter;
    margin-bottom: 4px;
    max-width: 100%;
}

/* Outer */
.nepopup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1111;
}

/* Inner */
.nepopup-inner {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
    left: 50%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

/* Close Button */
.nepopup-close {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 1000px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 100%;
    padding-top: 4px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    transform: translate(50%, -50%);
    transition: all 0.25s ease 0s;
    width: 30px;
}

.nepopup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
    color: #fff;
}

.docavilbilimg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 10px 10px 0 10px;
}

.popheader {
    padding: 0px 15px;
}

.dateoption {
    background: #EAF1FF;
    padding: 10px;
}

.appoinpop {
    margin-top: 50px;
}

.appoinpop h4 {
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

.appoislid {
    height: 250px;
    overflow-x: hidden;
}

.ppaslide {
    background: #EAF1FF none repeat scroll 0 0;
    padding: 15px 20px;
}

.ppaslide ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ppaslide li {
    display: inline-block;
    text-align: center;
    width: 96%;
}

.ppaslide li .ddbtnn {
    background: #09C;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.ppaslide .owl-prev {
    background: #ff6b2d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    left: -15px;
    padding: 5px;
    position: absolute;
    top: 0;
}

.ppaslide .owl-next {
    background: #ff6b2d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    right: -15px;
    padding: 5px;
    position: absolute;
    top: 0;
}

.aboutinfoo {
    padding: 0 30px;
}

.aboutinfoo h5 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
}

.appntmentdtl .form-group {
    margin-bottom: 0;
}

.appntmentdtl {
    margin: 0;
    padding: 0;
}

.appntmentdtl label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 100%;
}

.appntmentdtl h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
}

.paymformsecd {
    background: #EAF1FF none repeat scroll 0 0;
    border: 2px solid #EAF1FF;
    border-radius: 10px;
    padding: 20px;
}

.paymformsecdimg {
    height: 30px;
    margin: 10px;
    width: 150px;
}

.paynw {
    background: #21c5cb;
    margin-bottom: 20px;
    padding: 5px 18px;
    border-radius: 4px;
    color: #fff;
    border: none;
}

/*************************new***********section*********/

.tab {
    margin: 0;
    padding: 0;
    /* height: 500px; overflow: scroll;*/
}

.tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab ul li {
    float: left;
    border: solid 1px #d0d0d0;
    border-top: 2px solid #0099FF;
    font-size: 95%;
    background: -webkit-linear-gradient(top, #EAF1FF 0%, #D0D0D0 100%);
    cursor: pointer;
    color: #11244a;
    display: inline;
    text-align: center;
    line-height: 40px;
    width: 14.2%;
    cursor: all-scroll;
}

.tab ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: solid 1px #d0d0d0;
}

.tab ul li ul li {
    float: none;
    display: block;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
    padding: 0px 6px;
    cursor: pointer;
    color: #11244a;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.tab ul li ul li:hover {
    background: #f7dcdf;
}






/**********************style.css*******full*************************/


.hospittl .navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.hospittl .navbar-default {
    background-color: #fff;
    border-color: #367AFF;
    border-radius: 0px;
}

.hospittl .navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.hospittl .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}


.hospittl .navbar-default .navbar-brand img {
    width: 140px;
    height: 60px;
    margin: 5px 0;
}

.hospittl .navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}


#setheaderhospital {
    border-bottom: solid 2px #EAF1FF;
}

.logosec_hosp img {
    width: 200;
    height: 46;
    margin: 11px 0;
}

.languagee_sec {
    float: left;
}

.home-logo {
    width: 200px;
}