a{
    text-decoration: none;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{  
    margin: 0;
    padding: 0;
}

body {
   font-family: poppins !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/

/*----- poppins font family section start ------*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #fff;
    padding: 10px 0;
}
.header_logo img {
    width: 205px;
}
.hd_topsocialicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #08090b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}
.hd_topsocialicon img {
    width: 32px;
}
.hd_contact {
    background: #07090b;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    width: 100%;
    border: 1px solid #fff;
}
.hd_contact:hover{
    box-shadow: inset 0 80px #646464;
    color: #fff;
}
.hdd_contact {
    background: #07090b;
    padding: 10px 6px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    width: 100%;
}
.hdd_contact:hover{
    box-shadow: inset 0 80px #646464;
    color: #fff;
}
.slider_logo {
    width: 120px;
}
.offcanvas_menu_heading {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.header_nav ul li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #eee;
}
.header_nav ul li:last-child{
    border-bottom: none;

}
.header_nav ul li a {
    color: #666;
    font-weight: normal;
    padding: 5px 0;
    display: inline-block;
}
.header_nav ul li a:hover{
    color: #000;
}
.header_nav ul li a.active{
    color: #000;
}
.custome_btnhd {
    background: #000 url(../images/close_iconhd.png) no-repeat !important;
    width: 25px;
    height: 25px;
    opacity: unset;
    background-size: 20px !important;
    outline: none !important;
    background-position: center !important;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
    background: #fff;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 110px;
    position: relative;
    background: #000;
    padding-top: 200px;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
}
.banner_disc {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 50%;
    width: 85%;
    transform: translate(-50% , -50%);
    z-index: 1;
    max-width: 100%;
}
.banner_texthd {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-shadow: 0px 2px 2px #161616;
    line-height: 50px;
    margin-bottom: 15px;
}
.small_banner_text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.brand_slider {
    background: rgb(0 0 0 / 20%);
    padding: 0px 60px 25px 60px;
}
.brand_slideicon {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.brand_slideicon img {
    margin-bottom: 10px;
    width: 135px !important;
    filter: brightness(0) invert(1);
    height: auto !important;
}
.brand_slider .owl-prev {
    width: 15px;
    height: 26px;
    background: url(../images/arrow_lefticon.png) no-repeat !important;
    top: 42%;
    position: absolute;
    left: -25px;
    font-size: 0 !important;
    background-size: 15px !important;
}
.brand_slider .owl-next {
    width: 15px;
    height: 26px;
    background: url(../images/arrow_righticon.png) no-repeat !important;
    top: 42%;
    position: absolute;
    right: -25px;
    font-size: 0 !important;
    background-size: 15px !important;
}
.form_label {
    color: #08090b;
}
.device_formbanner {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 14px 10px 14px 15px;
    border-radius: 8px;
}
.device_formbanner .from-control ,.header_search .from-control{
  border: none;
  color: #08090b;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0px 2px 3px rgba(40,40,40,0.28);
  padding: 10px;
  line-height: 20px;
  width: 100%;
  outline: none;
}
.device_formbanner .from-control::placeholder{
    color: #08090b;
}
/*-- banner section end --*/

/*--- about section start --*/
.about_info{
    margin: 70px 0 90px;
}
.main_text_hd {
    font-size: 30px;
    color: #0e0e0e;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
}
.main_text_para {
    font-size: 17px;
    color: #323232;
}
.about_leftimg img {
    height: 100%;
    object-fit: cover;
}
/*-- about section end --*/

/*-- repair section start --*/
.repair_info {
    padding-bottom: 70px;
}
.repair_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.repair_text {
    background: #000;
    color: #fff;
    padding: 25px 15px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-top: -40px;
    position: relative;
}
.repair_text:hover{
    background: #949494;
    color: #000000;
}
/*-- repair section end --*/

/*--- testimonial section start --*/
.testimonial_info{
    padding: 66px 0;
    background: #0e0e0e;
}
.testimonial_rvcallicon img {
    width: 70px;
    margin-right: 20px;
}
.tte_text_hd ,.tt_text_para{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}
.tt_text_para img {
    width: 94px;
    vertical-align: sub;
    margin-left: 10px;
}
/*--- testimonial section end --*/

/*--- testimonial section start ---*/
.testimonial_box {
    padding: 20px 20px 24px 20px;
    background: #fff;
}
.testimonial_icongoogle {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #0b0b0b;
    font-weight: bold;
    margin-bottom: 20px;
}
.testimonial_icongoogle img {
    width: 40px !important;
    margin-right: 10px;
}
.testimonial_text{
    height: 135px;
    overflow-y: scroll;
    font-size: 15px;
    color: #727171;
    font-weight: 500;
}
.testimonial_text::-webkit-scrollbar {
    width: 5px;
}
.testimonial_text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #656565; 
    border-radius: 10px;
}
.testimonial_text::-webkit-scrollbar-thumb {
    background: #656565; 
    border-radius: 5px;
}
.testimonial_text::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-dot {
    width: 11px;
    height: 11px;
    background: #5c5b5b !important;
    border-radius: 50%;
    margin-left: 12px;
}
.owl-dot.active{
    background: #fff !important;
}
.hd_contact2{
    background: #fff;
    color: #000;
    margin-top: 7px;
}
/*--- testimonial section start ---*/

/*--- form section start ---*/
.areamap_info {
    background: url(../images/banner_img01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -7px;
    position: relative;
    z-index: 0;
}
.areamap_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
}

.formmain_rightbox {
    padding: 64px 115px 40px 50px;
}
.AdvancedForm .form-control {
    margin-top: 15px;
    resize: none;
    width: 100%;
    color: rgb(39, 36, 36);
    font-weight: 500;
    font-size: 14px;
    box-shadow: none !important;
    padding: 14px 12px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.alert-danger{
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
/*--- form section end ---*/

/*--- footer section start ---*/
.contactdetail_info{
    background: #ededed;
    padding: 40px 0;
}
.cnt_detailicon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.cnt_detailicon img {
    width: 25px;
}
.cnt_text strong {
    font-size: 18px;
    color: #181818;
    font-weight: 600;
    display: block;
    line-height: 25px;
}
.cnt_text {
    color: #5b5b5b;
    font-weight: 500;
    width: 70%;
}
.cnt_text a{
    color: #5b5b5b;
}
.cnt_text a:hover{
    color: #000;
}
.footer_bg {
    background: #fff;
    padding: 50px 0 0;
}
.footer_hd_text {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.footer_abouttext {
    font-size: 14px;
    color: #fff;
}
.footer_list ul li {
    background: url(../images/right_arrowft.png) no-repeat left 6px;
    padding: 0px 0 5px 15px;
    list-style: none;
    background-size: 7px;
}
.footer_list ul li a {
    color: #000;
    font-size: 16px;
}
.footer_list ul li a:hover{
    color: #a0a0a0;
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_social img{
    width: 31px;
    margin-right: 10px;
}
.footer_copy_text {
    margin-top: 20px;
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #a0a0a0;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #000 ;
    cursor: pointer;
    padding: 4px 10px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #313131;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

/*-- inner page start --*/
.inner_bannerinfo {
    background: url("../images/banner_img01.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 145px 0 50px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}
.inner_bannerinfo:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.inner_bannertext{
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.inner_pg_info {
    margin: 50px 0;
}
.inner_text_hd {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_text_para{
    margin-bottom: 10px;
}
.inner_pg_list ul li {
    background: url(../images/check_mark.png) no-repeat left 4px;
    font-size: 16px;
    color: #0c0c0c;
    padding: 0px 0 8px 29px;
    line-height: 25px;
    font-weight: 500;
    list-style: none;
    background-size: 20px;
}
.breadcrumb-item.active, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
#faqpage .accordion-button:not(.collapsed) {
  background: #000 !important;
  color: #fff !important;
}
#faqpage .accordion-button {
  background: #949494;
  color: #fff !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion-body {
  border: 1px solid #000;
}
.about-title2 {
  font-size: 30px;
  color: #0e0e0e;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}
.contact_btn {
    background: #07090b;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.contact_btn:hover{
    box-shadow: inset 0 80px #646464;
    color: #fff;
}
.form-part .mat-form-field {
  margin-bottom: 8px; /* Reduce spacing between fields */
  font-size: 12px;     /* Smaller font */
}
.contact_page_info {
  position: relative;
  padding-left: 46px;
  font-size: 16px;
  font-weight: 500;
}
.contact_page_info img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  border-radius: 5px;
}
.contact_page_info a {
  color: #595959;
  font-size: 14px;
}
.map iframe {
  margin-bottom: 0;
  height: 254px;
}
.infobox {
  border: 1px solid #B8B8B8;
  padding: 20px;
  margin-top: 55px;
  border-radius: 5px;
}
.thankyou_page_subheading span {
  color: #06a202;
  font-size: 20px;
}
.thankyou_page_subheading {
  color: #000;
  margin: 20px 0 0;
}
.repair_btn {
    background: #07090b;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    border: none;
}
.repair_btn:hover{
    box-shadow: inset 0 80px #646464;
    color: #fff;
}
.repair_page_box {
  /*background: url(../images/repair-bg.jpg) no-repeat center top;
  background-image: linear-gradient(26deg, #1f9743 0%, #a7cf2f 100%);*/
  padding: 30px 30px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #B8B8B8;
  border-top: 5px solid #000;
}
/* .repair_page_box:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
} */
.repair_page_box .about-title2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.about-title5{
  font-size: 30px;
  color: #0e0e0e;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}
.about-title4 {
  font-size: 50px;
  font-weight: 500;
}
.repair_submit_btn {
  background: #07090b;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 22px;
  margin-top: 18px;
  display: inline-block;
  width: 235px;
  text-align: center;
}
.repair_submit_btn span {
  font-size: 14px;
  color: #060606;
}
.about-title7 {
  font-size: 25px;
  font-weight: 500;
}
#offcanvasTop {
  height: 100% !important;  /* Full height */
  width: 100% !important;   /* Full width */
  max-height: 100% !important;
}

/*--- inner page start ---*/
.inner_serve_bg {
    background: #020202;
    padding: 60px 0;
    margin-top: 40px;
}
.inner_serve_bg .inner_text_hd ,
.inner_serve_bg .inner_text_para ,
.inner_ctabox .inner_text_hd ,
.inner_ctabox .inner_text_para{
    color: #fff;
}
.inner_pg_img img {
    box-shadow: 0px 0px 3px #979797;
    padding: 8px;
    background: #fff;
}
.inner_ctabox {
    background: url(../images/banner_img01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 15px;
    margin: 50px 0;
    position: relative;
    z-index: 0;
}
.inner_ctabox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
}
.inner_serve_bg .inner_pg_list ul li{
    color: #fff;
    filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(2%) hue-rotate(4deg) brightness(112%) contrast(100%);
}
.inner_serve_bg .inner_pg_list ul li strong {
    font-weight: 600;
}
.inner_faqbox {
    border: 1px solid #cbcbcb;
    margin-bottom: 20px;
    padding: 15px;
}
.inner_faqbox .inner_text_hd {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 9px;
}
.location_list_ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  }
  .location_list_ul li {
	width: 24%;
	list-style: none;
	margin-top: 10px;
  }
  .location_list_ul li a {
	border: 1px solid #ededed;
	padding: 0 15px 0 50px;
	display: flex;
	align-items: center;
	position: relative;
	color: #000;
	border-radius: 4px;
	transition: ease 0.5s all 0s;
	font-size: 15px;
	min-height: 55px;
	line-height: 20px;
  }
  .location_list_ul li a:before {
	background: #ededed;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
  }
  .location_list_ul li a img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 12px;
	width: 15px;
  }
  .location_list_ul li .with_link {
	background: #1a0f4d;
	color: #fff;
	border: 1px solid #fff !important;
  }
  .blog_section {
	background: #EDEDED;
	padding: 15px 15px 25px;
	margin-bottom: 30px;
	border-radius: 10px;
  }
  .blog_img img {
	border-radius: 10px;
  }
  .blog_title {
	color: #1f2423;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	margin: 25px 0 0;
  }
  .blog_sub_title {
    color: #1f2423;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    margin: 25px 0 0;
    margin-top: 25px;
    margin-bottom: 10px;
}
  .short_content {
	margin-top: 15px;
  }
  .blog_btn a {
	display: inline-block;
	color: #fff !important;
	background: #07090b;
	border-radius: 3px;
	padding: 10px 20px 11px;
	font-size: 15px;
	margin-top: 20px;
    font-weight: 500;
  }
  .blog_content_heading {
	font-weight: 500;
	color: #333;
	margin: 20px 0;
	font-size: 18px;
  }
  .recent_blog_title {
    color: #1f2423;
    font-weight: 500;
    }
  .short_content p
  {
    margin-bottom: 10px;
  }
  .blog_date{
    font-size: 14px;
    margin-top: 15px;
  }
  .recent_blog_date {
    font-size: 14px;
    margin-top: 5px;
    color: #1f2423;
    }
  .blog_resent_title {
  color: #1f2423;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
}





.step-heading-cont {
  position: relative;
  margin-bottom: 4px;
}

 /* .step-heading-cont2 .step-line {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 2px;
  background: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
} */

.step-heading {
  font-weight: 700 !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme) !important;
  line-height: 1em;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 5px;
    padding-left: 5px;
  display: table;
  padding-left: 0px;
}
.step-desc {
  font-weight: 400 !important;
  font-size: 13px;
  padding-right: 15px;
  line-height: 1.4em;
}

.step-1-col-1, .step-2-cols {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.footer_btn2{
    width: 50%;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.repair_submit_btn {
  width: 100%;
}    
.header_logo img {
    width: 110px;
}
.res_btmobile ,.header_search{
    display: none;
}
.hd_topsocialicon {
    width: 50px;
    height: 50px;
}
.hd_topsocialicon img {
    width: 25px;
}
.banner_info {
    margin-top: 63px;
    padding-top: 240px;
}
.banner_info img {
    height: 400px;
    object-fit: cover;
}
.banner_disc {
    top: 35%;
}
.brand_slider {
    padding: 0px 20px 10px 20px;
}
.banner_texthd {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.small_banner_text {
    font-size: 15px;
    line-height: 20px;
}
.brand_slideicon img {
    width: 80px !important;
}
.device_formbanner {
    width: 100%;
}
.about_info {
    margin: 40px 0;
}
.about_leftimg {
    margin-bottom: 30px;
}
.main_text_hd {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.repair_img img {
    height: 240px;
}
.repair_text {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 22px;
}
.repair_info {
    padding-bottom: 40px;
}
.testimonial_info {
    padding: 40px 0;
}
.testimonial_leftbox {
    margin-bottom: 30px;
}
.formmain_rightbox {
    padding: 30px 15px 30px 15px;
}
.contact_detailbox {
    margin-bottom: 20px;
}
.about_leftimg img {
    height: auto;
}
.footer_head {
    margin-bottom: 25px;
}
.footer_copy_text {
    margin-top: 10px;
    padding: 12px 0 60px;
}
#back_to_top {
    bottom: 55px;
}
.inner_pg_img {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_ctabox {
    padding: 25px 10px;
    margin: 30px 0;
}
.inner_bannerinfo {
    padding: 120px 0 30px !important;
}
.inner_bannertext {
    font-size: 26px;
}
.repair_page_box .about-title2 {
    font-size: 24px;
    line-height: 30px;
}
.about-title2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.step-desc {
    margin-bottom: 20px;
}
.step-heading {
    margin-top: 20px;
}
.repair_page_box {
    padding: 15px 15px;
}
.location_list_ul li {
    width: 100%;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_search{
    display: block;
}
.testimonial_rvcallicon img {
    width: 50px;
}
.banner_info img {
    height: 300px;
}
.areamap_leftbox iframe {
    height: 560px;
}
.location_list_ul li {
    width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_search{
    display: block;
}
.testimonial_rvcallicon img {
    width: 50px;
}
.banner_info img {
    height: 300px;
}
.areamap_leftbox iframe {
    height: 440px;
}
.location_list_ul li {
    width: 50%;
}
}

/* 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) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}   