/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-location-header {
	background: rgba(0, 0, 0, .5);
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 55;
    padding-top: 10px;
}


.bdt-slide-btn {
	position:relative;
}
.bdt-slide-btn:after{
	content:"";
	position:absolute;
	
}
.radio-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	max-width: 600px;
	width: 100%;
	border-radius: 6px;
	padding: 25px;
	z-index: 99;
	text-align: center;
	display: none;
}
.radio-modal h2{
	font-family: "Inter", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
	text-align: center;
}
.radio-modal a img {
    width: 28px;
    border: 1px solid #222;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    background: #fff;
    right: -8px;
}
.radio-modal.open-modal{
	display: block;
}
.open-modal-body:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000085;
    position: fixed;
    top: 0;
    left: 0;
}
.open-modal-body{
	overflow: hidden;
}

@media (max-width:767px){
	.bdt-scroll-down-text, .bdt-scroll-icon {
		display:none !important
	}
	.radio-modal{
		width: 95%;
	}
}