
		@charset 'utf-8';
		
		.chatbot-style{
		    display: initial;
		    height: 600px!important;
		    border: none!important;
		    position: fixed!important;
		    background: transparent!important;
		}
		@media screen and (max-width: 700px) { 
		 #chatbot {
		        /*width: 340px!important;*/
		    }
		}
		@media screen and (max-width: 480px) {
		    .chatbot-style {
		        height: 400px!important;
		    }
		}
		.kc_chatbot-btn{
		    display: initial;
		    /*width: 60px!important;*/
		    /*height: 60px!important;*/
		    /*border-radius: 20%;*/
		    border: none!important;
		    position: fixed!important;
		    background: transparent;
		}
		
		.d-none{
		    display:none;
		}
		.chatbot-btn:hover {
		    transform: scale(1.1);
		}
		
		@media screen and (min-width: 701px) {
			.cls-1{fill:#ffffff;}
.cls-2{fill:#d44665;}

			
			
			.chatbot-style{
				width: 500px;
				bottom: 50px;!important;
				right: 90px;!important;
				z-index: 1000;
			}
			
			.kc_chatbot-btn{
				z-index: 1000;
			}
			
			.kc_btnA{
				bottom: 0px;!important;
				right: 90px;!important;
			
			}
			
			.kc_btnB{
				bottom:0px;!important;
				right: 90px;!important;
			}
			
			.btnA_img{
			    width:50px;
			    height:50px;
			}
			.btnB_img{
			    width:50px;
			    height:50px;
			}
		}
		
		@media screen and (max-width: 700px) { 
			.cls-1{fill:#ffffff;}
.cls-2{fill:#d44665;}

			
			
			.chatbot-style{
				width: 370px;
				bottom: 95px;!important;
				left: 5px;!important;
				z-index: 1000;
			}
			
			.kc_chatbot-btn{
				z-index: 1000;
			}
			
			.kc_btnA{
				bottom: 45px;!important;
				left: 5px;!important;
			
			}
			
			.kc_btnB{
				bottom:45px;!important;
				left: 5px;!important;
			}
			
			.btnA_img{
			    width:50px;
			    height:50px;
			}
			.btnB_img{
			    width:50px;
			    height:50px;
			}
		}
	