@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.qs-tabs-header{
	padding: 0 50px;
}
.three-column .row{
	display: flex;
}
.three-column{
	display: block;
	width: 100%;
	padding:50px 25px;
}
.three-column .left-block{
	
	padding: 0 25px;
	min-width: 450px;
	max-width:450px;
}
.three-column .welcome-block .col{
	align-items: end;
	display: grid;
	z-index: 10;
	position: relative;
}
.three-column .welcome-block{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	padding: 30px;
	color: #FFF;
	background-color: #36ABD1;
	background-image: url('../images/himmel-bei-sonnenuntergang.png');
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;

	align-items: end;
	display: flex;
	height: 315px;
	-webkit-box-shadow: 6px 6px 6px -4px rgba(0,0,0,0.16);
	-moz-box-shadow: 6px 6px 6px -4px rgba(0,0,0,0.16);
	box-shadow: 6px 6px 6px -4px rgba(0,0,0,0.16);
	margin-bottom: 50px;
}
.three-column .welcome-block:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 41%,rgba(255,255,255,0.01) 42%,rgba(0,0,0,0.59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	position: absolute;
	z-index: 0;
}
.three-column h2 strong{
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.three-column h2{
	font-size: 32px;
	color: #5F5F5F;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 600;
	line-height: 39px;
	padding-right: 40px;
}	
.three-column .welcome-block h2{
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
}
.three-column .welcome-block label{
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	line-height: 22px;
	padding-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}
.three-column .left-block .button h2{
	color: #5F5F5F;
	margin-bottom: 0;
}

.three-column .left-block .button a{
	display: flex;
	color: #5F5F5F;
	align-items: center;
}
.three-column .left-block .button img{
	margin-right: 12px;
}
.three-column .left-block .button{
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	border-left: 5px solid #36ABD1;
	height: 100px;
	align-items: center;
	display: flex;
	color: #5F5F5F;
	border-radius: 5px;
	margin-bottom: 50px;
	min-width: 100%;
}
.three-column .link-block{
	background-position: center center;
	background-size:cover;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	padding: 30px;
	color: #fff;
	min-height: 215px;
	max-height: 315px;
	animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
	
}
.three-column .link-block .btn{
	border: 1px solid #fff;
	line-height: 50px;
	width: 150px;
	display: block;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	margin: 10px auto 0;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.three-column .link-block h2{
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 600;
	line-height: 39px;
	color: #fff;
	transition: all 1s ease-out;
}
.three-column .link-block .btn:hover{
	background-color: #fff;
	color: #36ABD1;
}
.three-column .link-block .col{
	align-items: center;
	display: grid;
	z-index: 10;
	position: relative;
	text-align: center;
	display: block;
}

.three-column .center-block{
	padding: 0 25px;
	width: calc(60% - 250px);
}
.three-column .qs-tabs-block{
	width: calc(40% - 200px);
	padding: 0 25px;
}
.portal{
	background-image: url('../images/Component.png');
	background-repeat: no-repeat;
	background-position: center; 
}
.dental{

}
.dental.learn-more{
	background-position: center -37px; 	
	background-size: contain;

}


.three-column .link-block:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(54,171,209,0.7) 0%,rgba(54,171,209,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	position: absolute;
	z-index: 0;
	transition: all 1s ease-out;
}
.three-column .qs-cat-num{
	font-size: 40px;
}
.three-column .qs-cat-arrow{
	background-image: url('../images/caret-down-fill.png');
	width: 18px;
}
.qs-tabs-block .qs-cat-arrow{
	background-image: url('../images/caret-downss-fill.png');
	width: 18px;
}
.implementation-form{
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	border-left: 5px solid #36ABD1;
	align-items: center;
	display: block;
	color: #5F5F5F;
	border-radius: 5px;
	margin-bottom: 50px;	
	padding:15px 30px;
	position: relative;
}
.row-date .qs-tabs-header{
	padding: 0;
}
@media only screen and (max-width: 1800px) {
		.row-date .qs-tabs-header{
			  display: flex;
		    margin-bottom: 10px;
		    flex-direction: row;
		    flex-wrap: wrap;
		}
		.row-date .qs-tabs-header .qs-tab-title.active {
				width: 90%;
		}
		.row-date .qs-tabs-header .qs-tab-title.active:after { content:none; }
		.row-date .qs-tabs-header .qs-tab-title {
			  width: 49%;
		    text-align: left;
		}
		.row-date .qs-tabs-header .qs-tab-date {
			  width: 49%;
		    text-align: right;
		}
}

.row-date{
	align-items: center;
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.row-date a{
	font-weight: 600;
	font-size: 18px;
	position: relative;
	line-height: 22px;
	margin-right: 10px;
	padding-left: 10px;
}
.row-date a:hover,
.row-date a.active{
	color: #36ABD1;
}
.row-date a:first-child{
	padding-left: 0;
}
.row-date a:after{
	height: 16px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #AAAAAA;
	content: "";
	z-index: 0;
}
.row-date a:first-child:after{
	display: none;
}
.already-knew h2{
	
}
.already-knew .row{
	align-items: center;
}
.already-knew{
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	border-left: 5px solid #36ABD1;
	align-items: center;
	display: block;
	color: #5F5F5F;
	border-radius: 5px;
	margin-bottom: 50px;	
	padding:20px 30px;
}
.already-knew p{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}
.already-knew img{
	margin-right: 15px;
	height: 55px;
}
.your-tasks{
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	border-left: 5px solid #36ABD1;
	align-items: center;
	display: block;
	color: #5F5F5F;
	border-radius: 5px;
	margin-bottom: 50px;	
	padding:20px 30px;
	position: relative;
}
.your-tasks .qs-cat-header:after,
.your-tasks .qs-cat-header::before{
	display: none;
}
.your-tasks .qs-cat-title{
	width: 100%;
	padding: 15px;
}
.your-tasks .accrdn-container.clicked .qs-cat-header{
	background-color: #5F5F5F;
	color: #fff;
}
.your-tasks .accrdn-container .qs-cat-header{
	background-color: #36ABD1;
	color: #FFF;
}
.your-tasks .accrdn-container .qs-cat-header:hover{
	background-color: #5F5F5F;
	color: #FFF;
}
.your-tasks .accrdn-container .qs-cat-header:hover .qs-cat-arrow{
	background-image: url(../images/caret-up-fill.png);
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.your-tasks .qs-category.clicked .qs-cat-arrow{
	background-image: url(../images/caret-up-fill.png);
	transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.three-column .your-tasks .qs-cat-arrow{
    background-image: url(../images/caret-up-fill.png);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);}
.list-all-page.your-tasks .qs-cat-arrow{
    background-image: url(../images/caret-down-fill.png);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.list-all-page.your-tasks .accrdn-header:hover .qs-cat-arrow{
	background-image: url(../images/caret-down-fill.png);
	transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.list-all-page.your-tasks{
	padding: 0;
	padding-left: 0;
	border-left:0;
	box-shadow: none;
	width: 100%;
	margin: 0 auto 100px;
	max-width: 1200px;
	border-radius: 0;
}
.list-all-page.your-tasks .accrdn-wrapper{
	width: 100%;
	max-width: 888px;
	margin: 0 auto;
}
#main-content .frame-space-after-medium{
	margin-bottom: 40px;
}
.accrdn-descrWrap{
	padding: 15px;
}
.accrdn-descrWrap p{
	margin-bottom: 15px;
}
.three-column .btn, .confirmation-model-wrap .btn{
	border: 1px solid #707070;
	line-height: 50px;
	width: 150px;
	display: block;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #5F5F5F;	
	margin-top: 20px;
	text-align: center;
}
.three-column .btn:hover, 
.confirmation-model-wrap .btn:hover {
	background-color: #36ABD1;
	color: #fff;
	border: 1px solid #36ABD1;
}
.light-blue h2{
	color: #fff;
}
.light-blue{
	background-color: #36ABD1;
	color: #fff;
	border-left: 5px solid #9AD5E8;
}

.your-tasks .form-group {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

/*.your-tasks .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
*/
.your-tasks .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding-left: 35px;
  display: block;
}
.your-tasks .form-group label span{
	color: #36ABD1;
}
/*.your-tasks .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #36ABD1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  position: absolute;
  height: 0px;
  left: 0;
  top: 0;
  margin-top: 5px;
}

.your-tasks .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #36ABD1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/
.training-overview{
	width: 100%;
	border-top: 1px dotted #707070;
	padding-top: 15px;
}
.training-overview .overview-details{
	width: 100%;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.training-overview .overview-details img{
	position: absolute;
	left: 0;
	top: 0;
}
.training-overview .overview-details h3{
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: none;
}
.training-overview .overview-details label{
	font-size: 14px;
	line-height: 18px;
	color: #5F5F5F;
	font-weight: 600;
}
.training-overview ul{
	list-style: none;
	display: flex;
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
.training-overview ul li{
	padding: 0 7px;
	font-size: 14px;
	line-height: 18px;
	color: #AAAAAA;
	list-style: none;
	font-weight: 600;
}
.training-overview ul li:after{
	position: absolute;
	left: -1px;
	top: 4px;
	height: 12px;
	background-color: #AAAAAA;
	content: "";
	width: 1px;
	z-index: 00;
}
.training-overview ul li:before{
	display: none;
}
.training-overview ul li:first-child{
	padding-left: 0;
}
.training-overview ul li:first-child:after{
	display: none;
}

#home-template .footer-top{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0;
	padding-left: 50px;
}
#home-template #footer{
	margin: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#home-template .footer-bottom{
	background-color: #fff;
}
 #home-template #footer ul li{
 	font-size: 14px;
 	line-height: 19px;
 } 
#home-template .footer-bottom{
	padding: 25px 50px;
}

#footer h2{
	font-size: 32px;
	line-height: 39px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.footer-top .footer-cont-wrap .col-left{
	margin-top: 0;
}
.footer-top .col-left h5{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.footer-top .col-left p{
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}
.footer-top .col-left strong{
	font-family: "Montserrat", sans-serif;
	font-weight: normal;	
}
@media (min-width: 960px) and (max-width: 1399px){
	.three-column{
		padding: 25px 12.5px;
	}
	#home-template .footer-bottom{
		padding: 25px;
	}
	.three-column .qs-tabs-block,
	.three-column .left-block,
	.three-column .center-block{
		padding: 0 12.5px;
	}

	.three-column .left-block .button h2{
		font-size: 26px;
	}
	.three-column .left-block .button img{
		width: 30px;
	}
	.implementation-form,
	.three-column .left-block .button,
	.already-knew,
	.three-column .link-block,
	.your-tasks,
	.three-column .welcome-block{
		margin-bottom: 25px;
	}
}

.your-tasks .form-group input[type=checkbox] {
  position: relative;
	border: 2px solid #b3b3b3;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 5px;
}

.your-tasks .form-group input[type=checkbox]:hover {
  opacity: 1;
}

.your-tasks .form-group input[type=checkbox]:checked {
  background-color: #36ABD1;
  opacity: 1;
}

.your-tasks .form-group input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.video-here {
  cursor: pointer;
}
.video-here:hover{
  
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 1000px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: #F5F5F5;
  z-index: 99;
}
.bg-overlay {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
  z-index: 99;
  font-size: 0px;
  color: #5F5F5F;
  width: 30px;
  height: 30px;
  background-image: url(../images/x-lg.svg);
}

.custom-model-main1 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open1 {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner1 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
  
}
.calendar{
  width: 400px;
  border-left: 5px solid #36ABD1;
  border-radius: 5px; 
  background-color: #fff;
  margin: 30px auto;
  max-width: 97%;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);	
  padding: 20px;
}
.custom-model-wrap1 {
  display: block;
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
}
.model-open1 .custom-model-inner1 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open1 .bg-overlay1 {
  background: #F5F5F5;
  z-index: 99;
}
.bg-overlay1 {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn1 {
  position: absolute;
  right: 7px;
  top: -45px;
  cursor: pointer;
  z-index: 99;
  font-size: 0;
  color: #5F5F5F;
  width: 30px;
  height: 30px;
  background-image: url(../images/x-lg.svg);
}

.custom-model-main2 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open2 {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner2 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
  
}
.calendar{
  width: 400px;
  border-left: 5px solid #36ABD1;
  border-radius: 5px; 
  background-color: #fff;
  margin: 30px auto;
  max-width: 97%;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);	
  padding: 20px;
}
.custom-model-wrap2 {
  display: block;
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
}
.model-open2 .custom-model-inner2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open2 .bg-overlay2 {
  background: #F5F5F5;
  z-index: 99;
}
.bg-overlay2 {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn2 {
  position: absolute;
  right: 7px;
  top: -45px;
  cursor: pointer;
  z-index: 99;
  font-size: 0;
  color: #5F5F5F;
  width: 30px;
  height: 30px;
  background-image: url(../images/x-lg.svg);
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
	.custom-model-main1:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:1420px){
.footer-cont-wrap .two-col-container .col-left{
	width: 42%;
}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
  .custom-model-inner1{margin-top: 45px;}
}
.info {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  right: 33px;
  top: 25px;
  background-image: url('../images/info-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  background-size: 100%;
}
.info:hover{
  background-image: url('../images/info-icon-hover.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.tooltip{
	display: none;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #36ABD1;
	border-radius: 4px;
	padding: 5px 10px;
	position: absolute;
	right: -20px;
	top: 21px;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
}
.info:hover .tooltip{
	display: block;
}

.tooltip:after, .tooltip:before {
	bottom: 100%;
	left: 168px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 5px;
	margin-left: -5px;
}
.tooltip:before {
	border-color: rgba(54, 171, 209, 0);
	border-bottom-color: #36ABD1;
	border-width: 6px;
	margin-left: -6px;
}



/*Video CSS*/
.videoContainer {
  position: relative;
  width: 100%;
  font-family: Arial;
  background-color: black;
}
.videoContainer video {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---- Controls ---- */
.control {
  width: 100%;
  height: 30px;
  background-color: #262626;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  z-index: 2147483647;
  /* ---- Progress ---- */
}
.control label {
  display: block;
  padding: 0px 10px;
  color: white;
  line-height: 30px;
}
.control a {
  display: block;
  width: 40px;
  height: 30px;
  color: #bebebe;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.control a:hover {
  color: #33b5d5;
  text-decoration: none;
  background-color: #3f3f3f;
}
.control .play {
  margin-right: 5px;
}
.control .progress {
  width: 100%;
  height: 10px;
  background: #1b1b1b;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.1);
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
  top: -10px;
  font-variant: normal;
  opacity: 0.7;
  overflow-x: hidden;
}
.control .progress-bar {
  background: #33b5d5;
  box-shadow: inset -30px 0px 69px -20px #33b5d5;
  height: 100%;
  position: relative;
  z-index: 999;
  width: 0;
}
.control .progress-bar:before {
  width: 5px;
  height: 10px;
  top: 0px;
  right: 0px;
  content: " ";
  background-color: #fff;
  position: absolute;
}
.control .time {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 30px;
  width: 100%;
}

/* ----- Fullscreen ----- */
.videoContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.videoContainer:-ms-fullscreen {
  width: 100%;
  height: 100%;
}
.videoContainer:fullscreen {
  width: 100%;
  height: 100%;
}

.videoContainer:-ms-fullscreen {
  width: 100%;
  height: 100%;
}

.videoContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

video:-webkit-full-screen::media-controls-panel, video:-webkit-full-screen::media-controls, video:-webkit-full-screen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-ms-fullscreen::media-controls-panel, video:-ms-fullscreen::media-controls, video:-ms-fullscreen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:fullscreen::media-controls-panel,
video:fullscreen::media-controls,
video:fullscreen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-ms-fullscreen::-ms-media-controls-panel,
video:-ms-fullscreen::-ms-media-controls,
video:-ms-fullscreen::-ms-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-moz-full-screen::-moz-media-controls-panel,
video:-moz-full-screen::-moz-media-controls,
video:-moz-full-screen::-moz-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-o-full-screen::-o-media-controls-panel,
video:-o-full-screen::-o-media-controls,
video:-o-full-screen::-o-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-webkit-full-screen::-webkit-media-controls-panel,
video:-webkit-full-screen::-webkit-media-controls,
video:-webkit-full-screen::-webkit-media-text-track-container {
  display: none !important;
  opacity: 0;
}

.volume {
  width: 30px;
}

.volume:hover {
  background-color: #3f3f3f;
}

.volume a {
  width: 30px;
}

.volume:hover .volume-piller {
  display: block;
}

.volume-piller {
  width: 30px;
  height: 120px;
  bottom: 30px;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 10100;
  background-color: #3f3f3f;
}

.volume-slider {
  position: relative;
  margin: 0 auto;
  height: 100px;
  width: 6px;
  background-color: #1d1d1d;
  border-radius: 10px;
  top: 15px;
}

.ui-slider-range-min {
  height: 300px;
  width: 6px;
  position: absolute;
  background: #2ea7cc;
  border: none;
  border-radius: 10px;
  outline: none;
  bottom: 0;
}

.ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  margin-left: -3px;
  margin-bottom: -6px;
  cursor: pointer;
  outline: none;
}

/*Video css end*/
.footer-cont-wrap .two-col-container .col-left{
	width: 30%;
}
#footer .two-col-container .col-right{
	width: 30%;
	padding: 20px 15px;
	background-color: #36ABD1;
	border-radius: 5px;
}
#footer .two-col-container .col-right h2{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	font-family: "Montserrat", sans-serif;
}
.calendar-here{
	cursor: pointer;
}
.calendar {
  width: 400px;
  margin: 0 auto 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.calendar__month {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.cal-month__previous{
	right: 40px;
}
.cal-month__previous,
.cal-month__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  
  &:hover {
    background-color: #36ABD1;
    border-radius: 50%;
    font-weight: 800;
    color: #FFF;
  }
}

.cal-month__next {
  right: 0;
}

.cal-month__current {
  text-align: left;
  color: #5F5F5F;
  font-size: 19px;
  font-weight: bold;
  padding-left: 0;
  position: relative;
}
.cal-month__current:after{
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom: 3px dotted #5F5F5F;
	width: 90px;
	content: "";
}

.cal-head__day,
.cal-body__day {
  display: inline-block;
  width: 43px;
  height: 43px;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.cal-body__week,
.calendar__head {
  display: block;
  height: 43px;
  width: 100%;
}

.calendar__head {
  line-height: 50px;
  position: relative;
  margin-bottom: 5px;
  
  &:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #90CAF9;
  }
}

.cal-body__day {
  color: #AAAAAA;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}

.cal-day__month--current {
  color: #707070;
}

.cal-day__day--today {
  font-weight: 800;
  color: #2196f3;
}

.cal-day__day--selected {
  background-color: #36ABD1;
  border-radius: 50%;
  color: #FFF;
}
.calendar .btn{
	width: 232px;
	margin: 10px auto 0px;
	cursor: pointer;
	font-weight: 600;
}

.month-head .ic-arrow-circle-angle-down,
.month-head .ic-target.ripple-element {
  width: unset !important;
}
.footer-small-icon{
	background-image: url(../images/footer-icon-small.svg);
}

.notification-wrapper {	width: 100%; margin: 0; }
.right { float: right; width: 80%; }
.left { float: left; width: 20%; }
.col { display: block; }
.list-all-page .notification-wrapper .left img { float: right; margin-right: 25px; }
.list-all-page .notification-wrapper .right p { margin-top: 10px; }

.your-tasks.list-all-page .section-title{
	font-size: 32px;
    color: #5F5F5F;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: none;
}
.more-details{
	display: none;
	opacity: 0;
	transition: all 1s ease-out;
  width: 100%;
  padding: 150px 0 0;
  text-align: left;
}
.dental .more-details{ padding: 80px 0 0; }

.more-details p{
	color: #707070;
	line-height: 19px;
	font-size: 16px;

}
.more-details p:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.three-column .link-block.learn-more:after{
	opacity: 0;
}
.three-column .link-block.learn-more h2{
	opacity: 0;
}
.three-column .link-block.learn-more .more-details{
	display: block;
	opacity: 1;
}

#main-content .center-block .container{width: 100%;}
.date-error {
  color: red;
  font-size: 16px;
  font-style: italic;
}
/**
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.dental.learn-more{	background-position: center -37px; background-size: auto 260px;	}
	.more-details{  padding: 30px 0 0;	}
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.dental.learn-more{	background-position: center -37px; background-size: auto 260px;	}
	.more-details{  padding: 80px 0 0;	}
}

@media only screen and (max-width: 2200px) and (min-width: 1400px) {
	.dental.learn-more{	background-position: center -37px; background-size: auto 260px;	}
	.more-details{  padding: 80px 0 0;	}
}


@media only screen and (max-width: 2400px) and (min-width: 2200px) {
	.more-details{  padding: 130px 0 0;	}
}
@media only screen and (max-width: 2800px) and (min-width: 2400px) {
	.more-details{  padding: 160px 0 0;	}
}
@media only screen and (max-width: 3800px) and (min-width: 2800px) {
	.more-details{  padding: 230px 0 0;	}
}

**/

/*04-01-24*/
.confirmation-popup-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 170px;
	right: 0;
	bottom: 0;
	left: 0; /* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
	justify-content: center;
	display: flex;
	align-items: center;
  }
  
  .confirmation-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
  }
  .confirmation-model-inner h4{
	  font-size: 16px;
	  line-height: 22px;
	  text-transform: none;
	  margin-bottom: 20px;
	  color: #5F5F5F;
  }
  
  .confirmation-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 332px;
	margin: 30px auto;
	max-width: 100%;
	
  }
  .confirmation-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #F5F5F5;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	border-left: 5px solid #36ABD1;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px 15px;
  }
  .confirmation-open .confirmation-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
  }
  .confirmation-open .bg-overlay {
	background: #000000;
	z-index: 99;
	opacity: 0.2;
  }
  .confirmation-model-inner .close-btn{
	  display: none;
  }
  .confirmation-model-inner .button-row{
	  display: flex;
  }
  .confirmation-model-inner .button-row .btn{
	  margin-right: 10px;
	  margin-top: 0;
	  font-weight: 600;
  }
  /*04-01-24*/




  .qs-tabs-infotext {
  	font-size:16px;
  	font-family: 'OpenSans-SemiBold';
  }

	.left-block.lb-desktop {
  	
  }
  .left-block.lb-mobile,
  .left-block.lb-mobile .button {
  	display:none;
  }

  .left-block.lb-mobile .welcome-block {width:31.333%; margin-right:50px; }
  .left-block.lb-mobile .link-block.portal {width:30.333%; margin-right:50px; }
  .left-block.lb-mobile .link-block.dental {width:33.333%; }


  @media only screen and (max-width: 1920px) {
		.left-block.lb-desktop {
	  	display:none;
	  }
	  .left-block.lb-mobile {
	  	display:flex;
	  	max-width: 100%;
	  	width: 100%;
	  }
	  .three-column .center-block {
	  	width:65%;
	  }
	  .three-column .qs-tabs-block {
	  	width: 35%;
	  }
	}



	.lbd-bg {
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
	}
	.link-block.dental.learn-more {
		max-height: none;
	}
	.lb-mobile .link-block.portal,
	.lb-mobile .link-block.dental {
		display: flex;
		align-items: center;
    justify-content: center;
    flex-direction: column;

	}
	.lb-mobile .link-block.portal h2,
	.lb-mobile .link-block.dental h2 { 
		padding-right:0px;
	}

	.lb-mobile .link-block.dental .lbd-bg{
    
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}

	.lb-mobile .link-block.dental.learn-more {
		height: auto;
	}
	.lb-mobile .link-block.dental.learn-more .lbd-bg{
			height: 315px;
		}


.lb-mobile .dental .more-details {
    padding: 210px 0 0;
}
.newsModel .custom-model-inner {
 width: 100%;
 max-width: 1200px;
}
.news-model{
	border-radius: 10px;
	background: #fff;
	border-left: 5px solid #36ABD1;
	padding: 50px;
}
.news-model .item{
	display: flex;
}
.news-model .item h2{
	font-size:  32px;
	font-weight: 600px;
	color: #5F5F5F;
	margin-bottom: 30px;
	text-transform: none;
}
.news-model .item .left-col{
	width: 65%;
	padding-right: 50px;
	text-align: center;
}
.news-model .item .right-col{
	width: 35%;
	padding-left: 50px;
	border-left: 1px dotted #000;
	position: relative;
	padding-bottom: 50px;
	min-height: 484px;
}
.news-model .item .right-col h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: none;
}
.news-model .item .right-col p{
	line-height: 22px;
	margin-bottom: 15px;
}
.news-model .form-group.checkbox{
	position: absolute;	
	bottom: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;

}
.news-model .form-group.checkbox label{
	cursor: pointer;
}
.news-model .btn{
	border: 1px solid #707070;
	line-height: 50px;
	width: 150px;
	display: block;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #5F5F5F;	
	margin-top: 20px;
	text-align: center;
}
.news-model .btn:hover {
	background-color: #36ABD1;
	color: #fff;
	border: 1px solid #36ABD1;
}
.news-model .owl-nav{
	width: 65%;
	position: absolute;
	left: 0;
	bottom:0;
	padding-bottom: 0;
	padding-right: 50px;
	display: flex;
	justify-content:space-between;
}
.news-model .owl-dots{
	width: 65%;
	background: none;
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 0;
	padding-bottom: 0;
}
.news-model .owl-carousel button.owl-dot{
	background: #D6D6D6;
}
.news-model .owl-carousel button.owl-dot.active{
background: #5F5F5F;	
}
.news-model .owl-nav button{
	display: flex;
}
.news-model .owl-nav .nav-btn{
	width: 11px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.news-model .owl-nav .owl-prev{
	position: relative;
	z-index: 110;
	background-image: url(../images/right=arrow.png);
}
.news-model .owl-nav .owl-next{
	right: 0;
	left: inherit;
	float: right;
	z-index: 110;
	position: relative;
}
.news-model .owl-nav .owl-next .nav-btn{
	background-image: url(../images/right-arrow.png);	
}
.news-model .owl-nav .owl-prev .nav-btn{
	background-image: url(../images/left-arrow.png);	
}
.news-model .owl-nav .disabled{
	opacity: 0;
}
.news-model .owl-item{
	width: 100%;
}

.news-model .form-group.checkbox {
    position: absolute;
    right: 150px;
    bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

header#header {
	z-index: 999999;
}

.newsModel .close-btn {
	top: -35px;
}
.model-open.newsModel{
	overflow: visible !important;
}