.elementor-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#banner::before {
    position: absolute;
    content: "";
    background: rgb(35,66,166);
    background: linear-gradient(4deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100vh;
    z-index: 2;
    top: 15px;
}
.hero__inner-2 {
    padding: 0;
    position: absolute;
    top: 185px;
    width: 90%;
    margin: 0 auto;
    left: 75px;
    z-index: 2;
}
.hero__inner-2 .sec-title-3 {
    font-size: 80px;
}
.flagImg {
	width: 20px;
}
.hero__text-2 {
    z-index: 1;
    position: relative;
    padding: 0;
    background-image: none;
    margin-top: 100px;
}
.hero__area-2 .hero2-shape {
    position: absolute;
    left: 29%;
    top: 40%;
    max-width: 35%;
    overflow: hidden;
}
.hero__area-2 .sec-title-wrapper {
      justify-content: center;
}
.hero__area-2 .sec-title-3:last-child {
    text-align: center;
    margin-top: 0;
    padding: 0;
}
.hero__text-2 p {
    max-width: 80%;
    font-weight: 400;
    font-size: 16px;
    color: #becdd5;
    text-align: center;
    margin: 0px auto;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.moreContent {
    display: block;
    margin-top: 10px;
}
.woocomerce__feature-newprice {
	color: #5f5f5f;
}
.priceBox {
	display: flex;
	gap: 5px;
	flex-direction: column;
	justify-content: end;
	align-items: end;
}
.woocomerce__feature-carttext {
    margin-left: 0;
}
.service__hero-right-2 .scroll {
    margin-left: 50%;
    margin-top: 20px;
    -webkit-animation: wcSlideBottom 5s infinite linear;
    animation: wcSlideBottom 5s infinite linear;
}
.header__logo-2 img {
    width: 200px;
}
.headerLinkIcon{
    position: absolute;
    top: 27px;
    left: -18px;
    color: #fff;
    font-size: 20px;
}
.main-menu > li, .main-menu-4 > li {
    display: inline-block;
    margin: 0 25px;
}
header.header__area-2.sticky-2 {
    background: #000 !important;
}
span.LetterRed {
    color: #eb0100;
}
.main-dropdown {
     width: 200px;
}
.offcanvas__logo img {
    width: 200px;
}
.offcanvas__body {
    height: 2px;
}
.offcanvas__area {
    overflow-y: auto;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 25px;
    padding-left: 30px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 42px;
}
.header__nav-icon-2 {
    display: none;
}
.header__inner-2, .header__inner-3 {
    grid-template-columns: 150px auto 0;
    padding: 0 80px;
 }
 .woocomerce__feature-title {
    font-size: 60px;
  font-family: "DM Sans", sans-serif;
    letter-spacing: 0.7px;
    width: 100%;
    /* color: #fff; */
}
.woocomerce__feature-top {
    padding-bottom: 8px;
    border-bottom: 0;
    margin-bottom: 30px;
}
.DatabaseProduct {
	/* margin: 80px 0; */
	width: 100%;
	margin: 0;
	padding: 70px 90px 70px;
	background: #f4f4f4;
	border-bottom: 1px solid #ecececec;
}
.woocomerce__feature-rightwrapper::before {
    content: "";
    position: absolute;
    left: -14px;
    height: 40px;
    width: 1px;
    background: #E3DCD5;
}
.woocomerce__feature-thumb .img-box {
	height: 300px;
	/* border: none; */
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #ececec;
	border-bottom: none;
}
.woocomerce__feature-thumb .img-box img {
	padding: 30px;
	object-fit: contain;
}
.buyBtn {
	display: flex;
	font-size: 18px;
	color: #eb0100;
	text-decoration: underline;
	align-items: center;
	gap: 5px;
	justify-content: center;
}
.woocomerce__feature-content {
	padding: 20px 0;
	text-align: center;
	border: 1px solid #ececec;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
}
.woocomerce__feature-titlewraper {
    margin-bottom: 0;
}
.woocomerce__feature-producttitle {
	font-size: 16px;
	line-height: 20px;
	/* color: #fff; */
	font-weight: 600;
}
.woocomerce__feature-hover {
	background: #f00;
	padding: 13px 0;
	position: absolute;
	left: unset;
	right: 10px;
	bottom: unset;
	z-index: 3;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: 1s;
	transition: 1s;
	top: 0;
	width: 15%;
	border-radius: 50px;
}

.img-box img:nth-child(1) {
	transform: unset;
	opacity: 1;
	filter: unset;
}
.img-box img {
	position: unset;
}
.woocomerce__feature-product:hover .woocomerce__feature-hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.paraGraphProduct {
    margin-right: 25px;
    /* color: #fff; */
}
/* Tutorial on https://fossheim.io/writing/posts/css-text-gradient. */

.gradient-text {
    background-color: red;
    background-image: linear-gradient(45deg, #000000, #eb0100);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.vehicleDatabase {
	padding: 30px 0 50px;
}
.paraBrow {
    color: #bdccd4;
    margin-top: 10px;
}



.form-group.dark label {
    color: #fff;
}
.form-group label {
    margin-bottom: 5px;
}
 .select2-container .select2-selection--single {
    height: 40px !important;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 7px !important;

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eb0100 !important;
    color: white;
}
.searchCarSection .card-header {
    background: #fff;
    padding: 15px;
}
.searchCarSection .card-body {
    background: #fff;
    padding: 30px;
    border-radius: 50px;
}
.searchCarSection {
    margin-top: 30px;
}
.serchBtnGains {
    padding: 15px 20px;
    display: inline-flex;
    background: #eb0100;
    color: #fff;
    border-radius: 50px;
    position: relative;
    top: 55px;
    left: 41%;
}
.serchBtnGains:hover {
    background: #f70404;
    color: #fff;
   
}
.faqTitlteBox{
    display: flex;
    justify-content: space-between;
}
.FaqSection {
    padding: 80px 0;
}
.woocomerce__footer-logo {
    padding-bottom: 35px;
    max-width: 190px;
}


.resultCard {
    margin-top: 90px;
}
.cardetailsContainer {
    margin-top: 25px;
}
.searchedcar_item {
    display: flex;
    align-items: center;
    background: #3030302e;
    border: 1px solid rgba(36,39,44,.1);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(36,39,44,.1);
    padding: 30px 0px 20px 0px;
    margin: 0px !important;
}
.searcheredcar_logo {
    padding: 0px 20px;
}
.searcheredcar_logo img {
    width: 100%;
    height: 100%;
}
.searchedcar_title {
    padding-left: 0px;
    padding-right: 10px;
}
.searchedcar_title h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
    margin-left: 10px;
    color: #fff;
}
.keyfeaturescar {
    margin-top: 15px;
}
.specification_container {
    border-bottom: 1px solid rgb(34 35 37);
    margin-left: 10px;
}
.specification_container h3 {
    margin-bottom: 10px !important;
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #fff;
}
.specification_container h3::after {
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #ec1745;
}
.specificationtable {
    margin-bottom: 0px !important;
    margin-top: 20px;
    width: 100%;
}
.specificationtable tbody {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.specificationtable tr:nth-child(2n+1) {
    padding-right: 25px;
}
.specificationtable tr {
    display: flex;
    align-items: center;
    color: rgba(36, 39, 44, .7);
    font-size: 15px;
    padding: 10px;
    border: none !important;
}
.specificationtable tr td {
    width: 50%;
    padding: 0px !important;
}

.iconsHold {
    min-width: 110px;
    display: flex;
}
.specificationtable tr td {
    width: 50%;
    padding: 0px !important;
    color: #fff;
}
.iconsname {
	color: #ababab !important;
	font-weight: 500;
	text-align: right;
}
.caritemFooter {
    border-top: 1px solid rgb(97 103 114 / 15%);
    margin-top: 25px;
}
.caritemFooter a {
    padding: 17px 20px 0px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #e00f0f;
    display: flex;
    align-items: center;
    justify-content: end;
}
.caritemFooter a iconify-icon {
    margin-left: 10px;
    font-size: 20px;
}
.cmncard_caraditionaldetail {
    background: #181818;
    border: 1px solid rgba(36,39,44,.1);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(36,39,44,.1);
    margin-bottom: 30px;
}
.cmncard_caraditionaldetail h2 {
    font-size: 22px;
    display: block;
    position: relative;
    padding: 19px 24px;
    border-bottom: 1px solid rgb(34 34 34);
    margin-bottom: 0px !important;
    color: #fff;
}
.cardadItemFull {
    position: relative;
    height: 100%;
    background: #181818;
    border-right: 1px solid rgba(36,39,44,.1);
    padding: 20px 40px 20px 40px;
    margin: 0px !important;
    border-bottom-left-radius: 16px;
}
.itemadinner {
    margin-bottom: 14px;
}
.itemadinner .csLabeladitem {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}
.powerCardContainer {
	background-color: #181818;
	border: 1px dashed #e00f0f;
	border-radius: 4px;
	padding: 5px 15px;
}
.InrCountDetails {
    display: inline-flex;
    justify-content: flex-end;
    align-items: end;
    color: #fff;
}
.powerCount {
	font-weight: 400;
	font-size: 25px;
}
.InrCountDetails span {
    margin-left: 7px;
    font-size: 20px;
}
.downarrowindicate {
    text-align: center;
}
.downarrowindicate iconify-icon {
    font-size: 22px;
    color: #fff;
}
.arrowequalrotate {
    text-align: center;
}
.arrowequalrotate iconify-icon {
    font-size: 22px;
    transform: rotate(-90deg);
    color: #fff;
}
.differenececard {
    background: red;
    color: #fff !important;
}
.additional_details_container {
    margin-top: 25px;
}
.chartpowerright {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #181818;
    padding: 30px 0px 20px 0px;
    margin: 0px !important;
    border-bottom-right-radius: 16px;
}
.apexcharts-legend-text {
     color: #bcbcbc !important;
    margin-left: -9px !important;
}

.TotaldifferenceSection {
    padding: 0;
    background-color: #181818;
    background-image: url("../images/automate-08.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.rightdiftitem {
    background-color: #181818;
    border: 1px dashed #ff0303;
    border-radius: 4px;
    padding: 20px 20px;
}

.rightdiftitem {
	background-color: #181818;
	border: 1px dashed #3f3f3f;
	border-radius: 4px;
	padding: 10px;
}
.rightdiftitem h2 {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 0px !important;
	color: #fff;
}
.rightdiftitem.finaldfrted h2 {
	color: #e00f0f;
	font-weight: 400;
	font-size: 25px;
}
.difrhearitem {
	background-color: #e00f0f;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 20px 20px;
	color: #fff;
	position: relative;
}
.difrhearitem::after{
	border-bottom: 22px solid transparent;
	border-left: 23px solid #e00f0f;
  border-top: 22px solid transparent;
  content: "";
  margin-top: -22px;
  position: absolute;
  right: -19px;
  top: 50%;
}
.difrhearitem h2{
	margin-bottom: 0px;
	font-size: 19px;
	color: #fff;
}
.TotalmethodContainer .row{
	margin-bottom: 20px;
}
.righttotlalvl ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	color: #f9f9f9;
}
.righttotlalvl ul li span{
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}
.totllevels_container {
    margin-right: 0px;
    border-radius: 0px;
    border-top: 1px solid #2d2d2d;
    padding-top: 20px;
}
.totllevels_container .row{
	margin-bottom: 0px;
}
.TotaldifferenceSection .container {
    padding: 30px;
}
.dfrtitem_heading {
	background: #ffffff0a;
	padding: 10px 10px;
	border-radius: 12px;
	font-weight: 600;
}
.dfrtitem_heading .row {
	margin: 0px !important;
}
.TotalmethodContainer {
	margin-top: 60px ;
}

.TotaldifferenceSection .sectitleleft {
	color: #fff;
	font-size: 26px;
}
.titleheaddfrtitem {
	color: #fff;
}
.sec-title-2 {
	font-size: 70px;
}
.mappingleftsec h2{
	font-size: 30px;
}
.extramapingcontent {
	margin-top: 50px;
}
.rightmapingImage {
	display: flex;
	text-align: center;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
}
.mappingCont p{
	margin-bottom: 10px !important;
}
.mappingCont ul{
	padding-left: 10px;
	margin-top: 20px;
	list-style-type: circle;
}
.rightmapingImage img {
	width: 100%;
	height: 100%;
}
.MappingabSection .container {
	padding-bottom: 20px !important;
}
.Mappingwithmodel {
	padding: 40px 0px 70px 0px;
}
.extdontent h2{
	margin-bottom: 20px;
}
.extdontent .row{
	align-items: center;
}
.commonconatctlinkSection.paddingadon{
	padding: 0px 20px 80px 20px;
}
.backcentercont__{
	text-align: center;
}
.commonconatctlinkSection{
	padding: 60px 20px 0px 20px ;
}
.commonconatctlinkSection.paddingadon .installerViewContainer{
	margin-top: 30px;
}
.lablerightdfr_mobile{
	display: none;
}
.lablerightdfr_mobile {
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
}


/*  */
.hero__about::before {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	right: 0;
	bottom: 0;
	content: '';
}
.hero__about {
	background-image: url(../imgs/about/about-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
	position: relative;
}
.hero-title {
	font-weight: 500;
	font-size: 80px;
	line-height: 1;
	color: #fff;
}
.hero__about-text p {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 80px;
	color: #c4c4c4;
}
.wc-btn-primary, .wc-btn-black, .wc-btn-light, .wc-btn-pink, .wc-btn-secondary {
	color: #c8c8c8;
	border: 1px solid #ccc;

}
.hero__about-award img {
	width: 200px;
}
.hero__about-row {
	margin-right: 0;
	margin-left: -160px;
	margin-top: 20px;
}
.hero__about-video {
	height: 600px;
}
.whyChooseTitle{
    font-size: 40px;
}
.contactSection {
	padding: 80px 0 50px;
	background: rgb(250,250,250);
	background: linear-gradient(-360deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.05) 100%);
}
.contactSection .wc-btn-primary, .contactSection .wc-btn-black, .contactSection .wc-btn-light, .contactSection .wc-btn-pink, .contactSection .wc-btn-secondary {
	color: #f00;
	border: 1px solid #f00;
}
.contactSection .wc-btn-primary:hover, .contactSection .wc-btn-black:hover, .contactSection .wc-btn-light:hover, .contactSection .wc-btn-pink:hover, .contactSection .wc-btn-secondary:hover {
	color: #fff !important;
	border: 1px solid var(--primary);
}
/* conatact us page css */
.ContactUsSection {
	padding: 150px 0 70px;
}
.ContactUsSection .wc-btn-primary, .ContactUsSection .wc-btn-black, .ContactUsSection .wc-btn-light, .ContactUsSection .wc-btn-pink, .ContactUsSection .wc-btn-secondary {
	color: #f00;
	border: 1px solid #f00;
}
.ContactUsSection .wc-btn-primary:hover, .ContactUsSection .wc-btn-black:hover, .ContactUsSection .wc-btn-light:hover, .ContactUsSection .wc-btn-pink:hover, .ContactUsSection .wc-btn-secondary:hover {
	color: #fff !important;
	border: 1px solid var(--primary);
}

/* product detail page css */
.woocomerce__single-productview {
	/* display: -ms-grid; */
	display: flex;
	border: 1px solid #ececec;
	padding: 50px;
}
.woocomerce__single-wrapper {
	grid-template-columns: 1fr 1fr;
}
.woocomerce__single-productview img {
	width: 350px;
	margin: 0 auto;
}
.woocomerce__single-features {
	padding-top: 10px;
}
.woocomerce__single-productMore {
	padding-top: 40px;
}
.pin-spacer {
	height: 600px !important;
	max-height: 600px;
	padding: 50px !important;
}
.buyNoeBtn {
	background: #ea0000;
}
.buyNoeBtn iconify-icon{
    font-size: 20px;
}
.relatedProducts .woocomerce__feature-producttitle {
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.relatedProducts .woocomerce__feature-title {
	font-size: 40px;
	}
    .woocomerce__cart-thumb img {
        width: 40px;
    }
.aboutSection {
	padding: 80px 0;
}
.woocomerce__cart-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	color: var(--black-2);
}
.woocomerce__checkout-rtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: var(--black-2);
	display: block;
	padding-bottom: 20px;
}
.woocomerce__footer-wrapper {
	/* display: -ms-grid; */
	display: flex;
	padding: 100px 100px;
	position: relative;
	overflow: hidden;
	-ms-grid-columns: 1.15fr 1fr 1fr 1fr 1.35fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	border-bottom: 1px solid rgba(76, 76, 76, 0.8196078431);
	justify-content: space-between;
}

.footerWidget {
	padding: 10px;
	width: calc(25% - 70px);
}
.woocomerce__footer-list li {
	padding-bottom: 10px;
}
.woocomerce__cart-wrapper.cartwrapper {
	gap: 30px;
	display: flex;
}
.woocomerce__cart-right.cart-right1 {
	padding-top: 100px;
	width: 80%;
	background: #fff;
	padding: 24px 30px 0;
	margin-top: 90px;
	border-radius: 10px;
}
.woocomerce__single-cart {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--white);
	padding: 15px 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--black-2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
}
.woocomerce__cart-wrapper.cartwrapper {
	gap: 34px;
	display: flex;
	padding: 35px;
}
.woocomerce__cart::before {
    display: none;	
}
.woocomerce__cart {
	background: #ededed;
}
.woocomerce__cart-content {
	padding-right: 55px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.woocomerce__cart-left.cartleft {
		padding-top: 91px;
}
.woocomerce__cart {
	
	padding-bottom: 30px;

}
.woocomerce__cart-productlist {
	grid-template-columns: masonry;
	display: flex;
	justify-content: space-between;
}
.woocomerce__cart-menuitems {
    grid-template-columns: 3.7fr 1.5fr 1.7fr 0.5fr auto;
}
.woocomerce__cart-btn {
	background: #f00;
	
}
.woocomerce__cart-wrapper {
	gap: 20px;
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}
.woocomerce__cart-right.checkout {
	padding-top: 100px;
	padding-bottom: 70px;
	background: #fff;
	padding: 50px;
	margin: 120px 0 60px;
	border-radius: 10px;
	width: 58%;
}
.woocomerce__cart-left {
	width: 40%;
	padding-right: 50px;
	padding-top: 80px;
	position: relative;
}
.woocomerce__checkout-frfieldwrapper {
	/* display: -ms-grid; */
	display: flex;
	grid-gap: 0;
	-ms-grid-columns: 2fr 20px 0.6fr;
	grid-template-columns: 2fr 0.6fr;
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 25px;
	flex-direction: column-reverse;
}
.woocomerce__checkout-rformfield {
	width: 100%;
}
.woocomerce__checkout-fieldright {
	width: 100%;
	display: block;
}
.checkoutInner {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.woocomerce__cart-payheaderup {
	
	margin-bottom: 30px;
	margin-right: 0;
}


/* Home css */
.banner {
	padding: 200px 0 100px;
	background: #000;
	height: 100vh;
}
.bannerTitle {
	font-size: 70px !important;
	color: #fff;
	font-weight: 600;
}
.cursor {
    display: inline-block;
    width: 10px;
    animation: blink 1s step-end infinite;
  }

  @keyframes blink {
    from, to {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

  #typing-text {
    display: inline-block;
    transition: opacity 0.5s ease-in-out;
    color: #f00;
  }
.bannerContent p {
	font-size: 17px;
	color: #becdd5;
	margin-top: 10px;
	margin-bottom: 15px;
}
.bannerButton {
	/* display: block; */
	padding: 15px 20px;
	display: inline-flex;
	border-radius: 5px;
	background: #f00;
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	align-items: center;
	gap: 15px;
	font-size: 17px;
}
.bannerButton:hover{
	background: rgb(237, 0, 0);
	color: #fff;
}
.bannerButton iconify-icon {
	font-size: 24px;
}
.bannerimage img {
	width: 86%;
	margin: 0 auto;
}
/* .bannerContent {
	margin-top: 30px;
} */
.searchCarSection {
	margin-top: 30px;
	width: 100%;
	margin: 30px auto 0;
}
.bannerCountWidget {
	display: flex;
	align-items: center;
	gap: 40px;
}
.bnnrwidget h4 {
	font-weight: 700;
	color: #fff;
	font-size: 25px;
}
.bnnrwidget p {
	margin-top: 0;
}
.divide {
	border-bottom: 1px solid #1c1c1c;
	margin: 30px 0;
    width: 81%;
}
.bnrPara {
	width: 81%;
}
.ProductTop {
	padding-bottom: 25px;
}
.redCtaContent .cta__sub-title{
	color: #f00;
	border: 1px solid #f00;
	background: #ff000008;
}
.ProductTop .cta__title {
	font-weight: 600;

}
.ProductTop .paraBrow {
	color: #848484;
	margin-top: 10px;
	width: 80%;
	margin: 15px auto;
}
.AboutUsContent .cta__content {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
.AboutUsContent .cta__title {
	font-weight: 500;
	font-size: 35px;
	line-height: 1;
	color: var(--black-2);
}
.about-us {
	padding: 90px 0 30px;
}
.AboutUsContent .cta__title {
	font-weight: 500;
	font-size: 35px;
	line-height: 45px;
	color: var(--black-2);
}
.AboutUsContent .paraBrow {
	color: #56595a;
	margin-top: 10px;
}
  .img_BoxImm{
	position: relative;
}
 .img_BoxImm img {
    border-radius: 5px;
    object-fit: cover;
}
  .img_Box1T {
    width: 300px !important;
    height: 400px;
	box-shadow: 0 30px 100px rgba(0,0,0,.17);
}
 .img_Box2T {
    height: 400px;
    position: absolute;
    width: 300px !important;
    left: 240px;
    top: 50px;
    box-shadow: rgb(100 100 111 / 73%) 0px 7px 29px 0px;
}
.FaqSection .cta__content {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.woocomerce__footer-list li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #CACACA;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.woocomerce__footer-dis {
	color: #cacaca;
	padding-bottom: 10px;
	font-size: 18px;
}
.woocomerce__footer-mail {
	display: block;
	font-size: 18px;
	color: #cacaca;
	margin-bottom: 5px;
}
.LogoInc {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 200px;
	margin: 0 auto 40px;
}
.woocomerce__footer-phone {
	display: block;
	color: #cacaca;
	font-size: 18px;
}
.oldPrice {
	color: #8b8b8b;
	text-decoration: line-through;
}
.removeBtn {
	color: #f00;
	text-align: end;
	display: block;
}
.woocomerce__cart-product {
	gap: 20px;
}
.woocomerce__cart-cartdata {
	padding-bottom: 20px;
}
.woocomerce__cart-productlist {
	margin-bottom: 20px;
	padding-top: 20px;
}
@media only screen and (max-width:1199px){
    .header__nav-icon-2 {
        display: flex;
        
    }
}
/********************************
       Media Query Start here
**********************************/

/* Tab Responsive quiery */
@media only screen and (min-width:768px) and (max-width:991px){
	.header__inner-2, .header__inner-3 {
		padding: 20px;
	}
	.header__logo-2 img {
		width: 170px;
	}
	.bannerTitle {
		font-size: 70px !important;
	}
	.banner {
		padding: 100px 0 50px;
	}
	.bannerButton {
		padding: 10px 15px;
		font-size: 15px;
	}
	.bnnrwidget h4 {
		font-size: 20px;
	}
	.bannerContent p {
		font-size: 16px;
	}
	.bannerimage {
		margin-top: 45px;
		text-align: center;
	}
	.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
		font-size: 20px;

	}
	.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
		height: 36px;
	}
	.DatabaseProduct {
		padding: 50px 20px;
		}
		.cta__title {
			font-size: 26px;
			padding-bottom:0px;
		}
		.ProductTop .paraBrow {
			margin-top: 10px;
			width: 100%;
			margin: 10px auto;
			font-size: 14px;
		}
		.ProductTop {
			padding-bottom: 5px;
		}
		.img-box img:nth-child(1) {
			display: block;
		}
		.about-us {
			padding: 50px 0 30px;
		}
		.img_Box1T {
			width: 255px !important;
			height: 320px;
		}
		.img_Box2T {
			height: 300px;
			position: absolute;
			width: 250px !important;
			left: 167px;
			top: 50px;
		}
		.AboutUsContent {
			margin-top: 50px;
		}
		.AboutUsContent .cta__title {
			font-size: 26px;
			line-height: 30px;
		
		}
		.counter__item-2 p {
			font-size: 16px;
		}
		.counter__number {
			font-size: 35px;
		}
		.searchCarSection .form-group {
			margin-bottom: 15px;
		}
		.form-group label {
			font-size: 15px;
		}
		.card-header h5 {
			font-size: 16px;
			text-align: center;
		}
		.serchBtnGains {
			padding: 12px 20px;
			display: inline-flex;
			background: #eb0100;
			color: #fff;
			border-radius: 50px;
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			display: block;
			margin-top: 8px;
		}
		.searchCarSection .card-body {
			background: #fff;
			padding: 20px;
			border-radius: 50px;
		}
		.resultCard {
			margin-top: 50px;
		}
		.searcheredcar_logo img {
			width: 20%;
		}
		.searchedcar_title h2 {
			font-size: 15px;
			margin-top: 15px;
		}
		.specificationtable tbody {
			display: flex;
			flex-wrap: wrap;
		}
		.specificationtable tr {
			display: flex;
			align-items: center;
			color: rgba(36, 39, 44, .7);
			font-size: 15px;
			padding: 10px;
			border: none !important;
			width: 100%;
		}
		.specificationtable tr:nth-child(2n+1) {
			padding-right: 10px;
		}
		.TotaldifferenceSection .sectitleleft {
			font-size: 19px;
		}
		.TotalmethodContainer {
			margin-top: 15px;
		}
		.cmncard_caraditionaldetail h2 {
			font-size: 17px;
			padding: 15px 20px;
		
		}
		.itemadinner .csLabeladitem {
			font-size: 14px;
		}
		.powerCount {
			font-weight: 400;
			font-size: 18px;
		}		


		.TotaldifferenceSection .container {
			padding-top: 45px !important;
			padding-bottom: 0px !important;
		}
		.rightdiftitem {
			margin-top: 3px;
		}
		.difrhearitem::after {
			border-bottom: 22px solid transparent;
			border-left: 23px solid #e00f0f;
			border-top: 22px solid transparent;
			content: "";
			margin-top: -22px;
			position: absolute;
			right: unset !important;
			top: 100% !important;
			left: 50% !important;
			transform: rotate(90deg) !important;
		}
		.righttotlalvl ul li span {
			font-weight: 600;
			color: #fff;
			font-size: 14px !important;
			text-align: right;
		}
	
		.Mappingwithmodel {
			padding: 0px 0px 40px 0px;
		}
		.MappingabSection .container {
			padding-bottom: 20px !important;
			padding-top: 30px;
		}
		.texththead {
			font-size: 12px;
		}
		.rightmapingImage {
			display: flex;
			text-align: center;
			justify-content: center;
			width: 75% !important;
			margin: 0 auto;
			margin-top: 40px !important;
		}
		.lablerightdfr_mobile{
			display: block !important;
		}
		.dfrtitem_heading {
			background: #ffffff0a;
			padding: 10px 10px;
			border-radius: 12px;
			font-weight: 600;
			display: none;
		}
		.TotalmethodContainer {
			margin-top: 15px !important;
		}
	
		.rightdiftitem h2 {
			font-size: 20px !important;
		}
		.TotaldifferenceSection h2 {
			font-size: 18px !important;
			margin-bottom: 0px !important;
		}
		.cmncard_caraditionaldetail h2 {
			font-size: 18px !important;
		}
		.commonconatctlinkSection.paddingadon {
			padding: 0px 20px 30px 20px !important;
		}
		.PrivacypolicyContainer{
			padding-top: 40px;
		}
		.lablerightdfr_mobile {
			font-size: 14px;
		}
		.vehicleDatabase {
			padding: 50px 0;
		}
		.FaqSection {
			padding: 50px 0;
		}
		.FaqSection .cta__content {
			width: 100%;
		
		}
		.FaqSection.cta__title {
			font-size: 20px;
			padding-bottom: 0px;
		}
		.faq__list-6 .accordion-button {
			font-size: 17px;
			padding: 15px 0;
		}
		.faq__list-6 .accordion-body p {
			font-size: 14px;
			line-height: 27px;
		}
		.faq__list-6 .accordion-button.collapsed::after, .faq__list-6 .accordion-button:not(.collapsed)::after {
			font-size: 35px;
			top: 3px;
		}

		.contactSection .cta__title {
			font-size: 17px;
			padding-bottom: 0px;
			margin: 20px 0;
			line-height: 25px;
			font-weight: 600;
		}
		.woocomerce__footer-wrapper {
			display: flex;
			padding: 20px;
			flex-wrap: wrap;
			grid-gap: 13px;
		}
		
		.footerWidget {
			padding: 10px;
			width: calc(50% - 42px);
			margin-bottom: 0 !important;
			flex-basis: auto;
		}
		.offcanvas__close {
			position: absolute;
			right: 11px;
			top: -1px;
		}
		.woocomerce__footer-title {
			padding-bottom: 15px !important;
			font-size: 20px;
		}
		.woocomerce__footer-dis {
				font-size: 16px;
		}
		.woocomerce__footer-mail {
			font-size: 16px;
		}
		.woocomerce__footer-phone {
			font-size: 16px;
		}
		.woocomerce__footer-list li a {
			font-size: 16px;
		}
		.woocomerce__footer-copytext {
			font-size: 14px;
			text-align: center;
		}

		/* about us page */
		.hero-title {
			font-size: 26px;
		}
		.hero__about-award {
			position: absolute;
			top: 150px;
			display: none;
		}
		.hero__about-text p {
			padding-left: 0;
		}
		.hero-title {
			font-size: 26px;
			line-height: 35px;
			padding-bottom: 20px !important;
		  }
		  .hero__about-content {
			padding-top: 100px;
		}
		.hero__about-video {
			height: auto;
		}
		.hero__about-row {
			margin-right: 0;
			margin-left: 0;
			margin-top: 0;
			position: relative;
			top: 4px;
			left: 0;
		}
		.hero__about-video iframe, .hero__about-video video {
			width: 100%;
			height: auto;
		}
		.sec-title {
			font-size: 28px;
			line-height: 35px;
			padding: 0 !important;
		}
		.story__text p {
			font-size: 15px;
		}
		/* .mobile-none{
			display: none;
		} */
		.story__img-wrapper img {
			margin-bottom: 0;
		}

		/* contact us page*/
		.sec-title-2 {
			font-size: 30px;
		}
		.contact__text {
			padding-top: 0;
			margin-left: 0;
			width: 100%;
			max-width: 100%;
			margin-bottom: 42px;
		}
		.Order2{
			order: 2;
		}
		.contact__btm {
			padding-top: 0;
		}
		.contact__info h3 {
			font-size: 22px;
			padding-bottom: 15px;
		}
		.contact__info {
			padding-bottom: 20px;
		}
		.woocomerce__cart-wrapper.cartwrapper {
			gap: 0;
			display: flex;
			padding: 35px;
			/* flex-wrap: wrap; */
		}
		.woocomerce__cart-wrapper.cartwrapper {
			gap: 22px;
			display: flex;
			padding: 30px 0;
			/* flex-wrap: wrap; */
			justify-content: unset;
		}
		.woocomerce__cart-content {
	    	margin-top: 74px;
		}
		.woocomerce__cart-productlist {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 15px !important;
		}
		.woocomerce__cart-right.cart-right1 {
		
			width: 100%;
			
		}
		.woocomerce__cart-menuitems {
			display: block;
		}
		.woocomerce__cart-price, .woocomerce__cart-total {
			padding-left: 0px;
		}
		.rightSide {
			position: relative;
		
			width: 100%;
		}
		.priceBox {
			align-items: self-start;
		}
		.removeBtn {
			text-align: left;
			
		}
		.woocomerce__cart-rcontent {
			width: 60%;
		}
		.woocomerce__cart-product {
			align-items: center;
			margin-bottom: 15px;
		}
		.woocomerce__cart-left.cartleft {
			padding-top: 15px;
		}
		.woocomerce__cart-right.checkout {
			padding: 30px;
			margin: 110px 0 0;
			width: 100%;
		}
		.woocomerce__checkout-fieldright p {
			font-size: 14px;
			text-align: inherit;
		}
		.woocomerce__cart-wrapper {
			justify-content: unset;
		}
		.checkoutInner {
			margin-top: 0;
		}
		.woocomerce__cart-left {
			width: 100%;
			padding-right: 0;
			padding-top: 80px;
			position: relative;
		}
		.woocomerce__cart-left.checkout {
			padding-top: 111px;
		}
		.woocomerce__checkout-frfieldwrapper {
	    	flex-direction: column;
		}
		.woocomerce__checkout-fieldright {
			margin-bottom: 15px;
		}
		.woocomerce__single-wrapper {
			display: flex;
			flex-direction: column;
		}
		.woocomerce__single-productview img {
			width: 20%;
			margin: 0 auto;
		}
		

		/* product detail page */
		.pin-spacer {
			height: auto !important;
			max-height: unset !important;
			padding: 45px 0 0 0 !important;
		}
		.woocomerce__single-title {
			font-size: 25px;
		}
		.woocomerce__single-discountprice {
				font-size: 20px;
		}
		.woocomerce__single-discription {
			font-size: 15px;
			padding-top: 10px;
		}
		.woocomerce__single-cart {
			padding: 15px 25px;
		}
		.woocomerce__single-productMore p {
			font-size: 16px;
			color: #4c4c4c;
		}
		.ProductArrow{
			display: none;
		}
		.relatedProducts .woocomerce__feature-title {
			font-size: 26px;
		}
		.woocomerce__feature-top {
			margin-bottom: 10px;
		}
		.woocomerce__feature-content {
			padding: 10px 0;
		}
		.relatedProducts .woocomerce__feature-producttitle {
			font-size: 17px;
	
		}
}

/* Mobile Responsive Query */
@media only screen and (max-width:767px){
	.header__inner-2, .header__inner-3 {
		padding: 20px;
	}
	.header__logo-2 img {
		width: 170px;
	}
	.bannerTitle {
		font-size: 33px !important;

	}
	.banner {
		padding: 100px 0 50px;
	}
	.bannerButton {
		padding: 10px 15px;
		font-size: 15px;
	}
	.bnnrwidget h4 {
	    font-size: 18px;
	}
	.bannerContent p {
		font-size: 14px;
	
	}
	.bannerimage {
		margin-top: 45px;
	}
	.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
		font-size: 20px;

	}
	.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
		height: 36px;
	}
	.DatabaseProduct {
		padding: 50px 20px;
		}
		.cta__title {
			font-size: 26px;
			padding-bottom:0px;
		}
		.ProductTop .paraBrow {
			margin-top: 10px;
			width: 100%;
			margin: 10px auto;
			font-size: 14px;
		}
		.ProductTop {
			padding-bottom: 5px;
		}
		.img-box img:nth-child(1) {
			display: block;
		}
		.about-us {
			padding: 50px 0 30px;
		}
		.img_Box1T {
			width: 220px !important;
			height: 270px;
		}
		.img_Box2T {
			height: 235px;
			position: absolute;
			width: 185px !important;
			left: 167px;
			top: 50px;
			
		}
		.AboutUsContent {
			margin-top: 50px;
		}
		.AboutUsContent .cta__title {
			font-size: 26px;
			line-height: 30px;
		
		}
		.counter__item-2 p {
			font-size: 16px;
		}
		.counter__number {
			font-size: 35px;
		}
		.searchCarSection .form-group {
			margin-bottom: 15px;
		}
		.form-group label {
			font-size: 15px;
		}
		.card-header h5 {
			font-size: 16px;
			text-align: center;
		}
		.serchBtnGains {
			padding: 12px 20px;
			display: inline-flex;
			background: #eb0100;
			color: #fff;
			border-radius: 50px;
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			display: block;
			margin-top: 8px;
		}
		.searchCarSection .card-body {
			background: #fff;
			padding: 20px;
			border-radius: 50px;
		}
		.resultCard {
			margin-top: 50px;
		}
		.searcheredcar_logo img {
			width: 20%;
		}
		.searchedcar_title h2 {
			font-size: 15px;
			margin-top: 15px;
		}
		.specificationtable tbody {
			display: flex;
			flex-wrap: wrap;
		}
		.specificationtable tr {
			display: flex;
			align-items: center;
			color: rgba(36, 39, 44, .7);
			font-size: 15px;
			padding: 10px;
			border: none !important;
			width: 100%;
		}
		.specificationtable tr:nth-child(2n+1) {
			padding-right: 10px;
		}
		.TotaldifferenceSection .sectitleleft {
			font-size: 19px;
		}
		.TotalmethodContainer {
			margin-top: 15px;
		}
		.cmncard_caraditionaldetail h2 {
			font-size: 17px;
			padding: 15px 20px;
		
		}
		.itemadinner .csLabeladitem {
			font-size: 14px;
		}
		.powerCount {
			font-weight: 400;
			font-size: 18px;
		}		


		.TotaldifferenceSection .container {
			padding-top: 45px !important;
			padding-bottom: 0px !important;
		}
		.rightdiftitem {
			margin-top: 3px;
		}
		.difrhearitem::after {
			border-bottom: 22px solid transparent;
			border-left: 23px solid #e00f0f;
			border-top: 22px solid transparent;
			content: "";
			margin-top: -22px;
			position: absolute;
			right: unset !important;
			top: 100% !important;
			left: 50% !important;
			transform: rotate(90deg) !important;
		}
		.righttotlalvl ul li span {
			font-weight: 600;
			color: #fff;
			font-size: 14px !important;
			text-align: right;
		}
	
		.Mappingwithmodel {
			padding: 0px 0px 40px 0px;
		}
		.MappingabSection .container {
			padding-bottom: 20px !important;
			padding-top: 30px;
		}
		.texththead {
			font-size: 12px;
		}
		.rightmapingImage {
			display: flex;
			text-align: center;
			justify-content: center;
			width: 75% !important;
			margin: 0 auto;
			margin-top: 40px !important;
		}
		.lablerightdfr_mobile{
			display: block !important;
		}
		.dfrtitem_heading {
			background: #ffffff0a;
			padding: 10px 10px;
			border-radius: 12px;
			font-weight: 600;
			display: none;
		}
		.TotalmethodContainer {
			margin-top: 15px !important;
		}
	
		.rightdiftitem h2 {
			font-size: 20px !important;
		}
		.TotaldifferenceSection h2 {
			font-size: 18px !important;
			margin-bottom: 0px !important;
		}
		.cmncard_caraditionaldetail h2 {
			font-size: 18px !important;
		}
		.commonconatctlinkSection.paddingadon {
			padding: 0px 20px 30px 20px !important;
		}
		.PrivacypolicyContainer{
			padding-top: 40px;
		}
		.lablerightdfr_mobile {
			font-size: 14px;
		}
		.vehicleDatabase {
			padding: 50px 0;
		}
		.FaqSection {
			padding: 50px 0;
		}
		.FaqSection .cta__content {
			width: 100%;
		
		}
		.FaqSection.cta__title {
			font-size: 20px;
			padding-bottom: 0px;
		}
		.faq__list-6 .accordion-button {
			font-size: 17px;
			padding: 15px 0;
		}
		.faq__list-6 .accordion-body p {
			font-size: 14px;
			line-height: 27px;
		}
		.faq__list-6 .accordion-button.collapsed::after, .faq__list-6 .accordion-button:not(.collapsed)::after {
			font-size: 35px;
			top: 3px;
		}

		.contactSection .cta__title {
			font-size: 17px;
			padding-bottom: 0px;
			margin: 20px 0;
			line-height: 25px;
			font-weight: 600;
		}
		.woocomerce__footer-wrapper {
			display: flex;
			padding: 20px;
			flex-wrap: wrap;
			grid-gap: 13px;
		}
		
		.footerWidget {
			padding: 10px;
			width: calc(100% - 70px);
			margin-bottom: 0 !important;
		}
		.woocomerce__footer-title {
			padding-bottom: 15px !important;
			font-size: 20px;
		}
		.woocomerce__footer-dis {
				font-size: 16px;
		}
		.woocomerce__footer-mail {
			font-size: 16px;
		}
		.woocomerce__footer-phone {
			font-size: 16px;
		}
		.woocomerce__footer-list li a {
			font-size: 16px;
		}
		.woocomerce__footer-copytext {
			font-size: 14px;
			text-align: center;
		}

		/* about us page */
		.hero-title {
			font-size: 26px;
		}
		.hero__about-award {
			position: absolute;
			top: 150px;
			display: none;
		}
		.hero__about-text p {
			padding-left: 0;
		}
		.hero-title {
			font-size: 26px;
			line-height: 35px;
			padding-bottom: 20px !important;
		  }
		  .hero__about-content {
			padding-top: 100px;
		}
		.hero__about-video {
			height: auto;
		}
		.hero__about-row {
			margin-right: 0;
			margin-left: 0;
			margin-top: 0;
			position: relative;
			top: 4px;
			left: -28px;
		}
		.hero__about-video iframe, .hero__about-video video {
			width: 376px;
			height: auto;
		}
		.sec-title {
			font-size: 28px;
			line-height: 35px;
			padding: 0 !important;
		}
		.story__text p {
			font-size: 15px;
		}
		.mobile-none{
			display: none;
		}
		.story__img-wrapper img {
			margin-bottom: 0;
		}

		/* contact us page*/
		.sec-title-2 {
			font-size: 30px;
		}
		.contact__text {
			padding-top: 15px;
			margin-left: 0;
		}
		.contact__btm {
			padding-top: 0;
		}
		.contact__info h3 {
			font-size: 22px;
			padding-bottom: 15px;
		}
		.contact__info {
			padding-bottom: 20px;
		}
		.woocomerce__cart-wrapper.cartwrapper {
			gap: 0;
			display: flex;
			padding: 35px;
			flex-wrap: wrap;
		}
		.woocomerce__cart-wrapper.cartwrapper {
			gap: 0;
			display: flex;
			padding: 30px 0;
			flex-wrap: wrap;
			justify-content: unset;
		}
		.woocomerce__cart-productlist {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 15px !important;
		}
		.woocomerce__cart-right.cart-right1 {
		
			width: 100%;
			
		}
		.woocomerce__cart-menuitems {
			display: block;
		}
		.woocomerce__cart-price, .woocomerce__cart-total {
			padding-left: 0px;
		}
		.rightSide {
			position: relative;
		
			width: 100%;
		}
		.priceBox {
			align-items: self-start;
		}
		.removeBtn {
			text-align: left;
			
		}
		.woocomerce__cart-rcontent {
			width: 60%;
		}
		.woocomerce__cart-product {
			align-items: center;
			margin-bottom: 15px;
		}
		.woocomerce__cart-left.cartleft {
			padding-top: 15px;
		}
		.woocomerce__cart-right.checkout {
			padding: 30px;
			margin: 110px 0 0;
			width: 100%;
		}
		.woocomerce__checkout-fieldright p {
			font-size: 14px;
			text-align: inherit;
		}
		.woocomerce__cart-wrapper {
			justify-content: unset;
		}
		.checkoutInner {
			margin-top: 0;
		}
		.woocomerce__cart-left {
			width: 100%;
			padding-right: 0;
			padding-top: 80px;
			position: relative;
		}
		.woocomerce__checkout-frfieldwrapper {
	    	flex-direction: column;
		}
		.woocomerce__checkout-fieldright {
			margin-bottom: 15px;
		}
		.woocomerce__single-wrapper {
			display: flex;
			flex-direction: column-reverse;
		}
		.woocomerce__single-productview img {
			width: 100%;
			margin: 0 auto;
		}

		/* product detail page */
		.pin-spacer {
			height: auto !important;
			max-height: unset !important;
			padding: 45px 0 0 0 !important;
		}
		.woocomerce__single-title {
			font-size: 25px;
		}
		.woocomerce__single-discountprice {
				font-size: 20px;
		}
		.woocomerce__single-discription {
			font-size: 15px;
			padding-top: 10px;
		}
		.woocomerce__single-cart {
			padding: 15px 25px;
		}
		.woocomerce__single-productMore p {
			font-size: 16px;
			color: #4c4c4c;
		}
		.ProductArrow{
			display: none;
		}
		.relatedProducts .woocomerce__feature-title {
			font-size: 26px;
		}
		.woocomerce__feature-top {
			margin-bottom: 10px;
		}
		.woocomerce__feature-content {
			padding: 10px 0;
		}
		.relatedProducts .woocomerce__feature-producttitle {
			font-size: 17px;
	
		}
}