/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2022 | 08:55:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body.page-template-default.page.page-id-4138 div.main {
width: 650px;
margin: 0 auto !important;
}

img#faq-bot-img-close {
    position: absolute;
    width: 30px;
    top: -350px;
    right: 320px;
    z-index: 9;
}

@media only screen and (max-width: 768px){
img#faq-bot-img-close {
    position: fixed !important;
    width: 20px !important;
    top: 23% !important;
    right: 130px !important;
    bottom: 20% !important;
    z-index: 999 !important;
}
}

@media (min-width: 1025px){
#faq-bot-img {
    cursor: pointer;
}
}