

/*media 767px*/
@media (max-width: 767px) {

.customtabs button{
	width: 45%;
}
.left_banner_txt{
	display: none;
}
.custompkgcard{
	margin-bottom: 1.5rem;
}
.OurPartners .card {
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.left_banner_txt {
    text-align: center;
    margin-bottom: 1rem;
}
.footer.footerAI{
	text-align: center;
}
.socialicons {
    justify-content: center;
}
footer.footerAI{
	text-align: center;
}
.footerleft {    
    margin-top: 1rem;
}
ul.book_now_btn {margin: 1rem 0;
}
a.nav-link.active:after{
	width: 50px;
}
.hidemob{
	display: none;
}
.hidedesk{
	display: block;
}
.copyright{
	margin-top: 2rem;
}
section.OurPartners .card img {
    width: 60%;
    margin: 0 auto;
}
.OurPartners{
	display: none;
}
.top_form_div h5 {
    font-size: 1rem;
    margin-top: 0rem;
}
.top_form_div p {
    margin-bottom: 8px;
}
.modal.custommodalform input, select {
    height: 43px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.customtabs button{
		    width: 14.1%;
	}
	.left_banner_txt {
    text-align: center;
    margin-bottom: 1rem;
}
	}

	@media (max-width: 220px){
	.customtabs button {
    width: 46%;
}
}

/*media 991px*/
@media (max-width: 991px) {}