body{margin:0px; padding:0px; font-family: 'HelveticaLTStd-Roman';}

/*----------montserratregular-----------*/

@font-face {
    font-family: 'montserratregular';
    src: url('../../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('../../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*----------montserratregular-----------*/

/*----------HelveticaLTStd-Bold-----------*/
@font-face {
  font-family: 'HelveticaLTStd-Bold';
  src: url('../../fonts/HelveticaLTStd-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLTStd-Bold';
  src:  url('../../fonts/HelveticaLTStd-Bold.otf')  format('opentype'),
	     url(data:application/x-font-woff;charset=utf-8;base64;) format('woff'), url('../../fonts/HelveticaLTStd-Bold.ttf')  format('truetype'), url('HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*----------HelveticaLTStd-Bold-----------*/

/*----------HelveticaLTStd-Roman-----------*/
@font-face {
  font-family: 'HelveticaLTStd-Roman';
  src: url('../../fonts/HelveticaLTStd-Roman.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaLTStd-Roman';
  src:  url('../../fonts/HelveticaLTStd-Roman.otf')  format('opentype'),
	     url(data:application/x-font-woff;charset=utf-8;base64;) format('woff'), url('../../fonts/HelveticaLTStd-Roman.ttf')  format('truetype'), url('HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*----------HelveticaLTStd-Roman-----------*/



input { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none ;
  outline: none;
  font-size: 14px;
  font-weight: 600; 
}
select focus, input focus { 
	outline: none; 
}
.col-1, 
.col-2, 
.col-3, 
.col-4, 
.col-5, 
.col-6,
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12 { 
	position:relative;   
	min-height: 1px;   
	float: left; 
 } 
.col-1 {     
	float: left;
	width: 8.333333%;   
 }   
.col-2 {     
	float: left;     
	width: 16.666667%;   
 }
.col-3 {     
	float: left;     
	width: 25%;   
 }   
.col-4 {     
	float: left;
	width: 33.333333%;   
 }   
.col-5 {    
    float: left;     
	width: 41.666667%;
 }   
.col-6 {     
	float: left;     
	width: 50%;   
 }   
.col-7 {     
	float:left;     
	width: 58.333333%;   
 }   
.col-8 {     
	float: left;    
	width:66.666667%;  
 }   
 .col-9 {     
	float: left;     
	width: 75%;   
 }   
 .col-10{    
	float: left;    
	width: 83.333333%;  
 }   
 .col-11 {     
	float: left;
	width: 91.666667%;  
 }   
 .col-12 {     
	float: left;    
	width: 100%;   
 }

.m-wrapper {
 	display: block;
 }
 .container {
 	display: block;
 	width: 970px;
 	margin: 0 auto;
 }

 .clr {
 	clear: both;
 	height: 0px;
 	line-height: 0px;
 }

/*-------start here--------*/



.m-header {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 999;
	padding: 10px 0px;
	transition: all 0.9s;
}

.on {
	background-color: #000 !important;
	padding:5px 0 8px 0;
}

.on .m-menu { 
	padding: 0px 0px;
	margin-top: 1px !important;
}
.m-header .m-menu {
	display: block;
	list-style: none;
	text-align: right;
	margin: 0px;
}
.m-header .m-menu li {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	padding-left: 30px;
}
.m-header .m-menu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-family: 'HelveticaLTStd-Bold';
	text-transform:uppercase;
	
}
.m-header .m-menu li a:hover, .m-header .m-menu li.active a {
	color: #e04627;
}
.m-header .m-menu li .mobiicon { 
	position: relative;
	top: 4px;
    right: 5px;
 }
.m-header .m-menu li a.btnn {
 	text-align: center;
 	border-radius: 3px;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-o-border-radius: 3px;
 	padding: 10px 20px;
	background:#e04627;
	color:#fff;
	font-size:10px;
	font-family: 'HelveticaLTStd-Roman';
}
 .m-header .m-menu li a.btnn:hover {
 	
  }

 /*-----------Banner css-----------*/
.m-logo {
	margin-top:2px;
	display:block;
}
.m-banner {
	display: block;
	min-height: 550px;
	max-height: 550px;
	background: url(../../img/monthlyrental/rental-banner.png) no-repeat center top;
	background-size: cover;
	padding: 105px 0 0 0;
}
.m-banner .banner_content {
	display: block;
	padding-top:100px;
}
h1 {
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.9px;
	font-family: 'montserratbold';
 }
 h1 span { 
	display:block;
	}
 .m-banner .banner_content .presents {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-style: italic;
 }

  .m-banner .banner_content p.smallText {
 	font-size: 17px;
 	color: #fff;
 	line-height: 26px;
	font-family: 'HelveticaLTStd-Roman';
	margin:0px;
	padding:5px 0 20px 0px;
 }
  .m-banner .banner_content a.knowmorebtn {
  	display: inline-block;
 	font-size: 14px;
 	color: #fff;
 	text-align: center;
 	border-radius: 3px;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-o-border-radius: 3px;
 	padding: 15px 30px;
 	text-decoration: none;
	background:#e04627;
	text-transform:uppercase;
	font-family: 'HelveticaLTStd-Bold';
 }
 .m-banner .banner_content a.knowmorebtn:hover {
 	color: #fff;
	background:#d03d20;
 }

 /*-----------form css-----------*/

 .m-form {
 	display: block;
 	background: #fff;
 	min-height: 300px;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	-o-border-radius: 5px;
 	padding: 20px;
 }
 .formHdn {
 	font-size: 18px;
 	color: #1c1c1c;
 	text-align: center;
 	display: block;
 	padding-bottom: 20px;
 }

 label {
 	font-size: 13px;
 	color: #7f7f7f;
 	display: inline-block;
 	padding-bottom: 5px;
 }
 .form-control {
 	display: block;
    padding: 4px 10px;
    height: 26px;
    width: 92%;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
}
select.form-control {
 
    height: 36px;
    width: 100%;
	padding-left: 5px;
    font-weight: bold;
    outline: 0;
}
 
 .form-group {
    margin-bottom: 10px;
}
.corBtn {
    background-color: #e04627;
    border:1px solid #d03d20;
    height: 36px;
    width: 100%;
}
.corBtn:hover {
	background: #d03d20;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    text-transform: uppercase;
    outline: 0;
	color:#fff;	
	font-family: 'HelveticaLTStd-Bold';
	letter-spacing:0.5px;

}
.corBtn2 {
    background-color: #ffd229;
    border:1px solid #ebc121;
    padding: 10px 20px;
    border-radius: 30px;
    color: #252525;
    text-decoration: none;
    font-family:'AvenirNextLTPro-Bold';
}
.corBtn2:hover {
	background: #ebc121;
}

.btnBox {
	margin-top: 20px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7f7f7f;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7f7f7f;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7f7f7f;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7f7f7f;
  font-weight: 400;
}




/* Style the tab */
.m-carModal .m-tab {
    display:block;
	width:100%; 
	border-bottom:1px solid #ccc;	
}

.m-carModal .m-tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
	height:40px;
	border-bottom:3px solid #fff;
	font-size:20px;
	color:#515151;
	font-family: 'HelveticaLTStd-Roman';
	padding: 0 20px;
}

.m-carModal .m-tab button.active {
    color: #e04627;
	border-bottom:3px solid #e04627;
}
.m-carModal .tabcontent {
    display: none;
    padding: 10px 0px;
}
.m-carModal {
	padding:80px 0px 0px 0px;; 
}
.m-carModal  h2 {
	font-size:25px;
	color:#070705;
	text-transform:uppercase;
	margin:0px; 
	padding:0px 0 40px 0;
	font-family: 'montserratregular';
 }

 

.callmeBtn {
	width:200px;
	display:block;
	font-size:13px;
	font-family: 'HelveticaLTStd-Bold';
	text-transform:uppercase;
	text-align:center;
	background:#e04627;
	padding:14px 30px;
	border:0px;
	margin:30px auto 30px auto;
	color:#fff;
	outline:0px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}
.callUs {
	background:#ebebeb;
	padding:40px 0;
}
.callUs .callBox {
	display:block;
	text-align:right;
}
.callUs .callBox .callmeBtn {
	width:auto;
	margin:0px;
	float:right;
}
.callUs .callusText {
	margin:0px;
	padding:0px;
	font-size:21px;
	color:#070705;
	font-family: 'HelveticaLTStd-Roman';
	line-height: 30px;
}
.callUs .callusText span {
	font-size:24px;
	font-family: 'HelveticaLTStd-Bold';
}
.callmeBtn:hover {
 	color: #fff;
	background:#d03d20;
 }

footer { display: block; background: #242424; }
.m-footer { padding: 50px 0px; }
.m-footer .fb { fill: #878787; fill-rule: evenodd; }
.m-footer .tw { fill: #878787;  fill-rule: evenodd;}  
.m-footer .insta{fill: #878787;fill-rule: evenodd; }
.m-footer .blog { fill: #878787; fill-rule: evenodd; }
.m-footer .m-social-icon { display: block; margin: 0px 0 30px 0; padding: 0px; list-style: none; }
.m-footer .m-social-icon li { display: inline-block; }
.m-footer .m-social-icon li a { display:block; padding-right: 25px; }
.m-footer .m-social-icon li svg:hover { fill: #000; }
.m-footer .m-bottom-logo { display: block; margin-bottom: 40px; }           
.m-footer .app { display: inline-block; margin-right: 10px; }
.m-footer .m-footer-link { display: inline-block; list-style: none;margin: 0px; padding: 0 20% 0 0; text-align: left;  }
.m-footer .m-footer-link li { display: block; }
.m-footer .m-footer-link li a { font-size: 12px; color: #878787; font-weight: 400; text-decoration: none; line-height: 32px; }
.m-footer .hdn, .m-footer .hdn2  { font-size: 14px; color: #fff; font-weight: 400; margin: 0 0 15px 0; padding: 0px; }
.m-footer .hdn span, .m-footer .hdn2 span { display: none; width: 10px; }
.m-footer .m-footer-link li a:hover { color: #e04627; }
.mc-copyright { display: block; text-align: center; background: #181818; font-size: 10px; color: #373737; padding: 12px 0px; font-weight: 400; }

.desktopMenuNone { display: none!important; }
footer { display: block; background: #242424; }
.mc-footer { padding: 50px 0px; }
.mc-footer .fb { fill: #878787; fill-rule: evenodd; }
.mc-footer .fb:hover {fill: #e04627;}
.mc-footer .tw { fill: #878787;  fill-rule: evenodd;}  
.mc-footer .tw:hover {fill: #e04627;}
.mc-footer .insta{fill: #878787;fill-rule: evenodd; }
.mc-footer .insta:hover {fill: #e04627;}
.mc-footer .blog { fill: #878787; fill-rule: evenodd; }
.mc-footer .blog:hover {fill: #e04627;}
.mc-footer .mc-social-icon { display: block; margin: 0px 0 30px 0; padding: 0px; list-style: none; }
.mc-footer .mc-social-icon li { display: inline-block; }
.mc-footer .mc-social-icon li a { display:block; padding-right: 25px; }
.mc-footer .mc-social-icon li svg:hover { fill: #000; }
.mc-footer .mc-bottom-logo { display: block; margin-bottom: 40px; }           
.mc-footer .app { display: inline-block; margin-right: 10px;  }
.mc-footer .mc-footer-link { display: inline-block; list-style: none;margin: 0px; padding: 0 0 0 40px; text-align: left;  }
.mc-footer .mc-footer-link li { display: block; }
.mc-footer .mc-footer-link li a { font-size: 12px; color: #878787; font-weight: 400; text-decoration: none; line-height: 32px; }
.mc-footer .hdn, .mc-footer .hdn2  { font-size: 14px; color: #fff; font-weight: 400; margin: 0 0 15px 0; padding: 0px 0 0 40px; }
.mc-footer .hdn span, .mc-footer .hdn2 span { display: none; width: 10px; }
.mc-footer .mc-footer-link li a:hover { color: #e04627; }
.mc-copyright { display: block; text-align: center; background: #181818; font-size: 10px; color: #373737; padding: 12px 0px; font-weight: 400; }
 
.m-header.navbar-fixed-top.innerHdr {
	background:#242424;	
}
.m-faq {
	min-height:300px;
	margin-top:100px;
	margin-bottom:20px;
} 
 .ht15 {
	 height:12px;
 }
.m-faq .accordion {
    border:1px solid #e3e3e3;
	background:none;
    color: #333;
    cursor: pointer;
    padding: 12px 12px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	
}
.m-faq button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.m-faq button.accordion.active:after {
    content: "\2212";
}

.m-faq .active, .accordion:hover {
    background-color: #f2f2f2; 
}

.m-faq .panel {
    padding: 18px 18px 12px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
	transition: max-height 0.2s ease-out;
	max-height: 0;
	border:1px solid #e3e3e3;
	border-top:0px;
}
.m-faq .panel p {
	font-size: 14px;
    color: #575757;
    line-height: 20px;
	margin:0px;
	padding-bottom:10px;
}

.m-faq .panel ul.conList {
	margin:0px;
	padding:0px 0 0 18px;
	list-style:disc;
}
.m-faq .panel ul.conList li {
	font-size: 13px;
    color: #575757;
    line-height: 20px;
}

#loaderImg {
	position:absolute;
	top:45%;
	left:0; right:0;
	width: 33px;
    margin: 0 auto;
	display:none;
}
.success {
	color:green;
	font-size:12px;
}
.error {
	color:red;
	font-size:12px;
}

@media screen and (max-width: 767px){
	.desktopMenuNone { display: block!important; }
	.m-faq {
		padding:0 20px;
	}
	.m-footer .hdn2 {
		padding-top:30px;
	}
.hdn.hide {
	display:none;
}
.google-app {
	margin-bottom:30px;
}	
.m-footer .m-social-icon {
   margin: 20px 0 20px 0;
}
.m-footer {
   padding: 50px 20px;
}
.owl-theme .owl-nav .owl-next {
	 right: -7px !important;
}
.owl-theme .owl-nav .owl-prev {
	 left: -7px !important;
}
.m-carModal {
   padding: 80px 20px 50px 20px;
}
.callUs .callBox .callmeBtn {
    width: 252px;
    margin: 25px auto 0 auto;
    float: none;
}
.callUs .callusText {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.m-header .m-menu {
	background: #222;
	padding: 2px 15px 15px 20px;
	border-radius: 4px;
}
.m-banner .banner_content.content2 p.smallText {
    padding: 0 10px;
}
.m-banner.banner2 {
     padding: 130px 0 70px 0;
}
.container {
 	width: 100%;
 }
.m-header .m-menu {
	display: none;
}
.m-header .m-menu li {
	display: block;
}
.m-header .m-menu li a {
	line-height: 40px;
}
.mobile_click {
	display: block;
	width: 25px;
	position: absolute;
	right: 0px;
    top: -32px;
}
.mobile_click span {
	height: 2px;
	background: #fff;	
	display: block;
	margin-bottom: 5px;
}
.m-banner .banner_content a.knowmorebtn {
	display: none;
}
h1 {
    font-size: 25px;
    line-height: 35px;
}
.m-header .m-menu li a.btnn { 
	border: 0;
    padding: 8px 10px;
 }
 .m-header .m-menu li a.btnn:hover {
 	border:0px;
  }

.m-header {
	padding:15px 20px;
}
.m-banner .banner_content {
	padding: 0 20px;
}
.m-form {
 margin: 25px 20px;
}
.m-banner {
	min-height: auto;
	max-height: inherit;
	padding-bottom: 10px;
	padding-top: 110px;
}

  .col-1 {
    float: none;
    width: 100%;
  }
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100% !important;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  .col-6 {
    float: none;
    width: 100%;
  }
  .col-7 {
    float: none;
    width: 100%;
  }
  .col-8 {
    float: none;
    width: 100%;
  }
  .col-9 {
    float: none;
    width: 100%;
  }
  .col-10 {
    float: none;
    width: 100%;
  }
  .col-11 {
    float: none;
    width: 100%;
  }
  .col-12 {
    float: none;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .m-header .m-menu li {
    font-size: 17px;  
    padding-left: 25px;
}
.callUs .callusText {
	font-size: 17px;  
}
.callUs .callusText span {
	font-size: 21px; 
}
.m-footer .m-social-icon {
	margin: 20px 0 30px 0;
}
.owl-theme .owl-nav .owl-next {
	 right: -7px !important;
}
.owl-theme .owl-nav .owl-prev {
	 left: -7px !important;
}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
