.tabMobileLink a  {
	color:#000;
}
.tabMobileLink a:hover {
	color:red;
}
ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a:focus {
	outline: none;
}

a,
i,
input[type="submit"] {
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

textarea:focus,
input:focus,
select:focus {
	outline: 0;
}

/* breadcrums section */




.breadcrums {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
}

.breadcrums a {
	color: #000;
}

.inputSearch{

}
.inputSearch input{
	width: 340px;
	height: 65px;
	display: block;
	border-radius: 8px;
	border: 1px solid #D0112B;
	padding: 0 15px;
	font-size: 1.2em;
	color: #000;
}
.inputSearch button{
	border-radius: 8px;
	background:#D0112B ;
	height: 60px;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	border: 0px solid #000!important;
	color: #fff;
	display: flex;
	width: 150px;
	margin-left: -40px;
	margin-bottom: 50px;
}

/* select desvice */
.tab {
    background-color: inherit;
    height: 50px;
    border-radius: 25px;
    float: left;
    border: 1px solid #121212;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 2px;
    padding: 0.5rem 1.5rem;
}
.tab-container {
	overflow: hidden;
	width:100%;
	margin: 0 auto;
	padding-bottom:80px;
}
.tabsArea button.btn{
	border-radius: 8px;
	background:#D0112B ;
	height: 63px;
	font-size: 20px;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	border: 0px solid #000!important;
	color: #fff;
	display: flex;
	width: 447px;
	margin: 0 auto 50px;
}

.tab:hover, .tab.active{
	background: #D0112B;
	color: #fff;
	border-color: #D0112B;
}

.tab-content {
	display: none;
}

/* Show the first tab content by default */
.tab-content:first-child {
	display: block;
}


/* repair Price */

.repairePrice tr:nth-child(even) {
    background-color: #f9f9f9;
}

.repairePrice tr:hover {background-color: #ddd;}


.repairePrice table {
    width: 92%;
    margin: 0px auto;
    border: 1px solid #ebebeb;
}

.repairePrice thead th {
	text-align: left;
	padding: 5px 15px;
	width: 220px;
    font-size:18px;
}
.repairePrice thead th:nth-child(1){
	width: 330px;

}
.repairePrice thead th:nth-child(5){
	width: 300px;

}
.repairePrice td {
    text-align: left;
    padding: 0px 10px;
    font-size:16px;
    vertical-align: middle; 

}
.repairePrice tbody tr{
	position: relative;
	height:65px;
}
.repairePrice thead tr:hover {
    background: #D0112B !important;
}
.repairePrice input {
    border: 0px solid #000;
    padding: 0 12px;
    margin-left: 10px;
    float: right;
}

.repairePrice tr:hover {
    background-color: #f3ecec;
}
.repairePrice tbody{
	background: #fff;
}
.repairePrice tbody a{
	color: #D0112B;
}

/* responsive */


@media only screen and (max-width:1122px) {

	.breadcrums{
		position: relative!important;
		margin-bottom: 30px;
	}


	.tabMobile img {
		width: 85px;
		height: auto;
	}
	.tabMobile h4{
		font-size: 16px;
	}

	.repairPhone h2, .repairPhone h3 {
		font-size: 32px;
		line-height: normal;
	}
	.repairPhone p {
		font-size: 20px;
		line-height: normal;
	}

	.repairPhone ol li {
		font-size: 20px;
		line-height: normal;
	}
	.mobileImg img{
		height: 380px;
		object-fit: cover;
		border-radius: 20px;
	}
	.textImg {
		top: 15px;
		padding: 48px;
		height: 380px;
		background: rgba(0, 0, 0, .5);
		border-radius: 20px;
		color: #fff;
	}

	.tab-container {
		width: 100%;
	}

	/* repair price */


	.repairePrice tbody td {
		padding: 0px 15px;
	}

	.repairePrice thead th {
		text-align: left;
		padding: 0 15px;
		width: 150px;
	}
	.repairePrice thead th:nth-child(1){
		width: 330px;
	}
	.repairePrice thead th:nth-child(5){
		width: 300px;
	}
	.repairePrice tbody tr::after{
		left: 16px;
	}

	/*services area */
	.servicesArea h2 {
		font-size: 32px;
		line-height: 20px;
	}

	.servicesArea p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width:767px) {


	.table-resposive{
		overflow-x: scroll;
	}

	.tabsArea button.btn{
		width: 100%;
		font-size: 16px;
	}

	.repairePrice table {
		width: 695px;
	}

	.repairePrice h2{
		font-size: 32px;
	}


	.tabMobile h4 {
		font-size: 14px;
	}

	.repairPhone h2, .repairPhone h3 {
		font-size: 28px;
		line-height: normal;
	}

	.mobileflex {
		flex-wrap: wrap;
	}


	/* services */
	.services .col-lg-3.col-md-6 {
		justify-content: flex-start;
		width: 320px;
		margin: 10px auto;
	}

	.servicesArea img {
		margin-top: 30px;
	}

}