.marg--15 {
	margin: 0 -15px;
}

/* breadcrums section */

.deviceSection {
	padding: 50px 0 0;
}


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

.breadcrums a {
	color: #000;
}

/* single phone */

.img-sect h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 65px;
	color: #121212;
	margin-bottom: 12px;
}

.img-sect h3 {
	font-size: 35px;
	margin-bottom: 24px;
	line-height: 25px;
	font-weight: 500;
	color: #121212;
}

.plan-para {
	margin-bottom: 40px;
	color: #d0112b;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
}

.form-sect {
	background-color: orange;
}

.price-dur {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 500px;
	margin-bottom: 57px;
}

.price-dur-h {
	font-size: 25px;
	color: #D0112B;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.price-dur-p {
	font-size: 48px;
	font-weight: 600;
	line-height: 50px;
	color: #121212;
}

.book-btn {
	background-color: #d0112b;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	display: inline-block;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

/* dropDown */

.dropbtn {
	background: none;
	border: 0px solid #000;
	cursor: pointer;
	padding: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown-cont {
	max-width: 383px;
	margin: 0 auto;
}


.middle-layer {
	background-color: #fff;
	padding: 11px 20px 10px 14px;
	border-bottom: 0.5px solid #9D9D9D;
}

.middle-layer:hover {
	background-color: #D0112B;
	color: #F5F7FA;
	padding: 11px 20px 10px 14px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/* border: 0.5px solid #9D9D9D; */
}
.middle-layer:hover .text-info h2{
	color: #fff;
}
.middle-layer:hover .text-info-p{
	color: #fff;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.text-info h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
}

.badge {
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #D0112B;
	font-weight: 700;
	font-size: 9px;
	line-height: 8px;
	text-transform: uppercase;
	padding: 3px 6px;
	display: inline-block;
}

.official-flex {
	display: flex;
	align-items: center;
	gap: 8px;
}

.price {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}

.duration {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	margin-left: 3px;
	display: inline-block;
	margin-bottom: 18px;
}

.mbottom {
	margin-bottom: -5px;
}

.text-info-p {
	font-size: 13px;
	line-height: 12px;
	font-weight: 500;
	color: #999;
}

.badge-vari {
	background-color: #FFDBE0;
}

.para-clr-vari {
	color: #9D9D9D;
}


/* single form */

.single-form {
	padding: 30px 20px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin-top: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}


.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;
}

.custom-col-8 {
	flex: 0 0 auto;
	width: 55%;
	padding: 0 15px;
}

.custom-col-4 {
	flex: 0 0 auto;
	width: 45%;
	padding: 0 15px;
}

/* Reviews */

.testimonial-slider {
	width: 350px;
}

.review-slide1 {
	padding: 10px 20px 16px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.review-slide1 p {
	font-size: 16px;
	line-height: 29px;
	color: #9D9D9D;
	font-weight: 400;
}


section.choose-mobile .review-slide1 h3 {
	font-size: 16px;
	padding-bottom: 0;
}

.text-right {
	text-align: right;
}


/* Our Client  */



/* testimonial */

.testimonial-slider {
	position: relative;
}
.testimonial-slider hr {
    border-color: rgba(0, 0, 0, 0.05);
}

.testimonial {
	display: none;
}

.navigation-dots {
	text-align: center;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.dot.active {
	background-color: #333;
}

.prev-btn,
.next-btn {
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 7px;
	width: 88px;
	border-radius: 15px;
}

.slideractive {
	background: #D0112B !important;
	width: 150px;
}

.next-btn {
	background: #E4E1FF;
	margin: 0;
}


/* responsive */


@media (min-width:1200px) and (max-width:1439px) {
	.accordion-button {
		font-size: 20px;
	}
}

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

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


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

	.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;
	}



}

@media (min-width:768px) and (max-width:991px) {

	.custom-col-8,
	.custom-col-4 {
		width: 100%;
		text-align: center;
	}

	.price-dur {
		margin: 50px auto;
	}

	.product-features {
		width: 355px;
		margin: 50px auto 0;
	}

	.single-form {
		width: 512px;
		margin: 50px auto;
	}

	.testimonial-slider {
		margin: 50px auto 10px;
	}

	.position-relative.pt-2 {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.slider-item {
		flex: 0 0 calc(100% / 2);
		/* Each slide takes up one-third of the container */
	}

	.prev-button {
		width: 30px;
		left: -12px;
	}

	.next-button {
		width: 30px;
		right: -12px
	}
}

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

	.custom-col-8,
	.custom-col-4 {
		width: 100%;
		text-align: center;
	}

	.price-dur-p {
		font-size: 32px;
	}

	.img-sect h2 {
		font-size: 32px;
	}

	.breadcrums {
		position: relative !important;
		margin-bottom: 30px;
		text-align: center;
		gap: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.price-dur {
		margin: 50px auto;
	}

	.product-features {
		width: 100%;
		margin: 50px auto 0;
	}

	.single-form {
		width: 100%;
		margin: 50px auto;
	}

	.testimonial-slider {
		margin: 50px auto 10px;
	}

	.position-relative.pt-2 {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.single-form input[type="text"],
	.single-form input[type="email"],
	.single-form input[type="tel"] {
		width: 100%;
	}

	.repairPhone {
		padding: 0 0 50px;
	}

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

	.slider-item {
		flex: 0 0 calc(100% / 1);
		/* Each slide takes up one-third of the container */
	}



	/* our client */
	.ourClient h2 {
		font-size: 26px;
	}

	.ourClient h3 {
		font-size: 18px;
	}

	.slider-item {
		flex: 0 0 calc(100% / 1);
		/* Each slide takes up one-third of the container */
	}

	.prev-button {
		width: 30px;
		left: 15px;
	}

	.next-button {
		width: 30px;
		right: 15px
	}

	.dropdown-cont {
		max-width: 300px;
		margin: 0 auto;
	}

	.text-info h2 {
		font-size: 18px;
	}

	.text-info-p {
		font-size: 12px;
	}

	.price {
		font-size: 17px;
	}
	.dropdown-content{
		left: 20px;
	}
}