/*
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;}
.background-image-page-header-overlay {
display:none;
}
.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);
  }
}
.page-header {
 
background-position: center center !important;
	background-size:cover!important;
}
.banner-form{position: absolute;
top: -560px;

left: 0;
right: 0;}

.two-forms{height: 450px;  margin-top: -30px;
background: #0000007d;}
.leaveyourkeys{background: #22273247;color: #ffffff;
padding: 25px 20px;}
.leaveyourkeys_text_top{text-align: center;
font-size: 30px;
color: #ffffff;}
.leaveyourkeys_text{
color: #ffffff;}
.serviceBox{
border: 1px solid #02056c;
text-align: center;
padding: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.5s ease 0s;
}
.serviceBox:before,
.serviceBox:after{
content: "";
width: 200%;
height: 200%;
background: #02056c;
position: absolute;
top: 160px;
left: 0;
z-index: -1;
transform: rotate(-18deg);
transition: all 0.5s ease 0s;
}
.serviceBox:before{
background: #4e4e4e;
left: -120%;
transform: rotate(24deg);
}
.serviceBox:hover:before{
transform: rotate(16deg);
}
.serviceBox:hover:after{
background: #02056c;
transform: rotate(-10deg);
}
.serviceBox .service-icon{
font-size: 60px;
color: #02056c;
line-height: 100px;
margin-bottom: 30px;
	margin-top: 30px;
}
.serviceBox:hover .service-icon{
color: #ff0404;}
.serviceBox .service-content{
color: #fff;
line-height: 25px;
padding: 70px 14px 0px;
}
.serviceBox .title{
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
color:white;
}
.serviceBox .description{
font-size: 14px;
color:white;
}
.serviceBox .read{
display: block;
width: 100%;
background: #fff;
font-size: 15px;
font-weight: 600;
color: #02056c;
padding: 10px;
border-left: 1px solid #02056c;
border-right: 1px solid #02056c;
}
.serviceBox:hover .read{
border-color: #02056c;
color: #02056c;
}
@media only screen and (max-width: 990px){
.serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
.serviceBox:before,
.serviceBox:after{
top: 80px;
}
}
@media only screen and (max-width: 480px){
.serviceBox:before,
.serviceBox:after{
top: 140px;
}
}
.otherservicesBox{padding:20px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);transition:all 300ms ease-in-out 0s;}
.otherservicesBox .otherservices-icon{
border-bottom: 1px solid #d5d7d9;
display: inline-block;
width: 100%;
overflow-y: hidden;
position: relative;
}
.otherservicesBox .otherservices-icon > span{
width: 75px;
height:75px;
background: #03056c;
border-radius: 5px;
display: block;
text-align: center;
transform: rotate(60deg);
position: relative;
left:22px;
top:12px;
transition:all 300ms ease-in-out 0s;
}
.otherservicesBox:hover .otherservices-icon > span{
background: #ff0404;
}
.otherservicesBox .otherservices-icon > span i{
font-size: 30px;
color:#fff;
transform: rotate(-60deg);
line-height: 72px;
}
.otherservicesBox .otherservices-content h5{
color:#26282b;
text-transform: uppercase;
font-size: 15px;
margin-bottom: 20px;
}
.otherservicesBox .otherservices-content p{
color:#212121;
line-height: 25px;
}
.otherservicesBox:hover{background:#03066d;
}
.otherservicesBox:hover h5{color:#fff;}
.otherservicesBox:hover p{color:#fff;}
@media screen and (max-width: 990px){
.otherservicesBox{
margin-bottom: 25px;
}
}
.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: #ff0404;
  color: #ff0404;
  background-image: -webkit-linear-gradient(45deg, #ff0404 50%, transparent 50%);
  background-image: linear-gradient(45deg, #ff0404 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;
    left: 22px;
}
.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:before{
content: "";
width: 100%;
height: 100%;
border-radius: 5px;
background: #050750;
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: #ff0404;
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:hover .threetitle{
	color: #ff0404;
}
.threeserviceBox .threedescription{
font-size: 15px;
color: #777;
line-height: 25px;
transition: all 0.5s ease 0s;
margin-bottom:0;
	color:#fff
}
.threeserviceBox p{color:white}
.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: #ff0404;
    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; }
}
.only-mobile{display:none!important}
@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}
	.only-mobile{display:block!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: #040539!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: 0;
left: 0;
right: 0;
background: #070a6f;
}
#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}
	.page-header {
   
    background: #070a6f!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%;
  }
}
.serviceBox {
	height: 419px;}
.fourth {left: 29%;}
@media screen and (min-width: 768px) and (max-width: 1024px){
#menuin{top:5px!important;right:9%!important}
.fourth {left: 53px!important;}
.serviceBox {height: 474px!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 {height: 525px!important;}
	.fourth {left: 22px!important;}
}
@media only screen and (max-width:414px){.serviceBox {height: 420px!important;}.fourth {left: 103px!important}}
