.models{
	width: 100%;
	margin: 0px auto;
}
.row{
margin: 0px auto;
width: 100%;
}

.displaynone{
	display: none;
}
.displayblock{ display:block; }
.load-more-container{
 width: 80%;
 display: flex;
 margin: 20px auto;
}

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;
}

textarea:focus,
input:focus,
select:focus {
	outline: 0;
}

/* breadcrums section */

.deviceSection {
	padding: 50px 0;
}



.breadcrums {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin-bottom: 50px;
}

.breadcrums a {
	color: #000;
}

/* select desvice */

.tabsArea{
	padding-bottom: 0px;
}

.tab-container {
	overflow: hidden;
	width: 1050px;
	margin: 0 auto;
}
.tab {
	background-color: inherit;
	width: auto;
	min-width:124px;
	height: 50px;
	border-radius: 17px;
	float: left;
	border: 1px solid #121212;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 18px;
	font-weight: 600;
	margin:10px 2px;
}
.tab:hover, .tab.active{
	background: #D0112B;
	color: #fff;
	border-color: #D0112B;
}

.tab-content {
	display: none;
	padding: 10px 0 0;
}

/* Show the first tab content by default */
.tab-content:first-child {
	display: block;
}
.tabMobile {
    padding: 5px 0px 1px 0px;
    margin: 8px 4px;
    background: #FFF;
    border-radius: 8px;
    transition: transform 0.5s ease;
    box-shadow: 1px 1px 4px #00000014;
    height:272px;
}

.tabMobile img:hover{
opacity:1;
}

.tabMobile h4 {
font-size:14px;
}
.tabMobile h4 a{
color:#000;
font-size:16px;
}

/* Repair Phone */

.repairPhone{
	padding: 50px 0;
}


.repairPhone p span{
	color: #D0112B;
}


.textImg{
	top:0;
	left: 0;
	padding: 48px;
}
.textImg h4{
	font-size: 22px;
	margin: 0;
}
.textImg h3{
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 30px;
	line-height: 45px;
	text-transform: uppercase;
}
.textImg button{
	background: #D0112B;
	height: 60px;
	border-radius: 50px;
	color: #fff;
	border: 0px solid #000;
	font-size: 18px;
	font-weight: 700;
}



/* Services Area */

.servicesArea {
	background: #fff;
	padding: 50px 0;
}


.servicesArea button {
	width: 195px;
	height: 60px;
	background: #D0112B99;
	border-radius: 8px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
}

/* FAQS */

/* repair Price */
.repairePrice table, th, td{
	border: 0px;
	border-spacing: 0px;
}
.repairePrice table {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.repairePrice thead th {
	text-align: left;
	padding: 0 30px;
	width: 220px;
}
.repairePrice thead th:nth-child(1){
	width: 330px;
}
.repairePrice thead th:nth-child(5){
	width: 300px;
}

.repairePrice tbody tr{
	position: relative;
}
.repairePrice tbody tr::after{

    content: "";
    width: 92%;
    position: absolute;
    left: 30px;
    bottom: 0;
    display: inline-block;
}
.repairePrice tbody{
	background: #fff;
}
.repairePrice tbody a{
	color: #D0112B;
}

/* responsive */


@media (min-width:1200px) and (max-width:1439px) {

	.services h4 {
		font-size: 16px;
	}

	.accordion-button {
		font-size: 20px;
	}
}

@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 p {
		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 thead{
		font-size: 18px;
		height: 65px;
	}

	.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;
	}

	.servicesArea button {
		height: 49px;
	}

	/* FAQS */
	.faqs h2 {
		font-size: 36px;
	}

	.accordion-header {
		font-size: 18px;
		line-height: normal;
	}
}

@media only screen and (max-width:767px) {

	.table-resposive{
		overflow-x: scroll;
	}

	.repairePrice table {
		width: 695px;
	}

	.repairePrice h2{
		font-size: 32px;
	}



	.tabMobile h4 {
		font-size: 14px;
	}



	.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;
	}


	/* FAQS */
	.faqs h2 {
		font-size: 26px;
	}

	.accordion-button {
		font-size: 20px;
		line-height: normal;
	}

}