#callbk {display: none;position:fixed;width:600px;left:0;top:0;border-radius:10px;padding:48px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);z-index:999999;box-sizing: border-box;}
.callbk-title {margin-bottom:64px;text-transform: uppercase;font-family: Playfair Display;font-weight: bold;font-size: 36px;line-height: 1;text-align: left;color: #000000 !important;}
.callbk-form-title {margin-bottom: 10px;font-weight: 500;font-size: 12px;line-height: 16px;letter-spacing: 2.4px;text-transform: uppercase;color: #A2A090 !important;text-shadow: none !important;}
.callbk-form-field {background: #F2F2F2;border-radius: 12px;color: black;padding:24px;margin-bottom:24px;width:100%;height: 64px;font-family: Source Sans Pro;font-style: normal;font-weight: normal;font-size: 16px;line-height: 16px;box-shadow: none !important;box-sizing: border-box;outline: 0;border: 0 !important;}
.callbk-button {font-family: Source Sans Pro;font-style: normal;font-weight: normal;font-size: 16px;line-height: 16px;border: none;box-shadow: none;cursor: pointer;display: inline-block;padding: 24px;background: #70A35B;border-radius: 12px;color: #ffffff;outline: 0 !important;border: none;}
.callbk-show-button {margin-bottom: 5px;}
.callbk-button:hover {opacity: .95;}
.callbk-button:active {opacity: .75;}
.callbk-submit-container {text-align:right;padding-top: 5px;}
.callbk-closeBtn {cursor: pointer;position: absolute;right: 48px;top: 48px;display: block;width: 36px;height: 36px;background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0EyQTA5MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjUuNUMtLjIgMS0uMiAyIC41IDIuOEw5LjcgMTIgLjUgMjEuMmExLjYgMS42IDAgMSAwIDIuMyAyLjNsOS4yLTkuMiA5LjIgOS4yYTEuNiAxLjYgMCAxIDAgMi4zLTIuM0wxNC4zIDEybDkuMi05LjJBMS42IDEuNiAwIDEgMCAyMS4yLjVMMTIgOS43IDIuOC41QzItLjIgMS0uMi41LjV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center center;background-size: 20px ;transition: .25s linear;}
.callbk-closeBtn:hover {transform: rotate(90deg);}
.callbk-closeBtn:before {content: none !important;display: none !important;}
.callbk-phone {vertical-align: middle;}
.callbk-messages {font-weight: bold;display: none;background-color: #fff;border: 3px solid gray;padding: 20px;margin: 20px;position: absolute;top: 0;left: 20px;right: 20px;text-align: center;border-radius: 6px;overflow: hidden;}
#callbk-message {color: #008000;border-color: #008000;}
.callbk-message-img {display: block;margin: 0 auto;text-align: center;max-width: 100%;}
#callbk-errors {color: #A22;border-color: #A22;}
#callbk-form .wa-recaptcha {overflow: hidden;width: 100%;}
#callbk-background {background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;margin: auto;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1000;}
#callbk-form-calldate, #callbk-form-calltime {
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    padding-right: 32px;
    width: auto;}

.callbk-button i::before {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;}


.callbk-message-img.icon-callbk-ok::before {
    font-size: 80px;
    line-height: 100px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.callbk-message-img.icon-callbk-attention::before {
    font-size: 80px;
    line-height: 100px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Fixed button */
.callbk-fixed-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    z-index: 999;
    font-size: 45px;
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
}

.callbk-fixed-button i::before {
    display: block !important;
}

.callbk-top-right {
    top: 5%;
    right: 5%;
}

.callbk-top-left {
    top: 5%;
    left: 5%;
}

.callbk-bottom-left {
    bottom: 5%;
    left: 5%;
}

.callbk-bottom-right {
    bottom: 5%;
    right: 5%;
}

.callbk-fixed-button *:before {
    font-size: 45px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.icon-callbk-phone::before{
    line-height: 48px;
}

.icon-callbk-phone-outline::before {
    font-size: 40px;
}

.icon-callbk-chat::before {
    font-size: 40px;
    line-height: 41px;
}

.icon-callbk-chat-1::before{
    font-size: 40px;
}

.icon-callbk-chat-2::before{
    font-size: 32px;
}

/* Mobile version */
#callbk.callbk-mobile {
    overflow: scroll;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 24px;
}

#callbk.callbk-mobile .callbk-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 48px;
}

#callbk.callbk-mobile > form {
}

#callbk.callbk-mobile .callbk-closeBtn {
    right: 20px;
    top: 20px;
}

#callbk.callbk-mobile .callbk-closeBtn:hover {
    transform: rotate(90deg);
}
#callbk.callbk-mobile .callbk-closeBtn:before {
    content: none !important;
    display: none !important;
}
