.contact-us-section textarea
{
	height:100px;
}
.contact-us-section .wpcf7-submit
{
	background-color:#FF2D30;
	color:#ffffff;
	border:0;
	font-weight:bold;
}
.contact-us-section .wpcf7-submit:hover
{
	background-color:#00b8f1;
	color:#ffffff;
}
.contact-us-section input::placeholder,
.contact-us-section textarea::placeholder,
.contact-us-section select
{
	color:#666666;
}
.sticky-enquiry-btn{
    position: fixed;
    right:-58px;
    top: 50%;
    transform: translateY(-50%);
    background: #e60023;
    color: #fff;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 6px 6px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: rotate(90deg);
    letter-spacing: 2px;
}

.sticky-enquiry-btn:hover{
    background: #c4001d;
    color:#fff;
}
.sticky-whatsapp-btn{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.sticky-whatsapp-btn img{
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
}

.sticky-whatsapp-btn img:hover{
    transform: scale(1.1);
}
ul.sub-menu
{
	columns:2;
}
html,body
{
    overflow-x: hidden;
}
#backToTop {
            position: fixed;
            bottom: 100px;
            right: 30px;
            width: 45px;
            height: 45px;
            background: #00b0e7;
            color: #fff;
            text-align: center;
            line-height: 45px;
            font-size: 20px;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            z-index: 9999;
            transition: all 0.3s ease;
        }
        #backToTop:hover {
            background: #333;
        }

@media (max-width: 600px) {
	ul.sub-menu
	{
		columns:1;
	}
}