.new_icons_1 {
    padding-left: 2px;
    position: fixed;
    z-index: 10;
    bottom: 70px;
    left: 10px;
}

.new_icons_2 {
    padding-left: 19px;
    font-size: 13px;
    position: fixed;
    bottom: 25px;
    z-index: 10;
    left: 10px;
}
@media(max-width:500px){
	.new_icons_2 {
    padding-left: 15px;
    font-size: 13px;
    position: fixed;
    bottom: 24px;
    z-index: 10;
    left: 10px;
	
}
.new_icons_2 a i {
    border-radius: 50%;
    background: #006ce4;
    color: #fff;
    height: 49px;
    width: 49px;
    font-size: 15px;
    border: 2px solid #fbfbfb;
    line-height: 45px;
    text-align: center;
    animation-name: ripple;
}

}

.new_icons_2 a i {
    border-radius: 50%;
    background: #006ce4;
    color: #fff;
    height: 49px;
    width: 49px;
    font-size: 15px;
    border: 2px solid #fbfbfb;
    line-height: 45px;
    text-align: center;
    animation-name: ripple;
}

.new_icons_1 a i {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fbfbfb;
    background: #006ce4;
    height: 42px;
    width: 42px;
    line-height: 39px;
    font-size: 24px;
    text-align: center;
    animation-name: ripple;
    
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.5, 1.5)
    }

    100% {
        transform: scale(1, 1)
    }
}


.For-btn-div {
    width: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/* Button styles */
.booking-btn {
    width: 100%;
    padding: 12px;
	background: linear-gradient(313deg, #0e489f 0%, #17c8fc 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.booking-btn:hover {
    background-color: #0056b3;
}



/* custom css for custom select  */

@media(max-width:500px){
	.header-top-left-item12 a{
	display: block !important;
        font-size: 10px;
        font-weight: bold;
        background: #15b7f0;
        padding: 6px 12px;
        border-radius: 4px;
        color: white;
}
}

@media(max-width:990px){
	

.faq-tab.faq-style-2 .nav-link.active .service-arrow-desk-none{
	display:block !important;
	color:white;
}
}