/* large desktop :2160px. */
@media (min-width: 2160px) and (max-width: 5000px) {}


/* large desktop :2001px.67% */
@media (min-width: 1920px) and (max-width: 2159px) {

	.custom-container {
		padding: 0px 60px;
	}

	.stellarnav ul {
		gap: 100px;
	}

	.stellarnav>ul>li>a {
		font-size: 22px;
		line-height: 22px;
	}

	.call {
		font-size: 22px;
		line-height: 22px;
	}

	.order-butn {
		font-size: 22px;
		line-height: 22px;
	}


	.bannercarousel-text-section h1 {

		font-weight: 700;
		font-style: Bold;
		font-size: 70px;
		line-height: 70px;

	}


	/* ===================== */
	/*about  Section*/
	/* ===================== */

	.about-section {
		padding: 80px 0px;
		margin: 0px;
		position: relative;
		height: 100%;
		background: url(../images/about-bg.png) no-repeat;
		background-size: auto;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.about-header-section {
		padding: 0px;
		margin: 0px 0px 50px 0px;
	}

	.about-header-left {
		padding: 0px;
		margin: 0px;
	}


	.about-header-left h6 {
		font-family: Outfit;
		font-weight: 400;
		font-style: Regular;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0%;
		color: #1E3686;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}

	.about-header-left h2 {
		font-family: Outfit;
		font-weight: 700;
		font-style: Bold;
		font-size: 54px;
		line-height: 64px;
		letter-spacing: 0%;
		color: #151515;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}

	.about-header-right p {
		font-family: Outfit;
		font-weight: 400;
		font-style: Regular;
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0%;
		color: #4D4D4D;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}


	.about-one {
		background: #FFFFFF;
		box-shadow: 22px 40px 40px 0px #0000000D;
		border-radius: 33px;
		padding: 46px 40px;
	}

	.about-one-text {
		padding: 0px;
		margin:  0px;
		text-align: center;

	}

	.about-one-text h5 {
		font-family: Outfit;
		font-weight: 400;
		font-style: Regular;
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 0%;
		text-align: center;
		color: #4D4D4D;
		padding: 0px 30px;
		margin: 0px;
	}

	.about-one-img {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 15px;
		overflow: hidden;
	}

	.about-one-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.about-one-img:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.about-two-outer {
		position: relative;
		height: 100%;
	}

	.about-two {
		background: #1E3686;
		border-radius: 35px;
		padding: 40px 40px;
		margin: 0px;
		position: initial;
		bottom: 0px;
		width: 100%;
	}

	.about-two h5 {
		font-family: Outfit;
		font-weight: 500;
		font-style: Medium;
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 0%;
		text-align: center;
		text-transform: capitalize;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-offset: 0%;
		text-decoration-thickness: 0%;
		color: #fff;
		padding: 0px;
		margin: 0px 0px 40px 0px;
	}


	.about-two ul {
		margin: 0px;
		padding: 0;
		list-style: none;
		column-count: 2;
	}


	.about-two ul li {
		font-family: Outfit;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0%;
		position: relative;
		display: flex;
		padding: 0px 0px 15px 0px;
		color: #fff;
	}

	.about-two ul li::before {
		font: normal normal normal 16px/1 FontAwesome;
		content: "\f058";
		height: auto;
		width: auto;
		position: relative;
		margin-right: 10px;
		color: #F16900;
		position: relative;
		top: 6px;
		margin-right: 15px;
	}


	.about-three {
		margin: 0px;
		position: relative;
		height: 100%;
		background: url(../images/about-3-bg.png) no-repeat;
		background-size: auto;
		background-size: auto;
		background-size: 100% 100%;
		overflow: hidden;
		padding: 40px 40px;
	}


	.about-three-img {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 35px;
		overflow: hidden;
	}


	.about-three-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}


	.about-three-img:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.about-three-text {
		margin: 40px 0px;
		padding: 0px;
	}

	.about-three-text p {
		font-family: Outfit;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0%;
		color: #151515;
		padding: 0px;
		margin: 0px 0px 15px 0px;
		position: relative;
		display: flex;
	}

	.about-three-text p::before {
		font: normal normal normal 18px/1 FontAwesome;
		content: "\f058";
		height: auto;
		width: auto;
		position: relative;
		margin-right: 10px;
		color: #F16900;
		position: relative;
		top: 5px;
		margin-right: 15px;
	}


	/* ===================== */
	/*about  Section*/
	/* ===================== */


	.link-arrow-wht {

		width: 80px;
		height: 80px;
		bottom: 17px;
		right: 9px;

	}

	.drop-sms-section p {

		font-size: 24px;
		line-height: 43px;
		margin: 0px 92px 30px 92px;
	}

	.contact-page-info-box p {

		font-size: 25px;
		line-height: 35px;

	}

	.contact-page-info-box {
		height: 185px;
	}


	.about-page-section h6 {

		font-size: 36px;
		line-height: 46px;
		padding: 0%;

	}

	.about-page .about-two-outer h6 {
		font-size: 28px;
		line-height: 38px;
		padding: 20% 10%;
		margin: 0px;

	}

	.about-page-secRow-text h3 {
		font-size: 54px;
		line-height: 64px;
	}


	.about-page-secRow-text p {
		font-size: 24px;
		line-height: 36px;
	}


	.about-page-secRow-text-full p {
		font-size: 24px;
		line-height: 36px;
	}


	.order-page-text h3 {
		font-size: 54px;
		line-height: 64px;
	}


	.order-page-text p {
		font-size: 24px;
		line-height: 36px;
	}


	.order-page-text-full p {
		font-size: 24px;
		line-height: 36px;
	}


	.footer-menu ul li a {
		font-size: 18px;
		line-height: 28px;
	}

	.footer-menu2 ul li a {
		font-size: 18px;
		line-height: 28px;
	}

	.footer-info p {
		font-size: 18px;
		line-height: 28px;
	}


	.footer-bottom p {
		font-size: 16px;
		line-height: 26px;
	}

	.cumn-butn-body {
		padding: 16px 40px;
		font-size: 24px;
	}


}

/* large desktop :1400px. */
@media (min-width: 1400px) and (max-width: 1919px) {}


/* desktop 1200px to 1600px */
@media (min-width: 1200px) and (max-width: 1399px) {

	.about-one-text {
		padding: 0px;
		margin: 0px 0px 10px 0px;
		text-align: center;
	}


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

	.call {
		font-size: 16px;
		line-height: 16px;
	}

	.order-butn {
		font-size: 16px;
		line-height: 16px;
	}

	.stellarnav>ul>li>a {
		font-size: 16px;
		line-height: 16px;
	}

	.stellarnav ul {
		gap: 40px;
	}


	.banner-section {
		width: 100%;
		height: 500px;
	}


	.banner-section .owl-carousel .owl-item img {

		width: 100%;
		height: 500px;
		object-fit: cover;
	}

	.bannercarousel-text-section h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.bannercarousel-text-section {
		bottom: 30%;
	}

	.inner-banner-text h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.about-header-left h2 {
		font-size: 40px;
		line-height: 50px
	}

	.about-two h5 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px 0px 20px 0px;
	}


	.about-one-text h5 {
		font-size: 18px;
		line-height: 28px;
		padding: 0px;
		margin: 0px;
	}

	.about-one {
		padding: 20px 20px;
		border-radius: 20px;
	}

	.about-three {
		padding: 20px 20px;
		border-radius: 20px;
	}

	.about-two {
		padding: 20px 20px;
		border-radius: 20px;
	}

	.about-three-img {
		border-radius: 20px;
	}


	.link-arrow-wht {
		width: 50px;
		height: 50px;
		bottom: 22px;
		right: -3px;
	}

	.about-three-text p {
		font-size: 16px;
		line-height: 26px;
	}


	.about-three-text p::before {
		margin-right: 8px;
	}


	.drop-sms-section h2 {
		font-size: 40px;
		line-height: 40px;
	}


	.about-page-secRow-text h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.order-page-text h3 {
		font-size: 30px;
		line-height: 30px;
	}

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	.custom-container {
		padding: 0px 20px !important;
	}

	.main-nav.scroll {
		height: auto;
		padding: 5px 0px;
	}

	.topsocial-section {
		display: none;
	}

	.stellarnav ul {
		margin: 0px 0px 0px 0px;
	}

	.main-nav.scroll .logo img {
		width: 60%;
	}

	.logo img {
		width: 60px;
	}

	.stellarnav {
		justify-content: end;
		align-items: center;
	}

	.menu-toggle {
		display: block !important;
		text-align: center;
	}

	.stellarnav .menu-toggle span.bars {
		top: 0px;
		margin-right: 0px;
	}

	.stellarnav .menu-toggle {
		padding: 0;
		margin: 0px
	}

	.stellarnav .menu-toggle span.bars span {
		width: 35px;
		height: 3px;
		margin: 0 0 5px;
		background: #43B1EF;
	}

	.stellarnav.mobile.right>ul {
		z-index: 9999;
		background: #43B1EF;
	}

	.main-nav .stellarnav ul ul {
		width: 100%;
		background: #dcffea;
		padding: 11px 2px;
	}

	.modal-body {
		padding: 12px 25px 16px 21px;
	}

	.stellarnav>ul>li>a:hover {
		color: #000 !important;
	}

	.stellarnav>ul>li>a.active {
		color: #000 !important;
		;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 3px #fff;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 3px #fff;
	}

	.stellarnav a.dd-toggle .icon-plus::after {
		border-bottom: solid 3px #b1abab;
	}

	.stellarnav a.dd-toggle .icon-plus::before {
		border-bottom: solid 3px #b1abab;
	}

	.stellarnav.mobile li a {
		color: #fff;
		font-size: 17px;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15);
	}

	.stellarnav .menu-toggle span.bars {
		top: 9px !important;
	}

	.main-nav.scroll .call-number {
		margin: 5px 0px 0px;
	}

	.cumn-butn-body {
		padding: 12px 20px;
	}


	/* ====================================== */
	/* home page responsive */
	/* ====================================== */

	.cumn-butn-body {
		font-size: 16px;
		line-height: 16px;
	}

	.rightlink {
		gap: 30px;
		margin-top: 4px;
	}

	.order-butn {
		font-size: 14px;
		line-height: 14px;
		padding: 9px 20px;
	}

	.call {
		font-size: 14px;
		line-height: 14px;
	}


	.call span img {
		width: 25px;
		max-width: 25px;
	}


	.banner-section {
		width: 100%;
		height: 200px;
	}

	.banner-section .owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.bannercarousel-text-section h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.bannercarousel-text-section {
		bottom: 40%;
	}

	.banner-section .owl-dots {
		bottom: 40px;
	}

	.banner-section .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}

	.banner-section .owl-dots .owl-dot.active span,
	.banner-section .owl-dots .owl-dot:hover span {
		width: 30px;
		height: 10px;
	}


	.about-section {
		padding: 20px 0px;
		background-size: cover;
	}


	.about-header-left h6 {
		font-size: 18px;
		line-height: 18px;
	}

	.about-header-left h2 {
		font-size: 25px;
		line-height: 35px;
		margin: 0px 0px 10px 0px;
	}


	.about-header-right p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 15px 0px;
	}


	.about-header-section {
		padding: 0px;
		margin: 0px 0px 30px 0px;
	}

	.about-two-outer {
		position: unset;
		height: 100%;
	}

	.about-one {
		border-radius: 20px;
		padding: 20px 20px;
		margin: 0px 0px 20px 0px;
	}

	.about-one-text h5 {
		font-size: 14px;
		line-height: 24px;
		padding: 0px;
		margin: 0px;
	}

	.about-one-text {

		margin: 0px 0px 20px 0px;

	}


	.about-two {

		border-radius: 20px;
		padding: 20px 20px;
		margin: 0px 0px 20px 0px;
		position: unset;
		bottom: 0px;
	}

	.about-two h5 {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}

	.about-two ul li {
		font-size: 12px;
		line-height: 18px;
		padding: 0px 0px 10px 0px;
	}


	.about-three {
		padding: 20px 20px;
	}


	.about-three-img {
		border-radius: 20px;
	}

	.about-three-text {
		margin: 20px 0px;
		padding: 0px;
	}

	.about-three-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 8px 0px;
	}

	.link-arrow-wht {
		bottom: 2px;
		right: -11px;
	}

	.link-arrow-wht {
		width: 45px;
		height: 45px;
	}


	.drop-sms-section {
		padding: 40px 0px;
		background-size: cover;
	}

	.drop-sms-section h2 {
		font-size: 25px;
		line-height: 25px;
		margin: 0px 0px 20px 0px;
	}

	.drop-sms-section p {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 10px 20px 10px;
	}

	.frm-inner {
		padding: 0px;
	}


	.frm-inner .form-row .col-lg-6.col-sm-6.col-12 {
		margin: 0px 0px 15px 0px;
	}

	.frm-inner .form-row label {
		font-size: 16px;
		line-height: 16px;
		padding: 0px 0px 10px 0px;
	}


	.frm-inner .cumn-butn-body.orng-butn {
		margin: 20px auto 0px;
	}


	.footer-top {
		padding: 20px 0px;
	}

	.footer-logo {
		margin: 0px 0px 20px 0px;

	}

	.footer-menu h3 {
		margin: 0px 0px 10px 0px;
	}

	.footer-menu2 h3 {
		margin: 0px 0px 10px 0px;
	}


	.footer-menu2 {
		padding: 0px;
		margin: 0px;
	}

	.footer-info p {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-menu ul li a {
		font-size: 14px;
		line-height: 24px;
	}


	.footer-menu2 ul li a {
		font-size: 14px;
		line-height: 24px;
	}


	.footer-bottom {
		padding: 10px 0px;
	}


	.footer-bottom p {

		line-height: 18px;
		font-size: 12px;
	}


	/* ====================================== */
	/* home page responsive */
	/* ====================================== */

	/* ====================================== */
	/* inners page responsive */
	/* ====================================== */

	.inner-banner-section {
		height: 100%;
	}

	.inner-banner-section img {
		height: 120px;
	}

	.inner-banner-text h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.contact-page {
		padding: 20px 0px;
	}

	.contact-page-info-box {
		padding: 20px 20px;
		border-radius: 20px;
		margin-bottom: 10px;
	}

	.contact-page-info-box h4 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 10px 0px;
	}


	.cmn-section {
		padding: 40px 0px;
		margin: 0px;
	}

	.about-page-section {
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}


	.about-page-section h6 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px 0px 20px 0px;
	}

	.about-page .about-two-outer h6 {
		font-size: 16px;
		line-height: 20px;
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	.about-three-text p::before {
		margin-right: 8px;
	}


	.about-page-secRow {
		padding: 20px 0px;
	}

	.about-page-secRow-text {
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}

	.about-page-secRow-text h3 {
		font-size: 25px;
		line-height: 35px;
		margin: 0px 0px 10px 0px;
	}

	.about-page-secRow-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 15px 0px;
	}


	.about-page-secRow-text-full p {
		font-size: 14px;
		line-height: 24px;
	}

	.contact-page {
		background-size: cover;
	}


	.order-page-text {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

	.order-page-text h3 {
		font-size: 25px;
		line-height: 35px;
		margin: 0px 0px 10px 0px;
	}

	.order-page-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}

	.order-page-text-full p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}


	/* ====================================== */
	/* inners page responsive */
	/* ====================================== */

}


/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 767px) {
    
.about-header-left {
padding: 0px 0 20px 0;
}

.about-two ul {
    column-count: 1;
}

	.custom-container {
		padding: 0px 20px !important;
	}

	.main-nav.scroll {
		height: auto;
		padding: 5px 0px;
	}

	.topsocial-section {
		display: none;
	}

	.stellarnav ul {
		margin: 0px 0px 0px 0px;
	}

	.main-nav.scroll .logo img {
		width: 60%;
	}

	.logo img {
		width: 60px;
	}

	.stellarnav {
		justify-content: end;
		align-items: center;
	}

	.menu-toggle {
		display: block !important;
		text-align: center;
	}

	.stellarnav .menu-toggle span.bars {
		top: 0px;
		margin-right: 0px;
	}

	.stellarnav .menu-toggle {
		padding: 0;
		margin: 0px
	}

	.stellarnav .menu-toggle span.bars span {
		width: 35px;
		height: 3px;
		margin: 0 0 5px;
		background: #43B1EF;
	}

	.stellarnav.mobile.right>ul {
		z-index: 9999;
		background: #43B1EF;
	}

	.main-nav .stellarnav ul ul {
		width: 100%;
		background: #dcffea;
		padding: 11px 2px;
	}

	.modal-body {
		padding: 12px 25px 16px 21px;
	}

	.stellarnav>ul>li>a:hover {
		color: #000 !important;
	}

	.stellarnav>ul>li>a.active {
		color: #000 !important;
		;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 3px #fff;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 3px #fff;
	}

	.stellarnav a.dd-toggle .icon-plus::after {
		border-bottom: solid 3px #b1abab;
	}

	.stellarnav a.dd-toggle .icon-plus::before {
		border-bottom: solid 3px #b1abab;
	}

	.stellarnav.mobile li a {
		color: #fff;
		font-size: 17px;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15);
	}

	.stellarnav .menu-toggle span.bars {
		top: 9px !important;
	}

	.main-nav.scroll .call-number {
		margin: 5px 0px 0px;
	}

	.cumn-butn-body {
		padding: 12px 20px;
	}


	/* ====================================== */
	/* home page responsive */
	/* ====================================== */

	.cumn-butn-body {
		font-size: 16px;
		line-height: 16px;
	}

	.rightlink {
		gap: 4px;
		margin-top: 4px;
	}


	.order-butn {
		font-size: 14px;
		line-height: 14px;
		padding: 9px 20px;
	}

	.call {
		font-size: 0px;
		line-height: 0px;
	}


	.call span img {
		width: 25px;
		max-width: 25px;
	}


	.banner-section {
		width: 100%;
		height: 200px;
	}

	.banner-section .owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.bannercarousel-text-section h1 {
		font-size: 20px;
		line-height: 25px;
	}

	.banner-section .owl-dots {
		bottom: 15px;
	}

	.banner-section .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}

	.banner-section .owl-dots .owl-dot.active span,
	.banner-section .owl-dots .owl-dot:hover span {
		width: 30px;
		height: 10px;
	}


	.about-section {
		padding: 20px 0px;
		background-size: cover;
	}


	.about-header-left h6 {
		font-size: 18px;
		line-height: 18px;
	}


	.about-header-left h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 0px 0px 10px 0px;
	}


	.about-header-right p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 15px 0px;
	}


	.about-header-section {
		padding: 0px;
		margin: 0px 0px 30px 0px;
	}

	.about-two-outer {
		position: unset;
		height: 100%;
	}

	.about-one {
		border-radius: 20px;
		padding: 20px 20px;
		margin: 0px 0px 20px 0px;
	}

	.about-one-text h5 {
		font-size: 18px;
		line-height: 28px;
		padding: 0px;
		margin: 0px;
	}

	.about-one-text {

		margin: 0px 0px 20px 0px;

	}


	.about-two {

		border-radius: 20px;
		padding: 20px 20px;
		margin: 0px 0px 20px 0px;
		position: unset;
		bottom: 0px;
	}

	.about-two h5 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px 0px 20px 0px;
	}


	.about-three {
		padding: 20px 20px;
	}


	.about-three-img {
		border-radius: 20px;
	}

	.about-three-text {
		margin: 20px 0px;
		padding: 0px;
	}

	.about-three-text p {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 0px 8px 0px;
	}

	.link-arrow-wht {
		bottom: 2px;
		right: -11px;
	}


	.drop-sms-section {
		padding: 20px 0px;
		background-size: cover;
	}


	.drop-sms-section h2 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 20px 0px;
	}

	.drop-sms-section p {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 10px 20px 10px;
	}

	.frm-inner {
		padding: 0px;
	}


	.frm-inner .form-row .col-lg-6.col-sm-6.col-12 {
		margin: 0px 0px 15px 0px;
	}

	.frm-inner .form-row label {
		font-size: 16px;
		line-height: 16px;
		padding: 0px 0px 10px 0px;
	}


	.frm-inner .cumn-butn-body.orng-butn {
		margin: 20px auto 0px;
	}


	.footer-top {
		padding: 20px 0px;
	}

	.footer-logo {
		margin: 0px 0px 20px 0px;

	}

	.footer-menu h3 {
		margin: 0px 0px 10px 0px;
	}

	.footer-menu2 h3 {
		margin: 0px 0px 10px 0px;
	}


	.footer-menu2 {
		padding: 0px;
		margin: 15px 0px;
	}

	.footer-info p {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-menu ul li a {
		font-size: 14px;
		line-height: 24px;
	}


	.footer-menu2 ul li a {
		font-size: 14px;
		line-height: 24px;
	}


	.footer-bottom {
		padding: 10px 0px;
	}


	.footer-bottom p {
		text-align: center;
		line-height: 18px;
		font-size: 12px;
	}


	/* ====================================== */
	/* home page responsive */
	/* ====================================== */

	/* ====================================== */
	/* inners page responsive */
	/* ====================================== */

	.inner-banner-section {
		height: 100%;
	}

	.inner-banner-section img {
		height: 120px;
	}

	.inner-banner-text h1 {
		font-size: 25px;
		line-height: 25px;
	}


	.contact-page {
		padding: 20px 0px;
	}

	.contact-page-info-box {
		padding: 20px 20px;
		border-radius: 20px;
		height: auto;
		margin-bottom: 10px;
	}

	.contact-page-info-box h4 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 10px 0px;
	}


	.cmn-section {
		padding: 20px 0px;
		margin: 0px;
	}

	.about-page-section {
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}


	.about-page-section h6 {
		font-size: 20px;
		line-height: 30px;
	}


	.about-page .about-two-outer h6 {
		font-size: 20px;
		line-height: 25px;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}

	.about-three-text p::before {
		margin-right: 8px;
	}


	.about-page-secRow {
		padding: 20px 0px;
	}


	.about-page-secRow-text {
		margin: 0px;
		padding: 20px 0px 0px 0px;
	}

	.about-page-secRow-text h3 {
		font-size: 22px;
		line-height: 33px;
		margin: 0px 0px 10px 0px;
	}


	.about-page-secRow-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 15px 0px;
	}


	.about-page-secRow-text-full p {
		font-size: 14px;
		line-height: 24px;
	}

	.contact-page {
		background-size: cover;
	}


	.order-page-text {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

	.order-page-text h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 0px 0px 10px 0px;
	}

	.order-page-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}

	.order-page-text-full p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}


	/* ====================================== */
	/* inners page responsive */
	/* ====================================== */

}