@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap');

html,body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
*{
	transition: all .1s ease;
	padding: 0;
	margin: 0;
}

/*general*/
section
{
	position: relative;

}
input:focus
{
	outline: none;
}
/*end of general*/

/*header*/
header
{
	position: fixed;
	width: 100%;
	z-index: 99;
}
header .navbar
{
	background: transparent;
	transition: .3s ease-in-out;
}
.navbar-brand
{
	display: none;
}
.navbar-nav li.nav-item
{
	padding: 5px 8px;
}
.navbar-nav li.nav-item a
{
	font-size: 15px;
	color: #222 !important;
	text-transform: uppercase;
	font-weight: 600;
}
.fixed-head.scrolled .navbar
{
	background: rgba(255,255,255,0.9);
	transition: .3s ease-in-out;
}

.disply-fixed{
	opacity: 0;max-height: 40px;
}
.fixed-head.scrolled .disply-fixed{
	opacity: 1;
	
}
/*end of header*/

/*banner*/
.banner
{
	background: #F9A61C;
}
.banner .banner-img
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner-text
{
	margin-top: 150px;
}
.banner h1
{
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
}
.banner h1 span
{
	display: block;
	font-size: 48px;
}
.banner h2
{
	font-size: 40px;
	font-weight: 400;
	color: #fff;
}
.banner h2 {
	position: relative;


	overflow: hidden;
	background: linear-gradient(90deg, #f2f2f2, #fff, #f2f2f2);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: animate 4s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, .5);
  }
  
  @keyframes animate {
	0% {
	  background-position: -500%;
	}
	100% {
	  background-position: 500%;
	}
  }
.soon-img
{
	margin-top: -157px;
}
.soon-available-store
{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 100px;
}
.soon-available-store ul
{
	padding: 0px;
}
.soon-available-store ul li
{
	display: inline-block;
}
.soon-available-store h4
{
	font-weight: 600;
}
.soon-available-store img{
	width: 168px;
    margin: 5px;
}

.logo-xp{
	width: 110px;
}
/*end of banner*/


/*who-we-are*/
.we-are-para
{
	padding-top: 30px;
}
.we-are-para p
{
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	color: #565656;
}
.we-are-para p span
{
	font-weight: 800;
}
.we-are-para h2
{
	text-align: center;
	margin: 30px 0;
}
.we-are-para h2 span
{
	color: #fe9901;
}
/*end of who-we-are*/

/*vision-perks*/
.vision-perks
{
	margin: 50px 0;
}
.vision-flex .vision
{
	width: 35%;
	padding: 50px;
	background: #F9A61C;
}
.vision-flex h2
{
	color: #fff;
}
.vision-flex ul
{
	padding: 0;
	margin: 0;
}
.vision-flex ul li
{
	list-style: none;
}
.vision-flex p
{
	color: #fff;
	font-weight: 600;
}
.vision-flex .perks
{
	width: 65%;
	background: url(images/perk-bg.jpg) center / cover;
	padding: 50px;
}
.vision-flex .perks li p
{
	position: relative;
	padding-left: 17px;
}
.vision-flex .perks li p:after
{
	content: "";
	position: absolute;
	left: 0;
	width: 7px;
	height: 7px;
	display: block;
	background: #F9A61C;
	border-radius: 50%;
	top:7px;
}
.vision-flex .perks h2
{
	color: #F9A61C;
}
.vision-flex .perks
.tag-head
{
	margin:10px 0 30px;
}
/*end of vision-perks*/

/*user profile*/
.user-profile
{
	padding: 50px 0 100px;
}
.profile-head
{
	text-align: center;
	margin-bottom: 80px;
}
.profile-head h2
{
	font-size: 35px;
}
img.profile-mob
{
	width: 70%;
	margin: 0 auto;
}
.profile-block
{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	margin-top: 40px;
}
.block-left
{
	text-align: right;
}
.block-right
{
	text-align: left;
}
.block-para
{
	width: 70%;
	margin-right: 10%;
}
.block-right .block-para
{
	margin-right: 0;
	margin-left: 10%;
}
.block-img
{
	width: 18%;
}
.block-para p
{
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.block-para p span
{
	display: block;
}
/*end of user profile*/

/*car-service*/
.profile-head h4
{
	width: 50%;
	line-height: 30px;
	margin: 30px auto;
}
.flex-service
{
	display: flex;
	width: 100%;
	align-items: center;
}
.inner-flex-service
{
	display: flex;
	width: 100%;
	align-items: center;
	border:1px solid #d9d9d9;
	padding: 35px 20px;
	border-radius: 10px;
	background: #fff;
	transition: .3s ease-in-out;
}

.inner-service-wrapper
{
	width: 33.3%;
	padding: 20px 15px;
	position: relative;
	top: 0;
}

.inner-service-wrapper:hover .inner-flex-service
{
	background: #F9A61C;
	transition: .3s ease-in-out
	border:1px solid #F9A61C;
	margin-top: -40px;
	box-shadow: 0px 18px 18px 5px #e0e0e0;
}
.inner-flex-service img
{
	width: 25%;
	float: left;
}
.inner-flex-service p
{
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	transition: .3s ease-in-out
}
.inner-service-wrapper:hover .inner-flex-service p
{
	transition: .3s ease-in-out;
	color:#fff;
}
.bottom-text
{
	display: inline-block;
	text-align: center;
	padding: 30px 0;
	width: 100%;
}
.available ul
{
	padding: 0px 0 30px;
	border-bottom: 1px solid #ccc;
}
.available ul li
{
	display: inline-block;
	padding-right: 10px;
}
.available h2
{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 20px;
}

.available ul li img{
	width: 162px;
}
.interested .light
{
	float: left;
}
.interested .text-interest
{
	float: left;
	margin-left: 15px;
	padding-top: 5px;
}
.interested .text-interest h4
{
	margin-bottom: 0px;
	font-size: 16px;
}
.interested .text-interest a
{
	color: #F9A61C;
	font-weight: 600;
}
.flex-inner-avl
{
	display: flex;
	align-items: center;
	height: 100%;
}
/*end of car-service*/

/*subscribe*/
.subscribe img
{
	width: 50%;
	margin: 0 auto;
}
.subscribe h2
{
	font-weight: 600;
}
.subscribe h2 span
{
	color: #F9A61C;
}
.subscribe .outer-input
{
	width: 100%;
	border-radius: 50px;
	border:1px solid #ccc;
	padding: 5px;
	margin-top: 15px;
}
.subscribe .outer-input input
{
	width: 70%;
	float: left;
	height: 35px;
	border: 0px;
	padding: 15px;
	border-radius: 50px;
	font-size: 14px;
}
.subscribe .outer-input button
{
	width: 30%;
	border-radius: 50px;
	background: #F9A61C;
	border:0px;
	height: 35px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}
.subscribe h4
{
	margin: 0px;
}
.subscribe ul
{
	padding: 0;
	margin: 20px 0 0 30px;
}
.subscribe ul li
{
	display: inline-block;
}
.subscribe ul li a
{
	font-size: 22px;
	color: #555;
	padding-right: 20px;
	font-weight: 500;
	line-height: 20px;
}
.subscribe ul li:last-child
{
	border-left:2px solid #555;
	padding-left: 20px;
}
/*end of subscribe*/

/*footer*/
footer ul.links-footer
{
	text-align: left;
}
footer ul.links-footer li
{
	display:block;
	width: 100%;
}
footer ul.links-footer li a
{
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 14px;
	font-size: 12px;
	padding: 7px 0;
	display: block;
}
.footer-head
{
	border-bottom:1px solid #fbc46a;
	margin-bottom: 18px;
}
.cards ul{
	padding: 0 !important;
	margin-left: 0;
}
.cards li{
	padding: 0;
}
.cards li img{
	width: 100%;
}
.cards li:last-child
{
	border-left:0px !important;
	padding-left: 8px !important;
}
.footer-head h4
{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
footer ul li a:hover{
	text-decoration: none;
	color: #F9A61C;
}
footer ul li:first-child
{
	border-left: 0px;
}
.product-inner p{
font-weight: 500;
font-size: 14px;
line-height: 28px;
}
.product-inner img
{
	margin:10px 0 25px;
}
.small-footer
{
	text-align: right;
	margin: 20px 0;
}
.small-footer .container
{
	border-top:1px solid #ccc
}
.small-footer p
{
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
}
.small-footer p span{
	color: #fe9901;
}
.small-footer ul
{
	padding: 0px;
}
.flex-row
{
	display: flex;
}
.footer-link-inner.left-link
{
	padding-right: 20px;
}
.social-btn
{
	margin-top: 20px;
}
.social-btn ul li img{
	width: 25px;
}
.social-btn ul li
{
	display: inline-block;
	padding-right: 5px;
}
.social-btn ul li a
{
	opacity: 0.3;
}
.text-wrap p
{
	font-weight: 600;
}
ul.address-line li
{
	display: flex;
}
ul.address-line li .icon-wrap
{
	width: 18px;
	margin-right:10px;
}
.small-footer ul li
{
	display: inline-block;
	padding: 0 10px;
	opacity: 0.3;
}
/*end of footer*/

@media screen and (max-width:1199px)
{
	.soon-img
	{
		margin-top: -135px;
	}
}

@media screen and (max-width:991px)
{

	button:focus{
		outline: none;
	}

	.navbar-collapse{
		background-color: #fff;
	}
	.navbar-toggler
	{
		
	}

	.icon > div{
		width: 1.5em;
		height: 2px;
		background-color: black;
		margin: 0;
		margin-bottom: 6px;
	}

	header
	{
		position: absolute;
	}
	.fixed-head.scrolled .navbar
	{
		background: none;
	}
	.navbar-brand
	{
		display: block;
	}
	.navbar-brand img
	{
		width: 46px;
	}
	.soon-img
	{
		display: none;
	}
	.banner-text {
    margin-top: 125px;
}
.banner h1{
	font-size: 42px;
	line-height: 32px;
}
.banner h1 span{
	font-size: 28px;
}
.banner h2{
	font-size:26px;
}
.soon-available-store{
	padding-bottom: 50px;
}

.who-we-are
{
	text-align: justify;
}
.we-are-para p{
	font-size: 14px;
line-height: 28px;
}
.profile-head
{
	margin-bottom:20px;
}
.profile-head h4{
	width: 100%;
}
.inner-flex-service{
	display: block;
	padding:20px 10px;
	text-align: center;
}
.inner-flex-service img
{
	display: block;
	width: 34%;
	float: none;
	margin: 0 auto 15px;
}
.inner-flex-service p{
	font-size: 14px;
	padding-left: 0px;
}
.subscribe .outer-input input,
.subscribe .outer-input button
{
	height: 45px;
}

.subscribe ul li a{
	font-size: 14px;
}
footer ul
{	clear: both;
	padding: 0;
}
.logo-footer
{
	width: 70px;
	margin:0 auto 20px;
}
}
.success{
	width: 100%;
	margin-top: 15px;

	padding-left: 30px;
}
.success p{
	color: #4BB543;
	font-size:20px;
	font-weight: 500;
}
.subscribe 
{
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.banner
	{
		text-align: center;
	}
	.banner img.mobile-img
	{
		width: 250px;
	}
	.banner-text
	{
		margin-top: 90px;
	}
	.banner h1 span
	{
		font-size: 42px;
		padding-left: 10px;
		display: inline-block;
	}

	.profile-mob
	{
		display: none;
	}
	.profile-block
	{
		display: block;
	}
	.block-para p span
	{
		display: inline-block;
	}
	.block-para
	{
		width: 100%;
margin-right: 0;
	}
	.block-left,
	.block-right
	{
		text-align: center;
	}
	.block-img
	{
		display: none;
	}
	.block-right .block-para
	{
		margin: 0px;
	}
	.profile-block
	{
		margin-bottom: 24px;
margin-top: 4px;
	}
	.vision-perks
	{
		margin:0px 0;
	}
	.user-profile {
    padding: 50px 0 50px;
}
.flex-service
{
	display: block;
}
.inner-service-wrapper
{
	width: 100%;
}
.inner-service-wrapper:hover .inner-flex-service
{
	margin-top: -15px;
}
.inner-flex-service img
{
		width: 15%
}
/* .mob-down-img
{
	display: none;
} */
.subscribe img
{
	width: 20%;
}

.fixed-head.scrolled .disply-fixed,.disply-fixed{
	display: none;
}
.social-btn ul li
{
	display: inline;
}
.cards li {
    padding: 0;
    width: auto;
}
.small-footer
{
	text-align: center;
}
}

@media screen and (max-width: 480px)
{
	h1,
	.profile-head h2
	{
		font-size: 25px;
	}
	.vision-flex .vision
	{
		width: 100%;
	}
	.vision-flex .perks
	{
		width: 100%;
	}
	.block-para p
	{
		font-size: 13px;
		text-align: left;
	}
	.profile-block
	{
		margin-bottom: 14px;
	}
	.available
	{
		text-align: center;
	}
	.available h2
	{
		font-size: 24px;
	}
	.interested .light
	{
		display: none;
	}
	.interested .text-interest
	{
		float: none;
		margin: 0px 0 20px;
	}
	.subscribe
	{
		text-align: center;
	}
	.subscribe h4
	{
		margin-top: 20px;
	}
	.subscribe h4,
	.subscribe h2
	{
		padding: 0px;
	}
	.subscribe h2
	{
		font-size: 20px;
	}
	.subscribe .outer-input
	{
		border:0;
	}
	.subscribe .outer-input input
	{
		width: 100%;
		border:1px solid #ccc;
		font-size: 14px;
		height: 38px;
		margin-bottom: 10px;
	}
	.subscribe .outer-input button
	{
		height: 38px;
		width: 50%;
	}
	.subscribe ul
	{
		margin: 10px;
	}
	.subscribe ul li:last-child
	{
		border-left: 0px;
		padding: 0px;
	}
	footer ul
	{
		border: 0px;
	}
	footer ul li
	{
		width: 100%;
		text-align: left;
		border-left: 0px;
	}
	.small-footer ul li
	{
		padding: 5px;
	}
	.success{
		padding-left: 0;
	}
}

#circone{
	margin: 200px;
	position: relative;
	background-color: transparent;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url('images/services/tyre-center-logo.png');
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  .abs-hove{
	  position: absolute;
	  width: 200px;
	  height: 200px;
  }
  .abs-hove:hover ~ div span{
	  opacity: 1;
  }

  
  .cism {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F9A61C;
	font-size: 16px;
    font-weight: 600;
  }
  .cism span{
	  display: inline-block;
	position: absolute;
	opacity: 0;
	transition: .5s ease all;
	
  }

  .cism:hover span{
	  opacity: 1;
  }
  .cism:hover{
	  width: 64px;
	  height: 64px;
  }
  
  #twoa {    transform: translate(70px, -109px);}
  #twob {    transform: translate(148px, -86px);}
  #twoc {transform: translate(214px, -33px);}
  #twod {transform: translate(245px, 44px);}
  #twoe {    transform: translate(235px, 127px);}
  #twof {transform: translate(191px, 199px)}
  #twog {transform: translate(116px, 238px);}
  #twoh {transform: translate(28px, 238px);}
  #twoi {transform: translate(-50px, 196px);}
  #twoj {    transform: translate(-97px, 124px);}
  #twok {    transform: translate(-102px, 42px);}
  #twol {transform: translate(-73px, -37px);}
  #twom {       transform: translate(-9px, -85px);}
  /* #twon {transform:translate(220px, 70px);} */

  #twoa span{
	top: -30px;
    left: 9px;
  }

  #twob span{
	top: 12px;
    left: 75px;
  }

  #twoc span{
	top: 15px;
    left: 75px;
  }
  #twod span{
	top: 15px;
	left: 75px;
	width: 120px;
  }

  #twoe span{
	top: 18px;
	left: 75px;

  }

  #twof span{
	top: 18px;
	left: 75px;
  }

  #twog span{
	top: 30px;
	left: 75px;
  }

  #twoh span{
	top: 30px;
	left: -126px;
  }

  
  #twoi span{
	top: 20px;
	left: -140px;
  }

  #twoj span{
	top: 20px;
	left: -176px;
  }

  #twok span{
    top: 15px;
    left: -145px;
}

#twol span{
    top: 15px;
    left: -95px;
}
#twom span{
    top: 8px;
    left: -95px;
}

@media screen and (max-width:768px){
	#circone{
		position: relative;
		margin: 0;
		background: none;
		width: auto;
		height: auto;
	}
	.cism{
		position: relative;
		width: 46%;
		height: 46%;
		background-color: transparent;
		float: left;
		margin-bottom: 15px;
		margin: 0 2% 10px 2%;
	}

	#circone .cism{
		transform: translate(0);
		position: relative;
		padding: 10px;
	border: 1px solid rgb(0 0 0 / 31%);
	border-radius: 6px;
	text-align: center;
	transition: .5s ease all;
	}
	.cism:hover{
		width: 46%;
		height: 46%;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
		background-color: #F9A61C;
	}
	#circone .cism img{

max-width: 36px;
background-color: #F9A61C;
border-radius: 50%;
margin-right: 15px;
display: block;
margin: 0 auto;
	}
	#circone .cism:hover img{
		background-color: #000;
	}
	
	#circone .cism span{
		opacity: 1;
		position: relative;
		top: 5px;
		left:0;
		width: 100%;
		float: left;
		font-size: 12px;
	}
	.available{
		display: inline-block;
		width: 100%;
	}
	#circone .cism.last-adjust{
		float: none;
	display: inline-block;
	transform: translate(56%, 0%);
	}
}

@media screen and (max-width:992px) and (min-width:768px){
	.cism{
		float: left;
		width: 46%;
	}
	.bottom-text{
		float: left;
		width: 100%;
	}
	.mob-down-img {
		display: block;
	}

	.cism:hover{
		width: 46%;
		height: 46%;
	}
	.available{
		display: inline-block;
		width: 100%;
	}

}

/* Other Pages Css */

.logo-otherpage{
	display: block;
	max-width: 100px;
	margin: 24px auto;
}

ol{
	margin-left: 24px;
}
span.c3.c2 {
    font-size: 16px;
    font-weight: 600;
}
.pages-for-infos h2{
	margin-bottom: 24px;
}
.pages-for-infos p,.pages-for-infos span,.pages-for-infos li{
	text-align: justify;
}

.yeloow{
	background-color: #f9a61c;
	display: block;
	width: 100%;
	height: 60px;
}
.contact-card{
	width: 100%;
	padding: 45px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
float: left;
height: 272px;
margin-bottom: 30px;
}
.contact-card ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.contact-card ul li:last-child{
	margin-bottom: 0;
}
.contact-card ul li img{
	max-width: 28px; float: left;margin-right: 15px;
	
}
.contact-card ul li p{
	font-size: 16px;float: left;
}
.contact-us h1{
margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.inhher{
		display: none;
	}
	.yeloow{
		height: 8px;
	}
	.contact-card{
		height: auto;
	}
	.available ul li img {
		width: 124px;
	}
	.soon-available-store img {
		width: 130px;
		margin: 5px;
	}
}

.contc{
	padding: 0;
}
.contact-placer{
	position: relative;
	height: 99vh;
}
.map-placer{
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
}
.map-placer iframe{
	min-height: 50vh;
}
.address-placer{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background-color: #f7f7f7;
	padding: 15px;
}

.address-placer .card-c{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #fff;
	padding:20px 10px;
	border-radius: 10px;
}
.address-placer .card-c h4{
	font-weight: 600;
	margin-bottom: 10px;
}
.address-placer .card-c h4 img{

max-width: 24px;
float: left;
margin-right: 15px;
}
.address-placer .card-c p{
	padding-left: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.16);
	padding-bottom: 15px;
}

.address-placer .card-c span img{
	max-width: 18px;
	float: left;
	margin-right: 5px;
}
.address-placer .card-c span{
	font-size: 12px;
}
.address-placer .card-c span a{
	color: #000;
}

.address-placer .card-c span.phone{
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.insurance-card{
	background-color: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
float: left;width: 100%;margin: 15px 0 0 0;padding: 10px 15px;}
.insurance-card h4{
	margin-top: 15px;
	font-size: 16px;
}
.call-me{
	margin-top: 8px;
    display: block;
}
.contc-insurance{
	background-color: #f7f7f7;
	padding-bottom: 60px;
}
.logo-s{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 6px;
}