@media only screen and (min-width:1024px) and (max-width:1440px) {

	/*New Design*/

	.newsection {
		background: #fff8e4;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-top: 100px;

		.newsection-container {
			width: 92%;
			margin: 0px auto;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			/* align-items: center; */

			.left {
				width: 49%;

				.newlogo {
					width: 57%;
					margin-bottom: 20px;

					img {
						width: 100%;
					}
				}

				.applybtn2 {
					background: #EA4F0C;
					color: #fff !important;
					border-radius: 50px;
					padding: 10px 50px !important;
					font-size: 24px;
					transition: 0.3s all;
					margin-top: 7px;
					margin-bottom: 40px;
					width: fit-content;
					font-weight: 600;
				}

				.applybtn2 a {
					color: #fff;
				}

				h1 {
					font-size: 3.5vw;
					font-weight: bold;
					color: #EA4F0C;
					text-align: left;
					line-height: 3.5vw;
				}

				h2 {
					font-size: 2vw;
					font-weight: bold;
					color: #008E72;
					text-align: left;
					line-height: 3.5vw;
					padding-bottom: 80px;
				}

				p {
					font-size: 1.5vw;
					text-align: left;
					font-weight: 600;
					line-height: 1.9vw;
				}

				.usp {
					display: flex;
					flex-direction: row;
					margin-bottom: 20px;

					.uspblock {
						background: #fff;
						padding: 11px 15px;
						border-radius: 20px;
						font-size: 20px;
						font-weight: bold;
						display: flex;
						align-items: center;
						margin-right: 30px;

						span {
							margin-right: 10px;

							img {
								width: 28px;
							}
						}
					}

				}

			}

			.right {
				width: 49%;
				position: relative;

				.bannerbgnew {
					width: 50%;
					position: absolute;
					top: -5%;
					right: 23.5%;


					img {
						width: 100%;
					}
				}

				.vikrant2 {
					width: 415px;
					height: 480px;
					overflow: hidden;
					object-fit: contain;
					margin: 0px auto;
					position: relative;
					z-index: 1;


					img {
						width: 100%;
					}
				}

			}
		}
	}


}

@media only screen and (min-width:678px) and (max-width:1023px) {}

@media only screen and (min-width:230px) and (max-width:767px) {

	/*New Design*/

	.newsection {
		background: #fff8e4;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-top: 30px;

		.newsection-container {
			width: 92%;
			margin: 0px auto;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			/* align-items: center; */

			.left {
				width: 100%;

				.newlogo {
					width: 80%;
					margin-bottom: 20px;

					img {
						width: 100%;
					}
				}

				.applybtn2 {
					background: #000;
					color: #fff !important;
					border-radius: 50px;
					padding: 10px 50px !important;
					font-size: 24px;
					transition: 0.3s all;
					margin-top: 7px;
					margin-bottom: 40px;
					width: fit-content;
					font-weight: 600;
				}

				.applybtn2 a {
					color: #fff;
				}

				h1 {
					font-size: 32px;
					font-weight: bold;
					color: #EA4F0C;
					text-align: left;
					line-height: 40px;

					/* br{display: none;} */
				}

				h2 {
					font-size: 2vw;
					font-weight: bold;
					color: #008E72;
					text-align: left;
					line-height: 3.5vw;
					padding-bottom: 80px;
				}

				p {
					font-size: 18px;
					text-align: left;
					font-weight: 600;
					line-height: 28px;
				}

				.usp {
					display: flex;
					flex-direction: column;
					margin-bottom: 20px;

					.uspblock {
						width: 80%;
						background: #ffff;
						padding: 15px 25px;
						border-radius: 20px;
						font-size: 18px;
						font-weight: bold;
						display: flex;
						align-items: center;
						margin-right: 0px;
						margin-bottom: 20px;

						span {
							margin-right: 10px;

							img {
								width: 28px;
							}
						}
					}

				}

			}

			.right {
				width: 100%;
				position: relative;

				.bannerbgnew {
					width: 50%;
					position: absolute;
					top: -5%;
					right: 23.5%;
					display: none;

					img {
						width: 100%;
					}
				}

				.vikrant2 {
					width: 90%;
					height: auto;
					overflow: hidden;
					object-fit: contain;
					margin: 0px auto;
					position: relative;
					z-index: 1;


					img {
						width: 100%;
					}
				}

			}
		}
	}

	footer {

		.footer-top {
			background: #F3F3F3;
			padding: 30px 0px;

			.footer-top-row {
				display: flex;
				align-items: flex-start;
				flex-direction: column;
				justify-content: space-between;

				.footer-top-block {
					width: 100%;
					height: auto;
					margin-bottom: 30px;

					.footer-logo {
						width: 80%;

						img {
							width: 100%;
						}
					}

					h5 {
						text-align: left;
						font-size: 24px;
						font-weight: 600;
						margin-bottom: 20px;
					}


				}
			}
		}



		.footer-bottom {

			p {
				padding: 10px 0px;
				font-size: 16px;
				color: #666;
				text-align: center;
				margin: 0px;
			}
		}
	}


}