*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

body{
	font-size: 15px;
	font-family: Rubik-Regular;
	overflow-x: hidden;
}

@font-face{
	font-family: Rubik-Light; src: url(../fonts/Rubik-Light.ttf);
}

@font-face{
	font-family: Rubik-Regular; src: url(../fonts/Rubik-Regular.ttf);
}

@font-face{
	font-family: Rubik-Medium; src: url(../fonts/Rubik-Medium.ttf);
}

@font-face{
	font-family: Rubik-Bold; src: url(../fonts/Rubik-Bold.ttf);
}

@font-face{
	font-family: Rubik-Black; src: url(../fonts/Rubik-Black.ttf);
}

@font-face{
	font-family: Gotham-Light; src: url(../fonts/Gotham-Light.otf);
}

@font-face{
	font-family: Gotham-Book; src: url(../fonts/Gotham-Book.otf);
}

@font-face{
	font-family: Gotham-Medium; src: url(../fonts/Gotham-Medium.otf);
}

@font-face{
	font-family: Gotham-Bold; src: url(../fonts/Gotham-Bold.otf);
}

@font-face{
	font-family: Gotham-Black; src: url(../fonts/Gotham-Black.otf);
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777 !important;
  opacity:1;
  font-size: 15px !important;
  font-family: Rubik-Regular;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777 !important;
  font-family: Rubik-Regular;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-family: Rubik-Regular;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-family: Rubik-Regular;
}

a{
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	:-moz-outline: none;
	outline: none;
}

button{
	border: none;
	outline: none;
}

input,textarea{
	outline: none;
}
textarea{
	resize: none;
}
span{
	display: inline-block;
}

em{
	font-style: normal;
}

p{
	font-size: 15px;
	line-height: 1.7;
	font-family: Rubik-Regular;
	font-weight: normal;
}

ul, ol{
	list-style: none;
}

h2{
	font-weight: normal;
	font-size: 42px;
	font-family: Gotham-Bold;
	letter-spacing: -0.5px;
}

h3{
	font-weight: normal;
	font-size: 35px;
	font-family: Gotham-Bold;
	letter-spacing: -0.5px;
}

h6{
	font-weight: normal;
	font-size: 18px;
	font-family: Gotham-Medium;
	letter-spacing: -0.5px
}

.container{
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.header{
	padding: 10px 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.15);
	position: relative;
	z-index: 999;
}

.logo{
	width: 120px;
	float: left;
}

.logo a,.logo a img{
	width: 100%;
	display: block;
}

.headerMenu{
	float: right;
	padding: 20px 0;
}

.headerMenu li{
	float: left;
	padding: 0 20px;
}

.headerMenu li a{
	display: block;
	padding: 10px 0px;
	color: #333;
	font-family: Rubik-Medium;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	position: relative;
}

.headerMenu li a:hover,.headerMenu li a.active{
	color: #ff1c3d;
}

.headerMenu li a::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #f7556d;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.headerMenu li a:hover::after,.headerMenu li a.active::after{
	width: 100%;
}

.bannerSet{
	width: 100%;
	position: relative;
}

.banner-outerSet{
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1366px;
	overflow:hidden;
}

.bannerInner{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:1366px;
	height:590px;
	overflow:hidden;
}

.bannerInner img{
	width: 100%;
	display: block;
}

.bulletNN{
	position:absolute;
	bottom:12px;
	right:12px;
}

.buInnerS{
	width:24px;
	height:24px;
	font-size:12px;
	line-height:24px;
}

.buInnerS .n{
	text-indent: 999px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
}

/*mobilemenu*/
.toggle {
	display: block;
    cursor: pointer;
}
.toggle input {
  display: none;
}
.toggle input + div{
  width: 20px;
  height: 14px;
  float: right;
  position: relative;
}
.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.toggle input + div div span:first-child {
  top: 0;
}
.toggle input + div div span:first-child:before, .toggle input + div div span:first-child:after {
  top: 0;
}
.toggle input + div div span:last-child {
  bottom: 0;
}
.toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
  bottom: 0;
}
.toggle input + div div span:before, .toggle input + div div span:after {
  content: '';
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #000;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: border-radius .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, border-radius .3s ease;
  transition: transform .5s ease, border-radius .3s ease, -webkit-transform .5s ease;
}
.toggle input + div div span:before {
  left: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translate(1px, 0) scaleX(1.1);
          transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span:after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate(-1px, 0) scaleX(1.1);
          transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #ff1c3d;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, -webkit-transform .5s ease;
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease;
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease, -webkit-transform .5s ease;
}
.toggle input + div svg:nth-child(3) {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle input:checked + div div span:first-child:before {
  -webkit-transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
          transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child:after {
  -webkit-transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
          transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:before {
  -webkit-transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
          transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:after {
  -webkit-transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
          transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle input:checked + div svg:nth-child(3) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.mobilemenu{
	padding: 10px 0;
}
/*end*/	

.jssorb064 {position:absolute;bottom:12px;right:12px;}
.jssorb064 .i {position:absolute;cursor:pointer; width:16px;height:16px;}
.jssorb064 .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb064 .i:hover .b {fill-opacity:.8;}
.jssorb064 .iav .b {fill: #fe173b;fill-opacity:1;stroke:#f9e3e8;stroke-opacity:.7;stroke-width:2000;}
.jssorb064 .iav:hover .b {fill-opacity:.6;}
.jssorb064 .i.idn {opacity:.3;}
.jssorb064 .i svg{position:absolute;top:0;left:0;width:100%;height:100%;}

.bannerConSet{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 400px;
	color: #fff;
	left: 10%;
}

.bannerConSet h2{
	padding-top: 3px;
}

.bannerConSet h2::after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fe173b;
	margin-top: 12px;
}

.bannerConSet p{
	padding-top: 20px;
	letter-spacing: 0.2px;
}

.btn{
	padding: 15px 15px;
    text-transform: uppercase;
    font-family: Gotham-Medium;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 30px;
    background-color: #fe173b;
    color: #fff;
    border: solid 1px transparent;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    text-align: center;
}

.btn:hover{
	border: solid 1px #02023c;
    background-color: #02023c;
    box-shadow: 6px 10px 12px 0px rgba(0,0,0,0.3);
}

.bannerConSet .btn{
	margin-top: 20px;
}

.whatSNew{
	width: 100%;
	padding: 70px 0;
	background-color: #f7f7f7;
}

.title{
	width: 100%;
	text-align: center;
	color: #222;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

.title h3::after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fe173b;
	margin: 0 auto;
	margin-top: 8px;
}

.title p{
	font-size: 16px;
	color: #650164;
	color: #555;
	padding-top: 15px;
}

.accesFullSet{
	width: 100%;
	padding-top: 40px;
}

.accesSet1{
	width: calc(25% - 20px);
	margin: 0 10px;
	float: left;
}

.proFullSetN{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.10);
	position: relative;
	transition: all 0.2s linear 0s;
	border: solid 1px #f5f5f5;
	position: relative;
	margin-bottom: 20px;
}

.proFullSetN:hover{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
}

.hoverSetFul{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.proImgSetNe{
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

.proImgSetNe img, .imgSetDeals img{
	width: 100%;
	display: block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.proFullSetN:hover .proImgSetNe img{
	transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
}

.proImgSetNe::after{
	background: rgba(254,23,59,0.2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

.proFullSetN:hover .proImgSetNe::after{
	opacity: 1;
}

.btnHov{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0);
	left: 0;
	right: 0;
	width: 150px;
	margin: 0 auto;
	padding: 12px 2px;
	text-transform: uppercase;
	font-family: Gotham-Medium;
	font-size: 13px;
	letter-spacing: 0.5px;
	background-color: #fe173b;
	color: #fff;
	border: solid 1px transparent;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	text-align: center;
	z-index: 99;
	opacity: 0;
}
.proFullSetN:hover .btnHov{
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.btnHov:hover{
	border: solid 1px #02023c;
    background-color: #02023c;
    box-shadow: 6px 10px 12px 0px rgba(0,0,0,0.3);
}

.porInfoSet{
	width: 100%;
    height: 40px;
    background: #fff;
    display: block;
    position: relative;
    margin-top: 10px;
}

.consetInf{
	position:relative;
	top: 50%;
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	text-align: center;
	padding: 0 10px;

	font-size: 16px;
	color: #222;
	line-height: 1.4;
}

.vieallBtn{
	width: 300px;
	margin: 40px auto 0;
	display: block;
}

.ourPro{
	width: 100%;
	padding: 70px 0;
	background-color: #fdebee;
}

.proNewSet{
	padding-top: 30px;
}

.proSetII{
	width: calc(100% - 20px);
	margin: 20px 10px;
}

.findDealer{
	width: 100%;
	padding: 70px 0;
}

.leftDealerSer{
	width: 100%;
	position: relative;
	float: left;
}

.fullSetOfFordd{
}

.rightImgDeale{
	width: 30%;
	float: left;
}

.rightImgDeale img{
	width: 100%;
	display: block;
}

.titleDea{
	color: #222;
}

.titleDea h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fe173b;
    margin-top: 8px;
}

.titleDea p {
    font-size: 16px;
    color: #650164;
    color: #555;
    padding-top: 15px;
}

.signFormSet{
	width: 100%;
	padding-top: 35px;
}

.signFormSet .labmem{
    width: 25%;
    float: left;
   padding:0 10px;
}

.signFormSet label.lastcc{
	margin-right: 0;
}

.signFormSet label>p{
	width: 45px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	float: left;
	background: #dadada;
	color: #555;
}

.signFormSet label input{
	width: calc(100% - 45px);
	height: 50px;
	background: #fff;
	border: solid 1px #dadada;
	border-left: transparent;
	color: #222; 
	padding: 15px 10px;
	outline: none;
	font-size: 14px;
	font-family: Rubik-Regular;
}

.autocomplete{
	position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.signFormSet .btn{
	padding: 15px 50px;
	margin-top: 25px;
}

.hide{
	display: none;
}

.signFormSet label.otpBox{
	width: 40%;
	float: none;
	display: block;
}
.footer{
	    padding: 25px 0;
	width: 100%;
	background-color: #02023c;
	text-align: center;
}

.Footermenu{
	width: 100%;
	text-align: center;
	color: #fff;
}
.Footermenu li{
	display: inline-block;
}

.Footermenu li a{
	color: #fff;
	padding: 5px 15px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.Footermenu li a:hover{
	color: #fe173b;
}

.fooAddress{
	padding-top: 35px;
	width: 100%;
	color: #fff;
}

.fooAddress h5{
	font-weight: normal;
	font-size: 20px;
	font-family: Gotham-Bold;
}

.fooAddress h5::after{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fe173b;
    margin: 0 auto;
    margin-top: 8px;
}

.fooAddress .address{
	padding-top: 15px;
	letter-spacing: 0.5px;
	font-size: 15px;
	color: #ddd;
}

.fooAddress a{
	color: #ddd;
	padding-top: 10px;
	display: block;
}

.footbott{
	width: 100%;
	background-color: #02023c;
}

.footbott .container{
	border-top: solid 1px #ccc;
}

.footbott p {
    padding: 15px 0;
    color: #d5d5d5;
    float: left;
}

.sociMedi {
    float: right;
}

.sociMedi li {
    float: right;
}

.sociMedi li a {
    padding: 15px;
    color: #d5d5d5;
}

.footbott a {
    color: #d5d5d5;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.footbott a:hover{
	color: #fe173b;
}

.aboutUs{
	width: 100%;
	height: auto;
	background: url(../images/abtBg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.aboutUs .containerFu{
	background-color: rgba(53,166,252,0.3);	
	width: 100%:;
}

.aboutUs .title{
	color: #fff;
	width: 90%;
	max-width: 1050px;
	padding: 100px 0;
}

.aboutUs .title p{
	color: #fff;
}

.banFImmm{
	max-width: 480px;
	width: 90%;
	margin: 0 auto;
	float: none;
	text-align: center;
	left: 0;
	position: relative;
	top: 10%;
	transform: translateY(0);
}

.banFImmm h2::after{
	display: none;
}

.banFImmm p{
	padding-top: 10px;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}

.banFImmm .btn{
	margin-top: 35px;`
}

/*dealer*/
.dealertable{
	padding: 10px 0;
}
.dearta{
	width: 150%;
	overflow-x: scroll;
	display: block;
}
.dealertable table {
	margin-top: 20px;;	
    border-collapse: collapse;
  }
.dealertable th,.dealertable td {
	text-align: center;
    border: 1px solid #dadada;
    padding: 10px;
	width: 500px;
  }
/*end*/



/*-- About us page --*/
.abtPageBanner{
	width: 100%;
	padding: 50px 0 180px;
	background: url(../images/abtBanner.jpg) no-repeat;
	background-size: cover;
	 background-position: center;
}

.abtPageBanner h3{
	text-align: center;
	text-transform: uppercase;
	padding-top: 50px;
	font-size: 25px;
}

.abtContSet{
	padding: 70px 0;
}

.abtContSet h3 {
	text-align: center;
	color: #222;
}

.abtContSet h3::after{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fe173b;
    margin: 0 auto;
    margin-top: 8px;
}

.abtContSet p{
	text-align: center;
	color: #666;
	line-height: 1.7;
	padding-top: 20px;
	max-width: 850px;
	margin: 0 auto;
}

.missionSet{
	width: 100%;
	padding-bottom: 50px;
}

.rightImgeMis{
	width: 50%;
	float: left;
}

.rightImgeMis img{
	width: 100%;
	display: block;
}

.leftContSet{
	width: 50%;
	float: left;
	position: relative;
	padding: 60px 50px ;
	background-color: #fff;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2); 
	margin-top: 80px;
	margin-left: -80px;
	z-index: 99;	
    min-height: 400px;
}

.misCOnset h3{
	font-size: 25px;
	color: #222;
}

.misCOnset h3::after{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fe173b;
    margin-top: 8px;
}

.misCOnset p{
	padding-top: 20px;
	line-height: 1.7;
	color: #666;
}

.continFo{
	padding: 50px 0;
}

.contitle {
	text-align: center;
}

.contitle h3{
	color: #222;
} 

.contitle p{
	color: #666;
	padding-top: 5px;
}

.fulCOndetails{
	width: 100%;
	padding-top: 50px;
}

.leftcontDetails{
	width: 45%;
	padding: 50px;
	background-color: #2eacef;
	float: left;
}

.leftcontDetails h6{
	font-size: 22px;
	color: #fff;
} 

.leftcontDetails h6::after{
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background-color: #cdecfe;
	margin-top: 13px;
}

.addressSetSS{
	width: 100%;
	padding-top: 15px;
}

.addressSetSS li{
	padding-top: 15px;
}

.addressSetSS li img{
	width: 30px;
	float: left;
}

.detailsSett{
	width: calc(100% - 30px);
	padding-left: 15px;
	float: left;
}

.detailsSett p.addTitle{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 3px;
	font-weight: 500;
}

.detailsSett a{
	display: inline-block;
	font-size: 16px;
	color: #eee;
	line-height: 1.7;
}

.detailsSett p{
	font-size: 16px;
	color: #eee;
	line-height: 1.7;
}

.EnquiryFormSet{
	padding-top: 0;
}

.EnquiryFormSet .eachField{
	padding-top: 13px;
}

.rigthEnquirey{
	width: 55%;
	float: none;
	background-color: #fff;
	padding: 23px 50px;
	border: solid 1px #ddd;
	margin: 0 auto;
}

.rigthEnquirey h6{
	font-size: 22px;
	color: #222;
} 

.rigthEnquirey h6::after{
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background-color: #ff1c3d;
	margin-top: 13px;
}

.serviceFormSet{
	width: 100%;
}

.serviceFormSet .eachField{
	padding-top: 18px;
	width: 100%;
}

.eachField label{
	width: 100%;
	display: block;
	position: relative;
}

.eachField label input, .eachField label textarea{
	width: 100%;
	line-height: 40px;
	border: solid 1px #d9d9d9;
	color: #333;
	font-weight: 500;
	padding: 0 15px;
	background-color: #fff;
}

.eachField label input:focus, .eachField label textarea:focus{
	border: solid 1px #3396d6;
}

.eachField label textarea{
	line-height: 1.6;
	height: 120px;
	padding: 15px;
	resize: none;
}

.errorMsg p.error, .errorMsg .error, .error{
	font-size: 13px;
	color: red;
}

.eachField .btn{
	padding: 15px 10px;
	text-align: center;
	max-width: 280px;
	width: 100%;
	cursor: pointer;
    display: block;
    margin: 0 auto;
}

.spareAbtSet{
	padding-bottom: 0;
}

.spareSrt{
	padding: 60px 0;
}

.eachParts{
	width: 100%;
	padding: 0px 0 30px;
}

.rightDetailsOfpart{
	padding: 25px 40px;
	margin-top: 50px;
}

.partName{
	font-size: 25px;
	color: #fe173b;
}

.partPrice{
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	padding-top: 5px;
}

.proSpecifiaction{
	width: 100%;
	padding-top: 15px;
}

.proSpecifiaction h3{
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
}

.tableForDetails{
	height: 280px;
	overflow: hidden;
	transition: all 0.32s linear 0s;
}

.tableForDetails.active{
	overflow-y: auto;
	height: 320px;
}

.tableForDetails table tr td{
	padding: 0px 15px;
	font-size: 15px;
	color: #333;
	line-height: 1.75;
}

.tableForDetails table tr td:first-child{
	padding-left: 0;
	color: #777;
}

.nth2Childpart .rightImgeMis{
	float: right;
}

.nth2Childpart .rightDetailsOfpart{
	right: -80px;
	margin-left: inherit;
	box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.2)
}

.readMoreBtn{
	cursor: pointer;
	background-color: transparent;
	color: #fe173b;
	margin-top: 12px;
	padding: 5px 0;
	font-size: 16px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.readMoreBtn:hover{
	color: #02023c;
}