body{
    background-color:white;
}
/* ===========================================================================================

header style starts 

===========================================================================================*/
.navclass{
    float:inline-end;
}
@media (max-width:1050px){
    .navclass{
        float:none;
    }            
}
/* animated gear on top left */
.Loading {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 10px;
	background: #f1f1f1;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	overflow: hidden;
}
.Loading:after {
	content: '';
	position: relative;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	animation: load 5s infinite;
}
:root {
	--main-color: #eaeaea;
	--stroke-color: #0022ff;
}

.gears {
	margin: 20px;
	width: auto;
}
.gear {
	z-index: 0;
	width: 60px; height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--stroke-color);
}
.gear:before{
	position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px;
	z-index: 2;
	content: "";
	border-radius: 50%;
	background: var(--main-color);
}
.gear:after {
	position: absolute; left: 13px; top: 13px;
	z-index: 3;
	content: "";
	width: 35px; height: 35px;
	border-radius: 50%;
	border: 5px solid var(--stroke-color);
	box-sizing: border-box;
	background: var(--main-color);
}
.gear.one {
	left: -65px;
}

.gear .bar {
	position: absolute; left: -7.5px; top: 50%;
	z-index: 0;
	width: 75px; height: 15px; 
	margin-top: -7.5px; 
	border-radius: 5px;
	background: linear-gradient(20deg, #018fcf,#3a60df,#633dea,#7b2af1,#a803fd,#b90ce2, #d5299f,#e43a78,#ee4660,#ef465b,#fd553b 100%);
}
.gear .bar:before {
	position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px;
	z-index: 1;
	content: "";
	border-radius: 2px;
	background: var(--main-color);
}
.gear .bar:nth-child(2) {
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
}
.gear .bar:nth-child(3) {
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
@-webkit-keyframes clockwise {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-webkit-keyframes anticlockwise {
	0% { -webkit-transform: rotate(360deg);}
	100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes clockwiseError {
	0% { -webkit-transform: rotate(0deg);}
	20% { -webkit-transform: rotate(30deg);}
	40% { -webkit-transform: rotate(25deg);}
	60% { -webkit-transform: rotate(30deg);}
	100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes anticlockwiseErrorStop {
	0% { -webkit-transform: rotate(0deg);}
	20% { -webkit-transform: rotate(-30deg);}
	60% { -webkit-transform: rotate(-30deg);}
	100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes anticlockwiseError {
	0% { -webkit-transform: rotate(0deg);}
	20% { -webkit-transform: rotate(-30deg);}
	40% { -webkit-transform: rotate(-25deg);}
	60% { -webkit-transform: rotate(-30deg);}
	100% { -webkit-transform: rotate(0deg);}
}
.gear.one {
	-webkit-animation: anticlockwiseErrorStop 4s linear infinite;
}
.loading .gear.one{
	-webkit-animation: clockwise 4s linear infinite;
}

/* popup notification for tagline */
#popup {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 2% 1%;
    background-color: #2b094d;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    animation: fadeInOut 1.5s ease-in-out;
    width:250px;
    z-index:1;
}
#closeBtn {
    cursor: pointer;
    float: right;
    font-weight: bold;
    color: #fff;
}
@keyframes blink {
    50% {
    opacity: 0;
    }
}
@keyframes fadeInOut {
    0%, 100% {
    opacity: 0;
    }
    50% {
    opacity: 1;
    }
}
/* ===========================================================================================

header style ends---index page style starts 

===========================================================================================*/
div.offerline{
    padding-top:80px;
	text-align:center;
}
.offerline h5{
    background:#add8e657;
    border-radius:10px;
}
div.text p{
    color:black;
    font-size:15px;
}
/* ads in a mobile view */
.a111{
    height: 400px;
    width: 50%;
    position: relative;
    margin: 0% 25%;
    box-shadow: 0px 0px 15px #b3b3b3;
    border-radius: 15px;
    background-image:url('../../media/demoad/m2.jpg');
    background-size:cover;
}
.b111{
    position: absolute;
    top: 25%;
    bottom: 50%; 
    border:1px solid grey;
    height:200px;
    width:75%;
    border-radius:15px;
    margin:0% 10%;
    background-color:white;
}

/* img.demoad{
    height:100%;
    width:100%;
    border:1px solid grey;
    display:none;
} */
.labelsnew{
    height:auto;
    text-align:-webkit-center;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
.rounddiv:hover .logodiv {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    /* -webkit-animation-iteration-count: infinite; */
    -webkit-animation-timing-function: linear;
    border:5px dotted;
}
/* ===========================================================================================

index page style ends-5star rating style starts

===========================================================================================*/
.rate {
    /* float: left; */
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.reaction{
    display: none;
}
/* ===========================================================================================

5star rating style ends-feedback style starts

===========================================================================================*/
/* .comment-section .media .M-flex{display: flex;
    justify-content: space-between;
} */
.comment-section .media .M-flex .title{	
	font-size: 12px; 
	color: #1c1d36; 
	margin-bottom: 10px;
	font-weight:400;
}
.comment-section .media .M-flex .title span{
	font-size: 20px;  
	display: block;
	font-weight:700;
	margin-bottom:5px;
}
.comment-section .media .description{
	font-size: 14px;  
	color: #5b5b5b;
	margin-bottom: 20px;
}
.rating-row ul{
	list-style:none;
	display:flex; 
	padding:0 ; 
	margin:0;
}
.rating-row ul li{
	font-size:20px;
	margin:0px 3px;
}
/* ===========================================================================================

feedback style ends-feedback display style starts

===========================================================================================*/
.mySlides123 {
	display: none;
}
/* ===========================================================================================

feedback display style ends-chat style starts

===========================================================================================*/
.frame-content {
	display: block;
	border: none;
	position: fixed;
	inset: auto 0px 0px auto;
	width: 450px;
	height: 10px;
	max-height: 100%;
	opacity: 1;
	color-scheme: none;
	background: none transparent !important;
	margin: 0px;
	max-width: 100vw;
	transform: translateY(0px);
	transition: none 0s ease 0s !important;
	visibility: visible;
	z-index: 999999999 !important;
}
#chat-button {
	position: fixed;
	width: 112px;
	height: 140px;
	bottom: 12px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	pointer-events: none;
	z-index: 1;
	right: 0px;
}


#chat-button:not(.sidebar) .buttonWave {
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
}

#chat-button:not(.sidebar).clicked .buttonWave::after {
	animation: 0.5s ease-out 0s 1 normal none running buttonWave;
}

#chat-button:not(.sidebar) .buttonWave::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgb(20, 127, 255);
	opacity: 0.5;
}

#button-body {
	width: 60px;
	height: 60px;
	border-radius: 28px;
	display: inherit;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	pointer-events: initial;
	background-size: 130% 130%;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	color: rgb(0, 125, 252);
	border: 1px solid #1E88E5;
}

#button-body::before {
	content: "";
	transition: opacity 0.5s ease-in-out 0s;
	position: absolute;
	inset: -1px;
	opacity: 0;
	border-radius: 50%;
	background-color: rgb(198, 204, 220);
}

#chat-button button i.for-closed.active {
	transform: translateX(0px);
}

#chat-button button i.for-closed {
	transform: translateX(-10px);
}

#chat-button button i.active {
	opacity: 1;
}

#chat-button button i {
	height: 26px;
	width: 26px;
	position: absolute;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	/* justify-content: center; */
}

i {
	user-select: none;
}

#chat-button button i.type1 svg {
	fill: currentcolor;
}

svg {
	width: 24px;
	height: 24px;
}

#chat-button button i.type1::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 68px;
	border-radius: 32px;
	background: rgb(255, 255, 255);
	transition: all 0.2s ease-in-out 0s;
	transform: scale(0);
	right: -18px;
}

#chat-button button i.for-closed.active {
	transform: translateX(0px);
}

#chat-button button i.for-closed {
	transform: translateX(-10px);
}

#chat-button button i.type2 {
	width: 32px;
	height: 32px;
}

#button button i.type1.for-opened {
	width: 31px;
	height: 28px;
}

#chat-button button i.for-opened {
	transform: translateX(10px);
}

button, button.material-icons {
	background: none;
	border: 0px;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-stretch: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0px;
	user-select: none;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#chat-button button i.type2 svg {
	width: 32px;
	height: 32px;
	fill: rgb(0, 125, 252);
	transform: scale(0);
}

svg:not(:root) {
	overflow-clip-margin: content-box;
	overflow: hidden;
}

#button-body {
	box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 24px;
}

body:not(.mobile) #button button:not(.disabled):hover i.type1 svg, body:not(.mobile) #button button:not(.disabled):focus i.type1 svg {
	transform: scale(1.4);
}

body:not(.mobile) #button button:not(.disabled):hover i.type1::after, body:not(.mobile) #button button:not(.disabled):focus i.type1::after {
	transform: scale(1);
}

#chat-button button i.for-closed.active {
	transform: translateX(0px);
}

.chat.chrome, .start-group.chrome {
	box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
}

.chat {
	max-height: calc(100% - 47px);
	display: flex;
	flex-direction: column;
}

.chat, .start-group {
	width: 372px;
	position: fixed;
	bottom: 26px;
	border-radius: 16px;
	pointer-events: auto;
	box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 22px 0px;
	overflow: hidden;
	z-index: 999;
	right: 48px;
	left: auto;
	background-color: white;
}

.message-operator.bots-quick-replies {
	width: 85%;
	background-color: rgb(255, 255, 255);
	margin-top: 0px;
	float: right;
}

.message-operator.bots-quick-replies .button-wrapper {
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	border: none;
}

.message-operator {
	color: rgb(6, 19, 43);
	background: rgb(240, 242, 247);
	float: left;
}

.message {
	padding: 10px 16px;
	border-radius: 20px;
	margin: 8px 0px;
	font-size: 15px;
	line-height: 20px;
	overflow-wrap: break-word;
	display: inline-block;
	max-width: 85%;
	clear: both;
	position: relative;
	transition: margin 0.28s ease-in-out 0s;
}

.input-group {
	padding: 0px 28px 6px;
	width: 100%;
	position: relative;
	background: rgb(255, 255, 255);
	z-index: 3;
	flex: 0 0 auto;
}
.input-group .footer-input-wrapper, .input-group .footer-icons-wrapper {
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	transform: translateY(0px);
}

.text_area_c {
	border: 0px;
	width: 100%;
	font-size: 17px;
	margin: 20px 0px 14px;
	border: 2px solid;
	resize: none;
	line-height: 24px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.send-icon {
	width: 26px;
	height: 26px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

hr {
	margin: 0px;
	border-width: 0px 0px 1px;
	border-top-style: initial;
	border-right-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-bottom-style: solid;
	border-bottom-color: rgb(219, 223, 230);
}

#conversation-group {
	padding: 0px 28px;
	width: 100%;
	height: 357px;
	overflow: hidden auto;
	background: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
	max-height: 357px;
	min-height: 160px;
	flex: 0 1 auto;
}
.message-operator.bots-quick-replies button {
	font-size: 15px;
	padding: 8px 16px;
	border: 1px solid;
	border-radius: 20px;
	margin: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: inherit;
}

.offline-message span.online::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	background: rgb(88, 183, 67);
	border-radius: 50%;
	left: 0px;
}

.no-clip-path .offline-message {
	padding: 14px 28px 20px;
}

.offline-message span {
	z-index: 2;
	position: relative;
	display: inline-block;
	font-size: 16px;
}

.message-operator.message-with-buttons .button-wrapper, .message-operator .message-with-buttons .button-wrapper, .message-operator.bots-quick-replies .button-wrapper {
	background: rgb(255, 255, 255);
	width: 100%;
	margin-top: 10px;
   /* border-width: 0px 1px 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgb(235, 238, 240);
	border-bottom-color: rgb(235, 238, 240);
	border-left-color: rgb(235, 238, 240);*/
	border-image: initial;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-style: initial;
	border-top-color: initial;
	position: relative;
}

#chat-button button i.for-opened.active {
	transform: translateX(0px);
}
.message-operator.bots-quick-replies .sent {
	font-size: 15px;
	padding: 8px 16px;
	border: none;
	border-radius: 20px;
	margin: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: inherit;
}

.message-operator.message-with-buttons .sent, .message-operator .message-with-buttons .sent, .message-operator.bots-quick-replies .sent {
	margin: 0px auto;
	min-width: 100%;
	display: block;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 16px;
	color: rgb(0, 125, 252);
	background: #f2f9ff;
	position: relative;
	z-index: 2;
	outline: none;
	border-radius: 20px;
	font-weight:normal;
}


.chat-header {
	padding: 24px 28px 0px;
	background: linear-gradient(-61deg, rgb(0, 224, 216), rgb(32, 29, 142));
	position: relative;
	z-index: 4;
	flex: 0 0 auto;
}

.avatars-wrapper {
	width: 52px;
	height: 52px;
	margin: 0px 18px 0px 0px;
	float: left;
}

.chat h2.oneline {
	margin-top: 0px;
	line-height: 52px;
	min-height: 52px;
}

.chat h2 {
	font-size: 22px;
	font-weight: 600;
	color: currentcolor;
	margin: 4px 0px 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
	max-width: calc(100% - 145px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
}

.chat h2 .emoji {
	width: 31px;
	height: 31px;
}

button.material-icons.exit-chat, label.material-icons.exit-chat {
	margin-right: -3px;
}
button.material-icons.options, button.material-icons.exit-chat, label.material-icons.options, label.material-icons.exit-chat {
	z-index: unset;
}

button.material-icons, label.material-icons {
	position: relative;
	z-index: 1;
	margin: 15px 0px 8px 11px;
	float: right;
}
button.material-icons.options::before, button.material-icons.exit-chat::before, label.material-icons.options::before, label.material-icons.exit-chat::before {
	background: rgba(0, 36, 92, 0.16);
}
button.material-icons::before, label.material-icons::before {
	content: "";
	position: absolute;
	background: rgb(239, 242, 246);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.16s ease-in-out 0s;
	transform: scale(0);
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
button.material-icons svg#ic-minimize, button.material-icons svg.options-icon, label.material-icons svg#ic-minimize, label.material-icons svg.options-icon {
	fill: currentcolor;
}

element.style {
}

.tidio-1s5t5ku span {
	background: rgb(255, 255, 255);
	padding: 6px 8px;
	border-radius: 2px;
	box-shadow: rgba(0, 18, 46, 0.32) 0px 2px 8px 0px;
	font-size: 13px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
	transition: all 0.16s ease-in-out 0s;
	z-index: 1;
	right: calc(100% + 10px);
	top: 50%;
	transform: translate(5px, -50%);
	color: rgb(6, 19, 43);
}

.offline-message {
	margin: 18px -28px 0px;
	color: currentcolor;
	width: calc(100% + 56px);
	padding: 14px 28px 7px;
	position: relative;
	background-size: 100% calc(100% + 12px);
	z-index: 1;
}

.no-clip-path .offline-message {
	padding: 14px 28px 20px;
}

.offline-message span.online {
	padding-left: 20px;
}

.no-clip-path .offline-message::after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	bottom: -8px;
	left: -5px;
	border-image-slice: 0 0 100%;
	border-image-width: 0 0 15px;
	border-image-repeat: stretch;
	border-width: 0px 0px 15px;
	border-bottom-style: solid;
	border-color: initial;
	border-top-style: initial;
	border-left-style: initial;
	border-right-style: initial;
}

.input-group .footer-input-wrapper, .input-group .footer-icons-wrapper {
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	transform: translateY(0px);
}

.send-icon:hover svg path {
	fill: #1775ec;
}

.message-operator {
	color: rgb(6, 19, 43);
	background: rgb(240, 242, 247);
	float: left;
}
.message span.message-content {
	white-space: pre-line;
}
#chatContainer {
	transition: all 0.3s ease-in-out;
	right:-300px;
   
}

.onlyBubble {
	display: none;
	transition: all 0.3s ease-in-out;
}

.open {
	display: block;
	transition: all 0.3s ease-in-out;
}

#chatContainer.open {
	right: 0;
}

.footer-input-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.clicked {
	display: none !important;
}

#button:not(.sidebar).clicked .buttonWave::after {
	animation: 0.5s ease-out 0s 1 normal none running buttonWave;
}
#button:not(.sidebar) .buttonWave::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgb(20, 127, 255);
	opacity: 0.5;
}
.sentText {
	text-align-last: right;
	margin: 0px auto;
	min-width: 100%;
	display: block;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 16px;
	color: rgb(0, 125, 252);
	background: #c7f4dd;
	position: relative;
	z-index: 2;
	outline: none;
	border-radius: 20px;
	font-weight: normal;
	margin: 10px;
}

.botText {
	color: rgb(6, 19, 43);
	background: rgb(240, 242, 247);
	padding: 10px 16px;
	border-radius: 20px;
	margin: 2px 0px;
	font-size: 15px;
	line-height: 20px;
	overflow-wrap: break-word;
	display: inline-block;
	max-width: 85%;
	clear: both;
	position: relative;
	transition: margin 0.28s ease-in-out 0s;
}
.svgsent svg path {
	fill: #1775ec;
}	

.test 
{
	float:right;
	width:auto;
}
.test11 
{
	float:left;
	width:100%;
}
.scmr
{
	top: 0px; 
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.chat, .start-group {
		width: 320px;
		position: fixed;
		bottom: 26px;
		border-radius: 16px;
		pointer-events: auto;
		box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 22px 0px;
		overflow: hidden;
		z-index: 999;
		right: 48px;
		left: auto;
		background-color: white;
	}
}
@media only screen and (max-width: 360px) {
	.chat, .start-group {
		width: 305px;
		position: fixed;
		bottom: 26px;
		border-radius: 16px;
		pointer-events: auto;
		box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 22px 0px;
		overflow: hidden;
		z-index: 999;
		right: 48px;
		left: auto;
		background-color: white;
	}
}
/* ===========================================================================================

chat style ends-support(timeslot) style starts

===========================================================================================*/
.timee{
	display:flex;
}
.boxxx{
	/* box-shadow:0px 0px 3px grey; */
}
/* ===========================================================================================

support(timeslot) style ends-** style starts

===========================================================================================*/
