
/* combined css*/

#sec1 a.bulink {
  border-radius: 4px;
  border: 1px solid rgba(250,11,11,0.55) !important;
  box-shadow: 0 8px 10px rgba(0,0,0,0.35);
  overflow: hidden;
}

.services_holder .test77 > a.bulink {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.services_holder .test77 > a.bulink::before {
  content: "";
  position: absolute;
  inset: 0;
background: rgba(0,0,0,.60);
  
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
}

.services_holder .test77 > a.bulink #boxcorner,
.services_holder .test77 > a.bulink .right5_button,
.services_holder .test77 > a.bulink .bbtext {
  position: relative;
  z-index: 2;
}

.services_holder .test77 > a.bulink .bblink {
  position: absolute !important;
  z-index: 2;
  bottom: 0;
  right: 5px;
}

.services_holder .test77:nth-child(1) > a.bulink {
  background-image: url("../images/call_us_today.png") !important;
}

.services_holder .test77:nth-child(2) > a.bulink {
  background-image: url("../images/get_a_quote.png") !important;
}

.services_holder .test77:nth-child(3) > a.bulink {
  background-image: url("../images/get_a_tow.png") !important;
}

.services_holder .test77:nth-child(4) > a.bulink {
  background-image: url("../images/order_status.png") !important;
}






 /* desktop css*/

@media all and (min-width: 700px) {

@font-face {
  font-family: myFirstFont;
  src: url(../inc/MYRIADPRO-BOLD.OTF);
}

@font-face {
  font-family: myFirstFont;
  src: url(../inc/MYRIADPRO-BOLD.OTF);
  font-weight: bold;
}

.or{
  font-size:30px;
}

.carowrap {
  position: relative;
  overflow: hidden;
}

.carowrap .ImgScreen {
  position: absolute;
  inset: 0;
  width: 100%;
  height:350px;
  background: rgba(0,0,0,.60);
    
  z-index: 2;
  pointer-events: none;
}

.slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.carowrap .slider_info {
  position: absolute;
  z-index: 3;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 1px;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  position:relative;
  background: url(../images/ads/bldollar2.png) no-repeat center;
  margin: auto;
  padding: 1px;
  height:350px;
  color: #000;
  border-radius: 5px;
  box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.6),
0px 45px 26px 0px rgba(0,0,0,0.14);
  width: 40%;
  min-width:450px;
  max-width:450px;
}

h1,h2,h3{
  font-size: 20px;
}

.close {
  position: absolute;
  background: rgba(228, 233, 237, .8);
  color: red;
  float:right;
  z-index: 3;
  right:10px;
  border-radius: 3px;
  top:10px;
  height:16px;
  width:16px;
  line-height:15px;
  display:inline-block;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.plan{
  position: absolute;
  z-index: 3;
  bottom:25px;
  display:table;
  width: 100%;
}

.par{
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color:white;
  padding:10px;
  font-family: myFirstFont;
}

.par2{
  margin: 0 auto;
  font-size: 30px;
  margin-top:40px;
  font-weight:bold;
  color:white;
  width:100%;
  padding:10px;
  text-align: justify;
  font-family: myFirstFont;
}

.radcen{
  width:50%;
  margin: 0 auto;
  text-alight:center;
  display:table;
  border: px solid black;
}

.expire{
  border-radius: 3px;
  background-color: #FFF;
  color:red;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  bottom:-8px;
  right:5px;
  float:right;
  display: inline-block;
}

.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid black;
}
.four {
  padding:3px;
  width: 48%;
  max-width: 48%;
  border: 1px solid red;
}

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-of-type {
  margin-left: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

#AUTO .plan input, #AUTO .payment-plan input, #AUTO .payment-type input{
  display: none;
}
#AUTO label{
  position: relative;
  color: #fff;
  background-color: #aaa;
  font-size: 19px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#AUTO .plan input:checked + label, #AUTO .payment-plan input:checked + label, #AUTO .payment-type input:checked + label{
  border: 2px solid #333;
  background-color: #F00;
}

#AUTO .plan input:checked + label:after, AUTO .payment-plan input:checked + label:after, #AUTO .payment-type input:checked + label:after{
  content: "\2713";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  border: 2px solid #333;
  background-color: #000;
  z-index: 2;
  position: absolute;
  top: -10px;
  right: -10px;
}

.services_holder{
  z-index: 99;
  width:100%;
  text-align:center;
  display:table;
  margin: 0 auto;
  margin-bottom:10px;
}

.test77{
  text-decoration:none;
  z-index: 99;
  display: inline-block;
  margin:5px;
  min-width:220px;
}

a.bulink{
  border-radius: 5px;
  border: 1px solid rgba(60, 60, 60,0.8) !important;
  position: relative;
  margin:10px;
  width:200px;
  display: inline-block;
  text-decoration:none;
  text-align:center;
  height:150px;
  padding:8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  will-change: transform, filter;
}

a.bulink:hover{
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 22px;
  filter: brightness(1.12) contrast(1.05);
  background: transparent !important;
}

.right5_button{
  font-family: 'Plane Crash', sans-serif;
  font-weight:;
  font-size: 20px;
  color:#FFF;
  border-radius: 5px;
}

.bbtext{
  display:table;
  color:#FFF;
  font-size: 14px;
  font-weight:200;
}
.bblink{
  font-family:Arial, Helvetica, sans-serif;
  padding:3px;
  display:table;
  background-color: #999999;
  border-radius: 0px 5px 0px 5px;
  color:#ff000091;
  position: absolute!important;
  bottom:0;
  right:5px;
  font-size: 12px;
  font-weight:300;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #FF0000;
  border-radius: 4px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #FF0000 #000;
}

.hidden {
  display: none;
}

#sec1{
  padding:5px;
  background-color:#f0f0f0;
  width:100%;
  height:250px;
  display:table;
}
.left1{
  border: px solid yellow;
  width:65%;
  display:table-cell;
}
#towme{
  display: none;
}
.left_heading{
  text-align:center;
  width:70%;
  margin:0 auto;
  font-weight: bolder;
  font-size:25px;
  margin-top:10px;
  margin-bottom:10px;
}
.WOW{
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  color: #d82727;
  font-weight: 600;
  letter-spacing: .8px;
}
.wow2{
  display:none;
}

.left_text{
  width:70%;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
}
.left_form{
  margin:0 auto;
  height:80px;
  width:70%;
  line-height:80px;
  display:table;
}

.sec1_text{
  color:#FFF;
  text-align:center;
  margin-right:35px;
}
.sec1_button{
  text-transform:capitalize;
  height:48px;
  width:235px;
}
input[type=submit] {
  height:48px;
  width:35%;
  color:#FFF;
  background-color:#000;
  padding:5px;
  outline:none;
  border: 0;
}
.left_input{
  float:left;
  padding:15px;
  margin-right:15px;
}
input[type=text] {
  height:48px;
  width:35%;
  border:1px solid #000;
  -webkit-border-radius: 4px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 4px;
  font-size:15px;
  color:#000000;
}
::-webkit-input-placeholder {
  text-align: center;
  color:#333;
}

:-moz-placeholder {
  text-align: center;
  color:#333;
}

::-moz-placeholder {
  text-align: center;
  color:#333;
}

:-ms-input-placeholder {
  text-align: center;
  color:#333;
}
.left_button{
  float:right;
  padding:17px;
}

.right1{
  vertical-align: middle;
  width:30%;
  text-align:center;
  display:table-cell;
  padding-top:10px;
  padding-bottom:20px;
}
.right1_text{
  width:99%;
  margin: 0 auto;
  padding:8px;
  color:#000;
  margin-top:5%;
  padding-top:15px;
}
.right1_button{
  background-color:#000;
  width:100%;
  height:48px;
  line-height:48px;
  border-radius: 4px;
}
.right1 a{
  margin: 0 auto;
  margin-top:55px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:70%;
  max-width: 235px;
  height:48px;
}

.right1_button:hover{
  border: 1px solid rgba(60, 60, 60,0.8) !important;
  background: gray !important;
}

#sec2{
  width:100%;
  display:table;
  background-color:#FFF;
}


  #sec2 .services_holder {
  position: relative;
  z-index: 3;
  width: 96%;
  max-width: 1150px;
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}

  #sec2 .service1,
  #sec2 .service2,
  #sec2 .service3,
  #sec2 .service4,
  #sec2 .service5 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 360px;
  height: 335px;
  min-height: 335px;
  margin: 8px;
  padding: 14px 14px 42px 14px;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.20);
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  font-size: initial;
  transform: none;
}

  #sec2 .service1:hover,
  #sec2 .service2:hover,
  #sec2 .service3:hover,
  #sec2 .service4:hover,
  #sec2 .service5:hover {
  transform: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

  #sec2 .STitle {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 54px;
  margin: 0 0 9px 0;
  padding: 5px 0 0 62px;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-sizing: border-box;
  overflow: hidden;
}

  #sec2 .STitle::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d10000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  font-weight: normal;
  box-shadow: 0 4px 12px rgba(209,0,0,0.35);
}

  #sec2 .service1 .STitle::before {
  content: "🚗";
}
  #sec2 .service2 .STitle::before {
  content: "🚙";
}
  #sec2 .service3 .STitle::before {
  content: "🌧";
}
  #sec2 .service4 .STitle::before {
  content: "🚚";
}
  #sec2 .service5 .STitle::before {
  content: "🛡";
}

  #sec2 .service1:hover .STitle,
  #sec2 .service2:hover .STitle,
  #sec2 .service3:hover .STitle,
  #sec2 .service4:hover .STitle,
  #sec2 .service5:hover .STitle {
  color: #000;
}

  #sec2 .SImg {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 0 9px 0;
}

  #sec2 .SDesc {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 76px;
  max-height: 76px;
  padding: 0 6px;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

  #sec2 .show-desc .SImg {
  display: none;
}

  #sec2 .show-desc .SDesc {
  display: block;
  height: 215px;
  max-height: 215px;
  padding: 8px 8px 12px 8px;
  overflow: auto;
}

  #sec2 .SClick {
  display: block;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 13px;
  padding: 0;
  background: transparent;
  color: #d10000;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
}

  #sec2 .SClick::after {
  content: "→";
  float: right;
  color: #d10000;
  font-size: 24px;
  line-height: 16px;
  font-weight: normal;
}




.left2{
  width:49.5%;
  vertical-align: middle;
  display: table-cell;
  float:left;
}

.left2_head{
  width:80%;
  display:table;
  margin: 0 auto;
  font-weight:bold;
  font-size:22px;
  margin-top:5%;
  margin-bottom:40px;
}
.left2_text{
  margin: 0 auto;
  display:table;
  width:80%;
  font-size:16px;
}

.right2{
  float:right;
  vertical-align: middle;
  width:49.5%;
  display:table;
}
.right2_text{
  font-size:22px;
  font-style: italic;
  display:table;
  width:55%;
  margin: 0 auto;
  text-align:center;
  margin-top:5%;
}

.right2_button{
  margin-bottom:40px;
  text-decoration:none;
  width:235px;
  height:48px;
  line-height:48px;
  margin: 0 auto;
  font-size:15px;
  margin-top:40px;
  border-radius: 4px;
  text-align:center;
  background-color:#000;
}

.right2 a{
  margin-bottom:40px;
  margin-top:55px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin: 0 auto;
}

#sec2 .right2_button {
  display: block;
  width: 235px;
  height: 48px;
  line-height: 48px;
  margin: 20px auto 10px auto;
  border-radius: 4px;
  background-color: red;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

#sec2 a {
  text-decoration: none;
}

#sec2 .right2_button:hover {
  background-color: #555;
  color: #fff;
}

#sec3{
  width:100%;
  display:table;
  background-color:#f0f0f0;
  padding-bottom:20px;
}
.sec3_header{
  font-size: clamp(22px, 3.5vw + 6px, 25px);
  font-weight: 800;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-shadow: 0 4px 15px rgba(0,0,0,0.18);
}

.service1, .service2, .service3, .service4, .service5 {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 350px;
  margin: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: left;
}

.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover,
.service5:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.SImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.SDesc {
  position: absolute;
  top: 50px;
  left: 49%;
  width: 50%;
  height: 85%;
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;

}

.STitle {
  padding-left:5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #000;
  transition: color 0.3s ease;
}

.service1:hover .STitle,
.service2:hover .STitle,
.service3:hover .STitle,
.service4:hover .STitle,
.service5:hover .STitle {
  color: #D10000;
}

#services_more{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#FFF;
}

.arrow {
  display:none;
}

.RPListHolder{
  margin: 0 auto;
  text-align: center;
  font-size:9px;
}

.RPOHolder{
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  margin: 2px;
  min-height:500px;
  width:300px;
  white-space: pre-line;
  background: rgba(0, 0, 0, 0.9);
  vertical-align: bottom;
  border: 0px solid rgba(60, 60, 60,0.8) !important;
  padding:5px;
}

.RPOImg {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.RPNo{
  font-size:8;
  padding-bottom:10px;
  color:#5bee5d;
}
.RPTitle{
  text-transform: uppercase;
  font-weight:bold;
  font-size:20px;
  color:#FFF;
  padding-top:5px;
  padding-bottom:5px;
  transition: color 0.3s ease;
}
.RPDisc{
  margin-top: auto;
  margin-bottom: auto;
  text-align: justify;
  font-size:16px;
  padding:5px;
  color:#FFF;
}

.right3_button{
  height:48px;
  line-height:48px;
  text-decoration:none;
  width:49%;
  text-align:center;
  margin: 0 auto;
  font-size:22px;
  font-weight:bold;
  color:#000;
}
#services_more a{
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin: 0 auto;
}

#sec4{
  position: relative;
  overflow: hidden;
  background-color:#f0f0f0;
  width:100%;
  height:400px;
  margin: 0 auto;
  display:table;
  text-align:center;
  z-index: 0;
}

#sec4 .bg_image_holder {
  position: relative;
  z-index: 0;
  background-image: url("../images/1000010303.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 235px;
  overflow: hidden;
}

#sec4 .bg_image_holder .ImgScreen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.9);
  z-index: 1;
}

.sec4_header{
  position: relative;
  padding:5px;
  text-align:center;
  font-weight:bold;
  font-size:18px;
  letter-spacing: 0.1px;
  width:100%;
  margin:5px;
  z-index: 2;
  color: white;
}

.ReviewSec1{
  width: 100%;
  font-size:22px;
}
.ReviewSec2{
  width: 100%;
  font-size:16px;
}
.ReviewSec3{
  width: 100%;
  font-size:10px;
}

#cert_header{
  padding:20px 0 20px 0;
  font-weight:bold;
  font-size:22px;
  text-align:center;
  width:100%;
  color:red;
}
#cert_foot{
  padding:20px 0 20px 0;
  font-weight:bold;
  font-size:18px;
  text-align:center;
  width:100%;
  color:red;
}
#cert_holder{
  margin: 0 auto;
  text-align:center;
  width:95%;
  height:500px;
  display:table;
}
.cert{
  position: relative;
  width:105px;
  height:105px;
  display:inline-block;
}

carowrap{
  border: px solid yellow;
}

.lean-slider {
  overflow:hidden !important;
  position: relative;
  *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
  overflow:hidden !important;
  content: " ";
  display: table;
}
.lean-slider:after {
  clear: both;
  overflow:hidden !important;
}

.lean-slider-slide {
  overflow:hidden !important;
  float: left;
  width: 100%;
  height:350px;
  margin-right: -100%;
  display: none;
}
.lean-slider-slide.current {
  display: block;
  overflow:hidden !important;
}

.slider_info{
  color:#FFF;
  position:absolute;
  display:table;
  width:75%;
  height:90%;
  top:2%;
  left:50px;
}

.slide_header{
  position:relative;
  color:#FFF;
  font-size:40px;
  display:table;
  width:100%;
}
.slide_header > span{
  color:red;
  font-style: italic;
}

.slide_description{
  border: px solid blue;
  position:absolute;
  bottom:0px;
  font-size:25px;
  color:#FFF;
  display:table;
  width:100%;
}

.slider-wrapper {
  position: relative;
  background: #fff url(images/loading.gif) no-repeat 50% 50%;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider {
  overflow: hidden;
}
.lean-slider-slide {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.lean-slider-slide.current {
  opacity: 1;
}
.lean-slider-slide img {
  display: block;
  width: 100%;
}

#slider-direction-nav {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 47%;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav {
  opacity: 1;
}
#slider-direction-nav a {
  float: left;
  display: block;
  width: 26px;
  height: 37px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
  float: right;
  background-position: 100% 0;
  z-index: 4;
}

#slider-control-nav {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav {
  opacity: 1;
}
#slider-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/bullets.png) no-repeat 0 0;
  text-indent: -9999px;
  margin: 0 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#slider-control-nav a.active {
  background-position: 100% 0;
}

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

    #slider-direction-nav,
	#slider-control-nav {
  opacity: 1;
}

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

	#slider-direction-nav,
	#slider-control-nav {
  opacity: 1;
}

}

#fl-random-reviews-modern {
  --fs-small: clamp(12px, 0.8vw, 14px);
  --fs-body: clamp(14px, 0.9vw + 0.2rem, 18px);
  --fs-stars: clamp(16px, 1vw + 0.25rem, 22px);
  --fs-badge: clamp(11px, 0.6vw, 13px);
  --card-min-h: clamp(220px, 20vw, 320px);
  --line-clamp: 10;
  position: relative;
  top:-120px;
  box-sizing: border-box;
  max-width: min(95vw, 1600px);
  margin: 28px auto;
  padding: 6px;
  z-index:3;
  text-align: center;
  font-size: 0;
}
#fl-random-reviews-modern .card-shell {
  position: relative;
  border-radius: 4px;
  padding: 1px;
  box-shadow: 0 10px 30px rgba(2,6,23,0.08), inset 0 0 0 1px rgba(255,255,255,0.2);
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 9px;
  font-size: initial;
}

#fl-random-reviews-modern .card {
  border-radius: 4px;
  background: #fff;
  padding: 18px 16px 16px 16px;
  height: var(--card-min-h);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#fl-random-reviews-modern .review-text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 9;
}

  #fl-random-reviews-modern .rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

  #fl-random-reviews-modern .rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg,#111827,#0b1220);
  color: #fbbf24;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-size: var(--fs-small);
}

  #fl-random-reviews-modern .stars {
  font-size: var(--fs-stars);
  line-height: 1;
}

  #fl-random-reviews-modern .numeric {
  font-size: var(--fs-badge);
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

  #fl-random-reviews-modern .pull-quote {
  font-size: clamp(22px, 1.2vw + 8px, 30px);
  line-height: 1;
  color: #e5e7eb;
  margin: -4px 0 4px 0;
}

  #fl-random-reviews-modern .review-text {
  color: #0f172a;
  font-size: var(--fs-body);
  line-height: 1.6;
  letter-spacing: .2px;
  margin: 4px 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

  #fl-random-reviews-modern .divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(226,232,240,0), rgba(226,232,240,1), rgba(226,232,240,0));
  margin: 10px 0 8px;
}

  #fl-random-reviews-modern .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

  #fl-random-reviews-modern .foot .verified {
  display:flex;
  align-items:center;
  gap:6px;
  color:#6b7280;
  font-size: var(--fs-small);
}
  #fl-random-reviews-modern .foot .dot {
  width:8px;
  height:8px;
  border-radius:999px;
  background:#34d399;
  display:inline-block;
}
  #fl-random-reviews-modern .foot .tag {
  font-size: var(--fs-badge);
  color:#64748b;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  padding:4px 8px;
  border-radius:4px;
}

@media (min-width: 1800px) {
  #fl-random-reviews-modern .card-shell {
  width: 360px;
}
}

  @media (min-width: 1800px) {
    #fl-random-reviews-modern {
  --line-clamp: 9;
}
  }
  @media (max-width: 500px) {
    #fl-random-reviews-modern {
  --line-clamp: 6;
}
  }

}
 /* mobile css*/
@media all and (max-width: 700px) {


@font-face {
  font-family: myFirstFont;
  src: url(../inc/MYRIADPRO-BOLD.OTF);
}

@font-face {
  font-family: myFirstFont;
  src: url(../inc/MYRIADPRO-BOLD.OTF);
  font-weight: bold;
}

.carowrap {
  display: none;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

h1,h2,h3{
  font-size: 12px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 55;
  padding-top: 1px;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  position:relative;
  background: url(../images/ads/bldollar2.png) no-repeat center;
  margin: auto;
  padding: 1px;
  height:350px;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.6),
0px 45px 26px 0px rgba(0,0,0,0.14);
  width: 40%;
  min-width:300px;
  max-width:450px;
}

.close {
  position: absolute;
  background: rgba(228, 233, 237, .8);
  color: red;
  float:right;
  z-index: 3;
  right:10px;
  border-radius: 3px;
  top:10px;
  height:16px;
  width:16px;
  line-height:15px;
  display:inline-block;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.plan{
  position: absolute;
  z-index: 3;
  bottom:20px;
  display:table;
  width: 100%;
}

.par{
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color:white;
  font-family: myFirstFont;
}

.par2{
  margin: 0 auto;
  font-size: 25px;
  color:white;
  width:90%;
  margin-top:20px;
  padding:10px;
  text-align: justify;
  font-family: myFirstFont;
}

.radcen{
  width:50%;
  margin: 0 auto;
  text-alight:center;
  display:table;
  border: px solid black;
}

.expire{
  border-radius: 3px;
  background-color: #FFF;
  color:red;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  bottom:-8px;
  right:5px;
  float:right;
  display: inline-block;
}

.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid black;
}
.four {
  width: 49%;
  max-width: 49%;
  border: 1px solid red;
}

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-of-type {
  margin-left: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

#AUTO .plan input, #AUTO .payment-plan input, #AUTO .payment-type input{
  display: none;
}
#AUTO label{
  position: relative;
  color: #fff;
  background-color: #aaa;
  font-size: 19px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#AUTO .plan input:checked + label, #AUTO .payment-plan input:checked + label, #AUTO .payment-type input:checked + label{
  border: 2px solid #333;
  background-color: #F00;
}

#AUTO .plan input:checked + label:after, AUTO .payment-plan input:checked + label:after, #AUTO .payment-type input:checked + label:after{
  content: "\2713";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  border: 2px solid #333;
  background-color: #000;
  z-index: 2;
  position: absolute;
  top: -10px;
  right: -10px;
}

.hidden {
  display: none;
}

#sec1{
  background-color:#f0f0f0;
  width:100%;
  display:table;
}

.left1 {
  background-color: #f0f0f0;
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  background-image: url("../images/1000010303.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.left1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.50);
  z-index: 1;
  pointer-events: none;
}

.left1 .callout,
.left1 .left_heading,
.left1 .left_text,
.left1 .services_holder {
  position: relative;
  z-index: 2;
}

.left_heading{
  width: 95%;  
  height:70px;
  padding-top:3px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  font-size: 30px;
   line-height: 1.1;
  letter-spacing: 0.4px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.WOW{
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 35px;
  color: #d82727;
  font-weight: 600;
  letter-spacing: .8px;
}

.left_text{
  width:95%;
  text-align:center;
  margin:0 auto;
}
.left_form{
  margin:0 auto;
  height:81px;
  width:90%;
  line-height:81px;
  display:table;
}
.sec1_text{
  color:#FFF;
  margin: 0 auto;
  text-align:center;
}
input[type=text] {
  margin:0 auto;
  text-align:center;
  height:48px;
  width:99%;
  border:1px solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:20px;
  color:#000000;
}

.sec1_button{
  height:48px;
  margin:0 auto;
  text-align:center;
  width:100%;
  border-radius: 4px;
  color:#FFF;
  font-weight:bold;
  background-color:#ff0000;
  padding:5px;
  outline:none;
  border:0;
  font-size:20px;
}

.left_input{
  float:left;
  padding:15px;
}

::-webkit-input-placeholder {
  text-align: center;
  color:#333;
}

:-moz-placeholder {
  text-align: center;
  color:#333;
}

::-moz-placeholder {
  text-align: center;
  color:#333;
}

:-ms-input-placeholder {
  text-align: center;
  color:#333;
}
.left_button{
  float:right;
  padding:17px;
}

.right1{
  background-color:#000;
  width:100%;
  height:250px;
  text-align:center;
  display:none;
  padding-bottom:25px;
}
.right1_text{
  width:100%;
  margin: 0 auto;
  color:#FFFFFF;
  margin-top:15%;
}

.right1_button{
  background-color:#ff0000;
  width:100%;
  height:48px;
  line-height:48px;
}
.right1 a{
  margin: 0 auto;
  margin-top:55px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:90%;
  height:48px;
}
  #sec2 .services_holder {
  position: relative;
  z-index: 3;
  width: 96%;
  display: table;
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}

  #sec2 .service1,
  #sec2 .service2,
  #sec2 .service3,
  #sec2 .service4,
  #sec2 .service5 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 47%;

  min-height: 185px;
  margin: 5px;
  padding: 9px 8px 34px 8px;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.20);
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  font-size: initial;
  transform: none;
}

  #sec2 .service1:hover,
  #sec2 .service2:hover,
  #sec2 .service3:hover,
  #sec2 .service4:hover,
  #sec2 .service5:hover {
  transform: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

  #sec2 .STitle {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 46px;
  margin: 0 0 7px 0;
  padding: 2px 0 0 48px;
  color: #000;
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .4px;
  box-sizing: border-box;
  overflow: hidden;
}

  #sec2 .STitle::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d10000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  box-shadow: 0 4px 10px rgba(209,0,0,0.35);
}

  #sec2 .service1 .STitle::before {
  content: "🚗";
}
  #sec2 .service2 .STitle::before {
  content: "🚙";
}
  #sec2 .service3 .STitle::before {
  content: "🌧";
}
  #sec2 .service4 .STitle::before {
  content: "🚚";
}
  #sec2 .service5 .STitle::before {
  content: "🛡";
}

  #sec2 .SImg {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 0 7px 0;
}

  #sec2 .SDesc {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 46px;
  max-height: 46px;
  padding: 0 3px;
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

  #sec2 .show-desc .SImg {
  display: none;
}

  #sec2 .show-desc .SDesc {
  display: block;
  height: 191px;
  max-height: 191px;
  padding: 6px 5px 10px 5px;
  overflow: auto;
}

  #sec2 .SClick {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  padding: 0;
  background: transparent;
  color: #d10000;
  border-radius: 0;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-sizing: border-box;
}

  #sec2 .SClick::after {
  content: "→";
  float: right;
  color: #d10000;
  font-size: 20px;
  line-height: 13px;
  font-weight: normal;
}
#sec2{
  width: 100%;
  display: table;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.left2{
  padding-top:10px;
  padding-bottom:10px;
  display:table;
  width:100%;
}
.left2_head{
  width:90%;
  display:table;
  margin: 0 auto;
  font-weight:bold;
  font-size:15px;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
}
.left2_text{
  margin: 0 auto;
  display:table;
  width:90%;
  font-size:15px;
  text-align:center;
}

.right2{
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  display:table;
}
.right2_text{
  font-size:20px;
  font-style: italic;
  display:table;
  width:90%;
  margin: 0 auto;
  text-align:center;
  margin-top:10px;
}

.right2_button{
  border-radius: 4px;
  margin-bottom:10px;
  text-decoration:none;
  width:235px;
  height:48px;
  line-height:48px;
  margin: 0 auto;
  font-size:15px;
  margin-top:10px;
  text-align:center;
  background-color:#000;
}

.right2 a{
  margin-bottom:10px;
  margin-top:55px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin: 0 auto;
}

#sec2 .right2_button {
  border-radius: 4px;
  margin-bottom: 10px;
  text-decoration: none;
  width: 235px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  background-color: red;
  color: #FFF;
  cursor: pointer;
}

#sec2 .right2 a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

#sec2 .right2_button:hover {
  background-color: #f0f0f0;
}






#sec2 .services_holder > a,
#sec2 .services_holder > a:link,
#sec2 .services_holder > a:visited,
#sec2 .services_holder > a:hover,
#sec2 .services_holder > a:active,
#sec2 .services_holder > a:focus {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  outline: none !important;
  border-bottom: none !important;
  -webkit-tap-highlight-color: transparent;
}

#sec2 .services_holder > a .right2_button {
  text-decoration: none !important;
  border-bottom: none !important;
}














#sec2 .bg_image_holder {
  position: absolute;
  left: 0%;
  right: 0%;
  height: auto;
  min-height: 235px;
  background-image: url("../images/1000010303.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.99;
  overflow: hidden;
}

#sec2 .bg_image_holder .ImgScreen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
  z-index: 1;
  pointer-events: none;
}
#sec2 .sec3_header {
  position: relative;
  z-index: 2;
}

#sec2 .services_holder {
  position: relative;
  z-index: 3;
}

  .services_holder {
  font-size: 0;
}

  .test77 {
  width: 48% !important;
  margin: 1% !important;
  min-width: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  box-sizing: border-box;
}

  a.bulink {
  width: 100%;
  height: 140px;
  padding: 8px;
  border-radius: 5px;
  background: #FFF !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: table;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

a.bulink,
a.bulink:link,
a.bulink:visited,
a.bulink:hover,
a.bulink:active,
a.bulink:focus {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
}

a.bulink .right5_button,
a.bulink .bbtext,
a.bulink .bblink {
  color: #FFF !important;
}

.bblink {
  position: absolute;
  bottom: 0;
  right: 5px;
}

  .bbtext {
  position: relative;
  top: 10px;
  height: 50px;
  font-size: 12px;
  margin: 8px auto 0 auto;
  display: table;
  text-align: center;
}

  .right5_button {
  font-size: 18px;
}

#sec3{
  width:100%;
  display:table;
  background-color:#f0f0f0;
}
.sec3_header{
  z-index: 20;
  position: relative;
padding-top:5px;
  text-align:center;
  font-weight:bold;
  font-size:23px;
  margin:0;
  letter-spacing: 0.1px;
  width:95%;
  COLOR:#fff;

  height:65px;
}

#sec4{
  width:100%;
  display:table;
  background-color:#f0f0f0;
}

#sec4 .sec4_header {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 5px 40px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1px;
  width: 100%;
  color: white;
  margin: 0;
}
#sec4 .bg_image_holder {
  position: relative;
  top: -20;
  left: 0%;
  right: 0%;
  height: auto;
  min-height: 235px;
  background-image: url('../images/1000010303.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.99;
  display: table;
  width: 100%;
}

#sec4 .bg_image_holder .ImgScreen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.9);
  z-index: 1;
  pointer-events: none;
}

.ReviewSec1{
  width: 100%;
  font-size:22px;
}
.ReviewSec2{
  width: 100%;
  font-size:16px;
}
.ReviewSec3{
  width: 100%;
  font-size:10px;
}

#fl-random-reviews-modern {
  position: relative;
  top:-60px;
  --fs-small: clamp(12px, 0.8vw, 14px);
  --fs-body: clamp(11px, 0.9vw + 0.2rem, 18px);
  --fs-stars: clamp(16px, 1vw + 0.25rem, 22px);
  --fs-badge: clamp(11px, 0.6vw, 13px);
  --card-min-h: clamp(220px, 20vw, 320px);
  --line-clamp: 10;
  box-sizing: border-box;
  max-width: min(95vw, 1600px);
  margin: 28px auto;
  padding: 6px;
  text-align: center;
  font-size: 0;
}
#fl-random-reviews-modern .card-shell {
  position: relative;
  border-radius: 5px;
  padding: 1px;
  box-shadow: 0 10px 30px rgba(2,6,23,0.08), inset 0 0 0 1px rgba(255,255,255,0.2);
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 9px;
  font-size: initial;
}

#fl-random-reviews-modern .card {
  border-radius: 4px;
  background: #fff;
  padding: 18px 16px 16px 16px;
  height: var(--card-min-h);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#fl-random-reviews-modern .review-text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 9;
}

  #fl-random-reviews-modern .rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

  #fl-random-reviews-modern .rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg,#111827,#0b1220);
  color: #fbbf24;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-size: var(--fs-small);
}

  #fl-random-reviews-modern .stars {
  font-size: var(--fs-stars);
  line-height: 1;
}

  #fl-random-reviews-modern .numeric {
  font-size: var(--fs-badge);
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

  #fl-random-reviews-modern .pull-quote {
  font-size: clamp(22px, 1.2vw + 8px, 30px);
  line-height: 1;
  color: #e5e7eb;
  margin: -4px 0 4px 0;
}

  #fl-random-reviews-modern .review-text {
  color: #0f172a;
  font-size: var(--fs-body);
  line-height: 1.6;
  letter-spacing: .2px;
  margin: 4px 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

  #fl-random-reviews-modern .divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(226,232,240,0), rgba(226,232,240,1), rgba(226,232,240,0));
  margin: 10px 0 8px;
}

  #fl-random-reviews-modern .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

  #fl-random-reviews-modern .foot .verified {
  display:flex;
  align-items:center;
  gap:6px;
  color:#6b7280;
  font-size: var(--fs-small);
}
  #fl-random-reviews-modern .foot .dot {
  width:8px;
  height:8px;
  border-radius:999px;
  background:#34d399;
  display:inline-block;
}
  #fl-random-reviews-modern .foot .tag {
  font-size: var(--fs-badge);
  color:#64748b;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  padding:4px 8px;
  border-radius:4px;
}

@media (min-width: 1800px) {
  #fl-random-reviews-modern .card-shell {
  width: 360px;
}
}

.services_holder {
  position: relative;
  width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 2px;
  z-index: 0;
}

.services_holder22 {
  width: 95%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
}

.service1,
.service2,
.service3,
.service4,
.service5 {
  border-radius: 4px;
  display: inline-block;
  margin: 5px;
  padding: 5px;
  width: 44%;
  height: 260px;
  min-height: 260px;
  position: relative;
  background: #FFF !important;
  overflow: hidden;
  vertical-align: top;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  box-sizing: border-box;
}

.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover,
.service5:hover {
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.STitle {
  width: 100%;
  display: table;
  height: 42px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
}

.SDesc {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 155px;
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #444;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.show-desc .SDesc {
  display: block;
}

.show-desc .SImg {
  display: none;
}
.SImg {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
}

.SClick {
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: 5px;
  background-color: #999999;
  color: #ff000091;
  border-radius: 0px 5px 0px 5px;
  padding: 2px;
  display: none;
}

.service1:hover .STitle,
.service2:hover .STitle,
.service3:hover .STitle,
.service4:hover .STitle,
.service5:hover .STitle {
  color: #D10000;
}

.service1.show-desc .SDesc,
.service2.show-desc .SDesc,
.service3.show-desc .SDesc,
.service4.show-desc .SDesc,
.service5.show-desc .SDesc {
  opacity: 1;
  visibility: visible;
}

.RPListHolder {
  max-width: 95%;
  margin: 0 auto;
}

.RPOHolder {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.40);
  padding: 15px 20px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.RPOImg {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

.RPNo {
  font-size: 17px;
  font-weight: bold;
  color:#5bee5d;
  margin-bottom: 5px;
  text-align: center;
}

.RPTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}

.RPDisc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}

.RPOHolder.active .RPDisc {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}

.RPOHolder:focus,
.RPOHolder:active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.arrow {
  text-align: center;
  font-size: 36px;
  color: #D10000;
  margin-top: -60px;
  margin-bottom: -15px;
  pointer-events: none;
  animation: pulse 1.2s ease-in-out infinite;
}

.arrow:last-of-type {
  display: none;
}

#services_more{
  width:100%;
  padding-top:20px;
}
.right3_button{
  height:48px;
  line-height:48px;
  text-decoration:none;
  width:100%;
  text-align:center;
  margin: 0 auto;
  font-size:20px;
  font-weight:bold;
  color:#000;
}
#services_more a{
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin: 0 auto;
}

#sec4{
  background-color:#f0f0f0;
  width:100%;
  height:400px;
  margin: 0 auto;
  display:table;
  text-align:center;
}
#cert_header{
  padding:20px 0 20px 0;
  font-weight:bold;
  font-size:22px;
  text-align:center;
  width:100%;
}
#cert_foot{
  padding:10px 0 20px 0;
  font-weight:bold;
  font-size:18px;
  text-align:center;
  width:100%;
  color:red;
}
#cert_holder{
  margin: 0 auto;
  text-align:center;
  width:95%;
  display:table;
}
.cert{
  position: relative;
  width:70px;
  height:70px;
  display:inline-block;
}

.lean-slider {
  height:230px;
  overflow:hidden !important;
  position: relative;
  *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
  overflow:hidden !important;
  content: " ";
  display: table;
}
.lean-slider:after {
  clear: both;
  overflow:hidden !important;
}

.lean-slider-slide {
  overflow:hidden !important;
  float: left;
  width: 100%;
  height:230px;
  margin-right: -100%;
  display: none;
}
.lean-slider-slide.current {
  display: block;
  overflow:hidden !important;
}

.slider_info{
  color:#FFF;
  position:absolute;
  display:table;
  width:75%;
  height:80%;
  top:2%;
  left:50px;
}

.slide_header{
  border: px solid green;
  position:relative;
  color:#FFF;
  font-size:20px;
  display:table;
  width:100%;
}
.slide_header > span{
  color:red;
  font-style: italic;
}
.slide_description{
  border: px solid blue;
  position:absolute;
  bottom:0px;
  font-size:15px;
  color:#FFF;
  display:table;
  width:100%;
}

.slider-wrapper {
  position: relative;
  background: #fff url(images/loading.gif) no-repeat 50% 50%;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider {
  overflow: hidden;
}
.lean-slider-slide {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.lean-slider-slide.current {
  opacity: 1;
}
.lean-slider-slide img {
  display: block;
  width: 100%;
}

#slider-direction-nav {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav {
  opacity: 1;
}
#slider-direction-nav a {
  float: left;
  display: block;
  width: 26px;
  height: 37px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
  float: right;
  background-position: 100% 0;
}

#slider-control-nav {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav {
  opacity: 1;
}
#slider-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/bullets.png) no-repeat 0 0;
  text-indent: -9999px;
  margin: 0 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#slider-control-nav a.active {
  background-position: 100% 0;
}
#towme{
  display: none;
}
}



 





@media all and (max-width: 390px) {
  #sec2 .service1,
  #sec2 .service2,
  #sec2 .service3,
  #sec2 .service4,
  #sec2 .service5 {
  width: 94%;
  height: 285px;
  min-height: 285px;
}
}
