body, html, body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body span {
    font-family: 'Poppins', sans-serif !important;
}
@font-face {
    font-family: 'Calibri';
    src: url('../woff2/calibri-light.woff2') format('woff2'),
        url('../woff/calibri-light.woff') format('woff'),
        url('../ttf/calibri-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../woff2/calibri-bold.woff2') format('woff2'),
        url('../woff/calibri-bold.woff') format('woff'),
        url('../ttf/calibri-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../woff2/calibri.woff2') format('woff2'),
        url('../woff/calibri.woff') format('woff'),
        url('../calibri.html') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
header.sticky{top:0 !important;}
.box-shadw{box-shadow: 0 0 20px rgb(0 0 0 / 18%);}

.mt-4 {
    margin-top: 30px;
}
.pdf-blog{
	margin: 50px auto;	
	max-width: 992px;
}


.header-bg img{width: 100%;}
.header-bg {
    position: relative;
}
.top_content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}
.top_logo {
    padding-top: 88px;
    padding-left: 65px;
    width: 50%;
}
.user-gide {
    background: #2e4569;
    width: 85%;
    margin-top: 53%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.user-gide h1 {
    color: #fff;
    font-size: 80px;
    font-family: 'Calibri' !important;
    font-weight: normal;
    margin: 0;
    padding: 70px 40px 105px;
}
.user-gide span{
	display:block;
	background: #fff;
	width: 90%;
	padding: 25px;
	text-align: center;
	color: #2e4569;
	font-size: 40px;
	font-family: 'Calibri' !important;
	font-weight: normal;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.top_year {
    margin-top: 20%;
    margin-left: 5%;
    color: #a7a9a8;
}
.top_year p{
    color: #a7a9a8;
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
}
.user_app {
    position: absolute;
    right: 0;
    bottom: 0;
}
.user_app img{width: auto;}

.introduction{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/introduction-bg.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.introduction h1, .register-part h2, .consultation h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2{
	color: #2e4569;
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
	padding: 80px 0 30px 65px;
	border-bottom: 3px solid #2fc898;
}
.introduction-content {
    padding: 40px 65px 0;
    display: flex;
    justify-content: space-between;
}
.introduction-text{padding: 30px 65px 0;}
.introduction-logo{padding: 60px 65px; width: 35%}
.introduction-logo img{width: 100%;}

.left-introduction, .right-introduction{ width:44%; }
.left-introduction h3{
	color: #2e4569;
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 25px;
	margin: 0;
}

.left-introduction h4{
	color: #1ab0d8;
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 26px;
}
p{ font-size:16px; lighting-color:28px; }
.introduction-text .left-introduction{ padding-bottom: 20px; }

.right-introduction{
	color: rgb(239,254,252);
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 26px;
}



.register-part{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/register-bg.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}
.register-list {
    width: 53%;
    margin: 21% 0 0 42%;
    color: #fff;
}

.register-list ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.register-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.register-list ul li:last-child{margin: 0;}
.register-img {
    width: 125px;
    text-align: right;
    display: inline-block;
}

.register-text {
    display: inline-block;
    width: 72%;
}
.register-text span{
	font-family: 'Calibri' !important;
	font-weight: bold;
	font-size: 26px;
}
.register-text p{
	font-size: 18px;
}

.register-part .introduction-logo{ margin-top:10%; }
.consultation{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/consultation.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}
.consultation-content {
    width: 50%;
    float: right;
    padding: 35px 25px;
}
.consultation-content p{
	color: rgb(23,162,184);
	font-size: 19px;
	margin-bottom: 15px;
	line-height: 1.2;
}
 .consultation-content ol{
 	padding-left: 25px;
 	margin: 0;
 }
 .consultation-content ol li{
 	color: rgb(23,162,184);
	font-size:19px;
	padding: 6px 0;
 }
 .consultation-in{ margin:30px 0 10px; }

.consultant{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/consultant-directory.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}

.consultant-first{
	padding: 40px 0 0 65px;
	width: 54%;
}
.consultant-first p{
	font-size: 19px;
	color: rgb(45,59,89);
}
.consultant-sec{
	background-color: #17a2b8;
    padding: 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: #fff;
    width: 50%;
    float: right;
    margin-top: 54%;
}
.consultant-sec p{
	font-size: 18px;
    margin-bottom: 35px;
}
.consultant-sec p:last-child{margin: 0;}

.rescheduling{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/rescheduling.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}
.rescheduling h2 {
    color: #2e4569;
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 36px;
    margin: 0;
    padding: 80px 0 30px 20px;
    border-bottom: 3px solid #2fc898;
}

.rescheduling-text {
    width: 50%;
    float: right;
    padding: 35px 25px;
}
.rescheduling-text h3{
	color:rgb(23,162,184);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
}
.rescheduling-text p{
	color: rgb(93,93,93);
	font-family: 'Calibri' !important;
    font-size: 19px;
}
.rescheduling-text ol { margin:0; padding-left:25px; }
.rescheduling-text ol li{
	color: rgb(93,93,93);
	font-weight: 500;
	padding: 6px 0;
	font-family: 'Calibri' !important;
    font-size: 19px;
}
.rescheduling-right {
    background: #17a2b8;
    padding: 20px;
    color: #fff;
    margin-top: 30px;
    margin-right: -25px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.rescheduling-right p{
	font-family: 'Calibri' !important;
    font-size: 19px;
    color: #fff;
    margin: 0;
}

.triage{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/triage.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}
.right-introduction p{color: #fff;}

.triage-text {
	padding: 30px 0 0 65px;
	width: 52%;
}
.medical-records .triage-text {
	width: 55%;
}
.triage-text p{
	color: rgb(45,59,89);
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 22px;
}


.appointment{
	background-color: #fff;
	/*
	background-image: url(../images/appointment.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;	*/
	position: relative;
	z-index: 1;
	/* display: block; */
	overflow: hidden;
}
.appointment:after{
	content: '';
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #effefc;
	z-index: -1;
}

.appointment h2 {
    color: #2e4569;
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 32px;
    margin: 0;
    padding: 80px 0 30px 20px;
    border-bottom: 3px solid #2fc898;
}

.appointment  .left-introduction h3{margin-bottom: 25px;}
.appointment  .left-introduction h3:last-child{margin-bottom: 0;}

.appointment-left-text{width:50%;padding: 40px 40px 0 65px;float: left;}
.appointment-left-text .left-introduction{width:100%;border-bottom: 2px solid #2fc898;margin-bottom: 25px;padding-bottom: 25px;}

.appointment-right-text {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 40px;
}
.appointment-right-text .img {
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    border-top: 2px solid #2fc898;
    padding-top: 30px;
}

.appointment-right-text .img img{width: 100%;  max-width: 80%;}
.appointment-left-text .introduction-logo {
    padding: 0 0 40px;
    width: 55%;
}

.appointment-right-text h4, .left-introduction h4{
	display: flex;
    justify-content: space-between;
    color: rgb(23,162,184);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 22px;
    align-items: center;
    margin-bottom: 20px;
}
.right-introduction h4{
	display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 22px;
    align-items: center;
    margin-bottom: 18px;
}
.callbackModal .modal-header .modal-title{font-family: Raleway, sans-serif !important;}

.appointment-right-text h4 img{padding-right: 25px;}
.appointment-right-text p, .appointment-left-text .left-introduction p{
	color: rgb(46,69,105);
	font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 20px;
}
.appointment-right-text p:last-child{margin: 0;}
.appointment-right-text p:last-child, .appointment-left-text .left-introduction p:last-child{margin-bottom: 0;}

.medical-records{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/medical-records.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}

.paying-invoices{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/paying-invoices.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}

.paying-invoices .medical-right {
    width: 40%;
    float: right;
}
.paying-invoices .right-medical-box{ padding: 8px 40px 15px; margin-top: 15%;}
.paying-invoices .medical-box{padding: 15px 40px 20px;}
.paying-invoices .medical-left {
    margin-top: 75%;
}

.medical-left{
	width: 50%;
	float: left;
	margin-top: 62%;
}
.medical-right{
	width: 50%;
	float: right;
}

.medical-box {
    background: #17a2b8;
    text-align: center;
    color: #fff;
    padding: 0 20px 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.right-medical-box{
	background: #17a2b8;
	text-align: center;
	color: #fff;
	padding: 0 20px 20px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-top: 34%;
}
.right-medical-box-sec{
	background: #17a2b8;
	text-align: center;
	color: #fff;
	padding: 0 20px 20px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-top: 85%;
}

.medical-box span, .right-medical-box span, .right-medical-box-sec span{
	font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
}
.medical-box p, .right-medical-box p, .right-medical-box-sec p{
	font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 0;
}

.notifications{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/notifications.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}
.notifications .triage-text{
	width: 45%;
}
.notifications .triage-text p{ margin-bottom:25px; }
.notifications .triage-text p:last-child{ margin-bottom:0; }

.message{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/message.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1410px;
}

.message h2, .technical-support h2{
	color: #fff;
	font-family: 'Calibri' !important;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
	padding: 80px 0 20px 65px;
	border-bottom: 3px solid #2fc898;
}

.message .triage-text {
    width: 50%;
    float: right;
    padding: 25px 36px 0 0;
}
.message .triage-text p{ line-height:1; margin-bottom:10px; }
.message .triage-text p:last-child{ margin-bottom:0; }
.message .medical-left{
    margin-top: 82%;
    width: 42%;
    padding-left: 35px;
}

.technical-support{
	background-color: #fff;
	background-image: url(https://www.oneheartclinic.com/design/images/technical-support.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1400px;
}
.technical-support .triage-text {
    padding: 0 0 0 25px;
    width: 43%;
    margin-top: 35%;
}
.technical-support .medical-left {
    width: 40%;
    float: left;
    margin-top: 35%;
}
.technical-support .triage-text p{line-height: 1.1;}
.technical-support .medical-box{padding: 20px 20px 30px;}

.my-profile{
	background-color: #effefc;
}
.profile-in{ padding:50px 65px; }

.profile-in h3{
	color: rgb(23,162,184);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 10px;
}
.profile-info {
    background: #fff;
    display: flex;
    padding: 25px 50px;
    margin: 40px 0;
    align-items: center;
    border-radius: 25px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 13%);
}

.profile-icon {
    width: 20%;
}
.profile-text {
    width: 90%;
}
.profile-text span{
	display: block;
	color: rgb(23,162,184);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
}
.profile-text p{
	color: rgb(46,69,105);
	font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 19px;
    margin-bottom:10px;
}
.profile-text p:last-child{margin: 0;}
.profile-in .introduction-logo {
    padding: 25px 0 0;
    width: 25%;
}

.footer-part .user-gide{
	padding: 35px 30px;
}
.footer-info {
    background: #effefb;
    padding: 25px;
    width: 73%;
    border-radius: 25px;
    color: rgb(22,41,67);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 20px;
}
.footer-info h3{
	margin: 0 0 20px;
	font-size: 22px;
	font-family: 'Calibri' !important;
}
.footer-info p{
	color: rgb(22,41,67);
    font-family: 'Calibri' !important;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 3px;
}
.footer-info p:last-child{margin: 0;}
.footer-info p a{
	text-decoration: underline;
	color: rgb(23,162,184);
	font-family: 'Calibri' !important;
}
.footer-info p a:hover{ text-decoration:none; }

.footer_part{position: relative;}
.footer_in{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer_bo_logo {
    padding-top: 80px;
    padding-left: 100px;
}
.footer_bo_logo img{max-width:460px;}

.footer_bg_blue {
    background: #2c3a5a;
    width: 80%;
    padding: 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 54%;
}

@media (max-width:1198px){

.introduction h1, .register-part h2, .consultation h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2, .technical-support h2 {
  
  font-size: 32px;
  padding: 60px 0 25px 50px;
}
.appointment h2, .rescheduling h2{ font-size:30px; padding: 60px 0 25px 25px;}
.register-part{min-height: unset;}
.register-text p {
  font-size: 17px;
}
.register-list {
  margin: 25% 0 0 42%;
}
.consultation, .triage{min-height: 1330px;}
.consultant, .rescheduling, .message{min-height: 1345px;}
.medical-records, .notifications{min-height: 1340px;}
.right-medical-box-sec{margin-top: 86%;}
.medical-left{margin-top: 58%;}
.right-medical-box{margin-top: 30%;}
.message .medical-left {margin-top: 80%;}
}

@media (max-width:992px){
	.user-gide h1 {
	  font-size: 60px;
	  padding: 45px 40px 65px;
	}
	.user-gide span {
	  padding: 20px;
	  font-size: 32px;
	}
	.user-gide{margin-top: 50%;}
	.top_year { margin-top: 22%;}
	.top_year p{font-size: 18px;}

	.introduction h1, .register-part h2, .consultation h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2, .technical-support h2 {
    font-size: 30px;
    padding: 50px 0 20px 40px;
  }
  .introduction-content { padding: 35px 40px 0;}
  .left-introduction, .right-introduction {
  width: 45%;
}
.left-introduction h3{ font-size:22px; }
.appointment-right-text h4, .left-introduction h4, .right-introduction h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.introduction-text {
  padding: 15px 40px 0;
}
.introduction-text .left-introduction {
  padding-bottom: 10px;
}
  .register-list {
    margin: 21% 0 0 41%;
    width: 58%;
  }
  .register-list ul li{margin-bottom: 25px;}
  .register-img {width: 50px;}
  .register-img img{ max-width:100% }
  .register-text{width: 86%;}
  .register-text span{font-size: 22px;}
   .register-text p {
    font-size: 15px;
  }
  .consultation-content p, .consultation-content ol li{font-size: 15px;}
  .consultation-in {
  margin: 20px 0;
}
.consultation{
    min-height: 1010px;
  }
  .consultation-content, .rescheduling-text{padding: 15px;}
  .consultant-first {
  padding: 20px 0 0 35px;
  width: 57%;
}
 .consultant{
    min-height: 1070px;
  }
  .consultant-first p { font-size: 17px;}
  .consultant-sec p {
  font-size: 16px;
  margin-bottom: 15px;
}
.consultant-sec{width: 55%;margin-top: 55%;}
.message {
    min-height: 1040px;
  }
.rescheduling-text h3 {
  font-size: 20px;
  padding-bottom: 12px;
}
.rescheduling-text p{font-size: 15px;}
.rescheduling-text ol li{font-size: 15px; padding: 2px 0;}
.rescheduling-text ol {
  padding-left: 15px;
}
.rescheduling-right {
  padding: 15px;
  margin-top: 20px;
  margin-right: -15px;
  
  }
  .rescheduling-right p {
  font-size: 15px;
  line-height: 1.2;
}
.appointment h2, .rescheduling h2 {
    font-size: 26px;
    padding: 50px 0 25px 18px;
  }
  .triage {
    min-height: 1050px;
  }
  .triage-text {
  padding: 20px 0 0 40px;
  width: 55%;
}
.triage-text p{font-size: 20px; line-height: 1.1;}
.appointment-left-text {  padding: 20px;}
.appointment .left-introduction h3 {
  margin-bottom: 20px;
}
.appointment-left-text .left-introduction {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.left-introduction h4 img{
    width: 20%;
    margin-right: 10px;
  }
  .appointment-right-text h4 img {
    width: 18%;
    margin-right: 10px;
    padding: 0;
  }
  .appointment-right-text p, .appointment-left-text .left-introduction p{font-size: 16px;margin-bottom: 15px;}
.appointment-right-text{padding: 20px}
 .appointment h2 {
    font-size: 24px;
    padding: 40px 0 20px 18px;
  }
  .appointment-left-text .introduction-logo {padding: 0 0 20px;}
  .medical-records{
    min-height: 1020px;
  }
  .medical-records .triage-text p {
    font-size: 18px;
    line-height: 1.1;
  }
  .medical-box span, .right-medical-box span, .right-medical-box-sec span{font-size: 20px; margin-bottom: 10px;}
.medical-box p, .right-medical-box p, .right-medical-box-sec p {
  font-size: 15px;
  line-height: 1.2;
}
 .right-medical-box {
    margin-top: 27%;
  }
  .notifications {
    min-height: 1040px;
  }
  .notifications .triage-text {
  width: 49%;
}
.notifications .triage-text p{
  font-size: 18px;
  margin-bottom: 18px;
}
.message .triage-text {
	width: 58%;
  padding: 20px 20px 0 0;
}
.message .triage-text p{ font-size:16px; }
.message .medical-left {
  margin-top: 75%;
  width: 40%;
  padding-left: 28px;
}
.message .medical-box{padding: 0;}
.profile-in {
  padding: 25px 40px;
}
.profile-in h3{font-size: 20px;}
.profile-info {
  padding: 20px 40px;
}
.profile-text span {
  font-size: 20px;
  margin-bottom: 12px;
}
.profile-text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile-text {
  width: 70%;
}
.footer-info{width: 85%;}
.rescheduling{
    min-height: 1045px;
  }

.paying-invoices .right-medical-box {
  margin-top: 24%;
}
.paying-invoices{min-height: 1100px;}
.technical-support{min-height: 1050px;}
.technical-support .triage-text{width: 48%;}
.footer_bg_blue{width: 85%;}
}

@media (max-width:768px){

.top_logo {
  padding-top: 45px;
  padding-left: 30px;
  width: 45%;
}
 .user-gide h1 {
    font-size: 48px;
    padding: 35px 30px 45px;
  }
   .user-gide span {
    padding: 18px;
    font-size: 24px;
  }
   .top_year {
    margin-top: 20%;
    margin-left: 5%;
  }
    .top_year p {
    font-size: 16px;
  }
   .introduction h1, .register-part h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2, .technical-support h2 {
    font-size: 26px;
    padding: 30px 0 10px 20px;
  }
   .introduction-content {
    padding: 15px 20px 0;
  }
  .left-introduction h3 {
    font-size: 18px;
  }
   .left-introduction, .right-introduction {
    width: 47%;
  }
  .right-introduction h4{ font-size:16px; }
  .right-introduction p{font-size: 15px;}
.introduction{background-image: none;position: relative; z-index: 1;}

.introduction:after{
  content: '';
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2e4569;
  z-index: -1;
}
.introduction-text {
padding: 0px 20px 0;
}
.introduction-logo {
  padding: 0px 25px 25px;
  width: 28%;
}
.appointment-right-text p, .left-introduction p{font-size: 15px;}
 .register-img {
    width: 30px;
  }
   .register-text span {
    font-size: 18px;
  }
   .register-text p {
    font-size: 14px;
  }
  .register-list ul li {
    margin-bottom: 13px;
  }
   .register-text {
    width: 89%;
  }
  .register-part {
    min-height: 900px;
  }
  .register-list { margin: 22% 0 0 41%;}
   .consultation {
    min-height: 800px;
  }
    .consultation-content, .rescheduling-text {
    padding: 10px;
  }
   .consultation-content p, .consultation-content ol li {
    font-size: 13px;    line-height: 1.3;
  }
   .consultation-in {
    margin: 15px 0;
  }
  .consultation-content ol {
  padding-left: 15px;}
.consultation-content ol li {
  padding: 4px 0;
}
.consultation h2, .rescheduling h2{font-size: 23px;padding: 30px 0 10px 20px;}
 .consultant-first {
    padding: 10px 0 0 20px;
 }
  .consultant-first p {
    font-size: 15px;
  }
   .consultant-sec {
    padding: 15px;
    width: 56%;
    margin-top: 56%;
  }
  .consultant-sec p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .consultant {
    min-height: 850px;
  }
   .rescheduling {
    min-height: 830px;
  }

   .rescheduling-text h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
    .consultation h2, .rescheduling h2 {
    font-size: 20px;
    padding: 20px 0 10px 15px;
  }
  .rescheduling-text p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .rescheduling-text ol li {
    font-size: 13px;
    padding: 1px 0;
  }
   .rescheduling-right {
    padding: 10px;
    margin-top: 10px;
    margin-right: -10px;
  }
   .rescheduling-right p {
    font-size: 13px;
    line-height: 1.2;
  }
   .triage {
    min-height: 830px;
  }
    .triage-text {
    padding: 20px 0 0 20px;
}
.triage-text p {
    font-size: 17px;
  }

   .appointment h2 {
    font-size: 20px;
    padding: 20px 0 15px 18px;
  }
   .appointment .left-introduction h3 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .appointment-right-text h4 span, .left-introduction h4 span{ font-size:16px; }
   .left-introduction h4 img {
    width: 15%;
    margin-right: 10px;
  }
    .appointment-right-text p, .appointment-left-text .left-introduction p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .appointment-right-text .img img {
  width: 100%;
  max-width: 91%;
}
.medical-records {
    min-height: 850px;
  }
 .medical-records .triage-text p {
    font-size: 15px;
  }
  .medical-records .triage-text{width: 57%;}
  .medical-box span, .right-medical-box span, .right-medical-box-sec span {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .right-medical-box {
    margin-top: 25%;
    border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
    padding: 0 10px 10px;
  }
  .right-medical-box-sec {
    margin-top: 95%;
    border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  }
   .medical-box p, .right-medical-box p, .right-medical-box-sec p {
    font-size: 13px;
    line-height: 1.2;
  }
  .medical-box {
  padding: 0 10px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
 .notifications {
    min-height: 820px;
  }
   .notifications .triage-text p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .message {
    min-height: 840px;
  }
  .message h2 {
  font-size: 26px;
  padding: 30px 0 20px 20px;
}
 .message .triage-text {
    width: 56%;
    padding: 15px 15px 0 0;
  }
  .message .triage-text p {
    font-size: 15px;
  }
    .message .medical-left {
    margin-top: 86%;
    width: 42%;
    padding-left: 20px;
  }
  .profile-in {
    padding: 20px;
  }
  .profile-in h3 {
    font-size: 17px;
  }
  .profile-info {
    padding: 15px 35px;
    margin: 25px 0;
    border-radius: 20px;
  }
   .profile-text span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .profile-icon {
  width: 17%;
}
.profile-icon img{
  width: 100%;
}
.profile-text {
    width: 90%;
    margin-left: 15px;
  }

.profile-text p {
    font-size: 15px;
    margin-bottom: 8px;
  }
.profile-in .introduction-logo {
  padding: 5px 0 0;
  width: 28%;
}
.footer-part .user-gide {
  padding: 25px 20px;
  margin-top: 60%;
}
.footer-info {
    width: 90%;
    padding: 15px;
    border-radius: 20px;
  }
.footer-info h3 {
  margin: 0 0 15px;
  font-size: 18px;
}
.footer-info p{font-size: 17px;}
.pdf-blog {
  margin: 30px auto;
}
.paying-invoices {
	min-height: 840px;
}
.paying-invoices .medical-right {
  width: 43%;
}
.paying-invoices .right-medical-box {
	margin-top: 18%;
}
.technical-support {
min-height: 850px;
}
.technical-support .triage-text {
width: 50%;
margin-top: 37%;
padding: 0 0 0 20px;
}

.technical-support .medical-left {
  width: 42%;
  margin-top: 30%;
}
.footer_bg_blue {
	width: 90%;
}
.footer_bo_logo {
  padding-top: 50px;
  padding-left: 50px;
}
.footer_bo_logo img{max-width: 260px;}
.user_app img{ max-width:300px; }


}

@media (max-width:592px){
	.top_logo {
    padding-top: 25px;
    padding-left: 20px;
  }
.user-gide h1 {
    font-size: 40px;
    padding: 30px 25px 40px;
  }
    .user-gide span {
    padding: 16px;
    font-size: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
   .introduction h1, .register-part h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2, .technical-support h2 {
    font-size: 22px;
    padding: 21px 0 10px 15px;
    border-bottom: 2px solid #2fc898;
  }
    .left-introduction h3 {
    font-size: 17px;
  }
  .introduction-content {
    padding: 15px 15px 0;
    display: block;
  }
  .left-introduction, .right-introduction {
    width: 100%;
  }
  .introduction {
    background-color: #effdfd;
  }
   .introduction::after { display:none; }
   .right-introduction h4 {
    font-size: 17px;
    margin: 0 0 10px;
    color: rgb(23,162,184);
    font-family: 'Calibri' !important;
  font-weight: normal;
  }
   .right-introduction{margin-top: 15px;}
   .right-introduction p {
    font-size: 13px;
    color: rgb(45,59,89);
  }
   .appointment-right-text h4, .left-introduction h4, .right-introduction h4 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .appointment-right-text p, .left-introduction p {
    font-size: 13px;
  }
   .introduction-logo {
    padding: 0px 15px 25px;
    width: 30%;
  }
  .register-list {
    margin: 0% 0 0 25%;
    background: #15a3b9;
    width: 75%;
    padding: 15px;
    border-bottom-left-radius: 25%;
  }
  .register-part {
    min-height: unset;
    background-size: contain;
  }
   .register-img {
    width: 30px;
    margin-right: 10px;
  }
  .register-text span {
    font-size: 16px;
  }
  .register-text p {
    font-size: 13px;
  }
  .register-part .introduction-logo {
  margin-top: 0;
}
.consultation {
    min-height: 600px;
  }
   .consultation-content p, .consultation-content ol li {
    font-size: 11px;
    line-height: 1.2;
  }
  .consultation-content ol {
    padding-left: 13px;
  }
  .consultation-in {
    margin: 10px 0;
  }
   .consultation-content{
    padding: 10px;
    background: #effdfd;
    width: 55%;
  }
  .consultant {
    min-height: 700px;
  }
  .consultant-first p {
    font-size: 12px;
  }
  .consultant-sec p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .rescheduling {
    min-height: 660px;
  }
  .rescheduling-text h3 {
    font-size: 15px;
    padding-bottom: 7px;
  }
    .rescheduling-text p {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .rescheduling-right{margin-top: 85%;}
  .triage {
    min-height: 650px;
  }
  .triage-text {
    padding: 10px 0 0 15px;
  }
  .triage-text p {
    font-size: 14px;
  }
  .appointment-left-text {
    padding: 15px;
  }
  .appointment .left-introduction h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
   .appointment-right-text h4 span, .left-introduction h4 span {
    font-size: 15px;
  }
   .appointment-left-text .introduction-logo {
    padding: 0 0 0;
  }
  .medical-records {
    min-height: 650px;
  }
  .medical-records .triage-text {
    width: 60%;
  }
    .medical-records .triage-text p {
    font-size: 13px;
    margin-bottom: 5px;
  }
    .medical-box span, .right-medical-box span, .right-medical-box-sec span {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .right-medical-box {
    margin-top: 25%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
 .medical-box p, .right-medical-box p, .right-medical-box-sec p {
    font-size: 12px;
    line-height: 1.2;
  }
  .right-medical-box-sec {
    margin-top: 66%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 10px 10px;
  }
   .medical-box {
    padding: 0 10px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .notifications {
    min-height: 650px;
  }
    .notifications .triage-text {
    width: 50%;
  }
  .notifications .triage-text p {
    font-size: 13px;
    margin-bottom: 5px;
  }
   .message h2 {
    font-size: 22px;
    padding: 20px 0 16px 15px;
  }
  .message {
    min-height: 640px;
  }
   .message .triage-text {
    width: 58%;
    padding: 12px;
    background: #f0fefe;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .message .triage-text p {
    font-size: 13px;
  }
   .message .medical-left {
    margin-top: 53%;
    width: 47%;
    padding-left: 0;
  }
    .profile-in {
    padding: 15px;
  }
   .profile-in h3 {
    font-size: 15px;
  }
  .profile-info {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 20px;
  }
  .profile-text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .profile-text span {
    font-size: 16px;
    margin-bottom: 6px;
  }
   .profile-icon {
    width: 15%;
  }
  .footer-info {
    width: 95%;
    padding: 15px;
    border-radius: 15px;
  }
  .footer-part .user-gide {
    padding: 20px 20px;
    margin-top: 50%;
  }
  .footer-info h3 {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .mt-4 {
  margin-top: 20px;
}
.pdf-blog {
  margin: 20px auto;
}
 .user_app img {
    max-width: 280px;
  }
  .paying-invoices {
    min-height: 700px;
  }
  .triage-text p {
    margin: 0;
  }
  .paying-invoices .right-medical-box {
    margin-top: 22%;
    padding: 8px 18px 10px;
  }
  .paying-invoices .medical-box {
  padding: 10px 20px 15px;
}
.paying-invoices .medical-left {
  margin-top: 80%;
}
.technical-support {
    min-height: 690px;
 }
 .technical-support .medical-box {
  padding: 10px 15px 20px;
}
.technical-support .medical-left {
    margin-top: 34%;
}

.footer_bo_logo {
padding-top: 35px;
padding-left: 35px;
}

.footer_bo_logo img {
    max-width: 230px;
  }
 .footer_bg_blue {
    width: 95%;
  }

}

@media (max-width:480px){
  .top_logo {
    padding-left: 15px;
    width: 55%;
  }
   .user-gide {
    margin-top: 40%;
    width: 90%;
	  border-top-right-radius: 15px;
	  border-bottom-right-radius: 15px;
  }
  .user-gide h1 {
    font-size: 32px;
    padding: 24px 20px 35px;
  }
    .user-gide span {
    padding: 15px;
    font-size: 16px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
   .top_year p {
    font-size: 14px;
    letter-spacing: 1px;
  }
.introduction h1, .register-part h2, .consultant h2, .triage h2, .medical-records h2, .notifications h2, .my-profile h2, .paying-invoices h2, .technical-support h2 {
    font-size: 20px;
    padding: 15px 0 10px 15px;
} 
.left-introduction h3 {
    font-size: 16px;
  }

   .introduction-logo {
    padding: 0px 15px 15px;
    width: 40%;
  }
  .register-img {
    width: 26px;
    margin-right: 8px;
  }

 .register-text span {
    font-size: 15px;
  }
  .register-list{padding: 15px 12px;}
  .register-list ul li {
    margin-bottom: 6px;
  }
   .consultation h2, .rescheduling h2 {
    font-size: 20px;
    padding: 20px 0 10px 15px;
  }
   .consultation {
    min-height: 500px;
  }
 .consultant {
    min-height: 530px;
  }
   .consultant-first {
    padding: 10px 15px;
    background: #effdfd;
    width: 60%;
  }
    .consultant-sec p {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .consultant-sec {
    padding: 10px;
    width: 56%;
    margin-top: 18%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .consultant-sec p {
    font-size: 10px;
    margin-bottom: 5px;
  }
.rescheduling {
    min-height: 530px;
  }
    .rescheduling-text h3 {
    font-size: 14px;
    padding-bottom: 6px;
  }
    .rescheduling-text p {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .rescheduling-right {
    margin-top: 12px;
  }
   .triage {
    min-height: 550px;
  }
   .triage-text {
    padding: 10px 15px;
    background: #effdfd;
    width: 61%;
  }
  .triage-text p {
    font-size: 13px;
    margin-bottom: 5px;
  }
   .appointment h2 {
    font-size: 18px;
    padding: 15px 0 13px 15px;
    border-bottom: 2px solid #2fc898;
  }
  .appointment-left-text, .appointment-right-text {
  width: 100%;
  float: none;
}
  .rescheduling-text {
    padding: 10px;
    background: #effdfde5;
    width: 63%;
  }
  .appointment-right-text h4, .left-introduction h4, .right-introduction h4 {
    text-align: left;
    justify-content: left;
  }
.appointment::after {display: none;}
.appointment{background-color: #effefc;}
.medical-records {
    min-height: 550px;
  }
  .right-medical-box {
    margin-top: 0;
}
  .medical-left {
    margin-top: 20%;
  }
   .right-medical-box-sec { margin-top: 4%;}
  
  .notifications {
    min-height: 530px;
  }
   .notifications .triage-text {
    width: 53%;
  }
   .message h2 {
    font-size: 18px;
    padding: 15px 0 10px 15px;
  }
   .message {
    min-height: 510px;
  }
  .message .medical-left {
    margin-top: 43%;
}
.profile-in h3 {
    font-size: 14px;
  }
  .profile-text p {
    font-size: 13px;
  }
.profile-text span {  font-size: 15px;}

.footer-part .user-gide {
    padding: 15px 15px;
    margin-top: 53%;
    width: 95%;
  }
.footer-info h3 {
    font-size: 15px;
  }
 .footer-info p {
    font-size: 14px;
  }
  .user_app img {
    max-width: 225px;
  }
  .paying-invoices {
    min-height: 540px;
  }
   .paying-invoices .medical-right {
    width: 50%;
  }
  .paying-invoices .right-medical-box {
    margin-top: 4%;
    padding: 7px 10px 10px;
  }
  .paying-invoices .medical-box {
    padding: 10px 10px 15px;
  }
  .paying-invoices .medical-left {
    margin-top: 65%;
  }
  .technical-support {
    min-height: 500px;
  }
  .technical-support .triage-text {
    width: 52%;
    margin-top: 30%;
    padding: 0 0 0 10px;
  }
   .technical-support .medical-left {
    margin-top: 17%;
    width: 50%;
  }
  .footer_bg_blue {
    width: 98%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
    margin-top: 55%;
  }
  .footer_bo_logo img {
    max-width: 170px;
  }
  .footer_bo_logo {
    padding-top: 20px;
    padding-left: 20px;
  }

}