/**
* Theme Name: Carpetx Child
* Description: This is a child theme of Carpetx, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogs-themes">Yogs Themes</a>
* Template: carpetx
* Version: 1.6
*/



#side_floating_form .form-group input {
	height: 45px !important;
}

#side_floating_form.fade {

	background: rgb(0 0 0 / 63%);
}


#side_floating_form .form-group textarea {
	height: 130px;
}

@media screen and (min-width: 1024px) {

.custom-floating-button {
    position: fixed;
    bottom: 50%;
    left: -155px;
    z-index: 99;
    background-color: #247ffb;
    color: #fff;
    padding: 8px 25px 6px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
	transform-origin: bottom right;
    transform: rotate(-90deg) translateX(50%);
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 0px 0px 15px 15px;
    font-weight: bold
}

.custom-floating-button:hover {
       left: -150px;
    color: #FFFFFF;
    background-color: #006afb;
    border-left: 0;
    border-right: 0;
}


}


@media screen and (max-width: 991px) {
.custom-floating-button {
	display:none;
}
}


.object-fit-cover {
	object-fit: cover;
}


.menu-location-pages-menu-container {
    z-index: 1000;
    transition: top 0.3s ease-in-out;
}

.menu-location-pages-menu-container.stickyy {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    
}

