/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.7.5

All css files are placed in /css/ folder
*/



.wpcf7-response-output {
    position: fixed;
    z-index: 99999;
    top: 50%;
    text-align: center;
    background: #a9efff;
    border: none !important;
    width: 400px;
    height: 200px;
    margin: 0 auto;
    overflow: visible;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px !important;
    margin-top: -100px !important;
box-shadow: 1px 1px 32px -6px #000000;
padding-top: 5% !important;
}


.wpcf7-response-output:before {
    content: "x";
    position: absolute;
    right: 19px;
    top: 10px;
    cursor: pointer;
}

.wpcf7-response-output.active222 {
    display: none;
}

.fonPOP-UP.fonPOPyes {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 789px) 
{
.wpcf7-response-output {
    position: fixed;
    z-index: 99999;
    top: 50%;
    text-align: center;
    background: #a9efff;
    border: none !important;
    width: 277px;
    height: 118px;
    margin: 0 auto;
    overflow: visible;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -139px !important;
    margin-top: -100px !important;
    box-shadow: 1px 1px 32px -6px #000000;
    padding-top: 10% !important;
}
}