
			@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) {
				
				
				
				.chatbot-style{
					width: 370px;
					bottom: 110px;!important;
					right: 10px;!important;
					z-index: 1000;
				}
				
				.kc_chatbot-btn{
					z-index: 1000;
				}
				
				.kc_btnA{
					bottom: 60px;!important;
					right: 10px;!important;
				
				}
				
				.kc_btnB{
					bottom:60px;!important;
					right: 10px;!important;
				}
				
				.btnA_img{
				    width:50px;
				    height:50px;
				}
				.btnB_img{
				    width:50px;
				    height:50px;
				}
			}
			
			@media screen and (max-width: 700px) { 
				
				
				
				.chatbot-style{
					width: 90%;
					bottom: 110px;!important;
					right: 10px;!important;
					z-index: 1000;
				}
				
				.kc_chatbot-btn{
					z-index: 1000;
				}
				
				.kc_btnA{
					bottom: 60px;!important;
					right: 10px;!important;
				
				}
				
				.kc_btnB{
					bottom:60px;!important;
					right: 10px;!important;
				}
				
				.btnA_img{
				    width:50px;
				    height:50px;
				}
				.btnB_img{
				    width:50px;
				    height:50px;
				}
			}
		