/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
:root {
	--text-color: #696e77;
	--title-color: #16243d;
	--primary-color: #0546a5;
	--secondary-color: #FF9031;
	--background: #0546a559;
}

body {
	padding: 0;
	margin: 0;
	font-weight: 500;
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Space Grotesk', sans-serif;
	/*font-size: 16px;*/
	font-size: 15px;
	color: var(--text-color);
}
.mb-6{
	margin-bottom: 6rem;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 1440px;
}
/*loader*/
.loader {
	display: flex;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: white;
}

.loader-container {
	width: 112px;
	height: 112px;
}

.loader-container .box1,
.loader-container .box2,
.loader-container .box3 {
	border: 16px solid #ff9027;
	box-sizing: border-box;
	position: absolute;
	display: block;
}

.loader-container .box1 {
	width: 112px;
	height: 48px;
	margin-top: 64px;
	margin-left: 0px;
	-webkit-animation: anime1 4s 0s forwards ease-in-out infinite;
	animation: anime1 4s 0s forwards ease-in-out infinite;
}

.loader-container .box2 {
	width: 48px;
	height: 48px;
	margin-top: 0px;
	margin-left: 0px;
	-webkit-animation: anime2 4s 0s forwards ease-in-out infinite;
	animation: anime2 4s 0s forwards ease-in-out infinite;
}

.loader-container .box3 {
	width: 48px;
	height: 48px;
	margin-top: 0px;
	margin-left: 64px;
	-webkit-animation: anime3 4s 0s forwards ease-in-out infinite;
	animation: anime3 4s 0s forwards ease-in-out infinite;
}

@-webkit-keyframes anime1 {
	0% {
		width: 112px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	25% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	50% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	75% {
		width: 48px;
		height: 112px;
		margin-top: 0px;
		margin-left: 0px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	100% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}
}

@keyframes anime1 {
	0% {
		width: 112px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	25% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	50% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}

	75% {
		width: 48px;
		height: 112px;
		margin-top: 0px;
		margin-left: 0px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	100% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}
}

@-webkit-keyframes anime2 {
	0% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	25% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	50% {
		width: 112px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	75% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	100% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}
}

@keyframes anime2 {
	0% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	25% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	50% {
		width: 112px;
		height: 48px;
		margin-top: 0px;
		margin-left: 0px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	75% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	100% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}
}

@-webkit-keyframes anime3 {
	0% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	25% {
		width: 48px;
		height: 112px;
		margin-top: 0px;
		margin-left: 64px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	50% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	75% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	100% {
		width: 112px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}
}

@keyframes anime3 {
	0% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	12.5% {
		width: 48px;
		height: 48px;
		margin-top: 0px;
		margin-left: 64px;
	}

	25% {
		width: 48px;
		height: 112px;
		margin-top: 0px;
		margin-left: 64px;
	}

	37.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	50% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	62.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	75% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	87.5% {
		width: 48px;
		height: 48px;
		margin-top: 64px;
		margin-left: 64px;
	}

	100% {
		width: 112px;
		height: 48px;
		margin-top: 64px;
		margin-left: 0px;
	}
}

/*header*/
.header {
	z-index: 9;
	position: fixed;
	width: 100%;
	top: 0;
}

.top-header {
	background-color: #ff9027;
	color: white;
	font-size: 16px;
	display: none;
}

.top-header i {
	vertical-align: middle;
	font-size: 25px;
	padding-right: 5px;
}

.top-header a {
	color: #fff;
	/* line-height: 0; */
}

.fixed {
	background-color: #fff;
	box-shadow: 0 3px 5px #e9e9e9;
}
#btn_sideNavClose{
height: 33px;
width: 33px;
-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
text-align: center;
position: absolute;
margin-right: 1.5rem;
margin-top: 0;
right: 20px;
top: 24px;
z-index: 12;
cursor: pointer;
}

.logo img{/*width:200px;*/width:250px;}
.header.fixed .logo img {width:160px;}
.naviagtion-menu>div {
	width: 25%;
	height: 100%;
	background-color: white;
	/*padding-top: 20px;
	position: absolute;*/
	right: 0;
	background-image: url('../images/menu-bg.jpg');
	background-size: cover;


	padding: 3rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.naviagtion-menu ul {
	
	/* color: #ff9027; */
	top: 0;
	margin-top: 25%;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;	
}

.naviagtion-menu ul li{display: block;
margin: 4px 0;padding: 0 !important;opacity: 0;
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
transition: all 0.8s ease 500ms;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.naviagtion-menu ul li a{
color: #1d212a ;
padding: 5px 0 !important;
margin: 0;
font-size: 1rem;font-weight: 600;position: relative;
line-height: normal;display: flex !important;
}


.naviagtion-menu ul li a.nav-links::before {
  content: '';
  position: absolute;
  background: #ff9027;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
   -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.naviagtion-menu ul li a.nav-links::after {
  content: '';
}
.naviagtion-menu ul li a.nav-links:hover::before{width:85px;}
.naviagtion-menu ul li a.nav-links:hover {
    color: #ff9027; text-decoration:none;
    /*text-shadow: 0 2px 3px #c9c9c9;*/
}
.naviagtion-menu i {
	font-size: 30px;
	color: #ff9027;
	margin-right: 30px;
}

.naviagtion-menu ul li {
	/* display: inline-block; */
	/*padding: 10px 20px;*/
}

.banner img {
	width: 100%;
	height: auto;
}

#header-section .banner {
	height: 100vh;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.banner .text {
	color: var(--title-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-transform: capitalize;
}

.banner .text.left {
	left: 100px;
	text-align: left;
}

.banner .text.right {
	text-align: right;
	right: 100px;
}

.banner h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}

.banner h1 span {
	color: #ff9027;
}

.banner .font {
	font-size: 18px;
}

.title h6 {
	letter-spacing: 5px;
	color: var(--secondary-color);
	font-weight: 500;
}

.title span i:nth-child(odd) {
	color: var(--primary-color);
}

.title h6 > span {
	letter-spacing: -8px;
	padding-right: 20px;
}

.title h2 {
	color: var(--primary-color);
}

.img-container div:first-child {
	width: 80%;
	border: 4px solid #0546a5;
	border-radius: 15px;
	position: absolute;
	z-index: -2;
}

.img-container div:first-child img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px #9b9b9b;
	position: relative;
	left: 10px;
	top: 10px;
	/* z-index: -5; */
}

.img-container div:last-child {
	width: 45%;
	border: 4px solid #ff9027;
	border-radius: 15px;
	position: absolute;
	right: 30px;
	bottom: -80px;
}

.img-container div:last-child img {
	width: 100%;
	border-radius: 10px;
	position: relative;
	bottom: 10px;
	right: 10px;
	z-index: -1;
	box-shadow: 0 0 10px #efefef;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {

	/* Center slide text vertically */
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

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

.banner .swiper-button-next,
.banner .swiper-button-prev {
	top: auto;
	bottom: 80px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
}

.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
	font-size: 18px;
	color: var(--secondary-color);
}

.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
	font-size: 18px;
	color: var(--secondary-color);
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
	left: 100px;
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
	left: 160px;
	right: auto;
}

.banner .swiper-button-prev:hover{
	background-color: var(--secondary-color);
}
.banner .swiper-button-prev:hover:after{
	color:white;
}

.banner .swiper-button-next:hover{
	background-color: var(--secondary-color);
}
.banner .swiper-button-next:hover:after{
	color:white;
}
.naviagtion-menu {
	position: fixed;
	z-index: 99;
	width: 100%;
	background-color: #00000057;
	height: 100%;
	top: 0;
	right: -100%;
	justify-content: end;
	display: flex;
	transition: all 500ms ease;
	/* display: none; */
	
}

#nav {
	font-size: 40px;
	color: var(--secondary-color);
	cursor: pointer;
	/*text-shadow: 2px 2px 3px #363636;*/
}

.close-menu {
	cursor: pointer;
}


.inner-banner {
	
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;margin-bottom:80px;
}.page_header h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.mediclaim{background: url('../images/banner/awards-banner.jpg');}


.box {
	width: 80%;
	margin: auto;
	padding: 20px;
	box-shadow: 0 0 5px #c7c7c7;
	border-radius: 10px;
	position: relative;
	padding-top: 120px;
	height: 200px;
}

.box h4 {
	color: var(--secondary-color);
}

.box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100px;
	border-radius: 10px 0 50% 0;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: linear-gradient(-45deg, #FF9031, #0546a5); */
}
.view-all-btn a{
	color: var(--secondary-color);
}
.view-all-btn a span{letter-spacing: -8px;}
.view-all-btn a:hover{
	color: var(--primary-color);
	text-decoration: none;
}
.number {
	position: absolute;
	left: 160px;
	top: 20px;
	font-size: 40px;
	color: var(--secondary-color);
}

.member-box {
	width: 80%;
	height: 450px;
	margin: auto;
	/* text-align: center; */
	position: relative;
}

.member-box .img {
	width: 100%;
	margin: auto;
	/* border: 2px dashed #cdcdcd; */
	border-radius: 15px;
	position: relative;
	/* transform: rotate(350deg); */
	/* height: 300px; */
	display: block;
	z-index: 1;
	margin-bottom: 30px;
	height: 300px;
}

.member-box .img img {
	border-radius: 15px;
	width: 100%;
	display: block;
	/* position: absolute; */
	/* transform: rotate(8deg); */
	position: relative;
	display: block;
	z-index: 1;
	height: 100%;
}

.member-box .img:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 20px;
	border: 2px dashed gray;
	transform: rotate(-10deg);
	transition: all 500ms ease;
	z-index: -1;
}

.details i {
	font-size: 22px;
	vertical-align: middle;
	padding-right: 10px;
}

.details a {
	color: var(--text-color);
}

.details h6 {
	color: var(--secondary-color);
	text-transform: capitalize;
}

.details h5 {
	color: var(--primary-color);
}

.testimonal .swiper-slide .msg {
	font-size: 15px;
	box-shadow: 0 0 5px gray;
	background-color: white;
	padding: 50px 30px;
	border-radius: 10px;
	font-weight: normal;
	width: 95%;
	margin: auto;
}

.testimonal .msg h6 {
	color: var(--secondary-color);
}

.testimonal {
	background-image: url(../images/background-img.jpg);
	position: relative;
	background-size: cover;
}
.testimonal .swiper{
	width: 80%;
}
.testimonal .swiper-free-mode>.swiper-wrapper {
	padding: 20px 0;
}

#counter {
	background-image: url(../images/background-img-2.jpg);
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
}

/*Service*/
.services {
  position: relative;
  background: #fff;
}
.services .ser-inn {
  margin-bottom: 20px;
}

.product-btn {
    width: 120px;
    text-align: center;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 5px;
	font-weight: 500;
    color: var(--primary-color);
	cursor: pointer;
}

.product-btn a {
    font-weight: 500;
    color: var(--primary-color);
}

.service-info{background-size:cover;}
.services .ser-inn h4 {
  margin-bottom: 15px;
  color: var(--secondary-color);
  position: relative;
}
.services p {
}
.single-product{
    /* height: 330px; */
    padding: 30px 40px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.single-product .product-icon{
    font-size: 60px;
    line-height: 50px;
    color: var(--primary-color);
}

.single-product:hover {
  box-shadow: 0 0 5px gray;
}
.single-product:hover .product-btn{
	background-color: var(--primary-color);
	color: white;
}
.product-btn:hover{
	background-color: var(--primary-color);
	color: white;
	text-decoration: none;
  }
  .single-product:hover .product-btn a{
	color: white;
}
.product-btn:hover a{
	color: white;
	text-decoration: none;
  }
.services .btn-small {
  font-size: 10px;
  padding: 8px 20px;
}
.services .btn {
  bottom: 60px;
  position: absolute;
  /*background: #f2b632;*/
  background: #ff9026;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: 0px;
  line-height: 14px;
  color: #010101;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Raleway', sans-serif;
}
/**/

.product {
	box-shadow: 0 0 5px #c7c7c7;
	border-radius: 10px;
	position: relative;
	/*font-size: 14px;*/
	font-size: 15px;
	/*height: 375px;*/
	height: 400px;
	margin-bottom: 50px;
}

.product .text {
	padding: 20px;
	position: relative;
}

.product .text h5 {
	color: var(--primary-color);font-size:1.1rem;
}

.product .icon {
	width: 55px;
	height: 55px;
	border-radius: 8px;
	padding: 8px;
	position: absolute;
	right: 10px;
	top: -30px;
	box-shadow: 0 0 3px gray;
	background-color: white;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .icon i {
	font-size: 38px;
	color: var(--secondary-color);
	transition: all 700ms ease;
}

.product .icon img {
	width: 90%;
}

.product>img {
	border-radius: 10px 10px 0 0;
	height: 170px;
}

.product-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.product-img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--background);
	transition: all 700ms ease;
	transform: translateY(-100%);
	border-radius: 5px;
	z-index: 1;
}

.product:hover .product-img:before {
	transform: translateY(0);
}

.product:hover .icon{
	background-color: var(--secondary-color);
}
.product:hover .icon i{
	color: white;
	font-size: 33px;
}
.footer {
	background-color: #fff;
	border-top: 2px solid #ff9031;
}
.footer h5{color:#0445a5;}
.links {
  padding: 0;
}
ul.links li a {
  position: relative;
  color: var(--text-color);
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-moz-transition: all ease 400ms;
}
ul.links li a::before {
  color: #ff9027;
  margin-right: 5px;
  content: "\f30b";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  vertical-align: baseline;
  -webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
 
}
ul.links li a:hover::before {
  padding-right: 5px;
}
ul.links li a:hover 
{
	text-decoration:none;
}
.b-top{
	border-top: 2px solid var(--primary-color);
}
.footer a {
	color: var(--text-color);
}

.footer-menu ul {
	list-style-type: none;
}

.footer .copyright {
	font-size: 14px;
}

.social-icons i {
	font-size: 30px;color:#ff9027;
}

.footer-menu ul {
	padding-inline-start: 20px;
}

.social-icons>div {
	padding-inline-start: 20px;
}

.social-icons .mail .la-envelope {
	vertical-align: middle;
	font-size: 20px;
	padding-right: 5px;
}
.footer-copyright {
  background-color: #0746a3;
  color:#fff;
}
.footer-copyright a{
	color:#ff9031;
}
.footer-copyright a:hover{
	text-decoration:none;
}
.footer-contacts {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.footer-contacts li + li {
  margin-top: 18px;
}
.footer-contacts a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: .025em;
}
.footer-contacts a:hover {text-decoration:none;}
.unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}
.unit-spacing-xs {
  margin-bottom: -10px;
  margin-left: -20px;
}
.unit-spacing-xs > * {
  margin-bottom: 5px;
  margin-left: 12px;
}
.unit-left, .unit-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.unit-body {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.d-md-block {
  display: block !important;
}
.footer-contacts i{color:#ff9031;}
.footer-contacts i::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

.whatsapp-logo{
    z-index: 1;
    position: fixed;
    bottom: 40px;
    right: 30px;
    height: 50px;
    width: 50px;
    background-color: #34bb45;
    border-radius: 50%;
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-logo a {color:#fff!important;}
.counter-value{font-size: 55px;/*font-size: 60px;*/}

/*product-page*/
/*motor*/
.banner .inner-banner{
    height: 70vh;
    width: 40%;
    position: relative;
    margin-top: 20px;
}
.banner .inner-banner .img{
	border-radius: 40% 0 0 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-page .banner {
    margin-top: 0px;
}
.banner {
    margin-top: 100px;
}
.banner .inner-banner:before{content: '';height: 100%;width: 100%;background-color: #f7c89b;position: absolute;top: -20px;left: -20px;border-radius: 40% 0  0 0;}
.banner .inner-banner img{
    height: 100%;
    width: auto;
    position: relative;
}
.w-35{
	width: 35% ;
}
.banner .txt{margin-left: 250px;margin-top: 5%;}
.banner .txt h1{
    margin-bottom: 20px;
}
.banner .txt .product-btn{
    width: 240px;
    margin-top: 20px;
}
.features .title{
	color: var(--title-color);
}
.contact-details i{
    font-size: 30px;
    color: var(--primary-color);
    vertical-align: middle;
    margin-right: 10px;
}
.contact-details a{
    color: var(--text-color);
}

.contact-details a:hover{
    text-decoration: none;
	color: var(--primary-color);
}

.input-field input, .input-field textarea{
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid var(--primary-color);
}
.input-field input:focus, .input-field textarea:focus{
	outline: none;
}
.input-field {
    margin-bottom: 20px;
}

.contact-form {
    height: 600px;
    margin: 0;
    box-shadow: 0 0 5px #e5e5e5;
}

.contact-form form {
    width: 80%;
    margin: auto;
}
.submit-btn{
	border: 2px solid var(--primary-color);
	width: 150px;
	padding: 8px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 5px;
	color: var(--primary-color);
	font-weight: 500;
}

button.submit-btn a {
    color: var;
}
.submit-btn a{
	color: var(--primary-color);
}
#home-page .row.pt-2 .col-md-4 a:hover{
	text-decoration: none;
}
.pro-txt a p{
	color: #696e77;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {

    .contact-form {
     height: 800px!important;
	}
	#home-page .banner {
	  margin-top: 110px;
	  display: block;
	  height: 300px;
	}
	.banner .swiper-button-next::after, .banner .swiper-rtl .swiper-button-prev::after {font-size: 13px;}
	.banner .swiper-button-prev::after, .banner .swiper-rtl .swiper-button-next::after {font-size: 13px;}
	
