/*
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: 9;}
.page-header {
   
    background: #0f141e!important;
}
.two-forms{height: 450px;    margin-top: -30px;
    background: #000000d1;}
.leaveyourkeys{background: #ffcc01;
    padding: 25px 20px;}
.leaveyourkeys_text_top{text-align: center;
    font-size: 30px;
    color: #0068eb;}
.leaveyourkeys_text{font-size: 15px;color: #00306d;}
#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: #0068eb;
    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: #0068eb;
    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;
}
#footersocial{display:none}
#footer-widgets{display:none}
#panel-gb15-60ca7866ca9a6-0 , #panel-gb15-60ca7866ca9a6-0-2-0{margin-bottom:0!important}
.serviceBox{
    padding: 70px 15px 0px;
    margin: 50px 0 110px;
    background: #0068eb;
    text-align: center;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100px;
    background: #0068eb;
    position: absolute;
    bottom: -100px;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.serviceBox:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{ width: 100%; }
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #ffcc01;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #0068eb;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateX(360deg); }
.serviceBox .title{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}
.fourth {
  border-color: #ffcc01;
    color: #0068eb;
    background-image: -webkit-linear-gradient(45deg, #ffcc01 50%, transparent 50%);
    background-image: linear-gradient(45deg, #ffcc01 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;
}
.otherservicesBox{
text-align: center;
	-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);
padding: 0 20px;
}
.otherservices-content{position: relative;
    top: -26px;}
.otherservicesBox .otherservices-icon{
width: 84px;
height: 84px;
line-height: 84px;
margin: 0 auto 30px;
font-size: 34px;
color: #0068eb;
	background:white;
	position: relative;
    top: -26px;
z-index: 1;
transition: all 0.5s ease 0s;
}
.otherservicesBox:hover .otherservices-icon{
color: #ffcc01;
}
.otherservicesBox .otherservices-icon:before{
content: "";
width: 100%;
height: 100%;
border: 1px solid #0068eb;
	background: #ffcc01;
border-radius: 0 30px 30px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.5s ease 0s;
}
.otherservicesBox:hover .otherservices-icon:before{
border-radius: 0 40px 40px 40px;
background: #0068eb;
transform: rotate(45deg);
}
.otherservicesBox .othertitle{
font-size: 19px;
font-weight: 500;
color: #0068eb;
margin-bottom: 10px;
transition: all 0.5s ease 0s;
}
.otherservicesBox:hover .othertitle{
color: #0068eb;
}
.otherservicesBox .otherdescription{
font-size: 13px;
color: #828484;
line-height: 27px;
}
@media only screen and (max-width: 990px){
.otherservicesBox{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .serviceBox{ margin: 50px 0 90px; }
}
@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: 0px;
    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;
}
.serviceBox.:hover btn, .serviceBox:focus .btn {
  color: #fff;
  outline: 0;
}

.serviceBox:hover .fourth {
  background-position: 0;
  color: #0068eb;
}
.threeserviceBox{
padding: 11px 25px;
border-radius: 5px;
overflow: hidden;
z-index: 1;
position: relative;
	background: #f7d964;
}
.threeserviceBox p{color:black}
.threeserviceBox:hover p{color:white}
.threeserviceBox:before{
content: "";
width: 100%;
height: 100%;
border-radius: 5px;
background: #0068eb;
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: #043f8a;
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: 19px;
font-weight: 700;
text-transform: capitalize;
margin-right: 10px;
	transition: all 0.5s ease 0s;
margin-bottom: 0;
color: black;
}
.threeserviceBox:hover .threetitle{
display: inline-block;

color: white;
}
.threeserviceBox .threedescription{
font-size: 15px;
color: black;
line-height: 25px;
transition: all 0.5s ease 0s;
margin-bottom:0;
}
.threeserviceBox:hover .threeservice-icon,
.threeserviceBox:hover .threedescription{ color: #fff; }
.fadescroll img {
    margin-bottom: 10px;
    margin-left: 5px;
}
@media only screen and (max-width: 414px){
#footersocial img {
    margin-right: 7px;
}}
.our-about-section {
	background:#222222 url(http://simivalleyvaletparking.com/wp-content/uploads/2021/06/about-us-bg-repeat.png);
    background-repeat: repeat-x!important;
    background-position: bottom!important;
}

.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){

	#menuin{top:5px!important;right:9%!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;}
}
@media only screen and (max-width:414px){}