h2,h3{
	letter-spacing:-0.5px;
}
/* manastha banner start */
.banner {
	margin-top:75px;
	padding:40px 0 0;
	position: relative;
	/* background: url("../images/banner-shadow.png") no-repeat;
	background-position: -230px 0; */
}

.banner-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}

.left-banner p {
	/* font-family: 'Proxima Nova'; */
	font-style: normal;
	font-weight: 600;
	color: #31363E;
	margin-bottom: 18px;
}

.profile-show {
	display: inline-block;
	max-width: 280px;
}

.right-banner img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

/* .left-banner {
    margin-top: 160px;
} */
.left-banner h1 {
	margin-bottom: 26px;
}

.left-banner p {
	margin-bottom: 53px;
}

/* manastha banner end */

/* therapy block start */
.therapy-block {
	background-color: #0049AD;
	padding: 60px 0 120px;
	position: relative;
}

.therapy-content h2 {
	font-style: normal;
	font-weight: 800;
	color: #FFFFFF;
}

.therapy-content p {
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
}

.therapy-img {
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 46px;
}

.therapy-img img {
	display: block;
}

/* therapy block end */

/* feature block start  */
.feature-block {
	position: relative;
	min-height: 530px;
}
 
.feature-content {
	position: absolute;
	top: 0;
	left: 0;
	width:90%;
	padding: 30px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01), inset 11.2px -11.2px 21.2px rgba(9, 1, 0, 0.03), inset -11.2px 11.2px 21.2px rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(31px);
}

.feature-img {
	width: 100%;
	height: 530px;
	object-fit: cover;
	display: block;
}

.feature-content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 23px;
	color: #31363E;
}

.feature-content p {
	color: #31363E;
}

/* feature block end  */
/* Convenient block start */
.convenient-block {
	padding: 40px 0;
	background-color: #ffffff;
}

.convenient-img {
	text-align: center;
	margin-bottom: 20px;
}

.convenient-show h2 {
	font-style: normal;
	font-weight: 800;
	color: #0049AD;
}

.convenient-show p {
	font-style: normal;
	font-weight: 600;
	color: #31363E;
}

/* Convenient block end */

/* delivery block start */
.delivery-block {
	padding: 40px 0 0;
	background-color: #0049AD;
	z-index: 2;
}
.delivery-block .container{
	position: relative;
}
.delivery-wrap {
	position: relative;
	z-index: 1;
  }

.delivery-right {
	display: flex;
	flex-direction: column;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 20px; 
}
.delivery-left{
	padding:100px 0 36px;
}

.delivery-left h2 {
	font-style: normal;
	font-weight: 800;
	color: #FFFFFF;
}

.delivery-left p {
	font-style: normal;
	font-weight:600;
	color: #F5F5F5;
}

.delivery-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	margin: 0 auto;
	right: 0; 
}
/* delivery block end */
/* contact-us-section-start */
.contact-us {
	padding: 25px 0;
	background-color: #f5f5f5;
	text-align: center;
	border:4px solid #0babc1;
  }
  
  .contact-info h2 {
	margin-bottom: 15px;
  }
  
  .contact-info p {
	margin-bottom: 15px;
  }
  
  .contact-info .btn {
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
	background-color: #e42c38;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.6rem;
	border: 2px solid transparent;
	transition: 0.3s all;
	font-weight:700;
  }
  .contact-info .btn:hover {
	background-color: #f5f5f5;
	color: #14151b;
	border: 2px solid #e42c38;
  }
  /* contact-us-section-end */
@media only screen and (min-width:375px){
  p{
	font-size:1.8rem;
	line-height:1.4;
  }
}
@media only screen and (min-width: 768px) {

	/* manastha banner start */
	.banner-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.left-banner p {
		width: 280px;
	}

	/* manastha banner end */

	/* therapy block start */
	.therapy-content {
		width: 366px;
	}

	.therapy-img {
		right: 86px;
	}

	/* therapy block end */

	/* feature block start  */
	.feature-content {
		transform: translate(-35%, -50%);
		top: 50%;
		left: 28%;
		padding: 40px;
		max-width: 364px;
	}

	/* feature block end  */
	/* Convenient block start */
	.convenient-wrap {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.convenient-img {
		width: 40%;
	}

	.convenient-img img {
		width: 140px;
	}

	.convenient-show {
		width: 60%;
	}

	.convenient-show h2 {
		font-size: 42px;
	}

	.convenient-show p {
		font-size: 20px;
	}

	/* Convenient block end */

	/* delivery block start */
	.delivery-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.delivery-left p {
		width: 288px;
	}

	.delivery-left {
		width: 50%;
	}

	.delivery-right {
		width: 240px;
		margin-bottom: 0;
	}

	.delivery-shadow {
		position: absolute;
		left: 72%;
        transform: translateX(-50%);
	}
	/* delivery block end */
	/* contact-us-section-start */
	.contact-us {
		padding: 50px 0;
		border:8px solid #0babc1;
	  }
	  .contact-info {
		max-width:845px;
		margin: auto;
	  }
	  /* contact-us-section-end */
}
@media only screen and (min-width:1024px){
  /* contact-us-section-start */
  .contact-us {
    padding:60px 0 50px;
    border: 7px solid #0babc1;
  }
  .contact-info h2 {
	font-size: 3.6rem;
	margin: auto;
	margin-bottom: 14px;
	letter-spacing: -1px;
}
  .contact-info p {
    margin-bottom: 42px;
  }
  .contact-info .btn {
    padding: 16px 25px;
    font-size: 2.2rem;
  }
  /* contact-us-section-end */
}
@media only screen and (min-width: 1025px) {

	/* manastha banner start */
	.left-banner p {
		width: 400px;
		font-size: 26px;
	}

	/* manastha banner end */

	/* therapy block start */
	.therapy-block {
		padding: 90px 0 190px;
	}

	.therapy-content {
		width: 600px;
	}

	.therapy-content h2 {
		font-size: 52px;
	}

	.therapy-content p {
		font-size: 26px;
	}

	.therapy-img {
		width: 150px;
		right: 126px;
	}

	/* therapy block end */
	/* feature block start  */
	.feature-content h3 {
		font-size: 24px;
		line-height: 23px;
	}

	.feature-content p {
		font-size: 20px;
		line-height: 1.4;
	}

	.feature-content {
		transform: translate(-35%, -50%);
		top: 50%;
		left: 28%;
		padding: 60px;
		max-width: 464px;
	}

	.feature-img {
		height: auto;
	}

	/* feature block end  */
	/* Convenient block start */
	.convenient-block {
		padding: 70px 0;
	}

	.convenient-show h2 {
		font-size: 72px;
		line-height: 72px;
	}

	.convenient-show p {
		font-size: 36px;
		line-height: 45px;
	}

	.convenient-img img {
		width: auto;
	}

	/* Convenient block end */

	/* delivery block start */

	.delivery-left h2 {
		font-size: 62px;
		line-height:1;
	}

	.delivery-left p {
		font-size: 20px;
		line-height: 23px;
	}

	.delivery-right {
		width: 280px;
	}

	.delivery-left {
		width: 60%;
	}

	.delivery-left p {
		width: 490px;
	}

	/* delivery block end */
}

@media only screen and (min-width: 1200px) {
	.banner{
		margin-top: 65px;
	}
	/* manastha banner start */

	.left-banner p {
		font-size: 36px;
		line-height: 45px;
		width: 600px;
		margin-bottom: 36px;
	}

	.profile-show {
		max-width: 100%;
	}

	.left-banner {
		margin-top: 160px;
		margin-bottom: 169px;
	}

	/* manastha banner end */

	/* therapy block start */

	.therapy-block h2 {
		font-size: 72px;
		line-height: 72px;
	}

	.therapy-content p {
		font-size: 36px;
		line-height: 45px;
	}

	.therapy-content {
		width: 860px;
	}

	.therapy-img {
		width: auto;
	}

	.therapy-block {
		padding: 189px 0 196px;
	}

	.therapy-block h2 {

		margin-bottom: 60px;
	}

	/* therapy block end */

	/* feature block start  */
	.feature-content {
		left: 20%;
	}
	.feature-content h3{
		margin-bottom: 30px;
	}

	/* feature block end  */

	/* Convenient block start */
	.convenient-block {
		padding: 154px 0 65px;
	}

	.convenient-show h2 {
		margin-bottom: 60px;
	}

	.convenient-show {
		width: 80%;
		margin-top: -80px;
	}

	/* Convenient block end */

	/* delivery block start */
	.delivery-block {
		padding: 88px 0 0;
	}

	.delivery-right {
		width: auto;
		margin: 0;
	}

	.delivery-left {
		width: 61%;
	}

	.delivery-left h2 {
		width: 570px;
	}
	.delivery-left p{
		font-size:2.2rem;
		line-height:1.4;
	}
	.delivery-shadow {
		width: auto;
		left:65%;
	}
	.delivery-shadow img{
		display: block;
	}

	/* delivery block end */
	/* contact-us-section-start */
.contact-us {
	padding: 74px 0 68px;
	border: 10px solid #0babc1;
}

/* contact-us-section-end */
}
@media only screen and (min-width:1366px){
	.delivery-block {
		padding: 130px 0 0;
	  }
	  .delivery-block .container{
		padding-bottom: 70px;
	  }
	  .delivery-shadow{
		width:600px;
		top:auto;
		bottom:0;
	  }
}

