@media screen and (max-width: 992px) {

.container-fluid {
  max-width: 720px;
}
/* hero section */
.hero-section {
  padding: 0px 0px;
}
.hero-section .container-fluid {
	max-width: 100% !important;
	padding-bottom: 72px;
}

.hero-content {
  max-width: 720px;
  margin: auto;
}
.hero-content img {
  width: 100%;
}

.hero-content h1 {
	font-size: 42px;
	padding: 25px 0px 40px;
}
.hero-bottom-icon .ball-icon img {
	width: 40px;
	margin-left: 296px;
	margin-top: 85px;
}
.heart-shaped.shape-1 img {
	position: absolute;
	top: 20px;
	left: -104px;
}
.heart-shaped.shape-2 img {
	position: absolute;
	top: 60px;
	left: -99px;
}
.heart-shaped.shape-4 img {
	position: absolute;
	top: 101px;
	left: -96px;
}
.heart-shaped.shape-3 img {
	position: absolute;
	top: 207px;
	left: -90px;
}
/* hero section end */
.about {
	width: 100%;
	padding-top: 0px;
  }
  .line-indication img {
    width: 100%;
    height: auto;
    position: static;
}
.about-content {
	padding-left: 0px;
}
.about-content p {
	padding-right: 0px;
}
.bones-icon.about-bones {
	margin-left: 0px;
}
.about-main-img img {
	width: 100%;
}
.about-content .shape-1 {
	top: 822px;
	left: 382px;
	transform: rotate(184deg);
	width: 32px;
}
.about-content .shape-2 {
	top: 758px;
	left: 263px;
	transform: rotate(186deg);
	width: 32px;
}
/* offer css  */

.offer-content {
	padding-right: 0px;
}
.offer-content .svg-line img {
	width: 100%;
	height: auto;
	position: static;
	top: auto;
	right: auto;
	transform: rotate(0);
	margin-top: 17px;
}

.we-offer-right .svg-line img {
	width: 100%;
	height: auto;
	position: static;
	transform: rotate(0deg);
}
.we-offer-right img {
	width: 100%;
	height: auto;
}
/* offer end */
/* gullyver pack */
.gullivers-pack {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;

}
.gallery-bottom-line img {
	position: static;
	width: 216px;
	height: 264px;
	right: 231px;
	top: 28px;
}
.gallery-item img {
	width: 100%;
	height: 466px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
/* gullyver pack end */

/* home contact  */
.home-contact .top-part {
  width: 100%;
}
.footer .footer-content {
  width: 100%;
  margin: auto;
}
.top-part .contact-icon-1 {
	position: static;
	width: 160px;
	margin-top: -183px;
	margin-left: 269px;
}
.top-part .contact-icon-2 {
	position: static;
	width: 30px;
	margin-top: -320px;
	margin-left: 369px;
}
.home-contact .second-part-content {
	width: 100%;
}
.top-part .top-title h1 {
	display: block;
}
.top-part .top-title span {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}
.home-contact {
	overflow-x: hidden;
}
}

/* 992 px end */

@media screen and (max-width: 576px) {

	/* hero */
	.hero-bottom-icon .ball-icon img {
		width: 40px;
		margin-left: 162px;
		margin-top: 80px;
	}
	.heart-shaped.shape-3 img {
		position: absolute;
		top: 191px;
		left: -90px;
	}
	/* hero end */

	/* about */
	.about {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-content .shape-1 {
		top: 654px;
		left: 143px;
		transform: rotate(184deg);
		width: 32px;
	}
	.about-content .shape-2 {
		top: 700px;
		left: 230px;
		transform: rotate(186deg);
		width: 32px;
	}
	/* about end */

	/* offer  */
	.we-offer {
		padding: 0 20px;
	}
	.we-offer-right .svg-line img {
		width: 100%;
		height: auto;
		position: static;
		transform: rotate(0deg);
		margin-top: -22px;
	}

	/* offer end */
	/* gullyver pack  */
	.gullivers-pack {
		width: 100%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	/* gullyver pack end */

	/* home contact  */

	.map iframe{
		width: 100%;
	}

	/* home contact end */
	/* footer */
	.footer {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	/* footer end */
}