body {
  padding: 0px;
  margin: 0px;
  font-family: 'Avenir Next';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Regular.eot');
  src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Regular.woff2') format('woff2'), url('../fonts/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext-Regular.ttf') format('truetype'), url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Bold.eot');
  src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext-Bold.ttf') format('truetype'), url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Medium.eot');
  src: url('../fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Medium.woff2') format('woff2'), url('../fonts/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/GraphikWeb-Bold.eot');
  src: url('../fonts/GraphikWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GraphikWeb-Bold.woff2') format('woff2'), url('../fonts/GraphikWeb-Bold.woff') format('woff'), url('../fonts/GraphikWeb-Bold.ttf') format('truetype'), url('../fonts/GraphikWeb-Bold.svg#GraphikWeb-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
button:focus {
  outline: none;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);*/
  background: #000;
}
.inner_header {
  background: #000;
}
.logo {
  padding: 21px 15px;
}
.header_right {
  text-align: right;
}
.header_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #1f1f1f;
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px 8px;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_btn:hover, .header_btn:focus, .header_btn:active {
  color: #1f1f1f;
}
.header_btn:hover:before, .header_btn:focus:before, .header_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header_btn img {
  margin: -4px 0 0 5px;
}
.header_phone {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #fff;
  color: #fff !important;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 500;
  margin: 32px 60px 0 10px;
  animation: shake 0.5s;
}
.header_phone img {
  animation: shake 0.6s;
  animation-iteration-count: infinite;
  margin: -2px 5px 0 0;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(16deg);
  }
  80% {
    transform: rotate(10deg);
  }
}
.home_banner_section {
  background: url("../images/banner.jpg") #333 no-repeat center top;
  background-size: cover;
  padding: 230px 0;
  min-height: 710px;
  position: relative;
}
.home_banner_section:before {
  background: url("../images/pattern.png") repeat;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner_heading {
  font-family: 'Graphik Web';
  font-size: 39px;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
  position: relative;
  margin-top: 15px;
  padding: 0 0 20px 0;
}
.banner_heading:before {
  position: absolute;
  content: "";
  background: #f4e07f;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
}
.banner_heading span {
  color: #f4e07f;
}
.home_banner_left {
  padding-right: 0;
}
.banner_search_section {
  margin-top: 25px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.searchfix {
  position: fixed;
  top: -2px;
  left: 300px;
  z-index: 99999;
}
.banner_search_section_text {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  font-weight: 500;
  margin: 4px 5px 0 0;
}
.banner_search_input {
  /*background: url("../images/dropdown.png") #fff no-repeat center right 15px;*/
 /* background: #fff;*/
  height: 43px;
  width: 205px;
  display: inline-block;
  font-size: 17px;
  vertical-align: top;
  color: #181818;
  /*padding: 8px 30px 8px 15px;*/
  padding: 0px;
  border-radius: 30px;
  font-weight: 500;
	position: relative;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.banner_search_input option {
  background: #eed97a;
  color: #000;
}
.banner_search_input optgroup {
  background: #000;
  color: #fff;
  font-style: normal;
}
.banner_search_btn {
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: top;
  color: #1f1f1f;
  border-radius: 30px;
  padding: 9px 15px;
  font-weight: 500;
}
/*.popup_search_input {
  background: url("../images/dropdown.png") #fff no-repeat center right 15px;
  width: 100%;
  font-size: 17px;
  color: #181818;
  padding: 8px 30px 8px 15px;
  border-radius: 30px;
  font-weight: 500;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/
.popup_search_input .selectize-input {
    border:1px solid #ccc;
}
.popup_search_btn {
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #1f1f1f;
  border-radius: 30px;
  padding: 9px 15px;
  margin-top: 15px;
  font-weight: 500;
}
.home_phones_section {
  margin-top: -88px;
}
.home_phones_section_inner {
  position: relative;
  background: #fff;
  padding: 30px 0 0;
}
.home_phones_section_inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100px;
  width: 0;
  height: 0;
  border-bottom: 200px solid #fff;
  border-left: 100px solid transparent;
}
.home_phones_section_inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: -100px;
  width: 0;
  height: 0;
  border-top: 200px solid #fff;
  border-right: 100px solid transparent;
}
.home_phones_block {
  position: relative;
  padding: 29px 15px 29px 90px;
}
.home_phones_block:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 91px;
  height: 91px;
  top: 0;
  left: 10px;
  background: #f4e07f;
}
.home_phones_block:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 24px;
  right: 15px;
  background: #222;
}
.home_phones_block:last-child:after {
  display: none;
}
.home_phones_block img {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 99;
}
.home_phones_block_text {
  font-weight: bold;
  font-size: 22px;
  color: #181818;
  position: relative;
  z-index: 999;
}
.home_phones_block_text span {
  color: #d9c066;
}
.home_phone_line {
  position: relative;
  height: 15px;
  margin-top: 70px;
}
.home_phone_line:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 53%;
  background: #ead57b;
}
.home_phone_line:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 53%;
  background: #ead57b;
}
.home_wedo_section {
  padding: 65px 0 90px;
}
.home_wedo_section_title {
  font-weight: bold;
  font-size: 34px;
  color: #252525;
  text-transform: uppercase;
}
.home_wedo_section_title span {
  color: #d9c066;
}
.home_wedo_block {
  margin-top: 30px;
  padding: 0 5px;
  width: 20%;
  min-width: 20%;
}
.home_wedo_block_inner {
  border-radius: 4px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  font-size: 17px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 25px 2px 25px 82px;
  line-height: 24px;
}
.home_wedo_block_inner:before {
  background: url("../images/btn_arrow.png") rgba(210, 186, 98, 0.9) no-repeat center;
  background-size: 30px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_wedo_block_inner:hover:before {
  width: 100%;
}
.home_wedo_block_inner img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.wedo_black {
  background: #262626;
  color: #fff;
}
.wedo_row {
  padding: 0 10px;
}
.home_repair_strip {
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
}
.home_repair_strip_left {
  padding-right: 60px;
}
.home_repair_strip_left_inner {
  position: relative;
  padding: 45px 0;
  background: #000;
}
.home_repair_strip_left_inner:before {
  position: absolute;
  background: #000;
  content: "";
  top: 0;
  bottom: 0;
  left: -2000px;
  width: 2000px;
}
.home_repair_strip_left_inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: -100px;
  width: 0;
  height: 0;
  border-top: 190px solid #000;
  border-right: 100px solid transparent;
}
.home_repair_strip_heading {
  font-weight: bold;
  color: #222222;
  font-size: 32px;
  margin-top: 26px;
}
.home_repair_strip_text {
  color: #222222;
  font-size: 19px;
}
.home_repair_strip_text a {
  color: #000;
}
.repair_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 72px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  color: #1f1f1f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.repair_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1f1f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.repair_btn:hover, .repair_btn:focus, .repair_btn:active {
  color: #fff;
}
.repair_btn:hover:before, .repair_btn:focus:before, .repair_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.home_enquiry_section {
  background: url("../images/enquiry_bg.jpg") #eee no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 75px;
}
.home_enq_heading {
  font-family: 'Graphik Web';
  font-size: 35px;
  color: #000;
}
.home_enq_heading span {
  color: #d8c066;
}
.enq_form .form-control {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 0px;
  background: none;
  padding: 12px 0;
  min-height: 46px;
  margin-top: 15px;
  color: #000;
  resize: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.enq_form .form-control:focus {
  border-bottom: 1px solid #d2ba62 !important;
}
.enq_form select {
  background: url("../images/dropdown.png") no-repeat center right !important;
}
.enq_form_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #222;
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  padding: 12px 35px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.enq_form_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.enq_form_btn:hover, .enq_form_btn:focus, .enq_form_btn:active {
  color: #fff;
}
.enq_form_btn:hover:before, .enq_form_btn:focus:before, .enq_form_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.home_welome_section {
  margin-top: 85px;
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}
.home_welome_section:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1050px solid #ead57b;
  border-left: 500px solid transparent;
}
.welcome_img {
  position: relative;
}
.welcome_img:before {
  position: absolute;
  content: "";
  width: 175px;
  height: 280px;
  background: url("../images/pattern2.png") repeat;
  bottom: -55px;
  left: -45px;
}
.welcome_img img {
  position: relative;
  z-index: 99;
}
.about_us_heading {
  font-weight: bold;
  color: #141414;
  font-size: 20px;
  margin-top: 50px;
}
.about_us_subheading {
  font-family: 'Graphik Web';
  text-transform: uppercase;
  color: #141414;
  font-size: 34px;
  position: relative;
  padding: 0 0 15px;
}
.about_us_subheading:before {
  position: absolute;
  content: "";
  width: 58px;
  height: 3px;
  background: #f4e07f;
  bottom: 0;
  left: 0;
}
.about_us_subheading span {
  color: #d9c066;
}
.about_us_text {
  color: #141414;
  font-size: 17px;
  margin-top: 30px;
}
.about_us_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #222;
  margin-top: 30px;
  font-size: 17px;
  border: none;
  padding: 8px 22px 7px;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about_us_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about_us_btn:hover, .about_us_btn:focus, .about_us_btn:active {
  color: #fff;
}
.about_us_btn:hover:before, .about_us_btn:focus:before, .about_us_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.home_choose_heading {
  font-family: 'Graphik Web';
  text-transform: uppercase;
  color: #141414;
  font-size: 34px;
  position: relative;
  margin-top: 50px;
}
.home_choose_heading span {
  color: #d9c066;
}
.home_choose_block {
  margin-top: 30px;
  padding: 0 8px;
}
.home_choose_block_inner {
  border-radius: 4px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 25px 2px 25px 100px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_choose_block_inner:hover {
  transform: scale(1.1);
}
.home_choose_block_inner img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.choose_black {
  background: #262626;
  color: #fff;
}
.choose_white {
  background: #fff;
}
.choose_row {
  padding: 0 7px;
}
.home_choose_block_heading {
  font-size: 24px;
  font-weight: bold;
}
.home_choose_block_text {
  font-size: 16px;
  font-weight: 500;
}
.home_testimonial_section {
  background: url(../images/testimonial_bg.jpg) #222 repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.testimonial_text1 {
  color: #fff;
  font-size: 17px;
  margin-top: 50px;
}
.testimonial_text2 {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 40px;
  padding: 0 0 5px;
  position: relative;
}
.testimonial_text2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 7px;
  background: #f4e07f;
  width: 40px;
  height: 4px;
}
.testimonial_text3 {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  padding-left: 7px;
}
.testimonial_block {
  background: #fff;
  border-radius: 4px;
  padding: 30px 20px 25px;
}
.testimonial_block_text {
  font-size: 16px;
  color: #323232;
  margin: 20px 0 15px;
}
.testimonial_block_name {
  font-size: 18px;
  color: #323232;
  margin: 20px 0 0;
}
.home_testimonial_slide .item {
  margin: 0 25px;
}
.home_testimonial_slide .owl-theme .owl-controls {
  display: none !important;
}
.home_contact_section {
  padding: 75px 0 70px;
}
.enq_form_box {
  background: url("../images/enq_bg.jpg") #222 no-repeat;
  background-size: cover;
  padding: 30px 20px 20px;
  border-radius: 4px;
  overflow: hidden;
}
.enq_form_box_heading {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 25px;
}
.enq_form_box_heading span {
  color: #f4e07f;
}
.enq_form_bottom .form-control {
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 0px;
  background: none;
  padding: 12px 0;
  min-height: 46px;
  margin-top: 5px;
  color: #fff;
  resize: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.enq_form_bottom .form-control:focus {
  border-bottom: 1px solid #d2ba62 !important;
}
.enq_form_bottom select {
  background: url("../images/dropdown2.png") no-repeat center right !important;
}
.enq_form_bottom select option {
  color: #222 !important;
}
.enq_form_bottom_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #222;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  padding: 10px 30px 8px;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.enq_form_bottom_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.enq_form_bottom_btn:hover, .enq_form_bottom_btn:focus, .enq_form_bottom_btn:active {
  color: #222;
}
.enq_form_bottom_btn:hover:before, .enq_form_bottom_btn:focus:before, .enq_form_bottom_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.home_map {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.home_contact_bottom {
  padding: 30px;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.home_contact_bottom_heading {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.home_contact_bottom_heading span {
  color: #f4e07f;
}
.home_contact_bottom_text {
  color: #ddd;
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  margin-top: 14px;
}
.home_contact_bottom_text a {
  color: #ddd;
}
.home_contact_bottom_text img {
  position: absolute;
  top: 4px;
  left: 0;
}
.home_contact_bottom_line {
  border-top: 1px solid #ead57b;
  margin-top: 20px;
}
.direction_btn {
  color: #fff !important;
  text-transform: uppercase;
  float: right;
  margin-top: 24px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.direction_btn:hover {
  color: #ead57b !important;
}
.direction_btn img {
  margin: -2px 0 0 2px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.direction_btn:hover img {
  margin: -2px 0 0 6px;
}
.footer_first {
  position: relative;
  padding: 25px 0;
}
.footer_first:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 15px;
  right: 15px;
  top: 0;
  background: #d9c066;
}
.footer_first_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_first_menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.footer_first_menu ul li a {
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  z-index: 99;
  line-height: 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_first_menu ul li a:hover, .footer_first_menu ul li.active a {
  color: #d2ba62;
}
.footer_first_menu_right {
  text-align: right;
}
.footer_top {
  background: #000;
  padding: 40px 0;
}
.footer_top_heading {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}
.footer_top_heading span {
  color: #d9c066;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin: 4px 0 0;
  padding: 0 0 0 16px;
}
.footer_menu ul li:before {
  position: absolute;
  content: "»";
  color: #fff;
  font-size: 19px;
  top: -4px;
  left: 0;
}
.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  z-index: 99;
  line-height: 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #d9c066;
  padding-left: 2px;
}
.second_label_menu {
  margin-top: 50px;
}
.footer_social {
  margin-top: 10px;
}
.footer_social a {
  margin-right: 12px;
}
.footer_google {
  position: relative;
  padding-left: 58px;
  margin-top: 25px;
}
.footer_google img {
  position: absolute;
  top: -2px;
  left: 0;
}
.footer_google_star {
  color: #fff;
}
.footer_google_star img {
  position: static;
  margin-top: -7px;
}
.footer_google_text {
  color: #fff;
  font-size: 16px;
}
.footer_bottom {
  color: #212121;
  padding: 18px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.footer_bottom a {
  color: #212121;
}
#back-to-top {
  background: #000;
  position: fixed;
  bottom: 8px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
/*=======================================*/
.outer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 0;
  min-width:40px;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu .black_bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > .black_bg .black_bg_inner {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 7px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.outer-menu .menu .black_bg {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgba(0, 0, 0, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  flex: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.outer-menu .menu .black_bg .black_bg_inner {
  width: 100%;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.outer-menu .menu > .black_bg .black_bg_inner::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.menu_heading {
  font-family: 'Graphik Web';
  color: #f4e07f;
  font-size: 24px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(244, 224, 127, 0.2);
  padding: 0 0 5px;
}
.menu_subheading {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 17px;
  margin-top: 12px;
}
.menu_social {
  margin-top: 20px;
}
.menu_social a {
  margin-right: 5px;
}
.black_bg_inner .container {
  margin-bottom: 30px;
}
.main_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.main_menu ul li {
  position: relative;
  margin: 4px 0 0;
  padding: 0 0 0 16px;
}
.main_menu ul li:before {
  position: absolute;
  content: "»";
  color: #fff;
  font-size: 19px;
  top: -4px;
  left: 0;
}
.main_menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  z-index: 99;
  line-height: 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.main_menu ul li a:hover, .main_menu ul li.active a {
  color: #d9c066;
  padding-left: 2px;
}
.menu_location_box {
  background: url("../images/welcome_img.jpg") no-repeat center;
  background-size: cover;
  margin-top: 45px;
  text-align: center;
  position: relative;
  border: 1px solid #f4e07f;
  border-radius: 10px;
  overflow: hidden;
}
.menu_location_box_inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 10px;
  text-align: left;
}
.menu_location_box_inner_address {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 200px;
  color: #000;
  line-height: 18px;
  padding: 20px 0;
}
.menu_location_box_inner img {
  width: 180px;
}
.menu_location_box_inner_text {
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
}
.menu_location_box_inner_text img {
  width: 18px;
  margin-top: -2px;
}
.menu_location_box_inner_text a {
  color: #fff;
}
.get_direction_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #1f1f1f !important;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px 8px;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.get_direction_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.get_direction_btn:hover, .get_direction_btn:focus, .get_direction_btn:active {
  color: #1f1f1f;
}
.get_direction_btn:hover:before, .get_direction_btn:focus:before, .get_direction_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*=======================================*/
.choose_brand_section {
  background: rgb(211, 187, 99);
  background: -moz-linear-gradient(top, rgba(211, 187, 99, 1) 0%, rgba(237, 217, 122, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(211, 187, 99, 1) 0%, rgba(237, 217, 122, 1) 100%);
  background: linear-gradient(to bottom, rgba(211, 187, 99, 1) 0%, rgba(237, 217, 122, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3bb63', endColorstr='#edd97a', GradientType=0);
  padding: 80px 0 70px;
  margin-top: 85px;
}
.choose_brand_section_heading {
  font-family: 'Graphik Web';
  color: #222222;
  font-size: 34px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.choose_brand_section_heading span {
  color: #fff;
}
.choose_brand_block {
  text-align: center;
  margin-top: 15px;
}
.choose_brand_block a {
  display: block;
}
.choose_brand_block_img {
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  opacity: 0.75;
  padding: 25px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.choose_brand_block:hover .choose_brand_block_img {
  opacity: 1;
}
.choose_brand_block_text {
  color: #171717;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 12px;
  line-height: 25px;
  min-height: 55px;
}
.inner_header_search {
  display: inline-block !important;
  text-align: left;
  margin-right: 10px;
}
.problem_bottom_section {
  background: url("../images/pattern_bg.png") #1a1a1a repeat;
  padding: 65px 0 75px;
}
.problem_bottom_section_heading {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
}
.problem_bottom_section_heading span {
  color: #f1db7c;
}
.problem_bottom_section_text {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  text-align: justify;
  line-height: 26px;
}
.problem_bottom_section_subheading {
  font-family: 'Graphik Web';
  color: #f1db7c;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 30px;
}
.problem_bottom_section_list ul {
  padding: 0;
  margin: 15px 0 0;
}
.problem_bottom_section_list ul li {
  list-style: none;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.problem_bottom_section_list ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #f1db7c;
  border-radius: 50%;
  top: 7px;
  left: 0;
}
.repair_details_section {
  padding: 80px 0 70px;
  margin-top: 85px;
}
.repair_details_section_heading {
  font-family: 'Graphik Web';
  color: #222222;
  font-size: 29px;
  text-transform: uppercase;
}
.repair_details_section_heading span {
  color: #eed97a;
}
.detail_breadcrumb {
  padding: 0;
  margin: 10px 0 0;
}
.detail_breadcrumb li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  position: relative;
}
.detail_breadcrumb li:before {
  position: absolute;
  content: "/";
  top: 0;
  right: -16px;
}
.detail_breadcrumb li:last-child:before {
  display: none;
}
.detail_breadcrumb li a {
  color: #000;
}
.repair_details_bottom {
  margin-top: 80px;
}
.repair_details_img {
  padding-right: 0;
}
.repair_details_img_inner {
  border: 2px solid #000;
  text-align: center;
  border-radius: 25px;
  padding: 50px 0;
}
.repair_details_mid_heading {
  font-weight: bold;
  color: #141414;
  font-size: 30px;
}
.repair_details_mid_price {
  font-weight: 500;
  color: #141414;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
.repair_details_mid_price strong {
  font-size: 30px;
}
.repair_details_mid_time {
  font-weight: 500;
  color: #141414;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  border-left: 2px solid #141414;
  margin-left: 14px;
  padding-left: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.repair_details_mid {
  padding-left: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.repair_details_offer {
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: bold;
  margin-top: 10px;
  padding-top: 12px;
}
.repair_details_btn1 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #fff;
  margin-top: 20px;
  width: 155px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding: 11px 5px 10px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  background: rgb(68, 68, 67);
  background: -moz-linear-gradient(top, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444443', endColorstr='#010101', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.repair_details_btn1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.repair_details_btn1:hover, .repair_details_btn1:focus, .repair_details_btn1:active {
  color: #fff;
}
.repair_details_btn1:hover:before, .repair_details_btn1:focus:before, .repair_details_btn1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.repair_details_btn1 img {
  margin: -3px 4px 0;
}
.repair_details_btn2 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #000;
  margin-top: 20px;
  width: 155px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 11px 5px 10px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  background: rgb(242, 221, 130);
  background: -moz-linear-gradient(top, rgba(242, 221, 130, 1) 0%, rgba(209, 185, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(242, 221, 130, 1) 0%, rgba(209, 185, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(242, 221, 130, 1) 0%, rgba(209, 185, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dd82', endColorstr='#d1b962', GradientType=0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.repair_details_btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ead57b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.repair_details_btn2:hover, .repair_details_btn2:focus, .repair_details_btn2:active {
  color: #000;
}
.repair_details_btn2:hover:before, .repair_details_btn2:focus:before, .repair_details_btn2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.repair_details_btn2 img {
  margin: -3px 4px 0;
}
.repair_details_right {
  margin-top: 12px;
}
.repair_details_right1 {
  background: #1a1a1a;
  border-radius: 20px;
  padding: 20px 15px;
}
.repair_details_right1_text {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}
.repair_details_right2 {
  border-radius: 20px;
  padding: 20px 15px;
  border: 1px solid #000;
}
.repair_details_right2_text {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}
.inner_page_banner {
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  background-size: cover;
  padding: 70px 0;
  margin-top: 85px;
  position: relative;
  text-align: center;
}
.inner_banner_heading {
  font-family: 'Graphik Web';
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}
.inner_page_breadcrumb {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}
.inner_page_breadcrumb li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.inner_page_breadcrumb li a {
  color: #000;
}
.inner_page_breadcrumb li:before {
  position: absolute;
  content: "/";
  top: 0;
  right: -16px;
}
.inner_page_breadcrumb li:last-child:before {
  display: none;
}
.contact_top_block {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.contact_top_block:last-child {
  border-right: none;
}
.contact_top_block img {
  width: 40px;
}
.contact_top_heading {
  font-family: 'Graphik Web';
  color: #2e2e2e;
  font-size: 25px;
  margin-top: 5px;
}
.contact_top_subheading {
  font-size: 17px;
}
.contact_top_number {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}
.contact_top_number a {
  color: #222;
}
.contact_info_section {
  padding: 60px 0;
}
.contact_mid_section {
  background: rgb(182, 153, 47);
  background: -moz-linear-gradient(top, rgba(182, 153, 47, 1) 0%, rgba(208, 184, 82, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(182, 153, 47, 1) 0%, rgba(208, 184, 82, 1) 100%);
  background: linear-gradient(to bottom, rgba(182, 153, 47, 1) 0%, rgba(208, 184, 82, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6992f', endColorstr='#d0b852', GradientType=0);
  padding: 60px 0;
  text-align: center;
}
.contact_mid_section_heading {
  font-family: 'Graphik Web';
  color: #fff;
  font-size: 30px;
}
.contact_mid_form {
  margin-top: 20px;
}
.contact_mid_form .form-control {
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  border-radius: 0px;
  background: none;
  padding: 12px 0;
  min-height: 46px;
  margin-top: 5px;
  font-weight: 500;
  color: #fff;
  resize: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_mid_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact_mid_form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact_mid_form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact_mid_form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.contact_mid_form_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #222;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  padding: 12px 30px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact_mid_form_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_mid_form_btn:hover, .contact_mid_form_btn:focus, .contact_mid_form_btn:active {
  color: #fff;
}
.contact_mid_form_btn:hover:before, .contact_mid_form_btn:focus:before, .contact_mid_form_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.contact_page_map {
  padding: 15px;
}
.about_page_container {
  padding: 60px 0 80px;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #666;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #222;
  border-radius: 50%;
}
.checkbox_container:hover input ~ .checkmark {
  background-color: #000;
}
.checkbox_container input:checked ~ .checkmark {
  background-color: #000;
}
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.foooter_fixed_section {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.footer_fixed_btn1 {
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  display: inline-block;
  width: 50%;
  float: left;
  padding: 9px 0 8px;
  color: #000 !important;
  font-weight: 500;
}
.footer_fixed_btn2 {
  background: #eee;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 45%;
  padding: 9px 10px;
  border-radius: 50%;
}
.footer_fixed_btn3 {
  background: rgb(68, 68, 67);
  background: -moz-linear-gradient(top, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(68, 68, 67, 1) 0%, rgba(1, 1, 1, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444443', endColorstr='#010101', GradientType=0);
  display: inline-block;
  width: 50%;
  float: left;
  padding: 9px 0 8px;
  color: #fff !important;
  font-weight: 500;
}
.mobile_menu_tab .tab-content {
  height: 500px;
  overflow: auto;
}
.mobile_menu_tab .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
  border: 1px solid rgba(244, 224, 127, 0.6);
  text-align: center;
  padding-bottom: 10px;
}
.mobile_menu_tab .nav-tabs li {
  margin: 0 11px;
}
.mobile_menu_tab .nav-tabs li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 12px 0 4px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.mobile_menu_tab .nav-tabs li .active {
  color: #f4e07f;
  border-bottom: 2px solid #f4e07f;
}
.mobile_menu_bottom {
  margin-top: 20px;
  border-top: 1px solid rgba(244, 224, 127, 0.6);
  padding-top: 15px;
}
.mobile_menu_social {
  text-align: right;
}
.mobile_menu_social img {
  width: 30px;
}
.mobile_menu_tab_heading {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #f4e07f;
  margin-bottom: 15px;
}
.mobile_search_btn {
  position: fixed;
  top: 0;
  right: 62px;
  background: rgb(234, 213, 123);
  background: -moz-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 213, 123, 1) 0%, rgba(210, 186, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead57b', endColorstr='#d2ba62', GradientType=0);
  border-radius: 30px;
  color: #222 !important;
  font-weight: 600;
  padding: 7px 10px;
  top: 13px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.mobilesearchfix {
  opacity: 1;
}
/************Abhishek*****************/
.error_page_container {
  background: #DCC66D;
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 100vh;
}
.error_page_heading {
  color: #222;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  position: relative;
  margin-top: 25px;
}
.error_page_text {
  color: #000;
  font-size: 22px;
  margin-top: 10px;
}
.error_page_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  color: #1f1f1f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.error_page_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1f1f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.error_page_btn:hover, .error_page_btn:focus, .error_page_btn:active {
  color: #fff;
}
.error_page_btn:hover:before, .error_page_btn:focus:before, .error_page_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.faq_btn {
  color: rgb(234, 213, 123) !important;
  font-size: 16px;
  border: none;
  display: block;
  text-transform: capitalize;
  padding: 17px 36px 18px 18px;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important;
  width: 100%;
  font-weight: bold;
  text-align: left;
  background: #212529;
  border-radius: 0px;
}
.faq_btn.collapsed::before {
  position: absolute;
  content: "-";
  right: 18px;
  top: 9px;
  color: #fff;
  font-size: 26px;
}
.faq_btn::before {
  position: absolute;
  content: "+";
  right: 15px;
  top: 11px;
  color: #fff;
  font-size: 22px;
}
#accordionExample {
  width: 100%;
}
.faq_box {
  margin-bottom: 10px;
}
.faq_box_body {
  font-size: 17px;
  background: #ddd;
  padding: 18px;
}
.about_service_section {
  background: url(../images/testimonial_bg.jpg) #222 repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  text-align: center;
  margin-top: 55px;
}
.about_service_section_heading {
  font-family: 'Graphik Web';
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
}
.about_service_block {
  margin-top: 25px;
}
.about_service_block_inner1 {
  background: #262626;
  color: #fff;
  min-height: 100%;
  padding: 25px 20px;
  border-radius: 5px;
}
.about_service_block_inner2 {
  background: #fff;
  color: #000;
  min-height: 100%;
  padding: 25px 20px;
  border-radius: 5px;
}
.about_service_block_text {
  font-size: 17px;
  margin-top: 10px;
}
.about_bottom_heading {
  font-family: 'Graphik Web';
  text-transform: uppercase;
  color: #141414;
  font-size: 28px;
  position: relative;
  margin-top: 35px;
}
.about_bottom_heading strong {
  color: #d9c066;
  font-weight: normal;
}
.about_bottom_text {
  font-size: 17px;
  color: #141414;
}
.about_bottom_list ul {
  padding: 0 0 0 15px;
  margin: 15px 0;
}
.about_bottom_list ul li {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  color: #141414;
  padding-bottom: 15px;
  list-style: none;
  border-left: 2px solid #d9c066;
}
.about_bottom_list ul li:last-child {
  padding-bottom: 0;
}
.about_bottom_list ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #d9c066;
  border-radius: 50%;
  top: -2px;
  left: -16px;
  background: #fff;
}
.testimonial_page_block {
  margin-top: 60px;
}
.testimonial_page_block_inner {
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
  padding: 50px 20px 30px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
}
.testimonial_page_block_inner::before {
  background: url(../images/quote.png) #d9c066 no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  top: -35px;
  border-radius: 5px;
  left: 19px;
}
.testimonial_page_block_text {
  font-size: 17px;
  color: #141414;
}
.testimonial_page_block_name {
  font-weight: bold;
  margin-top: 5px;
}
.testimonial_page_block_rating {
  margin-top: 15px;
}
.laptop_page_form {
  padding: 140px 0 50px;
  text-align: center;
}
.laptop_page_form_heading {
  font-weight: bold;
  font-size: 34px;
  color: #252525;
  text-transform: uppercase;
}
.laptop_page_form_heading span {
  color: #d9c066;
}
.privacy_page_heading {
  font-family: 'Graphik Web';
  color: #222;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 30px;
}
.privacy_page_text {
  font-size: 18px;
  margin-top: 6px;
  text-align: justify;
  line-height: 26px;
}
.privacy_page_list ul {
  padding: 0;
  margin: 15px 0 0;
}
.privacy_page_list ul li {
  list-style: none;
  padding-left: 20px;
  font-size: 18px;
  position: relative;
}
.privacy_page_list ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #222;
  border-radius: 50%;
  top: 7px;
  left: 0;
}
.phone_common_repair {
  padding: 0;
  margin: 0;
}
.phone_common_repair li {
  list-style: none;
  border: 1px solid #fff;
  display: inline-block;
  margin: 10px 0 5px 0;
  padding: 10px;
}
.book_now_page_item {
  border: 2px solid #000;
  border-radius: 25px;
  padding: 0 10px 20px;
  background: #eed97a;
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 10px;
}
.book_now_page_item_name {
  font-weight: 500;
  color: #141414;
  font-size: 22px;
  line-height: 27px;
  margin: 25px 0 10px;
}
.book_now_page_item_img {
  background: #fff;
  border-radius: 10px;
  padding: 15px 0;
}
.book_now_page_item_total {
  font-weight: 500;
  color: #141414;
  font-size: 24px;
  margin-top: 10px;
}
.book_now_page_item_total strong {
  font-weight: bold;
  font-size: 28px;
}
.book_now_page_left {
  margin-top: 30px;
}
.datepicker-inline {
  width: 100% !important;
}
.datepicker table {
  width: 100%;
}
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
  padding: 7px 5px !important;
  border-radius: 50px !important;
  background: #fff;
  width: 35px;
  font-size: 14px;
}
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th {
  background: #000;
  color: #fff;
}
.datepicker table tr:nth-child(2) th {
  background: none !important;
  color: #000;
}
.book_now_date_heading {
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0 10px;
}
.datepicker table tr td.active {
  background: #333 !important;
  color: #fff !important;
  text-shadow: none !important;
}
#bookingDateDiv {
  border: 1px solid #333;
  padding: 0 15px 10px;
  border-radius: 20px;
  background: #eed97a;
}
.datepicker table tr td.today {
  background: green !important;
  color: #fff !important;
}
.modal {
  z-index: 999999999999;
}
.modal-backdrop {
  z-index: 999999;
  background-color: #000;
}
/*.modal-content {
  border: none;
  background: #000;
  height: 100%;
}
.modal-dialog {
  min-height: 100%;
  height: 100%;
  margin: 0;
}
.close {
  color: #d9c066;
  text-shadow: none;
  opacity: 1 !important;
}
.modal-title {
  color: #fff;
}
.modal-header {
  border-bottom: 1px solid #333;
}*/
.modal-backdrop.show {
  opacity: .8;
}
.brandmodal .modal-header {
  background: #eed97a;
  position: relative;
  border-bottom: none;
}
.brandmodal .modal-header .close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 1px 6px 3px 7px !important;
  border-radius: 50%;
}
.brandmodal .modal-body {
  /*height: 300px;
  overflow: auto;*/
}
.brandmodal .modal-dialog {
  max-width: 380px;
}
.brandlavel {
  background: #000;
  color: #eed97a;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 20px;
  margin-top: 5px;
}
#popup_search_input_select_banner-selectized {
  background: url(../images/modal_search.png) no-repeat center right;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 30px 6px 0;
  border: none;
  border-bottom: 2px solid #000;
	width: 100% !important;
}
.selectize-dropdown {
    height: 200px;
    overflow: auto;
    position: absolute;
    left: 0px !important;
    z-index: 999;
    top: 100% !important;
    width: 100% !important;
    border-radius: 0px;
    padding: 10px;
}
.selectize-input .item {
    margin: 0;
    height: 43px;
    line-height: 40px;
}
#bannerSearch-selectized {
    background: none;
    border: none;
    width: 100% !important;
    height: 43px;
	position: absolute !important;
	padding-left: 10px;
	top: 0;
}
.faq_page_container {
  padding: 60px 0 0;
}
.privacy_page_container {
  padding: 50px 0 0;
}
.thankyou_page_container {
  padding: 60px 0 0;
  text-align: center;
}
.thankyou_text {
  font-size: 19px;
  margin-top: 15px;
}
.footer_top_second {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
    padding-top: 20px;
    color: #fff;
    font-size: 17px;
}
.footer_abn {
    text-align: right;
    margin-top: 10px;
}
.footer_time {
    position: relative;
    padding-left: 60px;
    line-height: 22px;
}
.footer_time img {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 35px;
}
.home_button_section {
	padding-top: 25px;
	text-align:center;
}

.onsite_repair_btn {
    margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #ff0000;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.onsite_repair_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1f1f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.onsite_repair_btn:hover, .onsite_repair_btn:focus, .onsite_repair_btn:active {
  color: #fff;
}
.onsite_repair_btn:hover:before, .onsite_repair_btn:focus:before, .onsite_repair_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mailin_repair_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #222;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mailin_repair_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(234, 213, 123, 1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mailin_repair_btn:hover, .mailin_repair_btn:focus, .mailin_repair_btn:active {
  color: #222;
}
.mailin_repair_btn:hover:before, .mailin_repair_btn:focus:before, .mailin_repair_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.view_repair_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 16px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #222;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.view_repair_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.view_repair_btn:hover, .view_repair_btn:focus, .view_repair_btn:active {
  color: #222;
}
.view_repair_btn:hover:before, .view_repair_btn:focus:before, .view_repair_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.book_repair_btn {
    margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 27px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #ff0000;
  width: 100%;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.book_repair_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1f1f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.book_repair_btn:hover, .book_repair_btn:focus, .book_repair_btn:active {
  color: #fff;
}
.book_repair_btn:hover:before, .book_repair_btn:focus:before, .book_repair_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.lrepair_price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 10px;
    color: #ff0000;
}

/*========= Responsive ========*/
@media only screen and (max-width : 320px) {
    .footer_abn {
        text-align: left;
    }
  #brandmodal .modal-dialog {
    margin: 2rem;
  }
  .inner_header_search {
    display: none !important;
  }
  .desktop_menu {
    display: none;
  }
  .searchfix {
    position: static;
  }
  .menu_location_box {
    margin-top: 20px;
  }
  .menu_location_box_inner {
    text-align: center;
  }
  .menu_location_box_inner_address {
    position: static;
    width: auto;
    padding: 20px;
  }
  .header {
    background: #000;
    padding: 19px 0;
  }
  .logo {
    padding: 0 0 0 12px;
  }
  .logo img {
    width: 125px;
  }
  .header_btn {
    display: none;
  }
  .mobile_search_btn {
    right: 57px;
    padding: 7px 8px;
    top: 15px;
    font-size: 14px;
  }
  .header_phone {
    display: none;
  }
  .outer-menu .hamburger {
    top: 12px;
    right: 12px;
  }
  .outer-menu .menu .black_bg {
    width: 500vw;
    height: 500vw;
  }
  .menu_google {
    margin-bottom: 30px;
  }
  .outer-menu .checkbox-toggle {
    top: 12px;
    right: 12px;
  }
  .black_bg_inner .container {
    max-width: 330px;
    margin-top: 30px;
  }
  .mobile_menu_tab .nav-tabs li {
    margin: 0 7px;
  }
  .mobile_menu_tab .tab-content {
    height: 265px;
  }
  .home_banner_left {
    padding-right: 15px;
  }
  .banner_heading {
    font-size: 24px;
    line-height: 30px;
  }
  .banner_search_section_text {
    display: block;
  }
  .banner_search_input {
    width: 170px;
    font-size: 15px;
  }
  .banner_search_btn {
    font-size: 15px;
    padding: 8px 13px;
  }
  .home_banner_section {
    background: url("../images/mobile_banner.jpg") #333 no-repeat center top;
    background-size: cover;
    padding: 50px 0 30px;
    min-height: 85vh;
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
  .home_phones_section_inner::before, .home_phones_section_inner::after {
    display: none;
  }
  .home_phones_section_inner {
    padding: 30px 0 0 0;
  }
  .home_phones_block img {
    position: relative;
    left: 0;
    top: 0;
  }
  .home_phones_block::before {
    width: 81px;
    height: 81px;
    top: 3px;
    left: 26%;
  }
  .home_phones_block {
    padding: 25px 8px 15px 8px;
    width: 50%;
    text-align: center;
  }
  .home_phones_block_text {
    font-size: 20px;
  }
  .home_phones_block::after {
    display: none;
  }
  .home_phone_line {
    margin-top: 12px;
  }
  .home_phones_section {
    margin-top: -15px;
  }
  .home_wedo_section_title {
    font-size: 25px;
  }
  .home_wedo_section {
    padding: 30px 0;
  }
  .home_wedo_block {
    min-width: 50%;
    margin-top: 10px;
  }
  .home_wedo_block:nth-child(5) {
    max-width: 100%;
  }
  .home_wedo_block_inner img {
    width: 60px;
    display: block;
    margin: 0 auto 5px;
    position: static;
  }
  .home_wedo_block_inner {
    padding: 20px 10px;
    text-align: center;
  }
  .home_repair_strip_left_inner::before, .home_repair_strip_left_inner::after, .home_welome_section::before {
    display: none;
  }
  .home_repair_strip_left {
    padding-right: 15px;
  }
  .home_repair_strip_left_inner {
    padding: 18px;
    width: 85px;
  }
  .home_repair_strip_heading {
    font-size: 26px;
    margin-top: 15px;
  }
  .repair_btn {
    margin: 15px 0 30px;
  }
  .home_enq_heading {
    font-size: 28px;
  }
  .enq_form_btn {
    font-size: 16px;
  }
  .home_enquiry_section {
    padding: 30px 0 35px;
  }
  .home_welome_section {
    margin-top: 0;
    padding: 0 0 35px;
  }
  .about_us_subheading {
    font-size: 24px;
  }
  .about_us_btn {
    margin-top: 18px;
  }
  .welcome_img {
    margin-top: 25px;
  }
  .home_choose_heading {
    font-size: 26px;
    margin-top: 70px;
  }
  .home_choose_block {
    margin-top: 15px;
    width: 50%;
  }
  .home_choose_block_inner img {
    width: 55px;
    position: static;
    margin-bottom: 5px;
  }
  .home_choose_block_inner {
    padding: 15px 10px;
    text-align: center;
  }
  .home_choose_block_heading {
    font-size: 18px;
  }
  .home_choose_block_text {
    font-size: 14px;
  }
  .home_testimonial_slide .item {
    margin: 0;
  }
  .testimonial_text2 {
    font-size: 30px;
  }
  .testimonial_text1 {
    margin-top: 0;
  }
  .home_testimonial_section {
    padding: 40px 0;
  }
  .testimonial_text3 {
    margin: 20px 0;
  }
  .home_contact_section {
    padding: 35px 0 30px;
  }
  .home_map {
    padding: 0 15px;
    margin: 25px 0;
  }
  .direction_btn {
    margin-top: 28px;
  }
  .home_contact_bottom {
    padding: 25px 20px;
  }
  .footer_first_menu {
    text-align: center;
  }
  .footer_first_menu ul li {
    margin: 0 5px;
  }
  .footer_top_heading {
    font-size: 22px;
    margin-top: 22px;
  }
  .footer_top {
    padding: 5px 0 25px;
  }
  .second_label_menu {
    margin-top: 0;
  }
  .foooter_fixed_section {
    display: block !important;
  }
  .footer_bottom {
    padding: 15px 0 50px;
    font-size: 13px;
  }
  #back-to-top {
    bottom: 55px;
    right: 10px;
    width: 30px;
  }
  .choose_brand_section {
    padding: 40px 0 35px;
    margin-top: 60px;
  }
  .choose_brand_section_heading {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .choose_brand_block {
    width: 50%;
  }
  .choose_brand_block_text {
    font-size: 16px;
    margin-top: 7px;
    line-height: 24px;
  }
  .problem_bottom_section_heading {
    font-size: 24px;
  }
  .problem_bottom_section_text {
    font-size: 17px;
    line-height: 21px;
  }
  .problem_bottom_section {
    padding: 40px 0 35px;
  }
  .repair_details_section {
    padding: 0 0 35px;
    margin-top: 90px;
  }
  .book_now_page_item_total strong {
    font-size: 23px;
  }
  .repair_details_section_heading {
    font-size: 18px;
  }
  .repair_details_img_inner {
    padding: 15px 0;
  }
  .detail_breadcrumb li {
    font-size: 14px;
  }
  .repair_details_bottom {
    margin-top: 20px;
  }
  .repair_details_img {
    padding-right: 15px;
  }
  .repair_details_mid {
    padding-left: 15px;
    margin-top: 20px;
  }
  .repair_details_mid_heading {
    font-size: 20px;
  }
  .repair_details_mid_price strong {
    font-size: 20px;
  }
  .repair_details_mid_price {
    font-size: 18px;
  }
  .repair_details_mid_time {
    font-size: 18px;
    margin-left: 8px;
    padding-left: 6px;
    line-height: 17px;
  }
  .checkbox_container {
    margin-top: 10px;
    font-size: 16px;
  }
  .checkbox_container .checkmark {
    top: 1px;
  }
  .repair_details_offer {
    font-size: 16px;
  }
  .repair_details_btn1, .repair_details_btn2 {
    margin-top: 10px;
  }
  .laptop_page_form_heading {
    font-size: 24px;
  }
  .laptop_page_form {
    padding: 90px 0 15px;
  }
  .book_now_page_left {
    margin-top: 15px;
  }
  .book_now_page_item {
    border-radius: 20px;
    padding: 0 10px 10px;
    width: 250px;
    margin: 0 3px 10px;
  }
  .book_now_page_item_name {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 10px;
  }
  .book_now_page_item_total {
    font-size: 19px;
    margin-top: 5px;
  }
  .inner_page_banner {
    padding: 35px 0;
    margin-top: 60px;
  }
  .inner_banner_heading {
    font-size: 24px;
  }
  .about_page_container {
    padding: 0;
  }
  .about_service_section_heading {
    font-size: 24px;
  }
  .testimonial_page_block_inner::before {
    width: 60px;
    height: 60px;
    top: -30px;
    background-size: 25px;
  }
  .faq_page_container {
    padding: 30px 0 0;
  }
  .contact_top_block {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_top_block:last-child {
    border-bottom: none;
  }
  .contact_top_heading {
    font-size: 20px;
  }
  .contact_info_section {
    padding: 30px 0 2px;
  }
  .contact_mid_section_heading {
    font-size: 27px;
  }
  .contact_mid_section {
    padding: 20px 0 30px;
  }
  .privacy_page_container {
    padding: 25px 0 0;
  }
  .thankyou_page_container img, .error_page_container img {
    width: 220px;
  }
  .error_page_heading {
    font-size: 24px;
  }
  .error_page_text {
    font-size: 19px;
  }
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
    .footer_abn {
        text-align: left;
    }
  .brandmodal .modal-dialog {
    margin: 2rem;
  }
  .inner_header_search {
    display: none !important;
  }
  .desktop_menu {
    display: none;
  }
  .searchfix {
    position: static;
  }
  .menu_location_box {
    margin-top: 20px;
  }
  .menu_location_box_inner {
    text-align: center;
  }
  .menu_location_box_inner_address {
    position: static;
    width: auto;
    padding: 20px;
  }
  .header {
    background: #000;
    padding: 18px 0;
  }
  .logo {
    padding: 0 0 0 12px;
  }
  .logo img {
    width: 145px;
  }
  .header_btn {
    display: none;
  }
  .header_phone {
    display: none;
  }
  .outer-menu .hamburger {
    top: 12px;
    right: 12px;
  }
  .outer-menu .menu .black_bg {
    width: 500vw;
    height: 500vw;
  }
  .menu_google {
    margin-bottom: 30px;
  }
  .outer-menu .checkbox-toggle {
    top: 12px;
    right: 12px;
  }
  .black_bg_inner .container {
    max-width: 360px;
    margin-top: 30px;
  }
  .home_banner_left {
    padding-right: 15px;
  }
  .banner_heading {
    font-size: 29px;
    line-height: 38px;
  }
  .home_banner_section {
    background: url("../images/mobile_banner.jpg") #333 no-repeat center top;
    background-size: cover;
    padding: 50px 0 150px;
    min-height: 85vh;
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
  .home_phones_section_inner::before, .home_phones_section_inner::after {
    display: none;
  }
  .home_phones_section_inner {
    padding: 30px 0 0 22px;
  }
  .home_phones_block img {
    position: relative;
    left: 0;
    top: 0;
  }
  .home_phones_block::before {
    width: 81px;
    height: 81px;
    top: 3px;
    left: 26%;
  }
  .home_phones_block {
    padding: 25px 8px 15px 8px;
    width: 50%;
    text-align: center;
  }
  .home_phones_block_text {
    font-size: 20px;
  }
  .home_phones_block::after {
    display: none;
  }
  .home_phone_line {
    margin-top: 12px;
  }
  .home_phones_section {
    margin-top: -40px;
  }
  .home_wedo_section_title {
    font-size: 25px;
  }
  .home_wedo_section {
    padding: 30px 0;
  }
  .home_wedo_block {
    min-width: 50%;
    margin-top: 10px;
  }
  .home_wedo_block:nth-child(5) {
    max-width: 100%;
  }
  .home_wedo_block_inner img {
    width: 60px;
    display: block;
    margin: 0 auto 5px;
    position: static;
  }
  .home_wedo_block_inner {
    padding: 20px 10px;
    text-align: center;
  }
  .home_repair_strip_left_inner::before, .home_repair_strip_left_inner::after, .home_welome_section::before {
    display: none;
  }
  .home_repair_strip_left {
    padding-right: 15px;
  }
  .home_repair_strip_left_inner {
    padding: 18px;
    width: 85px;
  }
  .home_repair_strip_heading {
    font-size: 26px;
    margin-top: 15px;
  }
  .repair_btn {
    margin: 15px 0 30px;
  }
  .home_enq_heading {
    font-size: 28px;
  }
  .enq_form_btn {
    font-size: 16px;
  }
  .home_enquiry_section {
    padding: 30px 0 35px;
  }
  .home_welome_section {
    margin-top: 0;
    padding: 0 0 35px;
  }
  .about_us_subheading {
    font-size: 24px;
  }
  .about_us_btn {
    margin-top: 18px;
  }
  .welcome_img {
    margin-top: 25px;
  }
  .home_choose_heading {
    font-size: 26px;
    margin-top: 70px;
  }
  .home_choose_block {
    margin-top: 15px;
    width: 50%;
  }
  .home_choose_block_inner img {
    width: 55px;
    position: static;
    margin-bottom: 5px;
  }
  .home_choose_block_inner {
    padding: 15px 10px;
    text-align: center;
  }
  .home_choose_block_heading {
    font-size: 18px;
  }
  .home_choose_block_text {
    font-size: 14px;
  }
  .home_testimonial_slide .item {
    margin: 0;
  }
  .testimonial_text2 {
    font-size: 30px;
  }
  .testimonial_text1 {
    margin-top: 0;
  }
  .home_testimonial_section {
    padding: 40px 0;
  }
  .testimonial_text3 {
    margin: 20px 0;
  }
  .home_contact_section {
    padding: 35px 0 30px;
  }
  .home_map {
    padding: 0 15px;
    margin: 25px 0;
  }
  .direction_btn {
    margin-top: 28px;
  }
  .home_contact_bottom {
    padding: 25px 20px;
  }
  .footer_first_menu {
    text-align: center;
  }
  .footer_first_menu ul li {
    margin: 0 5px;
  }
  .footer_top_heading {
    font-size: 22px;
    margin-top: 22px;
  }
  .footer_top {
    padding: 5px 0 25px;
  }
  .second_label_menu {
    margin-top: 0;
  }
  .foooter_fixed_section {
    display: block !important;
  }
  .footer_bottom {
    padding: 15px 0 50px;
    font-size: 13px;
  }
  #back-to-top {
    bottom: 55px;
    right: 10px;
    width: 30px;
  }
  .choose_brand_section {
    padding: 40px 0 35px;
    margin-top: 60px;
  }
  .choose_brand_section_heading {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .choose_brand_block {
    width: 50%;
  }
  .choose_brand_block_text {
    font-size: 16px;
    margin-top: 7px;
    line-height: 24px;
  }
  .problem_bottom_section_heading {
    font-size: 24px;
  }
  .problem_bottom_section_text {
    font-size: 17px;
    line-height: 21px;
  }
  .problem_bottom_section {
    padding: 40px 0 35px;
  }
  .repair_details_section {
    padding: 0 0 35px;
    margin-top: 90px;
  }
  .repair_details_section_heading {
    font-size: 24px;
  }
  .detail_breadcrumb li {
    font-size: 14px;
  }
  .repair_details_bottom {
    margin-top: 20px;
  }
  .repair_details_img {
    padding-right: 15px;
  }
  .repair_details_mid {
    padding-left: 15px;
    margin-top: 20px;
  }
  .repair_details_mid_heading {
    font-size: 24px;
  }
  .repair_details_mid_price strong {
    font-size: 25px;
  }
  .repair_details_mid_price {
    font-size: 18px;
  }
  .repair_details_mid_time {
    font-size: 18px;
    margin-left: 8px;
    padding-left: 6px;
    line-height: 17px;
  }
  .checkbox_container {
    margin-top: 10px;
    font-size: 16px;
  }
  .checkbox_container .checkmark {
    top: 1px;
  }
  .repair_details_offer {
    font-size: 16px;
  }
  .repair_details_btn1, .repair_details_btn2 {
    margin-top: 10px;
  }
  .laptop_page_form_heading {
    font-size: 24px;
  }
  .laptop_page_form {
    padding: 90px 0 15px;
  }
  .book_now_page_left {
    margin-top: 15px;
  }
  .book_now_page_item {
    border-radius: 20px;
    padding: 0 10px 10px;
    width: 160px;
    margin: 0 3px 10px;
  }
  .book_now_page_item_name {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 10px;
    min-height: 90px;
  }
  .book_now_page_item_total {
    font-size: 19px;
    margin-top: 5px;
  }
  .inner_page_banner {
    padding: 35px 0;
    margin-top: 60px;
  }
  .inner_banner_heading {
    font-size: 24px;
  }
  .about_page_container {
    padding: 0;
  }
  .about_service_section_heading {
    font-size: 24px;
  }
  .testimonial_page_block_inner::before {
    width: 60px;
    height: 60px;
    top: -30px;
    background-size: 25px;
  }
  .faq_page_container {
    padding: 30px 0 0;
  }
  .contact_top_block {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_top_block:last-child {
    border-bottom: none;
  }
  .contact_top_heading {
    font-size: 20px;
  }
  .contact_info_section {
    padding: 30px 0 2px;
  }
  .contact_mid_section_heading {
    font-size: 27px;
  }
  .contact_mid_section {
    padding: 20px 0 30px;
  }
  .privacy_page_container {
    padding: 25px 0 0;
  }
  .thankyou_page_container img, .error_page_container img {
    width: 220px;
  }
  .error_page_heading {
    font-size: 24px;
  }
  .error_page_text {
    font-size: 19px;
  }
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
    .footer_abn {
        text-align: left;
    }
  .inner_header_search {
    display: none !important;
  }
  .desktop_menu {
    display: none;
  }
  .searchfix {
    position: static;
  }
  .menu_location_box {
    margin-top: 20px;
  }
  .menu_location_box_inner {
    text-align: center;
  }
  .menu_location_box_inner_address {
    position: static;
    width: auto;
    padding: 20px;
  }
  .header {
    background: #000;
    padding: 18px 0;
  }
  .logo {
    padding: 0 0 0 12px;
  }
  .logo img {
    width: 145px;
  }
  .header_btn {
    display: none;
  }
  .header_phone {
    display: none;
  }
  .outer-menu .hamburger {
    top: 12px;
    right: 12px;
  }
  .outer-menu .menu .black_bg {
    width: 500vw;
    height: 500vw;
  }
  .menu_google {
    margin-bottom: 30px;
  }
  .outer-menu .checkbox-toggle {
    top: 12px;
    right: 12px;
  }
  .black_bg_inner .container {
    max-width: 360px;
    margin-top: 30px;
  }
  .home_banner_left {
    padding-right: 15px;
  }
  .banner_heading {
    font-size: 29px;
    line-height: 38px;
  }
  .home_banner_section {
    background: url("../images/mobile_banner.jpg") #333 no-repeat center top;
    background-size: cover;
    padding: 50px 0 150px;
    min-height: 85vh;
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
  .home_phones_section_inner::before, .home_phones_section_inner::after {
    display: none;
  }
  .home_phones_section_inner {
    padding: 30px 0 0 22px;
  }
  .home_phones_block img {
    position: relative;
    left: 0;
    top: 0;
  }
  .home_phones_block::before {
    width: 81px;
    height: 81px;
    top: 3px;
    left: 26%;
  }
  .home_phones_block {
    padding: 25px 8px 15px 8px;
    width: 50%;
    text-align: center;
  }
  .home_phones_block_text {
    font-size: 20px;
  }
  .home_phones_block::after {
    display: none;
  }
  .home_phone_line {
    margin-top: 12px;
  }
  .home_phones_section {
    margin-top: -40px;
  }
  .home_wedo_section_title {
    font-size: 25px;
  }
  .home_wedo_section {
    padding: 30px 0;
  }
  .home_wedo_block {
    min-width: 50%;
    margin-top: 10px;
  }
  .home_wedo_block:nth-child(5) {
    max-width: 100%;
  }
  .home_wedo_block_inner img {
    width: 60px;
    display: block;
    margin: 0 auto 5px;
    position: static;
  }
  .home_wedo_block_inner {
    padding: 20px 10px;
    text-align: center;
  }
  .home_repair_strip_left_inner::before, .home_repair_strip_left_inner::after, .home_welome_section::before {
    display: none;
  }
  .home_repair_strip_left {
    padding-right: 15px;
  }
  .home_repair_strip_left_inner {
    padding: 18px;
    width: 85px;
  }
  .home_repair_strip_heading {
    font-size: 26px;
    margin-top: 15px;
  }
  .repair_btn {
    margin: 15px 0 30px;
  }
  .home_enq_heading {
    font-size: 28px;
  }
  .enq_form_btn {
    font-size: 16px;
  }
  .home_enquiry_section {
    padding: 30px 0 35px;
  }
  .home_welome_section {
    margin-top: 0;
    padding: 0 0 35px;
  }
  .about_us_subheading {
    font-size: 24px;
  }
  .about_us_btn {
    margin-top: 18px;
  }
  .welcome_img {
    margin-top: 25px;
  }
  .home_choose_heading {
    font-size: 26px;
    margin-top: 70px;
  }
  .home_choose_block {
    margin-top: 15px;
    width: 50%;
  }
  .home_choose_block_inner img {
    width: 55px;
    position: static;
    margin-bottom: 5px;
  }
  .home_choose_block_inner {
    padding: 15px 10px;
    text-align: center;
  }
  .home_choose_block_heading {
    font-size: 18px;
  }
  .home_choose_block_text {
    font-size: 14px;
  }
  .home_testimonial_slide .item {
    margin: 0;
  }
  .testimonial_text2 {
    font-size: 30px;
  }
  .testimonial_text1 {
    margin-top: 0;
  }
  .home_testimonial_section {
    padding: 40px 0;
  }
  .testimonial_text3 {
    margin: 20px 0;
  }
  .home_contact_section {
    padding: 35px 0 30px;
  }
  .home_map {
    padding: 0 15px;
    margin: 25px 0;
  }
  .direction_btn {
    margin-top: 28px;
  }
  .home_contact_bottom {
    padding: 25px 20px;
  }
  .footer_first_menu {
    text-align: center;
  }
  .footer_first_menu ul li {
    margin: 0 5px;
  }
  .footer_top_heading {
    font-size: 22px;
    margin-top: 22px;
  }
  .footer_top {
    padding: 5px 0 25px;
  }
  .second_label_menu {
    margin-top: 0;
  }
  .foooter_fixed_section {
    display: block !important;
  }
  .footer_bottom {
    padding: 15px 0 50px;
    font-size: 13px;
  }
  #back-to-top {
    bottom: 55px;
    right: 10px;
    width: 30px;
  }
  .choose_brand_section {
    padding: 40px 0 35px;
    margin-top: 60px;
  }
  .choose_brand_section_heading {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .choose_brand_block {
    width: 50%;
  }
  .choose_brand_block_text {
    font-size: 16px;
    margin-top: 7px;
    line-height: 24px;
  }
  .problem_bottom_section_heading {
    font-size: 24px;
  }
  .problem_bottom_section_text {
    font-size: 17px;
    line-height: 21px;
  }
  .problem_bottom_section {
    padding: 40px 0 35px;
  }
  .repair_details_section {
    padding: 0 0 35px;
    margin-top: 90px;
  }
  .repair_details_section_heading {
    font-size: 24px;
  }
  .detail_breadcrumb li {
    font-size: 14px;
  }
  .repair_details_bottom {
    margin-top: 20px;
  }
  .repair_details_img {
    padding-right: 15px;
  }
  .repair_details_mid {
    padding-left: 15px;
    margin-top: 20px;
  }
  .repair_details_mid_heading {
    font-size: 24px;
  }
  .repair_details_mid_price strong {
    font-size: 25px;
  }
  .repair_details_mid_price {
    font-size: 18px;
  }
  .repair_details_mid_time {
    font-size: 18px;
    margin-left: 8px;
    padding-left: 6px;
    line-height: 17px;
  }
  .checkbox_container {
    margin-top: 10px;
    font-size: 16px;
  }
  .checkbox_container .checkmark {
    top: 1px;
  }
  .repair_details_offer {
    font-size: 16px;
  }
  .repair_details_btn1, .repair_details_btn2 {
    margin-top: 10px;
  }
  .laptop_page_form_heading {
    font-size: 24px;
  }
  .laptop_page_form {
    padding: 90px 0 15px;
  }
  .book_now_page_left {
    margin-top: 15px;
  }
  .book_now_page_item {
    border-radius: 20px;
    padding: 0 10px 10px;
    width: 160px;
    margin: 0 3px 10px;
  }
  .book_now_page_item_name {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 10px;
  }
  .book_now_page_item_total {
    font-size: 19px;
    margin-top: 5px;
  }
  .inner_page_banner {
    padding: 35px 0;
    margin-top: 60px;
  }
  .inner_banner_heading {
    font-size: 24px;
  }
  .about_page_container {
    padding: 0;
  }
  .about_service_section_heading {
    font-size: 24px;
  }
  .testimonial_page_block_inner::before {
    width: 60px;
    height: 60px;
    top: -30px;
    background-size: 25px;
  }
  .faq_page_container {
    padding: 30px 0 0;
  }
  .contact_top_block {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_top_block:last-child {
    border-bottom: none;
  }
  .contact_top_heading {
    font-size: 20px;
  }
  .contact_info_section {
    padding: 30px 0 2px;
  }
  .contact_mid_section_heading {
    font-size: 27px;
  }
  .contact_mid_section {
    padding: 20px 0 30px;
  }
  .privacy_page_container {
    padding: 25px 0 0;
  }
  .thankyou_page_container img, .error_page_container img {
    width: 220px;
  }
  .error_page_heading {
    font-size: 24px;
  }
  .error_page_text {
    font-size: 19px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .home_wedo_block {
    width: 30%;
    min-width: 30%;
  }
  .searchfix .banner_search_section_text {
    display: none !important;
  }
  .searchfix {
    left: 215px;
  }
  .header_phone {
    display: none;
  }
  .header_btn {
    margin: 23px 50px 0 0;
  }
  .logo {
    padding: 26px 0 26px 15px;
  }
  .banner_search_section_text {
    display: block;
  }
  .home_phones_section_inner::before, .home_phones_section_inner::after {
    display: none;
  }
  .home_phones_section_inner {
    padding: 5px 30px 0;
  }
  .home_phones_block:nth-child(2):after {
    display: none;
  }
  .home_phones_block {
    margin-top: 20px;
  }
  .home_repair_strip_heading {
    font-size: 25px;
    margin-top: 16px;
  }
  .home_repair_strip_left_inner {
    padding: 92px 0;
  }
  .home_repair_strip_left_inner::after {
    right: -60px;
    border-top: 283px solid #000;
    border-right: 60px solid transparent;
  }
  .about_us_heading {
    margin-top: 0;
  }
  .home_welome_section {
    margin-top: 40px;
    padding: 36px 0 45px;
  }
  .home_testimonial_slide .item {
    margin: 0 7px;
  }
  .testimonial_text3 {
    margin-bottom: 20px;
  }
  .testimonial_text1 {
    margin-top: 0;
  }
  .home_testimonial_section {
    padding: 45px 0;
  }
  .home_map {
    padding: 0 15px;
    margin: 20px 0;
  }
  .footer_first_menu {
    text-align: center;
  }
  .home_contact_section {
    padding: 40px 0 35px;
  }
  .footer_top_heading {
    font-size: 20px;
    margin-top: 15px;
  }
  .footer_top {
    padding: 25px 0;
  }
  .inner_header .banner_search_section_text {
    display: none !important;
  }
  .choose_brand_block {
    width: 25%;
  }
  .choose_brand_block_text {
    font-size: 17px;
    line-height: 21px;
  }
  .choose_brand_section_heading {
    font-size: 26px;
  }
  .choose_brand_section {
    padding: 45px 0 40px;
    margin-top: 80px;
  }
  .repair_details_mid {
    border-right: none;
  }
  .repair_details_btn1 {
    width: 138px;
  }
  .repair_details_btn2 {
    width: 145px;
  }
  .repair_details_mid_price, .repair_details_mid_time {
    font-size: 20px;
  }
  .contact_top_number {
    font-size: 17px;
  }
  .contact_top_subheading {
    font-size: 16px;
  }
  .inner_banner_heading {
    font-size: 26px;
  }
  .inner_page_banner {
    margin-top: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .banner_search_section_text {
    display: block;
  }
  .searchfix .banner_search_section_text {
    display: none !important;
  }
  .searchfix {
    left: 280px;
  }
  .home_phones_block img {
    width: 45px;
  }
  .home_phones_block {
    padding: 20px 15px 20px 70px;
  }
  .home_phones_block_text {
    font-size: 19px;
  }
  .home_phones_block::before {
    width: 70px;
    height: 70px;
  }
  .home_phones_section_inner::before, .home_phones_section_inner::after {
    display: none;
  }
  .home_phones_section_inner {
    padding: 30px 16px 0;
  }
  .home_wedo_block_inner img {
    width: 42px;
    top: 25px;
  }
  .home_wedo_block_inner {
    font-size: 16px;
    padding: 25px 2px 25px 50px;
  }
  .home_repair_strip_heading {
    font-size: 26px;
  }
  .home_repair_strip_left_inner {
    padding: 58px 0;
  }
  .home_repair_strip_left_inner::after {
    border-top: 200px solid #000;
  }
  .repair_btn {
    font-size: 14px;
    padding: 12px 12px 10px;
  }
  .about_us_heading {
    margin-top: 0;
  }
  .home_choose_block_inner img {
    width: 62px;
    top: 16px;
  }
  .home_choose_block_inner {
    padding: 25px 2px 25px 80px;
  }
  .home_choose_block_heading {
    font-size: 20px;
  }
  .home_choose_block_text {
    font-size: 13px;
  }
  .home_testimonial_slide .item {
    margin: 0 5px;
  }
  .home_contact_bottom_text {
    margin-top: 16px;
  }
  .enq_form_box {
    padding: 34px 20px 34px;
  }
  .footer_first_menu ul li {
    margin: 0 4px;
  }
  .footer_first_menu ul li a {
    font-size: 14px;
  }
  .footer_top_heading {
    font-size: 20px;
  }
  .menu_location_box_inner_address {
    width: 166px;
  }
  .menu_location_box_inner_text {
    font-size: 15px;
  }
  .menu_location_box_inner_text img {
    width: 12px;
  }
  .menu_location_box_inner {
    padding: 30px 5px;
  }
  .choose_brand_block_text {
    font-size: 16px;
    line-height: 20px;
  }
  .inner_header .banner_search_section_text {
    display: none;
  }
  .repair_details_btn1 {
    width: 140px;
  }
  .repair_details_btn2 {
    width: 142px;
  }
  .repair_details_right2_text {
    font-size: 16px;
    line-height: 20px;
  }
  .repair_details_right1_text {
    font-size: 16px;
    line-height: 20px;
  }
  #bookingDateDiv {
    padding: 0 5px 7px;
  }
}
/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}
@media screen and (min-width: 1424px) {}
@media screen and (min-width: 1624px) {}
@media screen and (min-width: 1920px) {}