@media (min-width: 1024px){#botIframe{
    width: 440px; 
    height: 600px;
    z-index: 9999; 
    position: fixed; 
    bottom: 0; 
    right: 0; 
    border: none
}}
@media only screen and (max-width: 1200px) {#botIframe{
    width: auto; 
    height: 600px;
    z-index: 9999; 
    position: fixed; 
    bottom: 0; 
    right: 0; 
    border: none
}}
@media only screen and (min-width: 600px) {#botIframe{
    width: auto; 
    height: 600px;
    z-index: 9999; 
    position: fixed; 
    bottom: 0; 
    right: 0; 
    border: none
}}
@media only screen and (max-width: 1024px) {#botIframe{
    width: 400px;
    height: 600px;
    z-index: 9999;
    position: fixed;
    /* bottom: 0; */
    right: 0;
    border: none;
    /* top: 43%; */
}}
@media only screen and (min-width: 1025px) {#botIframe{
    width: 500px;
    height: 600px;
    z-index: 9999;
    position: fixed;
    /* bottom: 0; */
    right: 0;
    border: none;
    /* top: 43%; */
}}
@media only screen and (max-width: 600px) {
    
#botIframe{
    width: 80%;
    height: 600px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    border: none;
    
}}