@font-face {
    font-family:poppins;
    src: url('../fonts/inter/Inter_18pt-Regular.ttf');
}

        /* Popup container */
.popuppp {
	position: fixed;
	bottom: -100%;
	left: 50%;
	transform: translate(-50%, 50%);
	background: #fff;
	color: white;
	text-align: center;
	padding: 20px;
	width: 760px;
	border-radius: 10px;
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 10000;
	box-shadow: rgba(17, 12, 46, 0.53) 0px 48px 100px 0px;
}

        /* Show popup */
        .popuppp.show {
            bottom: 50%;
            transform: translate(-50%, 50%);
            opacity: 1;
        }

        /* Popup button */
     .pop.popup-btn {
	position: fixed;
	bottom: -50%;
	left: 4%;
	/* transform: translateX(-50%); */
	/* padding: 10px 20px; */
	background: #e70a0f;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
}

        /* Once loaded, move button up */
        .pop.popup-btn.show {
            bottom: 37%;
        }

        /* Hide button when popup is open */
        .pop.popup-btn.hide {
            opacity: 0;
            pointer-events: none;
        }

        /* Close button */
     .popuppp .close-btn {
	background: black;
	color: white;
	border: none;
	/* padding: 10px 10px; */
	margin-top: 10px;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 50%;
	height: 35px;
	width: 35px !important;
	padding: 0px !important;
	position: absolute;
	top: -22px;
	right: -15px;
}

.fix-pop .field p {
	display: flex;
	gap: 10px;
}
.fix-pop .field p > span input {
	height: 44px;
	padding: 0px 12px !important;
}
#bottomPopup {
	padding-top: 20px !important;
	padding-bottom: 40px !important;
}
#bottomPopup > span {
	font-family: Poppins;
	width: 493px;
	margin: 0px auto;
	display: block;
	color: #717171;
	font-size: 13px;
	line-height: 20px;
}
.call-now p {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.1px !important;
	color: #E70A0F !important;
}
.call-now img {
	height: 22px;
	width: 22px;
}
.call-now:hover{
    cursor:pointer;
}
.fix-pop .field p > input {
	width: 50%;
	background: #e71015;
	height: 44px;
	margin-top: 4px;
}

.fix-pop .field p > span {
	width: 50%;
}
/* Overlay (hidden by default) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

/* Show overlay when popup is active */
.overlay.show {
    opacity: 1;
    visibility: visible;
}

.fix-pop .field p select {
	font-size: 16px;
	font-family: Poppins;
	height: 44px;
}

#bottomPopup p {
	color: #222;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 600;
	line-height: 43px;
	margin-bottom: 6px;
	padding-top: 10px;
	width: 490px;
	margin: 0px auto;
}
/* Tooltip styling */
.tooltip {
	position: absolute;
	bottom: 69px;
	left: -70%;
	transform: translateX(-50%);
	background: #fff;
	color: black;
	padding: 10px;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 99999;
	line-height: 18px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	z-index: 100000;
	border: 1px solid #d5d5d5;
	animation: mover 1s infinite alternate;
}

.tooltip p {
	margin-bottom: 4px;
}
.tooltip h5 {
	margin-bottom: 0px;
}

/* Show tooltip */
.tooltip.show {
    opacity: 1;
    visibility: visible;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.tooltip.show a {
	padding: 7px 20px;
	display: block;
	background:#ed5b31;
	color: #fff;
	font-size: 16px;
	height: 38px;
	margin-top: 10px;
	border-radius: 5px;
	font-family: Poppins;
	text-decoration: none;
}

  .float:hover {
	background-color: #FFF;
	color: #b79237;
}
.my-float {
	font-size: 24px !important;
	margin-top: 18px;
}
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	/* left: 40px; */
	background-color: #35b95d;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
	animation: bot-to-top 2s ease-out;
	border: 1px solid #fff;
}
.social-f {
	position: fixed;
	right: 42px;
	padding-bottom: 85px;
	bottom: 0;
	z-index: 100;
}
.social-f li {
	list-style: none;
	/* margin-bottom: 10px; */
	padding-bottom: 0px;
}
.social-f li a {
	background-color: #b79237;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	width: 60px;
	height: 60px;
	display: block;
	border: 1px solid #fff;
}
.my-float {
	font-size: 24px !important;
	margin-top: 18px;
}


.fix-pop .field select {
	font-size: 16px;
	font-family: Poppins;
	height: 44px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.fix-pop .field  input {
font-size: 16px;
	font-family: Poppins;
	height: 44px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.fix-pop .field  input[type="submit"]{
	
	background: #ed5b31;
font-size: 16px;
	font-family: Poppins;
	height: 44px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	padding: 10px;
    color: #fff;
}



.fix-pop .field > * {
	width: 100%;
}

.fix-pop .field {
	display: flex;
	gap: 10px;
    margin-top: 10px;
}
span.name {
	position: relative;
	left: -116px;
	width: 100px;
	display: inline-block;
top: -42px;
	/* font-size: 20px; */
	color: #fff;
	background: #ed5b31;
	padding: 5px;
	font-size: 14px;
	border-radius: 4px;
}
#social li {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .float {
	bottom: 80px;
}
.social-f {
	bottom: 42px;
}
}
@media screen and (max-width:768px){
    #bottomPopup {
	width: 92%;
}

.fix-pop .field p > input {
	margin-top: 0px;
}
#bottomPopup > span {
	width: 100%;
}
#bottomPopup p {
	width: 100%;
	font-size: 24px;
	line-height: 31px;
}

.tooltip {
	left: 0%;
}
}
    