body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
/* header-fixed after some scroll */
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/* header-fixed after some scroll ends */
.A2repair-topBorder {
  background-color: #131b67;
  height: 34px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  display: block;
}

.A2repair-topBorder a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}

.A2repair-greyBorder {
  background-color: #7c7c7c;
  box-sizing: border-box;
  padding: 7px 1px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  display: block;
}

.A2repair-greyBorder a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #ffffff;
}

.read-more {
  background-color: #dd0000;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 4px 10px;
  margin-left: 10px;
  cursor: pointer;
}

/* <______Mobile-Header_____________> */
.mobile-version-background {
  background-color: #393939;
  width: 100%;
  display: none;
  min-height: 200px;
  position: absolute;
  z-index: 10;
}

.mobile-version {
  display: none;
}

.cross {
  display: flex;
  justify-content: flex-end;
  width: auto;
}

.fa-close {
  padding-right: 55px;
  color: white;
  font-size: 23px;
  padding: -1px;
  padding-top: 10px;
}

.A2repair-mobile-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.A2repair-mobile-header-bars {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 10px;
  border-bottom: black solid 1px;
}

.fa-bars {
  color: #f7e841;
  margin-bottom: 10px;
}

.mobile-level-1-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.mobile-level-1-li {
  width: auto;
}

.mobile-level-1-a {
  color: #f3ffff;
  font-size: 19.5px;
  line-height: 29.25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.mobile-level-2-ul {
  list-style-type: none;
}

.mobile-level-2-a {
  font-size: 16.0004px;
  line-height: 24.0006px;
  font-weight: 300;
  color: #f3ffff;
}

.mobile-level-1-a:hover {
  color: #f7e841;
  cursor: pointer;
}

.fa-caret-square-o-up:hover {
  color: #f7e841;
  cursor: pointer;
}

.fa-caret-square-o-down:hover {
  color: #f7e841;
  cursor: pointer;
}

.fa-caret-square-o-down {
  font-size: 30px;
}

.fa-caret-square-o-up {
  font-size: 30px;
}

.about-drop-icons {
  padding-left: 90px;
}

.mobile-level-2-a:hover {
  color: #f7e841;
  cursor: pointer;
}

.search-mobile {
  border: transparent solid 1px;
  border-radius: 30px;
  background-color: #ececec;
  padding: 8px;
  margin-top: 35px;
}

.search-mobile-a {
  color: #81878b;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 129px 4px 19px;
  vertical-align: middle;
}

.fa-search {
  font-size: 11.2671px;
  line-height: 20.93px;
  font-weight: 300;
  color: #43434a;
}

.mobile-level-1-fa {
  margin-left: 103px;
}

.mobile-level-1-fa i {
  color: #f7e841;
  text-align: center !important;
  padding-left: 10px;
}

.repairing-price-li {
  display: none;
}

.reparing-price-dropUp {
  visibility: hidden;
}

.reparing-price-dropDown {
  visibility: visible;
}

.about-dropDown {
  visibility: visible;
}

.about-dropUp {
  visibility: hidden;
}

.about-li {
  display: none;
}

/* <______Header_____________> */
.A2repair-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: black solid 1px;
  background-color: white;
}
.display-header {
  display: block;
  width: 100%;
  z-index: 999;
}

.A2repair-logo {
  width: auto;
}

.logo {
  width: 141px;
}

.level-1-ul {
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0;
}

.level-1-li {
  list-style-type: none;
  cursor: pointer;
  padding: 47px 10px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

.level-1-a {
  color: #111961;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 7px;
}

.contact {
  font-size: 22px !important;
}

.fa-phone {
  color: #f7e841;
  font-size: 29px;
  font-weight: 500;
  padding-left: 40px;
  visibility: visible;
}

.level-1-a:hover {
  color: #f7e841;
}

.contact:hover {
  color: #111961 !important;
}

.fa-phone:hover {
  opacity: 0;
  transition: 1s;
}

.level-2-ul {
  width: 210px;
  padding: 0;
  position: absolute;
  top: 90px;
  z-index: 10;
  display: none;
  transition: 0.3s;
  list-style-type: none;
}

.level-2-li {
  cursor: pointer;
  padding: 25px 37px;
  background: #393939;
  list-style-type: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.level-2-About-li {
  cursor: pointer !important;
  padding: 6px 37px !important;
  position: relative !important;
}

.level-2-background {
  background: #393939 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.level-2-a {
  color: #898989;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.level-1-li:hover .level-2-ul {
  display: block;
  transition: ease-in 1s;
}

.level-2-a:hover {
  color: white;
  transition: 1s;
}

.device-repair {
  display: flex;
  justify-content: left;
  text-align: left;
  height: 600px;
}

.device-repair-image {
  background-image: url(images/custom-slider-.jpg);
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.device-repair-innerflex {
  width: 100%;
  height: 386px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transition: 1s;
  flex-direction: column;
  align-self: flex-start;
  padding: 77px;
}

.device-repair-image-text {
  font-size: 63px;
  line-height: 70px;
  font-weight: 800;
}

.get-price-now-button {
  border: transparent solid 1px;
  background-color: white;
  margin-top: 20px;
  border-radius: 28px;
  transition: 1s;
}

.get-price-now-button:hover {
  background-color: #f7e841;
  transition: 1s;
  cursor: pointer;
}

.get-price-now-button-text {
  padding: 0px 49px;
  font-size: 14px;
  line-height: 56px;
  font-weight: 500;
  color: #232323;
}

.device-repair-image-smallText {
  font-size: 12px;
  color: #232323;
  line-height: 21px;
  font-weight: 300;
  display: block;
}

.accessories-repair {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.accessories-repair-images-innerflex {
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessories-repair-images {
  display: flex;
  width: 25%;
  height: 250px;
  justify-content: center;
}

.A2repair-device-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.A2repair-device-images {
  width: 15.5%;
  height: 210px;
  margin: 0px 24px;
  border: 1px solid black;
}

.A2repair-device-hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.A2repair-device-getPricing {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 33px;
  padding: 0px 55px 0px 55px;
  font-weight: 900;
  background-color: white;
  color: blue;
  display: none;
}

.A2repair-device-image1 {
  background-image: url(images/iPhone-x-1.png);
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.A2repair-device-image2 {
  background-image: url(images/iPad.png);
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.A2repair-device-image3 {
  background-image: url(images/macbook.png);
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.A2repair-device-image4 {
  background-image: url(images/Apple-Watch-1.png);
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.A2repair-device-title {
  font-size: 26.25px;
  line-height: 32.025px;
  font-weight: 900;
  color: #808080;
}

.A2repair-device-hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-class {
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  background-color: transparent;
}

.hover-class:hover {
  background-color: #000000a6;
  cursor: pointer;
  transition: 1s;
}

.A2repair-device-hover:hover .A2repair-device-getPricing {
  display: block;
  background-color: black;
  color: white;
  transition: 1s;
  cursor: pointer;
}

.A2repair-device-priceDesign {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 110px;
}
.get-pricing-now {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 128px;
}
.get-pricing-now-a {
  font-size: 26px;
  letter-spacing: 0.4px;
  font-weight: 500;
  line-height: 20px;
  background-color: #393f7b;
  text-align: center;
  color: white;
  padding: 27px 291px;
  border: transparent solid 1px;
  border-radius: 7px;
}
.get-instant-pricing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-top: 140px;
}
.get-instant-pricing-text {
  width: 35%;
}
.get-instant-pricing-image {
  width: 60%;
}
.get-instant-pricing-img {
  background-size: cover;
  width: 100%;
  align-items: center;
}
.get-instant-pricing-a {
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #898989;
}
.yellow-line {
  margin-bottom: 20px;
}
.get-instant-pricing-text-innerdiv {
  padding-left: 46px;
  padding-top: 171px;
}

.yellowColor-a {
  padding: 0 15px;
  background-color: #f7e841;
  border-radius: 1px;
  color: transparent;
  font-size: 4px;
}
.get-instant-pricing-button {
  margin-top: 30px;
}

.get-instant-pricing-button-text:hover {
  background-color: #f7e841;
  transition: 1s;
  cursor: pointer;
}

.get-instant-pricing-button-text {
  padding: 19px 45px;
  border: transparent solid 1px;
  background-color: #89898942;
  border-radius: 30px;
  font-size: 14px;
  line-height: 56px;
  font-weight: 500;
  color: #232323;
}
.repairng-image {
}
.repairng-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mobile-repair-issues {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.mobile-repair-issues-innerdiv {
  width: 23%;
  padding: 30px 0px 5px 10px;
}
.mobile-repair-issues-headings {
  font-size: 31.5px;
  line-height: 37.485px;
  font-weight: 800;
  text-align: center;
  color: #232323;
}
.mobile-repair-issues-description {
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 300;
  color: #666666;
}
.a2repair-section7 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 88px 134px;
  box-sizing: border-box;
}
.a2repair-section7-leftSection {
  width: 50%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
}
.a2repair-section7-leftSection img {
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.a2repair-section7-leftSectionImage {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.a2repair-section7-rightSection {
  width: 50%;
  margin-top: 40px;
  padding-right: 50px;
  box-sizing: border-box;
}
.span-color {
  background-color: #f7e841;
  padding: 4px 12px;
  border-radius: 94px;
}
.span-color:first-of-type {
  padding: 4px 15px;
  border-radius: 94px;
}
.span-1 {
  position: absolute;
  top: 97%;
  left: 57%;
}
.span-2 {
  position: absolute;
  top: 94%;
  left: 71%;
}
.span-3 {
  position: absolute;
  top: 83%;
  left: 68%;
}
.span-4 {
  position: absolute;
  top: 30%;
  left: 18%;
}
.span-5 {
  position: absolute;
  top: 5%;
  left: 22%;
}
.span-6 {
  position: absolute;
  top: 14%;
  left: 48%;
}
.span-7 {
  position: absolute;
  top: 33%;
  left: 47%;
}
.span-8 {
  position: absolute;
  top: 62%;
  left: 68%;
}
.span-9 {
  position: absolute;
  top: 78%;
  left: 57%;
}
.a2repair-section7-rightSection h4 {
  font-size: 52.5px;
  line-height: 62.475px;
  font-weight: 700;
  color: #232323;
  margin: 0;
}
.a2repair-section7-rightSection h6 {
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 300;
  color: #666666;
}
.a2repair-section7-rightSection-parts {
  width: 100%;
  display: flex;
}
.a2repair-section7-rightSection-parts-leftSect {
  width: auto;
  padding-right: 85px;
}
.a2repair-section7-rightSection-parts-rightSect {
  width: auto;
}
.a2repair-section7-rightSection-parts-leftSect-span {
  display: block;
  font-size: 15.75px;
  line-height: 20.9475px;
  font-weight: 800;
  padding: 10px 0px;
  opacity: 0.9;
}

.b-1 {
  padding: 0 20px;
  color: black;
  background-color: transparent;
}
.b-2 {
  padding: 0 20px;
}
.b-3 {
  padding: 0 20px;
}
.b-4 {
  padding: 0 20px;
}
.b-5 {
  padding: 0 20px;
}
.b-6 {
  padding: 0 20px;
}
.b-7 {
  padding: 0 20px;
}
.b-8 {
  padding: 0 20px;
}
.b-9 {
  padding: 0 20px;
}
.span-1:hover + .b-1 {
  background-color: black !important;
  color: white;
  cursor: pointer;
}
.a2repair-map {
  position: relative;
}
.a2repair-map iframe {
  width: 100%;
  height: 110vh;
}
.a2repair-cumVisit-usToday {
  position: absolute;
  background-color: #232323;
  padding: 30px;
  max-width: 607px;
  border-radius: 17px;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.a2repair-cumVisit-usToday h1 {
  font-size: 15.75px;
  line-height: 21.105px;
  font-weight: 900;
  text-align: left;
  color: white;
}
.a2repair-cumVisit-usToday h2 {
  font-size: 26.25px;
  line-height: 32.025px;
  font-weight: 700;
  text-align: center;
  color: white;
  box-sizing: border-box;
  margin: 21px 145px;
}
.a2repair-cumVisit-usToday button {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  color: white;
  border: none;
  padding: 13px 38px;
  border-radius: 20px;
  background-color: #666666;
  transition: 1s;
}
.a2repair-cumVisit-usToday button:hover {
  background-color: #f7e841;
  color: #232323;
  transition: 1s;
  cursor: pointer;
}
.footer {
  width: 100%;
  background-color: #232323;
  padding: 19px 190px;
  box-sizing: border-box;
}
.footer-innerdiv {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.footer-element {
  width: 25%;
}
.footer-element h1 {
  color: white;
  list-style: none;
  padding: 0 20px;
  font-size: 14px;
  line-height: 27.16px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-element p {
  list-style: none;
  padding: 0 20px;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 27.16px;
  font-weight: 500;
  margin-top: 0;
}
.font-awsome {
  color: white;
  padding: 0px 19px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 500;
  background-color: #393939;
  border-radius: 32px;
  margin-left: 25px;
  transition: 0.5s;
}
.font-awsome:hover {
  background-color: #f7e841;
  color: black;
  transition: 0.5s;
}

.footer-line {
  width: 100%;
  background-color: #393939;
  height: 3px;
  margin-top: 120px;
}
.footer-rights {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #8f8f8f;
  margin-top: 50px;
  text-decoration: none solid rgb(143, 143, 143);
}
.Umer {
  color: white;
}
.Umer:hover {
  color: #f7e841;
  cursor: pointer;
}

.up-arrow {
  position: fixed;
  z-index: 99999;
  bottom: 50px;
  right: 12px;
  background-color: #232323;
  padding: 11px 15px;
  border-radius: 30px;
}
.up-arrow i {
  color: white;
}
.up-arrow:hover {
  background-color: #f7e841;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .mobile-version {
    display: none;
  }

  .mobile-version-background {
    display: none;
  }

  .device-repair-image-smallText {
    display: none;
  }
  .footer-element {
    width: 34%;
  }
}
/* -------------------testimonal slider---------------- */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
}

/* The dots/bullets/indicators */

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: cornflowerblue;
}

/* ----------testimonal end--------- */
@media only screen and (max-width: 990px) {
  .level-1-li {
    padding: 10px 0px;
  }
  .logo {
    width: 100px;
  }
  .get-instant-pricing-image {
    width: 60%;
  }
  .level-1-a {
    color: #111961;
    font-size: 14px;
  }
  .footer-element {
    width: 50%;
  }
  .A2repair-device-images {
    height: 125px;
  }
  .A2repair-device-title {
    font-size: 17.25px;
    line-height: 20.025px;
    font-weight: 600;
    color: #808080;
  }
  .level-1-li {
    align-items: end;
    text-align: center;
    display: flex;
  }
  .get-pricing-now-a {
    padding: 27px 135px;
  }
  .get-instant-pricing-text-innerdiv {
    padding-left: 45px;
  }
  .mobile-repair-issues-headings {
    font-size: 19.5px;
  }
  .a2repair-section7 {
    padding: 42px 26px;
  }
  .a2repair-section7-rightSection-parts-leftSect {
    padding-right: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .A2repair-mobile-header-logo {
  }
  .A2repair-device-products {
    display: none;
  }
  .a2repair-cumVisit-usToday {
    position: unset;
    bottom: unset;
    margin: 50px auto;
    padding: 0;
  }
  .footer-element {
    width: 100%;
  }
  .footer {
    padding: 19px 100px;
  }
  .a2repair-cumVisit-usToday h2 {
    font-weight: 600;
  }
  .a2repair-cumVisit-usToday button {
    margin-left: 37px;
    margin-bottom: 14px;
    padding: 13px 25px;
  }
  .a2repair-cumVisit-usToday h1 {
    font-weight: 700;
  }
  .a2repair-cumVisit-usToday h1 {
    padding: 26px 0 0 38px;
  }
  .get-pricing-now {
    display: none;
  }
  .A2repair-mobile-header-bars {
  }
  .get-instant-pricing {
    margin-top: 0;
  }
  .get-instant-pricing-text {
    width: 100%;
    padding-right: 376px;
  }
  .get-instant-pricing-button-text {
    padding: 8px 30px;
    font-size: 12px;
  }
  .mobile-repair-issues-innerdiv {
    width: 100%;
  }
  .mobile-repair-issues-headings {
    line-height: 7.485px;
  }
  .yellow-line {
    margin-bottom: 10px;
  }
  .a2repair-section7-leftSection {
    width: 100%;
  }
  .a2repair-section7-leftSection {
    padding: 0 82px;
  }
  .display-header {
    display: none;
  }
  .a2repair-section7-rightSection {
    width: 100%;
    margin-top: 40px;
    padding: 0 65px;
  }
  .a2repair-section7-rightSection h4 {
    font-size: 45.5px;
    line-height: 40.475px;
  }
  .a2repair-section7-rightSection-parts-leftSect {
    padding-right: 114px;
  }

  .mobile-version {
    display: block;
  }

  .device-repair {
    height: 330px;
  }

  .device-repair-image-text {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
  }

  .device-repair-innerflex {
    height: 281px;
    padding: 48px;
    padding-bottom: 0;
  }

  .get-price-now-button-text {
    padding: 0px 34px;
    font-size: 14px;
    line-height: 49px;
  }

  .get-price-now-button {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 600px) {
  .device-repair {
    height: 280px;
  }

  .device-repair-innerflex {
    height: 218px;
  }
  .a2repair-cumVisit-usToday {
    margin: 50px;
  }
  .a2repair-cumVisit-usToday h2 {
    margin: 21px 55px;
  }

  .A2repair-topBorder {
    background-color: #131b67;
    height: 64px;
  }
  .footer {
    padding: 19px 70px;
  }
  .get-instant-pricing-text {
    width: 100%;
    padding-right: 208px;
  }
  .a2repair-section7-rightSection {
    padding: 0 0px;
  }
  .get-instant-pricing-img {
    height: 440px;
  }
}

@media only screen and (max-width: 480px) {
  .device-repair {
    height: 237px;
  }
  .mobile-logo {
    width: 100px;
    padding-top: 10px;
  }
  .a2repair-section7-rightSection {
    padding: 0px 39px;
  }

  .mobile-repair-issues-innerdiv {
    padding: 30px 23px 0px 0px;
  }
  .get-instant-pricing-img {
    height: 315px;
  }
  .a2repair-section7-rightSection-parts {
    flex-wrap: wrap;
  }
  .A2repair-topBorder {
    height: 65px;
  }
  .a2repair-section7-rightSection-parts-leftSect {
    width: 100%;
    padding-right: 0;
  }
  .repairng-image img {
    height: 155px;
  }
  .footer {
    padding: 18px 45px;
  }
  .A2repair-topBorder a {
    padding: 0;
  }
  .a2repair-cumVisit-usToday h2 {
    font-size: 16.25px;
    line-height: 28.025px;
    margin: 21px 39px;
  }
  .a2repair-cumVisit-usToday h1 {
    font-size: 12.75px;
    line-height: 18.105px;
  }
  .a2repair-cumVisit-usToday button {
    padding: 10px 16px;
  }
  .A2repair-topBorder {
    height: 54px;
    box-sizing: border-box;
    padding: 0 17px;
  }
  .A2repair-topBorder a {
    font-size: 12px;
    line-height: 20px;
  }
  .span-4 {
    left: 8%;
  }
  .a2repair-section7-rightSection h4 {
    font-size: 27.5px;
    line-height: 40.475px;
  }
  .a2repair-section7-rightSection-parts-rightSect {
    width: 100%;
  }
  .device-repair-innerflex {
    height: 176px;
    padding: 34px;
  }

  .device-repair-image-text {
    font-size: 27px;
    line-height: 29px;
    font-weight: 500;
  }
  .get-instant-pricing-text {
    width: 100%;
    padding-right: 60px;
  }
  .A2repair-greyBorder a {
    font-size: 12px;
  }
  .read-more {
    display: inline-block;
  }
  .A2repair-greyBorder {
    background-color: #7c7c7c;
    box-sizing: border-box;
    padding: 5px 0px;
  }
  .a2repair-section7-leftSection {
    padding: 0 0px;
  }
  .device-repair-image {
    height: 100vh;
  }
  .device-repair {
    height: 100vh;
  }
}

@media only screen and (max-width: 320px) {
  .get-instant-pricing-text {
    width: 100%;
    padding-right: 0px;
  }
  .get-instant-pricing-img {
    height: 250px;
  }
  .repairng-image img {
    height: 140px;
  }
  .mobile-repair-issues-innerdiv {
    padding: 30px 0px 5px 0px;
  }
  .a2repair-section7-leftSection {
    padding: 0 0px;
  }
  .a2repair-section7-rightSection {
    padding: 0px 0px;
  }
}
