		body{
            overflow-y: auto;
        }
        .popup_block form{
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
        }
        .popup_block form span, .popup_block form p, .popup_block form input, .popup_block form textarrea {
            display:flex;
            flex-direction:column;
            align-items:center;
            justify-content:center;
        }
        .popup_block form input, .popup_block form textarrea{
            width:100%;
        }
        
        .textarea_class{
            outline: none;
            margin-bottom:20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 80%;
            background: transparent;
            border: 1px solid #939598;
            margin-bottom: 20px;
            padding: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            color: white;
            font-size: 16px;
            height: 110px;
        }
        .zag_form{
            color: white;
            font-size: 25px;
            font-weight: 500;
            margin-bottom:30px;
			margin-top:30px;
        }
        .input_class{
            outline: none;
            background: transparent;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 1px solid #939598;
            padding-bottom: 10px;
            width: 80%;
            color: white;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            margin-bottom: 20px;
        }
        .send_btn{
            cursor:pointer;
            background: #B7A98B;
            width: 330px!important;
            height: 50px;
            font-size: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: black;
            text-decoration: none;
            list-style: none;
        }
        .close_btn{
            position: absolute;
            top: -50px;
            right: -50px;
            color: white;
            z-index: 1;
            font-size: 30px;
            cursor: pointer;
        }
        .popup_bg{
            z-index:1000;
            
            width: 100%;
            height: 100vh;
            position: fixed;
            background-color: rgba(1, 0, 0, 0.77);
            display: none;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .popup_cont{
            position: relative;
            padding: 20px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 500px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: #272B31;
            min-height: 500px;
        }
        #callback_one{
            display: none;
        }
        .popup_block{
            position: relative;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            height: 100%;
            min-height: 500px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border: 1px solid #B7A98B;
        }
        .wpcf7-not-valid-tip{
                font-size:12px;
                padding-top:0;
        }

        @media screen and (max-width:700px){
            .popup_block form input, .popup_block form textarrea{
                width:286px;
            }
            .wpcf7-not-valid-tip{
                padding-top:0;
            }
            .popup_cont{
                width: 400px;
            }
            .close_btn{
                top: -30px;
                right: -30px;
            }
            .send_btn{
                width:286px!important;
                border-radius:0px;
                border:none;
            }
        }
        @media screen and (max-width:500px){
            .popup_block form input, .popup_block form textarrea{
                width:90%;
            }
            .send_btn{
                width:207px!important;
            }
            .popup_cont{
                width: 90%;
            }
            
            .textarea_class{
                height: 110px;
            }
            .close_btn {
                top: -50px;
                right: 0px;
            }
            .input_class, .textarea_class{
                font-size: 14px;
                width:90%;
                border-radius:0;
            }
            .wpcf7-not-valid-tip{
                padding-top:0;
            }
            .zag_form{
                font-size: 20px;
            }
            .send_btn{
                font-size: 16px;
            }
        }