/*
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: -362px;
    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: #0b0b03;
    padding: 25px 20px;}
.leaveyourkeys_text_top{text-align: center;
    font-size: 30px;
    color: #529000;}
.leaveyourkeys_text{font-size: 15px;color: white;}
.serviceBox{
color: #666;
background: linear-gradient(to right,#529000d9 49%,#529000 50%);
font-family: 'Raleway', sans-serif;
text-align: center;
padding: 2px 10px 12px;
border-radius: 150px 0 50px 50px;
transition: all 0.3s ease 0s;
}
.serviceBox .service-content{
    background: linear-gradient(to top left, #fff,#fff,rgb(226 226 226));
padding: 20px 13px;
border-radius: 0 130px 50px 50px;
box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.serviceBox .service-icon{
color: #529000;
font-size: 50px;
margin: 0 0 10px 0;
}
.serviceBox:hover .service-icon i{
color: #1d1000;
transform: rotateY(360deg);
transition: all 0.3s;
}
.serviceBox .title{
color: #1d1000;
font-size: 20px;
font-weight: 600;
margin: 0 0 10px;
}
.serviceBox .description{
font-size: 15px;
line-height: 25px;
}
.serviceBox.green{ background: linear-gradient(to right,#01acb3 49%,#007687 50%); }
.serviceBox.green .service-icon{ color: #01acb3; }
.serviceBox.green:hover .service-icon i,
.serviceBox.green .title{
color: #007687;
}
.serviceBox.purple{ background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }
.serviceBox.purple .service-icon{ color: #ae3de2; }
.serviceBox.purple:hover .service-icon i,
.serviceBox.purple .title{
color: #8622d5;
}
.serviceBox.blue{ background: linear-gradient(to right, #02aff1 49%,#0179e9 50%); }
.serviceBox.blue .service-icon{ color: #02aff1; }
.serviceBox.blue:hover .service-icon i,
.serviceBox.blue .title{
color: #0179e9;
}
@media only screen and (max-width:990px){
.serviceBox{ margin: 0 0 30px; }
}
.otherservicesBox{
padding: 20px 20px 20px 60px;
margin-left: 40px;
position: relative;
transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	min-height: 180px;
}
.otherservicesBox:hover{ background: #1d1000;;-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;color:white }
.otherservicesBox .otherservices-icon{
width: 60px;
height: 60px;
line-height: 60px;
background: #529000;
    font-size: 30px;
    color: #ffffff;
text-align: center;
margin: auto 0;
position: absolute;
top: 0;
left: -30px;
bottom: 0;
transform: rotate(0deg);
transition: all 0.3s ease 0s;
}
.otherservicesBox:hover .otherservices-icon{
color: #fff;
background: #529000;
	transform: rotate(45deg);
}

.otherservicesBox .otherservices-icon:after{
content: "";
width: 63px;
height: 63px;
border: 1px solid #e3e3e3;
position: absolute;
top: -4px;
left: -4px;
transition: all 0.3s ease 0s;
}
.otherservicesBox:hover .otherservices-icon:after{ top: 1px; }
.otherservicesBox .othertitle{
font-size: 18px;
color: #676666;
text-transform: uppercase;
margin: 0 0 15px 0;
}
.otherservicesBox:hover .othertitle{
	color: #fff;}
.otherservicesBox .otherdescription{
font-size: 14px;
color: #676666;
line-height: 25px;
margin-bottom: 0;
position: relative;
transition: all 0.3s ease 0s;
}
.otherservicesBox:hover .otherdescription{
	color: #fff;}
@media only screen and (max-width:990px){
.otherservicesBox{ margin-bottom: 30px; }
}
.otherservices-icon:before{transform: rotate(0deg);}
.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: #1d1000;
  color: #1d1000;
  background-image: -webkit-linear-gradient(45deg, #1d1000 50%, transparent 50%);
  background-image: linear-gradient(45deg, #1d1000 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;
}
.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;
	background: #00000061;
position: relative;
}
.threeserviceBox p{color:white}
.threeserviceBox:before{
content: "";
width: 100%;
height: 100%;
border-radius: 5px;
background: #2b1800;
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: 100%;
border-radius: 5px;
background: #529000;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s ease 0s;
}
.threeserviceBox .threeservice-icon{
color: #094d92;
margin-bottom: 10px;
transition: all 0.5s ease 0s;
}
.threeserviceBox .threeservice-icon i{font-size: 23px;
    background: #529000;
    padding: 10px;
    border-radius: 25px;}
.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: #529000;
    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: #529000;
    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}
@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-car img{position: relative;
    top: 67px;}
.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: 24%;
  }
  .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;}
.otherservicesBox {
padding: 15px 15px 15px 44px!important;}
#menuin{top:5px!important;right:9%!important}
.serviceBox .title {
font-size: 15px!important;}
}
@media screen and (min-width: 415px) and (max-width: 768px){
.page-header {display: none!important;}
.banner-form{padding-top:30px!important;padding-bottom:30px!important;}
.serviceBox {
padding: 70px 7px 0px!important;}
}
@media only screen and (max-width:414px){}