/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.page-header-title{display:none}
a{text-decoration:none!important;}
.detroit-topbar a{    padding: 0px 50px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 16px;}
.detroit-topbar a:hover{color: #ffffffbf;}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-600%);
  }
  100% {
    transform: translateX(0);
  }
}
.banner-car{position: absolute;
    top: -235px;

    left: 0;
    right: 0;}
.banner-form{position: absolute;
        top: -560px;

    left: 0;
    right: 0;z-index: 999;}
.page-header {
   
    background: #0f141e!important;
}
.two-forms{height: 450px;    margin-top: -30px;
    background: #000000d1;}
.leaveyourkeys{background: #222732;
    padding: 25px 20px;}
.leaveyourkeys_text_top{text-align: center;
    font-size: 30px;
    color: #ff4605;}
.leaveyourkeys_text{font-size: 15px;color: white;}
.serviceBox{
padding:0 30px;
background: #ffffff;
color: #333;
overflow: hidden;
position: relative;
transition: all 0.3s ease-in-out 0s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);

}
.serviceBox:hover{
background: #222732;
color: #fff;
}
.serviceBox:after{
content: "";
display: block;
border-top: 500px solid #fff;
border-left: 500px solid transparent;
margin-top: -55%;
margin-left: 100%;
opacity: 0;
position: absolute;
transform: scale(2);
transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover:after{
margin-left: 0;
opacity: 0.1;
}
.serviceBox .service-icon{
font-size: 50px;
color: #ff4605;
text-align:center;
transition:all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-icon{
color: #fff;
}
.serviceBox .title{
font-size: 16px;
font-weight: 700;
text-align: center;
margin: 0 0 12px 0;
text-transform: capitalize;
}
.serviceBox:hover .title {
color:#ff4605;
}
.serviceBox .description{
font-size: 15px;
color: #a3a3a3;
line-height: 25px;
margin: 0;
transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .description{
color: #fff;
}
@media only screen and (max-width: 990px){
.serviceBox{ margin-bottom: 15px; }
}
.otherservicesBox{
padding-left: 30px;
position: relative;
}
.otherservicesBox:before{
content: "";
width: 60px;
height: 60px;
background: #ff4605;
position: absolute;
top: 20px;
left: 5px;
z-index: 1;
}
.otherservicesBox .otherservices-icon{
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #ff4605;
font-size: 30px;
color: #fff;
position: absolute;
top: 15px;
left: 0;
z-index: 1;
}
.otherservicesBox .otherservices-content{
padding: 30px;
border-width: 1px;
border-style: solid;
border-color: #d5d5d5 #d5d5d5 #3f4147;
position: relative;
transition: all 0.4s ease-in-out 0s;
}
.otherservicesBox:hover .otherservices-content{
background: #3f4147;
border-color: #3f4147;
}
.otherservicesBox .othertitle{
font-size: 18px;
font-weight: 600;
color: #333;
padding-left: 30px;
margin-bottom: 35px;
text-transform: capitalize;
transition: all 0.4s ease-in-out 0s;
}
.otherservicesBox:hover .othertitle{
color: #fff;
}
.otherservicesBox .otherdescription{
font-size: 14px;
color: #000;
margin: 0;
}
.otherservicesBox:hover .otherdescription{
color: #fff;
}
.otherservicesBox .otherread-more{
display: inline-block;
width: 32px;
height: 30px;
line-height: 30px;
background: #3f4147;
font-size: 20px;
font-weight: 900;
color: #fff;
position: absolute;
bottom: 0;
right: -1px;
text-align: center;
transition: all 0.4s ease-in-out 0s;
}
.otherservicesBox:hover .otherread-more{background: #ff4605;}
@media only screen and (max-width:990px){
.otherservicesBox{ margin-bottom: 50px; }
}
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.fourth {
  border-color: #ff4605;
  color: #ff4605;
  background-image: -webkit-linear-gradient(45deg, #ff4605 50%, transparent 50%);
  background-image: linear-gradient(45deg, #ff4605 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  margin: 20px auto;position: absolute;
    bottom: 0px;
}
.serviceBox.:hover btn, .serviceBox:focus .btn {
  color: #fff;
  outline: 0;
}

.serviceBox:hover .fourth {
  background-position: 0;
  color: #fff;
}
.threeserviceBox{
padding: 5px 25px;
border-radius: 5px;
overflow: hidden;
z-index: 1;
position: relative;
}
.threeserviceBox p{color:white}
.threeserviceBox:before{
content: "";
width: 100%;
height: 100%;
border-radius: 5px;
background: #1e2127;
position: absolute;
top: 0;
left: -100%;
z-index: -1;
transition: all 0.5s ease 0s;
}
.threeserviceBox:hover:before{ left: 0; }
.threeserviceBox:after{
content: "";
width: 7px;
height: 0;
border-radius: 5px;
background: #ff4605;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s ease 0s;
}
.threeserviceBox:hover:after{ height: 100%; }
.threeserviceBox .threeservice-icon{
color: #094d92;
margin-bottom: 10px;
transition: all 0.5s ease 0s;
}
.threeserviceBox .threeservice-icon i{ font-size: 30px; }
.threeserviceBox .threetitle{
display: inline-block;
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
margin-right: 10px;
margin-bottom: 0;
color: white;
}
.threeserviceBox .threedescription{
font-size: 15px;
color: #fff;
line-height: 25px;
transition: all 0.5s ease 0s;
margin-bottom:0;
}
.threeserviceBox:hover .threeservice-icon,
.threeserviceBox:hover .threedescription{ color: #fff; }
#footer-bottom.no-footer-nav #copyright {
   
    color: white;
    font-size: 17px;
}
.background-image-page-header-overlay {display:none}
.tab table th, .tab table td {
    padding: 10px;
    text-align: left;
    color: white;
    vertical-align: top;
    border-bottom: none;
}
.section_title {
    width: 70%;
    background-color: #ff4605;
    padding: 5px 5px 5px 20px;
    float: left;
    color: #ffffff;
    margin: 10px 0 10px -10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	    line-height: 1.1;
}
.get_quote_title_2 {
    background-color: #ff4605;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
	height: 35px;
    font-size: 15px;
    color: #fff;
    word-spacing: 2px;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    float: left;
    position: relative;
    z-index: 9;
	
}
.quote_title_inner_2 {
    width: 95%;
    float: left;
    height: 35px;
    padding-top: 3px;
	    font-weight: 700;
}
#footer-widgets , #footersocial{display:none}
#panel-gb15-60ca7866ca9a6-0 , #panel-gb15-60ca7866ca9a6-0-2-0{margin-bottom:0!important}
@media only screen and (max-width:990px){
.threeserviceBox{ margin-bottom: 30px; }
}
@media screen and (min-width: 0px) and (max-width: 780px){
	#footer-widgets , #footersocial{display:flex;}
	#footer-widgets {height:165px}
	.footer-widgets-inner{max-width:100%!important}
	#top-bar{padding:0!important}
.mobile-footer{display: block;
    background-color: #222;
    padding: 30px;
    margin: 0;
    color: white;text-align:center}
#mobilQUOTE {
    display: block;
}
.quote-cont{ display: none;}
.has-transparent-header .page-header {
    padding: 78px 0 36px 0;
}
.detroit-topbar a {
    padding: 5px 23px;
}
.hide-m , #right-sidebar {display:none!important;}
#site-header.transparent-header {
    background: #222732!important;
}
#site-header-inner {
    display: block;
}
.tg-one-third {
    float: left;
    margin: 10px;
    width: 100%;
color:white;
}
.banner-car {
    position: relative;
    top: -31px;
    left: 0;
    right: 0;
background:#222732
}
.banner-form {
    position: relative;
    top: 73px;
    left: 0;
    right: 0;
background:#222732
}
#pg-gb15-60c3d85b6ab2a-0.panel-grid.panel-has-style{margin-bottom:0px!important}
.so-widget-sow-image-default-17bc2272b535-15{position: relative!important;top: 56px!important;}
#main #content-wrap {
padding-top: 0px!important}
			.get_quote_title_2 {
    font-size: 14px;
	
}
	.quote_title_inner_2 {font-weight:normal}
}
.fadescroll {
    position: fixed;
    margin-top: 100px;
	    top: 0;
    right: 0;
    width: 40px;
    height: auto;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #111;
    border-radius: 10px;
    margin-right: 7px;
}
.fadescroll img {
    margin-bottom: 10px;
    margin-left: 5px;
}
@media only screen and (max-width: 414px){
#footersocial img {
    margin-right: 7px;
}}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
margin-top: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 65.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 48%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 32.33333333%;
  }
  .col-sm-3 {
    width: 24%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 1.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.hide-tab{display:none!important;}
#menuin{top:5px!important;right:9%!important}
.banner-car {position: absolute;top: -163px!important;}
.banner-car img{width: 334px!important;}
.section_title {margin: 10px 0!important;}
.otherservicesBox .otherservices-content {height:241px!important;}
.serviceBox{height: 346px!important;}
}
@media screen and (min-width: 415px) and (max-width: 768px){
	.page-header {
   display :none!important;
}
	.serviceBox {
    padding: 0 19px!important;
		margin-top: 64px!important;height: 398px!important;}
.banner-form{padding-top:30px!important;padding-bottom:30px!important;}
.banner-car {
position: absolute;
top: -163px;}
	.otherservicesBox .otherservices-content {
		height: 316px!important;}
}
@media only screen and (max-width:414px){}
#sticky.visible {
  width: 100%;
  position: fixed;
	top:-120px;	z-index:9999;transition: top 0.3s; 
}
#sticky.visible #site-header.transparent-header{background-color:#ff4605!important;-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);-webkit-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);}
#sticky.visible #site-logo{background-color: #0f141e;}
#site-navigation-wrap .dropdown-menu >li >a:hover{color:#0f141e!important;}
.getFreeQuote{display:none!important;opacity: 0;
  transition: visibility 0s, opacity 0.7s linear;cursor:pointer}
#sticky.visible .getFreeQuote{display:block!important;color:#ff4605;background:#fff;position: absolute;top: 63px;right: 6%;padding: 5px;visibility: visible;
  opacity: 1;}
#top-bar-wrap {
   
    z-index: 9999999;
}
@media only screen and (max-width:414px){
	.getFreeQuote{display:block!important;color:#ff4605!important;background:#fff;position: absolute;padding: 5px!important;}
	#sticky.visible .getFreeQuote{display:block!important;color:#ff4605!important;background:#fff;position: absolute;padding: 5px!important;top: 0px;width: 137px;text-align: center;right: 0%;}
.getFreeQuote{    top: 0px;width: 137px;text-align: center;right: 0%;}}