﻿
@font-face {
	font-family: 'defaultnormal';
	src: url('../fonts/normal.ttf') format('truetype');
}
@font-face {
	font-family: 'defaultbold';
	src: url('../fonts/bold.ttf') format('truetype');
}
@font-face {
	font-family: 'defaultitalic';
	src: url('../fonts/italic.ttf') format('truetype');
}

@keyframes marquee {
	0% { transform: translate(100%, 0); }
	100% { transform: translate(-100%, 0); }
}

.marque > * {
	white-space: nowrap;
	position: relative;
	animation: marquee 10s linear infinite;
	display: inline-block;
	text-indent: 0;
}
.btn_card {
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 1px 2px #84848470;
	font-size: 13px;
	margin: 5px 0px 2.5px 0px;
	line-height: 15px;
	border-radius: 10px;
	border-color: #cecece;
	background-color: whitesmoke;
	transition: ease-in-out 0.25s;
}
.btn_card:hover  {
background-color: #868686;
color:white;
transition: ease-in-out 0.25s;
}
.btn_card:disabled  {
	pointer-events: none;
	}

.slider-container {
	box-shadow: 0px 1px 2px #84848470;
	border-radius: 10px;
}
.responive_height {
	bottom: 0px;
	overflow: hidden;
	position: fixed;
	visibility:visible;
	z-index: 999999;
	box-shadow: #3535354f 1px 2px 20px;
	min-height: 60px;
	min-width: 60px;
	max-width: 400px;
	max-height: 640px;
	opacity:1;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 135px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 10px;
	right: 45px;
	top: 55px;
	color:black;
  }
  #t38_widget_suggestion{
	padding-right: 10px;
	cursor:pointer;
	padding-top: 10px;
	user-select: none;

  }
  #t38_widget_suggestion:hover{
	opacity:0.6;	
  }
  #new_chat {
    display: flex;
    background: rgb(22, 76, 183);
    min-width: 45px;
    border-radius: 50%;
    max-height: 45px;
    min-height: 45px;
    color: white;
    margin-right: 0.5rem;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    align-items: center;
    justify-content: center;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#new_chat:hover{
	opacity: 0.5;
}

.input-group-append{
	display: flex;
    /*border-radius: 30px !important;*/
    flex: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
  /* Links inside the dropdown */
  .dropdown-content a {
	padding: 12px 16px;
	display: block;
  }
  .dropdown-content a:hover {
	opacity: 0.6;
  }
.t38_chat_popup{
	visibility: visible;
	align-items: flex-end;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-text-size-adjust: none;
	bottom: 0px;
	padding-bottom: 70px;
	position: fixed;
	right: 0px;
	transition: ease-in-out 0.25s; 
	font-family: 'customfontfamilynormal','defaultnormal','Helvetica';
}
.popup_close_button{
	margin: 5px 5px 10px 5px;
}
.popup_close_icon{
	width: 20px;
	height: 20px;
	padding: 2px;
	display: flex;
	border-radius: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	animation: fadeslideinsmall 0.5s;
	background-color: white;
	box-shadow: #3535354f 0px 0px 6px;
}
.popup_close_icon:hover{
	opacity: 0.6;
}
.responive_height1 {
	bottom: 0px;
	overflow: hidden;
	position: fixed;
	visibility: visible;
	z-index: 99999;
	box-shadow: #3535354f 1px 2px 20px;
	min-height: 60px;
	min-width: 60px;
	max-width: 400px;
	max-height: 640px;
}

	.responive_height.hidden1 {
		box-shadow: none;
		-webkit-animation: fadeexpandout 0.25s;
		-moz-animation: fadeexpandout 0.25s;
		animation: fadeexpandout 0.25s; 
		visibility: hidden;
		opacity:0; 
	}
	.responive_height.hidden1.minimize {
		height: 60px !important;
		width: 60px !important;
	}
	.responive_height.mobile {
		max-width: 100%;
		max-height: 100%;
	}

	.responive_height.visible1 {
		 -webkit-animation: fadeexpandin 0.5s;
		-moz-animation: fadeexpandin 0.5s;
		animation: fadeexpandin 0.5s; 
		visibility: visible !important;
		opacity:1;
	}


.active2 {
	-webkit-animation: fadeexpandin 0.25s !important;
	-moz-animation: fadeexpandin 0.25s !important;
	animation: fadeexpandin 0.25s !important;
	visibility: visible;
}
.swiper-button-disabled {
	display: none !important;
}
.t38_chat_button {
	visibility: hidden;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	bottom: 0px;
	cursor: pointer;
	box-shadow: #3535354f 0px 0px 6px;
	justify-content:center;
	display:grid;
	position: fixed;
	z-index: 9999999;
	
}

	.t38_chat_button.visible2 {
		animation: fadeslidein 0.5s;
		-moz-animation: fadeslidein 0.5s;
		-webkit-animation: fadeslidein 0.5s;
		transition: ease-in-out 0.25s;
		visibility: visible;
	}

	.t38_chat_button.hidden1 {
		-moz-animation: fadeslideout 0.25s;
		-webkit-animation: fadeslideout 0.25s;
		animation: fadeslideout 0.25s;
		transition: ease-in-out 0.25s;
		visibility: hidden;
	}
	.t38_chat_button.hidden2 {

		visibility: hidden;
	}

	.t38_chat_button:hover {
		transform: scale(1.1);
	}

#t38_chat_button i {
	text-align: center;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	cursor: pointer;
}

#t38_chat_button img {
	width: 60px;
	height: 60px;
	object-fit: scale-down;
	cursor: pointer;
	border-radius: 35px;
}

.t38_chat_view {
	visibility: hidden;
	height: 100%;
	background-color: transparent;
	font-family: 'customfontfamilynormal','defaultnormal','Helvetica';
}

.t38_chat_view .header {
	box-shadow: 0px 0px 6px -2px #6a6a6ab5;
	height: 70px;
	z-index: 60;
}


.callback-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	animation: fadeslideinsmall 0.75s;
}

.callback-text1 {
	padding-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	animation: fadeslideinsmall 0.75s;
	color: rgb(22, 76, 183);
}

.banner_callbackQ {
display:flex;
justify-content:center;
}
.t38_popup{
	box-shadow: none !important;
}
.msgbox_top {
	background-color: white;
	padding: 10px;
	height:85px;
	color: rgb(22, 76, 183);
	/*backdrop-filter: blur(20px);*/
	visibility: visible;
	box-shadow: 0px 1px 10px #84848470;
	position:relative;
	z-index:30;
}

	.msgbox_top.visible {
	height:0px
	}

#msgbox_top_span {
	position: absolute;
	font-size: 25px;
	cursor: pointer;
	z-index: 999;
	color: #164cb7;
	display: flex;
	justify-content: center;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: ease-in-out 0.25s;
}

.d-flex .justify-content-start .mb-4 {
	padding-right: 2rem;
}

.d-flex .justify-content-end .mb-4 {
	padding-left: 2rem;
}

span.link {
	font-size: 25px;
	transition: ease-in-out 0.25s;
}

/*.btn-carousel {
	margin: 3px;
	background-color: #a78c92;
	color: white;
	margin-bottom: 32px;
}

	.btn-carousel:hover {
		margin: 3px;
		background-color: #3c2127;
		color: white;
		margin-bottom: 32px;
	}*/

.btnmenu, .pbi-reports {
	margin: 3px;
	border-width: thin;
	border-radius: 20px;
	line-height: 20px;
	padding: 0.375rem 0.375rem;
	font-size: 14px;
	box-shadow: 0px 1px 2px #84848431;
	font-family: "customfontfamilybold","defaultbold",'Helvetica';
	 transition:ease-in-out 0.25s; 
}

	.btnmenu:hover, .pbi-reports:hover {
		opacity:0.6;
	}

.hdrbtn {
	margin: 3px;
	border-radius: 20px;
	line-height: 15px;
	padding: 0.375rem 0.375rem;
	font-size: 12px;
	box-shadow: 0px 1px 2px #84848431;
	transition: ease-in-out 0.25s;
}

	.hdrbtn:hover{
		opacity: 0.6;
	}

.dwnl-button {
	background-color: transparent;
	margin: 5px;
	border-width: 1px;
	border-radius: 20px;
	line-height: 20px;
	font-size: 14px;
	transition: ease-in-out 0.25s;
}

.dwnl-button:hover {
	opacity:0.6;
}
.ui-menu-item-wrapper:hover {
	background-color: #6b1721;
	color: white;
}

.btnmenudisabled {
	margin: 3px;
	background-color: #a78c92;
}

.btnmenustatic {
	margin: 3px;
	border-width: 2px;
	border-radius: 20px;
	line-height: 20px;
	opacity: 0.6;
	font-size: 14px;
	transition: ease-in-out 0.25s;
}

.btnslot_menu {
	margin-bottom: 4px;
	white-space: pre-wrap;
	margin: 3px;
	background-color: #358dc0;
	color: white;
	transition: ease-in-out 0.25s;
}

	.btnslot_menu:hover {
		margin-bottom: 4px;
		white-space: pre-wrap;
		margin: 3px;
		background-color: #0769a2;
		color: white;
	}

.fixed_length-container {
	width: 360px
}

.chat {
	padding-top: 70px;
	padding-bottom: 75px;
	height: 100%;
	background-color: transparent;
}
.activefull {
	height: 100% !important;
}

.msgbox {
	display: flex;
	flex-direction: column;
	/*justify-content: flex-end;*/
	height: calc(100% - 85px);
	overflow-y: auto;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	overscroll-behavior-y: contain;
	width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #8080803b transparent;
	-webkit-overflow-scrolling: touch;
}

.text123 {
	border-radius: 0px;
    border-top: 1px;
    border-style: hidden;
}
.input-group {
    position: relative;
    display: flex;
    align-items: center;
	justify-content: end;
	width: auto;
}

.bot_mark {
	font-size: 14px;
    font-family: "customfontfamilybold","defaultbold",'Helvetica';
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
}

.type_msg {
	box-shadow: 0px 0px 0px 0px grey;
    border: none;
    min-height: 45px;
    overflow-y: auto;
    padding-left: 15px;
    padding-bottom: 0px;
    background-color: transparent;
    border-radius: 30px;
}

	.type_msg:focus {
		box-shadow: 0px 0px 0px 0px grey;
		border: none;
		outline: none;
		border-radius: 0px;
		background-color: transparent;
	}

.form-control type_msg pt-0 {
	background-color: black;
	border-radius: 0px;
}

	.form-control type_msg pt-0:focus {
		background-color: black;
	}

.btnfile, .btnsend, .btn_speech, .send_btn {
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	font-size: 25px;
	color: #005b90;
	display:;
	cursor: pointer;
	animation: fadeslideinsmall 0.15s;
	transition: ease-in-out 0.25s;
}

	.btnfile:hover, .btnsend:hover, .btn_speech:hover, .send_btn:hover {
		opacity: 0.6
	}
.msg_transparent {
	width:100%;
}
.btn_stop {
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	font-size: 25px;
	color: #005b90;
	display:;
	animation: fadeslideinsmall 0.15s;
	transition: ease-in-out 0.25s;
}

/*.active {
	background-color: rgba(0,0,0,0.3);
}*/

.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}

.img_cont_msg {
	height: 40px;
	width: 40px;
}

.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border: 1.5px solid white;
}

.offline {
	background-color: #c23616 !important;
}

.video_cam {
	margin-left: 50px;
	margin-top: 5px;
}

	.video_cam span {
		color: white;
		font-size: 20px;
		cursor: pointer;
		margin-right: 20px;
	}


.powerbi_cotainer_send {
	margin: 0;
	word-break: break-word;
	color: white;
	width: 100%;
	max-width:640px;
	position: relative;
	box-shadow: 0px 1px 2px #84848470;
	animation: fadeslideinsmall 0.5s;
}

.menu-container {
	margin-top: auto;
	max-width: 500px;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 5px 20px 20px 20px;
	padding: 10px;
	position: relative;
	animation: fadeslideinsmall 0.5s;
	font-size: 14px;
	box-shadow: 0px 1px 2px #84848431;
}

.msg_head {
	position: relative;
}


.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	width: 85% !important;
}

.ui-widget.ui-widget-content {
	border: 1px solid #ced4da !important;
	border-radius: 10px 10px 0px 0px;
	font-size: 12px;
}

	.ui-widget.ui-widget-content:hover {
		border: 1px solid #ced4da !important;
		border-radius: 10px 10px 0px 0px;
		font-size: 12px;
	}

.ui-menu .ui-menu-item:hover {
	background-color: #abb0cb;
}

/*.btn-primary {
	background-color: #358dc0 !important;
}
*/
::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
	z-index: -1;
}

::-webkit-scrollbar-thumb {
	background-color: #86868644;
	border-radius: 20px;
	z-index: -1;
}


	::-webkit-scrollbar-thumb:hover {
		background-color: #838383a4;
		border-radius: 20px;
		z-index: -1;
	}


#talk-bot {
	z-index: 10;
	border-radius: 40px;
}

.dropdown_list {
	font-size: 12px;
}

.msg_card_body {
	margin-top: 71px;
	/*padding-top: 10px;*/
	/*height: 69vh;*/
}

.card-img-top {
	object-fit: contain;
	height: 200px;
	border-radius: 10px 10px 0px 0px;
	border-style: solid;
	border-width: thin;
	border-color: #dfdfdf;
	border-bottom-width: 0px;
	background-color: white;
}

.Header_content {
	width: 100%;
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

#bot_icon {
	padding-right: 10px;
}

	#bot_icon img {
		width: 48px;
		height: 50px;
		/*border-radius: 50%;*/
		object-fit: cover;
		/* box-shadow: 0 0 7px 0 rgba(0,0,0,.15); */
	}

#bot_name {
	display: block;
	font-size: 23px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.circle {
	border-radius: 50%;
	background-color: #6464645e;
	width: 50px;
	height: 50px;
	position: absolute;
	opacity: 0;
	animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
	right: -1px;
	z-index:-2;
}
@keyframes scaleIn {
	from {
		transform: scale(.5, .5);
		opacity: .5;
	}

	to {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}
.chat_icon {
	font-size:10px;
	font-family: "customfontfamilynormal","defaultnormal",'Helvetica';
	line-height:2;
	animation: fadeslideinsmall 0.5s;
}
	.chat_icon a {
		box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
	}
.close_icon {
	display: inline-flex;
	right: 15px;
	position: fixed;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	 transition: ease-in-out 0.25s; 
}

	.close_icon:hover {
		opacity: 0.6;
	}
.open_icon {
	display: inline-flex;
	right: 50px;
	position: fixed;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	 transition: ease-in-out 0.25s; 
}

	.open_icon:hover {
		opacity: 0.6;
	}

.msg_cotainer {
	max-width: 500px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 5px 20px 20px 20px;
	padding: 10px;
	word-break: break-word;
	position: relative;
	font-size: 14px;
	animation: fadeslideinsmall 0.5s;
	box-shadow: 0px 1px 2px #84848431;
}

.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 20px 5px 20px 20px;
	padding: 10px;
	word-break: break-word;
	position: relative;
	font-size: 14px;
	max-width: 500px;
	animation: fadeslideinsmall 0.5s;
	box-shadow: 0px 1px 2px #84848431;
}
.msg_popup{
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 20px;
	padding: 8px;
	word-break: break-word;
	position: relative;
	font-size: 15px;
	max-width: 200px;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	animation: fadeslideinsmall 0.5s;
	box-shadow: #3535354f 0px 0px 6px;
	color: black;
	background-color: white;
	cursor: pointer;
}
.msg_popup:hover{
opacity: 0.6;
}
.msg_time_send {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: black;
	font-size: 10px;
	display: none;
}
.msg_time_send_bot {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: black;
	font-size: 10px;
	display: none;
}

.msg_cotainer:hover .msg_time_send_bot {
	display: block;
}
.msg_cotainer_send:hover .msg_time_send {
	display: block;
}
.menu-container:hover .msg_time_send_bot {
	display: block;
}

.loader-dots > div {
width:0.75rem;
height:0.75rem;
border-radius:50%;
display:inline-block;
animation: 1s bounce infinite ease-in-out both;
margin:1px;
}
.loader-dots .bounce {
animation-delay:-0.30s;
}
.loader-dots .bounce2 {
	animation-delay: -0.15s;
}

.dtr-data {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeexpandin {
	from {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		font-size: 100%;
		transform: translateY(0px);
		visibility: visible;
	}
}

@keyframes fadeexpandout {
	from {
		opacity: 1;
		font-size: 100%;
		visibility: visible;
		transform: translateY(0px)
	}

	to {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px)
	}
}

@keyframes fadeslidein {
	from {
		opacity: 0;
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes fadeslideinsmall {
	from {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes fadeslideout {
	from {
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}

	to {
		opacity: 0;
		transform: translateY(30px);
		visibility: hidden;
	}
}

@keyframes fadepressin {
	from {
		opacity: 1;
	}

	to {
		opacity: 0.6;
	}
}

@keyframes bounce {
	0%,80%,100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

@keyframes heightanimation {
	from {
		height:100% !important;
	}

	to {
		height: 83%;
	}
}

@keyframes heightanimationrev {
	from {
		height: 83%;
	}

	to {
		height: 100% !important;
	}
}

@-webkit-keyframes bounce {
	0%,80%,100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeexpandin {
	from {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		font-size: 100%;
		transform: translateY(0px);
		visibility: visible;
	}
}

@-webkit-keyframes fadeexpandout {
	from {
		opacity: 1;
		font-size: 100%;
		visibility: visible;
		transform: translateY(0px)
	}

	to {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px)
	}
}

@-webkit-keyframes fadeslidein {
	from {
		opacity: 0;
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@-webkit-keyframes fadeslideinsmall {
	from {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@-webkit-keyframes fadeslideout {
	from {
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}

	to {
		opacity: 0;
		transform: translateY(30px);
		visibility: hidden;
	}
}

@-webkit-keyframes fadepressin {
	from {
		opacity: 1;
	}

	to {
		opacity: 0.6;
	}
}
@-webkit-keyframes heightanimation {
	from {
		height: calc(100% - 67px);
	}

	to {
		height: calc(100% + 20px);
	}
}

@-webkit-keyframes heightanimationrev {
	from {
		height: calc(100% + 20px);
	}

	to {
		height: calc(100% - 67px);
	}
}

.swiper-slide {
width:calc(100% - 50px) !important;
max-width: 300px !important;
}

.ag-slide-block {
	background-color: transparent;
	overflow: hidden;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	animation: fadeslideinsmall 0.75s;
}
.more {
	display: none;
}
.ag-slide_item {
	padding: 90px 0;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

.ag-slide_img {
	display: block;
	width: 100%;
	max-width: 317px;
	margin: 0 auto;
	opacity: 0.5;

	-webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.ag-slide_info {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 15px;
	background-color: white;
	opacity: 1;
	border-radius: 0px 0px 10px 10px;
	border-style: solid;
	border-width: thin;
	border-color: #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.ag-slide-info_descr {
	float: left;
	width:100%;
}

.ag-slide-info_subtitle {
	font-size: 12px;
	display: block;
	color: #535353;
	font-family: "customfontfamilyitalic","defaultitalic",'Helvetica';
}

.ag-slide-info_title {
	font-size: 14px;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	font-family: "customfontfamilybold","defaultbold",'Helvetica';
}

.ag-slide-info_desc {
	display: block;
	line-height: 15px;
	font-size: 13px;
	color: #575757;
	-webkit-font-smoothing: antialiased;
	overflow-y: hidden;
}

.swipe_prev {
	left: 20px !important;
}
.swipe_next {
	right: 20px !important;
}
.scrolldown_btn {
	bottom: 80px;
	position: absolute;
	display: flex;
	left: 45%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	z-index: 40;
	box-shadow: 0px 1px 2px #84848470;
	transition: ease-in-out 0.25s;
	animation: fadeslidein 0.25s;
}
.scrolldown_btn:hover{
	opacity: 0.6;
}
.swipe_nav {
	bottom: 50%;
	position: absolute;
	display: flex;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	z-index: 40;
	background-color: white;
	color: black;
	box-shadow: 0px 0px 4px 1px #84848470;
	transition: ease-in-out 0.25s;
	animation: fadeslidein 0.25s;
}

	.swipe_nav:hover {
		opacity: 0.6;
	}

.ag-slide-block .swiper-slide {
	padding-top: 0px;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2px;
	border-radius: 10px;
	background-color: transparent;
	opacity:0.6;
}

.ag-slide-block .swiper-slide-active {
	opacity: 1;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

	.ag-slide-block .swiper-slide-active .ag-slide_img {
		opacity: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: ease 0.5s;
		-moz-transition: ease 0.5s;
		-ms-transition: ease 0.5s;
		-o-transition: ease 0.5s;
		transition: ease 0.5s;
	}
.ag-slide-info_descr p.collapse:not(.show) {
	height: 44px !important;
	overflow: hidden;
	display: -webkit-box;
}

.ag-slide-info_descr p.collapsing {
	min-height: 44px !important;
}

.ag-slide-info_descr a.collapsed:after {
	text-decoration: none;
	transition: ease-in-out 0.5s;
	text-align: right;
	display: block;
	font-size:10px;
	cursor: pointer;
	content: 'Read More';
}

.ag-slide-info_descr a.link_href:after {
	content: '' !important;
	transition: unset !important;
	text-align: unset !important;
	display: unset !important;
}

.ag-slide-info_descr a:not(.collapsed):after {
	transition: ease-in-out 0.5s;
	text-align: right;
	text-decoration: none;
	display: block;
	font-size: 10px;
	cursor: pointer;
	content: 'Read Less';
}

.swiper-slide-active .ag-slide_info {
	opacity: 1;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}
.msg_cotainer div.collapse:not(.show) {
	height: 43px !important;
	overflow: hidden;
	display: -webkit-box;
}

.msg_cotainer div.collapsing {
	min-height: 43px !important;
}

.msg_cotainer a.collapsed:after {
	transition: ease-in-out 0.5s;
	text-decoration: none;
	text-align: right;
	display: block;
	font-size: 10px;
	cursor: pointer;
	content: 'Read More';
}

.msg_cotainer a.link_href:after {
	content: '' !important;
	transition: unset !important;
	text-align: unset !important;
	display: unset !important;
}
.msg_cotainer a.download_link:after {
	content: '' !important;
	transition: unset !important;
	text-align: unset !important;
	display: unset !important;
}
.msg_cotainer a.page-link:after {
	content: '' !important;
	transition: unset !important;
	text-align: unset !important;
	display: unset !important;
}

.msg_cotainer a:not(.collapsed):after {
	transition: ease-in-out 0.5s;
	text-align: right;
	display: block;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
	content: 'Read Less';
}
.choices{
	margin-bottom:0px!important;
}
/* .choices__list--dropdown.is-active {
	max-height: 220px !important;
} */
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list{
	max-height: 180px !important;
}
.choices__list--dropdown.is-active {
	height: auto;
}
.material-icons-round.navigate_next:after {
    content: 'navigate_next';
}
.material-icons-round.navigate_before:after {
    content: 'navigate_before';
}
.material-icons-round.schedule:after {
    content: 'schedule';
}
.material-icons-round.calendar_today:after {
    content: 'calendar_today';
}
.material-icons-round.arrow_upward:after {
    content: 'arrow_upward';
}
.material-icons-round.arrow_downward:after {
    content: 'arrow_downward';
}
.material-icons-round.today:after {
    content: 'today';
}
.material-icons-round.delete:after {
    content: 'delete';
}
.material-icons-round.clear:after {
    content: 'clear';
}
.tempus-dominus-widget {
    inset: auto 0px 0px auto !important;
    transform: translate(-58px, -63px) !important;
}

.rating-emoji{
	font-size: 30px;
}

.checked {
	color: orange;
  }

.star-rating{
	font-size:30px;
}