body, html{
    height: 100%;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}
.page-background{
    background-image: url(bg-01.jpg);
    height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-container{
    background:-webkit-linear-gradient(top, #007bff, #5992d0);
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 37px 55px 37px 55px;
}
.logo{
    text-align: center;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
.login100-form {
    width: 100%;
}
.login100-form-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.login100-form-logo img {
    width: 100%;
	border-radius:5px;
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
}
.p-t-27 {
    padding-top: 27px;
}
.p-b-34 {
    padding-bottom: 34px;
}
.login100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-tr//ansform: uppercase;
    display: block;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}
.input100 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
  }
input {
    outline: none;
    border: none;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}
.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}
.input-checkbox100 {
    display: none;
}
label {
    margin: 0;
    display: block;
}
.label-checkbox100 {
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #ecedf1, #e6e1e8);
    background: -o-linear-gradient(bottom, #ecedf1, #e6e1e8);
    background: -moz-linear-gradient(bottom, #ecedf1, #e6e1e8);
    background: linear-gradient(bottom, #ecedf1, #e6e1e8);
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.login100-form-btn:hover {
    color: #443f3f;
}
button:hover {
    cursor: pointer;
}
.login100-form-btn:hover:before {
    opacity: 0;
}
.p-t-30 {
    padding-top: 30px;
}
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
.txt1 {
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}

.input100:focus {
    padding-left: 5px;
}
textarea:focus, input:focus {
    border-color: transparent !important;
}
.input100:focus + .focus-input100::after {
    top: -22px;
    font-size: 18px;
}
.input100:focus + .focus-input100::before + ::placeholder{
    width: 100%;
    display: none;
}



/* ------Profile Page Css------- */
.top-header {
    text-align: right;
    padding: 10px 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    line-height: 25px;
    height: 43px;
}
.top-header {
    color: #fff;
    background: #1379d6;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.top-header {
    background-color: #1379d6;
}
.top-header {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.quick-contact {
    float: left;
}
.quick-contact span label{
    display:inline;
}
.top-header .social ul li, .social ul li {
    display: inline-block;
    margin-right: 10px;
}
ul, ol {
    padding: 0;
}
ol, ul {
    list-style: none;
}
.top-header a, .top-header ul li a {
    color: #ffffff;
}
.top-header .social ul li a {
    display: block;
    font-size: 16px;
}
i.fa {
    width: auto !important;
    line-height: normal !important;
    margin-left: 0 !important;
}
.piccontainer{
    position: relative;
}
.backstretch{
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 160px;
    width: 100%;
    z-index: -999998;
    position: absolute;
}
.backstretch img{
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    z-index: -999999;
    width: 100%;
    left: 0px;
    top: 0px;
}
.piccontainer h2{
    font-weight: 300;
    font-style: normal;
    color: #222222;
    font-size: 44px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    padding: 50px 0;
}
.main-content {
    margin-top: 50px;
}
.thumbnail {
    position: relative;
}
.doctor-profile .thumbnail, .white-grid-detail .thumbnail {
    float: left;
    width: 400px;
    margin-right: 50px;
}
.doctor-profile .thumbnail img {
    display: block;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.doctor-profile .detail, .white-grid-detail .detail {
    margin-left: 450px;
}
#doctor-header, .white-grid-detail-header {
    margin-bottom: 20px;
}
body .main-content #doctor-header h1, body .main-content .white-grid-detail-header h1 {

    font-weight: 500;
    font-style: normal;
    color: #143757;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin-bottom: 5px;
}

.doctor-profile .content, .white-grid-detail .content {
    margin-bottom: 30px;
    color: #5d5b5b;
}
.button {
    background-color: #1379d6;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    border: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 3px;
    line-height: 26px;
}
.button.blue {
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.button.blue {
    background-color:#1379d6;
}
.button.blue:hover {
    background-color: #1379d6;
}
a:hover {
    color: #6e868c;
}
.profile_details_item{
    padding: 6px 0;
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
}
.profile_details_item_title{
    max-width: 50%;
    float: left;
    overflow: hidden;
}
.profile_details_item_desc{
    padding: 0 0 0 15px;
    word-wrap: break-word;
    text-align: right;
    overflow: hidden
}
.white-grid-detail-footer{
    display: flex;
    justify-content: space-between;
}

