section.partners_section {
    display: none;
}

.hotel_price_card {
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 7px;
	display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
}

.price_card_1 {
    padding: 7px;
	width:100%;
}

.price_card_content {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
	
}
.bp_main_logo img{
	width:70px;
	height:70px;
}
.our_pic span {
    font-size: 14px;
    font-weight: 500;
    color: #00C6C0;
    background-color: #E1FFFE;
    padding: 7px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 4px;
    min-height: 30px;


}

.our_pic {
    min-height: 60px;
    display: flex;
    justify-content: end;
}

.card_price {
    margin-top: 14px;
}

.card_price p {
    font-size: 16px;
    color: #848484;
    margin-top: 14px;
}

.card_price h4 {
    font-size: 32px;
    font-weight: 500;
    color: #000520;
}

.card_price h4 span {
    font-size: 16px;
    color: #848484;
}

.price_card_content .check_btn a {
    text-decoration: none;
    font-size: 15px;
    color: #1E1E1E;
    font-family: 'Gilroy-Gilroy-Medium', sans-serif;
    background-color: #DBDBDB;
    border-radius: 10px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.2s;

}

.price_card_content .check_btn a:hover {
    color: #fff;
    background-color: var(--bp_main_color);
    padding-right: 25px;
}

.price_card_content .check_btn a::after {
    position: absolute;
    content: "";
    background: url(../images/right_arrow.svg)no-repeat;
    height: 18px;
    width: 18px;
	margin-top: 2px;
	margin-left: -16px;	
	opacity:0;
    top: 50%;
	transition: all 300ms ease 0ms;
    transform: translateY(-50%);

}

.price_card_content .check_btn:hover a::after {
    opacity: 1;
    visibility: visible;
	margin-left:7px;
}

@media screen and (max-width:1024px) {
		.hotel_price_card { flex-wrap:wrap; }
.price_card_1 { width:50%;}
	}
@media screen and (max-width:767px) {
.price_card_1 { width:100%;}
	}













 .book_hover:hover .logo_hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.book_hover .logo_hover {
    position: absolute;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.book_hover .logo_hover p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.logo_hover .book_logo {
    display: flex;
    justify-content: center;
    gap: 15px;
	padding:0px 10px
}


.book_logo a{
	border:none;
	background-color:transparent !important;
	padding:0 !important;
}
.hc-hover .priceHotel{
	position:absolute;
	bottom:7%;
}
.logo_hover>p{
	 color: #fff;
    font-weight: 600;
    
}
