@media screen and (max-width: 1400px) {
  .thinking_img {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .common_padding {
    padding: 0px 15px;
  }
  .thinking_img {
    width: 600px;
  }
  .grid_booking {
    grid-template-columns: repeat(3, 1fr);
  }
  .thinking_img {
    position: initial;
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .margin_top {
    margin-top: 60px;
  }

  .grid_booking {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner_hero {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .mob_res_hero1 {
    flex-direction: column;
    align-items: flex-start;
   
  }
  .banner_title {
    font-size: 40px;
  }
	.tg-site-header-bottom{
		padding: 1rem 15px;
	}
}
@media screen and (max-width: 568px) {
  p,
  input {
    font-size: 14px;
  }
  .label_form {
    font-size: 14px;
  }
  .common_title {
    font-size: 25px;
  }
  .bg_form_bg input {
    font-size: 14px;
  }
  .margin_top {
    margin-top: 40px;
  }
  .trip_type li {
    padding: 6px 10px;
    font-size: 14px;
  }
  .banner_hero {
    height: 450px;
  }
  .grid_booking {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .booking_img img {
    height: 60px;
  }
  .banner_hero {
    background-image: none;
    background-color: #eee;
  }
  .banner_title {
    font-size: 30px;
  }

  .bg_form {
    padding-bottom: 30px !important;
  }
  .bg_form_bg {
    padding: 15px;
  }
  .common_title2 {
    font-size: 22px;
  }
  .search_btn {
    font-size: 16px;
    width: 140px;
    height: 45px;
    bottom: -25px;
  }
  .booking_container {
    padding: 15px;
  }
	footer__logo img {
    height: 35px !important;
    width: auto;
}
	.footer_link_area {
    padding-bottom: 10px !important;
}
	.site-branding{
		flex-direction: initial !important;
	}
	.common_padding{
		padding: 0px 12px;
	}
	.tg-site-header-bottom{
		padding: 10px 12px;
	}
	img.custom-logo {
		width: 150px !important;
}
	.copyRight{
		padding: 10px !important;
	}
	.padding_bottom_b{
	padding-bottom: 25px
}
}