/* ============================================================
  BODY
============================================================ */
html {
    position: relative;
    height: auto;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
body {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    height: 100%;
}
.wrap {
    margin: 0 auto;
    width: 80%;
}
body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.block-right-align {
    position: absolute;
    margin-left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.txt-rt {
    text-align: right;
}
.txt-lt {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.float-rt {
    float: right;
}
.float-lt {
    float: left;
}
.float-none {
    float: none !important;
}
.clear {
    clear: both;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.vertical-base {
    vertical-align: baseline;
}
.vertical-top {
    vertical-align: top;
}
nav.vertical ul li {
    display: block;
}
nav.horizontal ul li {
    display: inline-block;
}
img {
    max-width: 100%;
}
img.width-120 {
    width: 120px;
}
.mgbt-xs-15 {
    margin-bottom: 15px !important;
}
.mgbt-xs-27 {
    margin-bottom: 27px !important;
}
.iconInsideBtn{
    margin-right: 7px;
}
.iconMargLeft{
    margin-left: 7px;
}
.disp-none{
    display: none;
}
.disp-none-imp{
    display: none !important;
}
.back-eee {
    background: #eee;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	text-align: center;
}
.padd-2perc {
    padding-top: 2% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mg-top-10px {
    margin-top: 10px !important;
}

/* ============================================================
  HEADER
============================================================ */


.header {
    padding: 13px 0;
}
.logo {
    float: left;
}
.logo a img {
    width: auto;
    margin-left: 2%;
}

/* ============================================================
  CONTENT
============================================================ */

.portal-grids {
    margin: 4% 0;
}
.portal-grid1,
.portal-grid2 {
    width: 38%;
    display: inline-block;
    text-align: center;
    margin: 0 5%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
}
.portal-grid1:hover,
.portal-grid2:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
.portal-grid1:nth-child(3) {
    margin-right: 0;
}
.portal-grid1 h2 a,
.portal-grid2 h2 a {
    font-size: 24px;
    color: #fff;
}
.info-value,
.info-value.two {
    padding: 0;
    height: 378px;
    position: relative;
}
.info-value ul,
.portal-grid1 ul,
.portal-grid2 ul {
    padding: 0;
}
.info-value ul li,
.portal-grid1,
.portal-grid2 ul li {
    list-style: none;
}
.info-value ul li {
    list-style: none;
}
.info-value h5 span {
    color: #fbd707;
    font-size: 19px;
}
.info-value lable {
    color: #817d94;
    font-size: 17px;
}
.info-value.two h5 span {
    color: #fe6d72;
}
.info-value.two h5 lable {
    color: #8c8c94;
}
.info-value h5 {
    padding: 11px 0;
}
.portal-grid1 ul li a,
.portal-grid2 ul li a {
    color: #333;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 400;
}
.portal-grid1 ul li.whyt a,
.portal-grid2 ul li.whyt a {
    background: #f4f4f4;
}
.portal-grid1:hover div.info-bg ul li a,
.portal-grid1:hover div.info-value h3 a {
    color: #2da9d7;
}
.portal-grid2:hover div.info-bg ul li a,
.portal-grid2:hover div.info-value h3 a {
    color: #2da9d7;
}
.info-bg {
    background: #fff;
}
.info-bg ul {
    padding: 0;
}
.info-bg ul li {
    list-style: none;
}
.port-submit1,
.port-submit2 {
    padding: 2.95em 0em 2.7em;
    display: block;
}
.port-submit1 a,
.port-submit2 a {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.8em 2em;
    text-decoration: none;
    background: #2da9d7;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
}
.port-submit2 a {
    background: #2da9d7;
}
.port-submit1 a:hover,
.port-submit2 a:hover {
    color: #2b2b33;
}
.portal-grid1 h2,
.portal-grid2 h2 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2% 4%;
    text-align: left;
}
.info-value img {
    width: 100%;
}


/* ============================================================
  DOCTOR AND PATIENT LOGIN PAGE
============================================================ */

.wrap-login {
    margin: 0 auto;
    width: 100%;
}
.login-grid1 {
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    width: 350px;
}
.login-grid1 h2 a {
    font-size: 24px;
    color: #fff;
}
.login-grid1 .info-value {
    padding: 5px 4% 1% 4%;
    margin: -1px 0;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.login-grid1 .info-bg {
    height: auto;
    padding-bottom: 4%;
    padding-top: 1%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.login-grid1 .info-value img {
    width: 120px;
    border-radius: 50%;
    margin-top: 6%;
}
.login-grid1 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.login-grid1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 2px 0;
}
input.user,
input.pass {
    width: 88%;
    margin: 16px auto 0 auto;
    display: table;
    padding: 10px;
    height: 44px;
    background-color: #ddd;
    border: none;
    border-radius: 7px;
    outline: none;
    color: #000;
}
input.user {
    margin: 10px auto 0 auto;
}
input.user::-webkit-input-placeholder,
input.pass::-webkit-input-placeholder {
    color: #acacac;
}
input.user:-moz-placeholder,
input.pass:-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
input.user::-moz-placeholder,
input.pass::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
input.user:-ms-input-placeholder,
input.pass:-ms-input-placeholder {
    color: #acacac;
}
.combo-gender, .bdate{
    width: 88%;
    margin: 8px 0 0 0;
    padding: 10px;
    height: 44px;
    background-color: #ddd;
    border: none;
    border-radius: 7px;
    outline: none;
    color: #000;
}
.pass-widget{
    position: relative;
    display: inline;
    margin-left: 19px;
}
.pass-widget .eye-pass {
    position: relative;
    right: 32px;
}
.p-create-doc-account{
    width: 88%;
    display: table;
    margin: 3% auto 0 auto;
}
.p-goback {
    margin: 0;
    margin-top: 10px;
    height: 20px;
}
.footer-login {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}
#captcha_container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
#form-direct>#examsList>.p-examDesc{
    font-size: 13px;
    margin: 8px 0px;
    text-align: center;
}
.p-message-login {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0% !important;
    display: table !important;
    padding: 6px !important;
}

.logtypes-btn{
    height: 70px;
    width: 100%;
    margin: 5% 0 0% 0;
}
#log-normal, #log-account, #log-direct{
    padding: 4% 2%;
    float: left;
    display: inline-block;
    background-color: #0095D9;
    color: #fff;
    border: none;
    width: 50%;
    height: 70px;
}
.log-clicked, #log-normal:hover, #log-normal:focus, #log-account:hover, #log-account:focus, #log-direct:hover, #log-direct:focus{
    background-color: #fff !important;
    color: #0095D9 !important;
    outline: 0;
}

/* ============================================================
  CONFIRM PATIENT ACCOUNT
============================================================ */
.confirm-log-grid1{
    width: 76%;
}
.confirm-log-info{
    padding: 4% !important;
    background-color: transparent !important;
}
.confirm-log-info .log-smile{
    font-size: 150px;
    color: #000;
}
.confirm-log-info h2 span{
    color: #000;
}
.confirm-log-info .err-advice{
    margin-top: 3%;
    color: #000;
}


/* ============================================================
  CREATE DOCTOR ACCOUNT
============================================================ */
.wrap-login .addrs-column .h1-crt-acc{
    font-size: 2em;
    font-weight: 300;
    color: #0095d9;
    margin: 20px 0 0 0;
}
.wrap-login .addrs-column .p1-crt-acc{
    margin: 4% 0 6% 0;
}
.wrap-login .addrs-column h4{
    font-size: 1.5em;
    font-weight: 300;
    color: #004b88;
    margin: 7% 0 2% 0;
}
.wrap-login .addrs-column ul li{
    margin-top: 7px;
}

/* ============================================================
  FOOTER
============================================================ */
.footer {
    padding-top: 1em;
    text-align: center;
    padding-bottom: 0.5em;
}
.footer p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.footer p a {
    color: #004b88;
    padding-right: 1%;
    padding-left: 1%;
    border-right: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
}
.footer p a:hover,
.footer p a:focus {
    color: #2da9d7;
    text-decoration: none;
}
.footer p .brand-name {
    padding-right: 0%;
    padding-left: 0%;
    border-right: 0;
}
.footer p .copyrights {
    padding-right: 0.5%;
    border-right: 1px solid #000;
}
.footer p .developedby {
    padding: 0 0% 0 0.5%;
}
.small-footer-p .versioninfo {
    font-size: 10px;
}
.small-footer-p .brand-name {
    cursor: pointer;
    text-decoration: none;
}
.small-footer-p .termsCookiesBtns {
    cursor: pointer;
    text-decoration: none;
    margin-left: 7px;
    outline: 0;
}
.small-footer-p-v2 .versioninfo {
    font-size: 10px;
}
.small-footer-p-v2 .brand-name {
    cursor: pointer;
    text-decoration: none;
}
.small-footer-p-v2 .termsCookiesBtns {
    cursor: pointer;
    text-decoration: none;
    margin-left: 7px;
    outline: 0;
}

/* ============================================================
  MODAL DIALOG
============================================================ */
.modal-header, .modal-footer{
    background: transparent !important;
    color: #000;
    font-weight: bold;
    padding: 10px 14px !important;
    margin: 0;
    font-size: 14px;
}
.modal-header .close{
    font-size: 24px;
}
.modal {
    padding-left: 0px !important;
    z-index: 100001;
}
.modal-larger {
    width: 95%;
}
.modal .modal-dialog .modal-content {
    border-radius: 1px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.modal .modal-dialog {
	width: 36rem;
	    margin: auto;
    margin-top: 8rem;
}
.modal .modal-content {
	border-radius: 3px !important;
}
.modal .modal-body {
	height: 53.69rem !important;
	margin-top: 47px !important;
    margin-bottom: 40px !important;
}
.modal .modal-body h2 {
	margin-top: -11px;
}
.modal-backdrop {
    z-index: 100000;
}
.modal-backdrop.in {
    opacity: 0.8;
}


.btn-success, .btn-danger{
    width: auto;
    color: #0095d9;
    background: transparent;
    border: 1px solid #0095d9;
    border-radius: 0;
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-success:hover, .btn-success:focus {
    background: #0095d9;
    color: #ffffff;
    outline: 0;
    border: 1px solid #0095d9;
}

.btn-danger {
    color: #d9534f !important;
    border-color: #d9534f !important;
}
.btn-danger:hover, .btn-danger:focus {
    color: #fff !important;
    background-color: #d9534f !important;
    outline: 0;
}

.btn-blue {
    border-radius: 0;
    padding: 2% 5%;
    color: #fff;
    background-color: #2da9d7;
    border-color: #2da9d7;
}

.login-tooltip {
    position: absolute;
    width: 300px;
    z-index: 1;
    display: none;
}

#formPassword,
#newPassword,
#confirmNewPd {
    width: 87%;
    display: inline;
    float: left;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#formEye2, #formEye3 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.download-app-hc .downloadAppGoogle1 {
    margin-right: 5px;
}
.download-app-hc .downloadAppAppstore1 {
    margin-left: 5px;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	/* background-color: #F5F5F5; */
}
.ql-editor {
	width: 32.44rem !important;
    margin: auto !important;
}

#useTermsModal .modal-footer img.closeSVGIcon,
#GDPRModal .modal-footer img.closeSVGIcon,
#cookiesModal .modal-footer img.closeSVGIcon {
    position: absolute;
    top: 1.19rem;
    right: 1.31rem;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
    cursor: pointer;
    color: #004b88;
}


/* ============================================================
  MEDIA QUERIES
============================================================ */

@media(max-width: 1366px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    html {
        background-position: center center;
    }
}
@media(max-width: 1024px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
    .info-value h2 a,
    .info-value.two h3 a {
        font-size: 1.6em;
    }
    .portal-grids {
        margin: 8% 0;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 21px;
    }
    .new-login-body .m-div .right-div .content1 {
        padding: 3rem 20px 2rem 20px !important;
	}
    .logo-1 {
        margin: 0 auto 50px auto !important;
        width: 300px !important;
    }
}
@media(max-width: 992px) {
    .new-login-body .m-div {
        height: 100% !important;
    }
    .new-login-body .m-div .left-div {
        display: none !important;
    }
    .new-login-body .m-div .right-div {
        width: 100%;
    }
    .new-login-body .m-div .right-div .content1 {
        padding: 6rem 90px 2rem 90px;
    }
    .new-login-body .m-div .right-div .bottom-div .small-footer-p {
        position: relative !important;
        margin: 7% auto 0 auto !important;
        display: table;
    }
    .small-footer-p-v2 {
        position: relative;
        margin-top: 25px;
        opacity: 1 !important;
    }
}
@media(max-width: 768px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 h3 a,
    .portal-grid2 h3 a {
        padding: 0.4em 1em;
        font-size: 0.7em;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 1em auto;
    }
    .port-submit1,
    .port-submit2 {
        padding: 2em 0em 2em;
    }
    .addrs-column{
        width: 100%;
    }
}
@media(max-width: 640px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 1em auto;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
        padding: 13px 0;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 21px;
    }
}
@media(max-width: 600px) {
    .login-tooltip{
        display: none !important;
    }
}
@media(max-width: 480px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 19px;
    }
    .port-submit1,
    .port-submit2 {
        padding: 1.5em 0em 1.5em;
    }
    .header_bg {
        display: none;
    }
}
@media(max-width: 410px) {
    .port-submit1, .port-submit2 {
        padding: 3em 0em 3em;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 375px) {
	.modal .modal-dialog {
		margin: auto !important;
		margin-top: 15px !important;
	}
}
@media(max-width: 320px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        margin-right: 0;
    }
    .info-value h2 a,
    .info-value.two h3 a {
        font-size: 1.2em;
    }
    .info-value h5 span,
    .info-value lable {
        font-size: 16px;
    }
    .footer p {
        font-size: 0.9em;
        line-height: 1.5em;
    }
}
@media (max-width: 409px) {
	#download-app-appstore {
		margin-left: 0px !important;
	}
}

.new-login-body {
    margin: 0;
}
.new-login-body .m-div {
    width: 100%;
    height: 100vh;
}
.new-login-body .m-div .left-div {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 100vh;
}
.new-login-body .m-div .left-div img {
    width: 11.8rem;
    margin-bottom: 2.2rem;
}
.new-login-body .m-div .left-div h1 {
    font-size: 35px;
    line-height: 1.167;
    font-weight: bold;
    color: #008080;
    text-transform: uppercase;
}
.new-login-body .m-div .left-div h2 {
    margin-top: 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    color: #000;
}
.new-login-body .m-div .right-div {
    color: #000;
    background: #f9f9f9;
    height: 100vh;
    display: grid;
    align-items: center;
}
.new-login-body .m-div .right-div .content1 {
    text-align: center;
    padding: 2rem 10px 2rem 10px;
}
.new-login-body .m-div .right-div .bottom-div {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
    text-align: center;
}
.new-login-body .m-div .right-div .bottom-div p,
.new-login-body .m-div .right-div .bottom-div a {
    color: #61dafb;
    text-decoration: none;
}
.new-login-body .m-div .right-div .bottom-div .small-footer-p {
    color: #000;
    position: absolute;
    bottom: 10px;
    width: auto;
    margin-left: 11%;
}
.new-login-body .m-div .right-div .content1 .col-sm-4 {
    cursor: pointer;
}
.new-login-body .m-div .right-div .content1 .svg-opt {
    height: 14px;
    display: table;
    margin: 5px;
}
.mt-34 {
    margin-top: 3.4rem;
}
.mb-34 {
    margin-bottom: 2.4rem;
}
.new-login-body .m-div .right-div .content1 .all-options {
    display: inline-block;
    /* width: 100%; */
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.new-login-body .m-div .right-div .content1 .all-options div {
    cursor: pointer;
    width: auto;
    min-width: 75px;
}
.bd-bottom-bl1 .svg-opt path {
    opacity: 1 !important;
}
.new-login-body .m-div .right-div .content1 div.locations {
    max-height: 32vh;
    overflow-y: auto;
}
.list-unstyled {
    list-style: none;
    margin-left: 0;
	padding-left: 0;
}
.logo-1 {
    height: auto;
    width: 250px;
    display: table;
    margin: 0 auto 10px auto;
}
.mgleft-2perc {
    margin-left: 2%;
}
.mgtp-3perc {
    margin-top: 3%;
}