@import url("config.css");
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-SemiBold.ttf);
}

.checked {
    color: orange;
}
.red{color:red}
.modal-footer.allc
{
	border-top:none!important;
	
}

#confirm-book-form  .select2-container .select2-selection--single {
    border: 1px solid #381414!important;
    border-radius: 0;
}
.dropdown a{
	text-decoration:none !important;
}
.error{
color: red;
position: absolute;
bottom: -15px;
width: 100%;
left: 20px;
}

.error.error-new{
	bottom: -4px;
}
body {
  color: #212121;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Calibri';
  background-color: #f7f7f7;
  padding-bottom: 50px;
}

h1, h2, h3, h4 {
  font-weight: 500;
}
.width-100per{
  width: 100%;
}
.min-h-250{
  min-height: 263px;
}
.min-h-185{
	min-height: 185px;
}
.min-h-350{
  min-height: 355px;
}
.link-brown{
  color: #660000;
  text-decoration: underline;
}
.broad-border{
  border-bottom: 3px solid #adadad;
}
.broad-border-top{
  border-bottom: 3px solid #adadad;
}
.font-bold{
  font-weight: 500 !important;
}
.bg-image {
    background-image: url(../img/home-bg-full.jpg);
    background-position: center center;
    height: 120vh;
    background-size: cover;
}

.bg-white{
  background-color: #FFF;
}

.bg-dark-blue {
  background-color: #9d1334;
}

.bg-light-gray{
  background-color: #eceae9;
}

.text-style-normal {
  text-transform: capitalize;
  line-height: 20px;
}

.text-cyan{
  color: #9d1334d1;
}
.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-blue {
  color: #003366;
}

.text-light-blue {
  color: #aa3954;
}

.text-yellow {
  color: #ffe003;
}

.text-red {
  color: #ff0000;
}
.margin-top-1px{
  margin-top: 1px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.padding-bottom-0{
  padding-bottom: 0;
}
.padding-top-0{
  padding-top: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-2px{
  padding-right: 2px;
}
.padding-right-0 {
  padding-right: 0;
}
.margin-left-m-2px{
  margin-left: -2px;
}
.btn-primary{
  background-color: #003366;
}
.border-radius-0{
  border-radius: 0 !important;
}
.bg-blue{
    background-color: #036;
}
.bg-blue h3{
    color:#fff;
}

.input-group .form-control:last-child, .input-group-addon:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-lg{
  font-weight: bold;
  border-radius: 50px;
}
.btn-trans {
  background-color: transparent;
  border: 0;
}
#promo .form-control{
  border: 1px solid #000000;
  border-radius: 0;
}
.btn-border{
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 0;
  margin-left: -5px;
  /* margin-top: -1px; */
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.box-shadow{
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
}
/* Header main navigation menu CSS */
.navbar{
  min-height: 38px !important;
}
.navbar-default {
  background-color: #9d1334;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin-top: 20px;
  height: 38px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
}

.top-white-bar {
  background-color: #fff;
  z-index: 9;
  height: 30px;
  position: fixed;
  top: 0;
  width: 100%;
}

/*
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
*/

.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;

  font-style: italic;
  padding-top: 8px;
  padding-bottom: 8px;
  padding: 10px 10px;
}

.navbar-default .navbar-nav>li>a:hover {
  text-decoration-line: underline;
  color: #FFFFFF;
}

.navbar-center {
  /* margin-left: 18%; */
  /* background-color: #006699; */
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 12px 15px 0px 15px;
    font-size: 18px;
    line-height: 20px;
    display: inline-flex;
}
.navbar-toggle{
  margin-top: 3px;
      padding: 7px 6px;
}

.navbar-brand img {
  margin-top: -23px;
  margin-right: 10px;
  margin-left: 10px;
}

.navbar-right .dropdown img {
  width: 20px;
}

.navbar-nav>li>.dropdown-menu {
    background-color: rgb(157, 19, 52);
    min-width: auto;
    text-align: center;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: transparent;
  color: #FFFFFF;
}

.navbar-right .dropdown .dropdown-menu li {
  margin-bottom: 20px;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    z-index: 9999;
    position: relative;
}

.navbar-default .navbar-brand:hover {
  color: #FFFFFF;
}

.header-note {
  font-size: 12px;
  text-align: center !important;
}

.header-note hr {
  border: 1px solid #ff0033;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-menu>li>a {
  color: #FFFFFF;
}

.dropdown-menu {
  top: 110%;
}

/* Header main navigation menu CSS */

/* Footer bottom fixed CSS */

footer {
  background-color: #9d1334;
  font-size: 12px;
  position: fixed;
  padding: 8px 0;
  bottom: 0;
  width: 100%;
    left: 0;
}

footer a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Footer bottom fixed CSS */

.box-shadow-theme {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(7, 9, 7, 0.50);
  -moz-box-shadow: 3px 3px 4px 0px rgba(7, 9, 7, 0.50);
  box-shadow: 3px 3px 4px 0px rgba(7, 9, 7, 0.50);
}

.form-group {
  padding: 5px 0px;
}

#booking-form .form-group label {
  font-weight: normal;
  color: #FFFFFF;
  /*margin-top: -5px;*/
  text-align: center;
}
#booking-form .form-group {
  margin-bottom: 0;
}

.btn-danger {
  background: linear-gradient(#292828, #006699);
  border-color: transparent;
}

/* Search parking list media panel CSS*/

.media-heading {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  white-space: pre-line;
}

.media-body {
  background-color: #ede9ea;
  padding-left: 30px;
  text-transform: capitalize;
}

.media-list-number {
  /* margin-left: -14px; */
  position: absolute;
  margin-bottom: 15px;
  left: 0;
  background-color: #9d1334d1;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  max-width: 40px;
}

.media-body h1 {
  color: #006699;
  margin-bottom: 0;
  line-height: 14px;
  font-weight: bold !important;
}

.media-body hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #ccc;
}

.media-body p {
  line-height: 20px;
  margin: 10px 0px;
}

.media-body p a {
  color: #cc0808;
  text-decoration: underline;
  text-transform: uppercase;
}

.media-body .badge {
  background-color: #f7931e;
  font-style: italic;
}

.ratings ul {
  list-style: none;
  margin: 0;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  padding-start: 0px;
  display: inline-block;
}
.d-none{
  display: none;
}
.ratings ul li {
  display: inline;
  color: #ffe003;
  font-size: 18px;
  text-shadow: 1px 1px #ccc;
}

.ratings ul li:last-child {
  color: #ccc;
}

.separator {
  margin: 0 15px;
}
.empty-space-12px{
  height: 12px;
}
.filter .form-control {
  border: 1px solid #478da2;
}

.slide-car img {
  margin-left: 10px;
  
}
.slide-car{
  background-color: #eceae9
}


/* Search parking list media panel CSS*/

/*Border classes for the innser section of media group*/

.border-bottom-1px {
  border-bottom: 1px solid #ccc;
}
.border-top-1px {
  border-top: 1px solid #ccc;
}

.border-right-1px {
  border-right: 1px solid #ccc;
}

/*Booking page - Final booking form */

#confirm-book-form .form-group {
  margin-bottom: 5px;
}

#confirm-book-form .form-horizontal .control-label {
  margin-left: -4%;
  padding-top: 5;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 18px;
}

#confirm-book-form .form-control {
  border: 1px solid #333;
  border-radius: 0;
  height: 38px;
}

.form-control {
  height: 38px;
  background-color: white;
}

.input-group {
  width: 100%;
  height: 38px;
}

#confirm-book-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -40px;
  width: 25px;
  height: 25px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FFF;
}

/*Booking page - Final booking form */

/* Info page CSS */

.info-box h4 {
  font-weight: 600;
  color: #006699;
}

.info-border-box {
  border: 1px solid #333;
  padding: 2%;
}

#confirm-book-form input[type=checkbox], input[type=radio] {
  margin: 0;
}

/*FAQ Page CSS*/

#faq a {
  color: #006699;
}

#faq ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}

#faq ul li {
  line-height: 20px;
}

/*=== Sing In page Css ==*/

#sign_in  .form-inline .form-control {
  width: 100%;
  margin-bottom: 5px;
}

/*note box in header CSS ========== */
.note-box{
    position: fixed;
    max-width:297px !important;/*286px*/
    font-size: 13px;
    left: 58px;
    font-weight: bold;
    /* color: #FFF; *//
	word-break:break-all;
}



/*************************************** / home page 17/418 / *****************************************/
.marAuto{
	margin:0 auto;
	position: relative;
}
.disIn{
    display: inline-flex;
    width: 104%;
    float: left;
    margin: 5px 0;
}
.comnLable1{
    width: 200px;
    padding-right: 10px;
    float: left;
    margin: 5px 0;
}
.choosAiTxtBox{
	width:calc(100% - 200px);
	float:left;
	padding-right: 4px;
}
.textSec1 {
    width: calc(100% - 100px);
    float: left;
}
.textSec2 {
    width: 100px;
    float: left;
    position: absolute;
    right: 0px;
    padding: 1%;
    height: 100%;
}
.textSec2Inner.posREl {
    position: relative;
    height: 100%;
}
.textSec2Inner button{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.comnLable {
    width: 200px;
    float: left;
    text-align: center!important;
    padding-right: 10px;
    margin: 5px 0;
    padding-left: 15px;
    padding-top: 0;
    word-break: break-word;
}
.parentchoosAiTxtBox{
    width: calc(100% - 200px);
	float:left;
}
.choosAiTxtBox1{
	width:75%;
	float:left;
}
.choosAiTxtBox2{
	width:25%;
	float:left;
}
.note-box hr {
  border: 1px solid #ff0033;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bookingForm .form-control {
    height: 30px;
    padding: 5px 0px;
    background-color: white;
    text-align: center;
}
.disIn .input-group {
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
}
.form-control.select-form-controle{
	text-align:left;
	padding:0px 6px;
}
.headerMain {
    width: 500px;
    margin: 0 auto;
}
.headerMain .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.fullWidth{
	width:104%;
	float:left;
}
/* navbar css */
 .navbarMainD .menuList{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
}
 .navbarMainD{
    position: relative;
}
.sideNav.nav>li {
    position: relative;
    display: block;
    margin: 0 20px;
}
.firstLter::first-letter {
    font-size: 130%;
    color: #fff;
}
.firstLter span{
	font-size: 130%;
}
.note-box span{
font-size: 125%;
font-weight:normal;
text-transform: capitalize; 

}
.marginAuto{
	margin: 0 auto;
    float: none;
}
/* FAQ page css start */
.widthset{
	width: 500px;
    margin: 0 auto;
}
/* FAQ page css close */

/* search page */
.setWidth{
    width: 910px;
}
.minH230{
	min-height:230px;
}
.minH230 .minH230img{
	height: 230px;
	width:100%;
	object-fit:cover;
}

/*dashboard page css start*/

.width50{
    width:50%;
    float: left;
}
.paddA30{
    padding: 30px;
}
.bluebg h3{
    margin:0;
}
.bluebg .form-group{
width:100%;
}
.full-width{
    width: 100%;
    float: left;
}
.paddLR15{
    padding:0 15px;
}
.width100{
   width: 100%;
}
.bgBlack{
    background-color: #00000091;
}
.bgBlack label{
    color: #fff;
}
.boxShad{
    box-shadow: 0 0 10px gray;
}
.paddTB30{
    padding: 30px 0px;
}
.paddLR{
    padding: 0px 20px;
}
.paddLR10{
    padding: 0px 10px;
}
.marAuto{
    margin: 0 auto;
    float: none;
}
.bluebg .text-blue {
    color: #003366;
    text-align: right;
    font-size: 12px;
}
.marT50{
    margin-top: 50px;
}
.marTB30{
    margin: 30px 0px;
}
.paddancher a{
    padding: 20px 10px;
    color: #fff;
    float: left;
    width: 100%;
}
.bookBtn {
    color: #fff;
    background-color: #006699;
    border: 1px solid #069;
    border-radius: 25px;
}

.disIF{
    display: inline-flex;
}
.disIF label{
    min-width: 100px;
    margin: 7px 0;
}
.disIF .btn{
    margin: 0 10px;
}
.scrollx {
    overflow-x: auto;
    width: 550px;
    margin: 0 auto;
    float: none;
}
.center{
    text-align: center !important;
}
.maxWidth{
    max-width: 500px;
    margin: 0 auto;
}
.widthAuto {
    width: auto;
}
.custmizemain input{
    width:100%;
    float: left;
        padding: 5px 10px;
}
.btnpadd {
    padding: 5px 25px;
    min-width: 100px;
}
.parkOwn.sideNav.nav>li {
    position: relative;
    display: inline-flex;
    margin: 0 0px;
}
.marTB10{
    margin: 10px 0;
}
.box {
    width: 47%;
    float: left;
    background-color: #006699;
    margin: 11px 10px;
    padding: 0px 0;
    color: #fff;
}
.bg-image1 {
    background-image: url(../img/home-bg-full.jpg);
    background-position: center;
    height: 100vh;
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 100px;
}
.pageList a{
    padding: 15px 15px;
    color: #fff;
}
h4.pageTitle {
    color: #006699;
    font-size: 24px;
    margin: 25px 0;
}
.posRel{
    position:relative;
}
.absolute{
	position:absolute;
}
.pageList{
	background-color: rgba(20, 20, 21, 0.77);
    padding: 10px 0;
    margin-top: -25px;
    color: #fff; 
}
/*term popup*/
.borderShado{
    box-shadow: 5px 5px 30px 0px black;
    border: 2px solid #00000042;
    border-radius: 14px;
}
.termPop .modal-header {
    border: none;
    padding-bottom: 0;
}
.termPop .modal-body {
    padding: 15px 30px;
}
.termPop .modal-footer {
    border: none;
}

.termPop p {
    margin: 0 0 10px;
    word-break: break-all;
}
/*dashboard page css close*/
/* new changes 6/4 /18 */
span#new_total {
    color: #006699;
    font-size: 25px;
    margin: 0px 10px;
}
#new_to span{
    color: #006699;
    font-size: 25px;
    margin: 0px 5px;	
}
span#promo_msg {
    position: absolute;
    width: 100%;
    text-align: center;
    color: red;
    bottom: -20px;
    left: 14px;
}
p#new_to {
    color: #006699;
	font-size: 20px;
}

.arrivalT{
    margin: 0px 0px 0 20px;
}
.padd0{
	padding:0 !important;
}

.marB10{
	margin-bottom:10px;
}
.marTB11{
	margin:11px 0px;
}
.allParkingPop .form-group {
    padding: 5px 5px;
	margin:0;
}
.paddLR5 {
    padding: 0 0px !important;
    text-align: center;
}
.paddR0 {
    padding-right: 0;
}
.width50 .intl-tel-input{
	width:100%;
}
.flag-container{
	z-index:99;
}
.width1 {
    width: 70px;
	float:left;
}
.widthA {
    width: calc(100% - 70px);
	float:left;
}
.max550{
	    width: 100%;
	max-width: 550px;
}
h3 {
    color: #000;
}
.whiteBg{
    background-color: #fff;
}
.width33{
	width:33.33%;
	float:left;
}
.width33 a{
    width: 100%;
    float: left;
    background-color: #006699;
    padding: 20px 1px;
    text-align: center;
    color: #fff;
}
.paddA10{
	padding:10px;
}
.inpCen input[type=file] {
    display: inline;
}
.marT50 {
    margin: 50px 1px;
}
.width50.paddLR {
	margin-bottom:20px;
	position:relative;
}
.disF input[type="file"] {
    display: block;
    margin: 60px 0;
}
.disF {
    display: inline-flex;
}
.btnH{
	    height: 38px;
}
.payParkWidth1{
	width:230px;
	float:left;
}
.payParkWidth2{
	width:calc(100% - 230px);
	float:left;
}
.mar0{
	margin:0px;
}
span#date_err {
    width: 300px;
    color: red;
    font-weight: bold;
}
a{
    cursor: pointer;
}
.marAuto{
	margin:0 auto;
}
  .tblScrollN{
	  overflow-x:auto;
  }
/********************* media query for mobile *********************/
@media only screen and (max-width: 767px) {
  /* Styles */
 .width33{
	 width:100%;
 }
 .addParking .disF input[type="file"] {
    display: block;
    margin: 15px 0;
}
.addParking .disF {
    display: inherit;
}
 .ratings ul li {
    font-size: 15px;
}
.arrival strong{
	font-size:11px;
}
#booking-form .form-group label {
    font-weight: normal;
    color: #FFFFFF;
    /*margin-top: -5px;*/
    text-align: left;
}
.parkingOwn .width50{
	  width:100%;
}
.box {
    width: 44%;
}
.footerPop {
    width: auto !important;
}
  .navbar-nav .navbar-center {
    position: relative !important;
    left: 0 !important;
    transform: translatex(0) !important;
    -webkit-transform: translatex(0) !important;
    -moz-transform: translatex(0) !important;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #003366
  }
  .navbar-nav {
    margin-left: 0%;
    /* background-color: #006699; */
  }


  .note-box {
    position: static !important;
    width: 102%;
    float: left;
    left: unset;
    font-weight: bold;
    /* color: #FFF; */
    margin: 0px 0px 20px;
}
  .navbar-brand img {
    margin-top: -17px;
    margin-right: 10px;
    margin-left: 10px;
    width: 215px;
    height: 100%;
}
.navbar {
    min-height: 28px !important;
    height: 28px !important;
}
.navbar-toggle {
    margin-top: 3px;
    padding: 2px 2px;
}
.btn-border{
  margin-left: 0;
}

.navbarMainD .menuList {
    position: static;
    top:unset;
    left: unset;
    transform: unset;
}
.comnLable1 {
    width: 100%;
    margin: 5px 15px;
}
.choosAiTxtBox {
	width: 100%;
    padding: 5px 15px;
    padding-right: 15px;
}
.comnLable {
    width: 100%;
    padding: 0 15px;
    padding-right: 15px;
}
.parentchoosAiTxtBox {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.bookparking .parentchoosAiTxtBox {
    width: 100%;
    float: left;
    padding: 0px;
}
.textSec2 {
    width: 100%;
    float: left;
    position: static;
    right: unset;
    padding: 5px 0px;
    text-align: left;
}
.textSec2  br{
	display:none;
}

.textSec1 {
    width: 100%;
    float: left;
}
.headerMain {
    width: auto;
    margin: 0 auto;
}
.info-box .text-left{
	text-align:center !important;
}
.info-box .text-right{
	text-align:center !important;
}

/* FAQ page responsive */
.widthset{
	width:100%;
}
.setWidth {
    width: auto;
}
.fullWidthRes{
	width:100%;
	float:left;
}
.paddLRRes0{
	padding:0px;
}
.paddLRRes{
	padding:0 15px;
}

.bluebg{
    width:100%;
    margin: 0 auto;
    
}    
  

/*
.headerHead{
    display: unset;
    padding: 0 15px;
    line-height: 0;
    font-size: 15px;
}    
    for admin dashbord page headline
*/
    
  
.parkOwn.sideNav.nav>li {
    position: relative;
    display: block;
    margin: 0 0px;
}
.scrollx {
    width: auto;
}
   .textSec2Inner button {
    position: static;
    transform: unset;
	    margin-bottom: 10px;
} 
    
	.text-right.alignLeft{
		text-align:left!important;
	}
	.tablscroll {
    min-width: unset !important;
}
.custmizemain .maxWidth select{
	margin:10px 0px;
}
}
/********************* media query for mobile close *********************/
@media only screen and (min-width: 768px) and (max-width: 1465px) {
.menuList.munulistAdmin {
    left: 80%;
    width: 100%;
	display:none !important;
}
.NewAdminDas{
	display:block !important;
}
}
/* @media only screen and (min-width: 1366px) and (max-width: 1440px) { */
  /* .navbar-center { */
    /* margin-left: 5%; */
    /* background-color: #006699; */
  /* } */
/* } */

/* @media only screen and (min-width: 320px) and (max-width: 524px) { */
  /* .navbar-brand img { */
    /* margin-top: -51px; */
    /* margin-right: 10px; */
    /* margin-left: 10px; */
    /* width: 82%; */
    /* height: 90%; */
/* } */
/* } */

@media only screen and (min-width: 1024px) and (max-width: 1358px) {
  .navbar-center {
    margin-left: 0;
    /* background-color: #006699; */
  }
}
/* media query for ipad landscape and portrait*/
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 
.note-box {
    position: static;
    max-width: 270px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 270px;
    margin-left: 45px;
}
 .ratings ul li {
    font-size: 15px;
}

.navbar {
    min-height: 30px !important;
}
.navbar-default {
    height: 30px;
}
.navbar-brand img {
    margin-top: -16px;
    margin-right: 10px;
    margin-left: 10px;
    width: 215px !important;
    height: 100%;
}
.navbarMainD .menuList {
    transform: translate(-40%,0%) !important;
}

.width-full{
	width:100%;
	float:left;
}
 .navbarMainD .sideNav.nav>li {
    position: relative;
    display: block;
    margin: 0px 5px;
}
.navbarMainD .nav>li>a {
    position: relative;
    display: block;
    padding: 4px 5px !important;
	font-size:11px;
}
.setWidth {
    width: auto;
}
    .parkOwn.sideNav.nav>li {
    position: relative;
    display: inline-flex;
    margin: 0 0px;
}
.addParking .disF input[type="file"] {
    display: block;
    margin: 15px 0;
}
.addParking .disF {
    display: inherit;
}
/* .navbarMainD .menuList { */
    /* transform: translate(-30%,0%); */
/* } */
}
/* media query for ipad landscape */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 
.navbar-brand img{
	width:auto;
}
.navbarMainD .nav>li>a {
	font-size:14px;
}


}

/* media query for ipad portrait */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 
.margin-right-2per {
    margin-right: -2%;
}
.menuList {
    transform: translate(0%,0%) !important ;
}
.arrival strong{
	font-size:11px;
}
.arrival .paddad{
    padding-right: 5px;
    text-align: right;
}

 }
 
 /* new css */
 
 .marTMinus10{
margin-top:-10px !important;
}
.marginB10{
margin-bottom:10px !important;
}
.maxW230{
width: calc(100% - 230px);
}
 .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
    width: 100%;
}
.visibH{
visibility:hidden;
}
/* / header2 changes / */
.firstB::first-letter { 
    font-size: 125%;
 font-weight:normal;
}
.marT {
    margin-top: 7px;
}
.red{
color:red;
cursor:pointer;
}
.footerPop{
    margin-top: 280px;
	width: 505px;
}
.modal-backdrop, .modal-backdrop.fade.in{
opacity: 0;
}
.navbar-default .navbar-nav.munulistAdmin>li>a {
    padding: 10px 8px;
}
.menuList.munulistAdmin {
    left: 80%;
    width: 100%;
	display:block;
}
.form-group.mrsPadd {
    padding-right: 0;
}
.mrsPadd .form-control {
    padding: 6px 2px;
}
.paddR5{
    padding-right: 5px;
}
.reservationMain h3{
	    font-size: 16px;
    font-weight: bold;
}
.reservationMain p {
    color: #999;
}
.reservationMain .heading {
    color: #003366;
    margin: 20px 0 60px 0;
}
.reservationMain a {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}
.navbarMainD .sideNav.parkOwn a{
	padding: 8px 10px;
}
.navbarMainD .navbar-nav li a{
	padding: 8px 10px;
}
.tablscroll{
    overflow-y: auto;
    margin: 0 auto;
	width:100%;
}
.infohaead {
    margin: 0px 0 15px 0;
}

.marLR-20{
    margin-left: 20px;
    margin-right: -20px;
}


/* quick parking page start 6-2-2018 */

.quick-parking .quick-parking-header h3{
	margin-top:0px;
	margin-bottom:0px;
}
.quick-parking .quick-parking-header {
    margin: 0px 0px;
    float: left;
    width: 100%;
}
.quick-parking hr{
	margin-top:0px;
    margin-bottom:0px;
    border: 0;
    border-top: 1px solid #000!important;
	margin-top:0px;
}
.welcome-quick-parking {
    float: left;
    width: 100%;
    float: left;
    margin: 8px 0px;
}
.welcome-quick-parking-inner {
    width: 100%;
    display: block;
    float: left;
    margin-top: 0px;
}
.quick-parking-inner-first{
	float:left;
	width:60%;
	display:inline-block;
}
.quick-parking-inner-second {
    float: right;
    width: 35%;
    display: inline-block;
}
.quick-parking-inner-second .img-block {
    display: inline-block;
    width: 34%;
    float: left;
    margin-right: 10px;
}
.quick-parking-inner-second .discription-block {
    display: inline-block;
    width: 57%;
    float: left;
}
.question-tag{
	color:#d23b2f;
}
.img-block img{
	float:right;
}
.quick-parking-header p{
	font-size:12px;
}
.reservation-details h3 {
    margin: 10px 0px;
    font-size: 18px;
}
.your-details-section {
    width: 100%;
    margin: 10px 0px;
    float: left;
}
.your-details-first {
    width: 50%;
    float: left;
    display: inline-block;
}
	.details-inner {
    width: 50%;
    float: left;
    min-height:20px;
}
	.details-inner-heading{
		float:left;
		width:100%;
	}
.your-details-second {
    margin-top: 40px;
    border: 1px solid #000000;
    float: left;
    display: inline-block;
    width: 50%;
}
	.your-details-second ul{
		margin-left:0px;
		padding-left:20px;
	}
	.details-inner h4{
		margin:0px;
		font-size:12px;
	}
		
.your-details-second-inner {
    padding: 28px 20px 10px 10px;
}
.view-location-address{
	font-size:14px;
	
}
.view-location-inner-first img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.view-location-inner-second p {
    margin-bottom: 10px;
    font-size: 12px;
}
.view-location-inner-second h4{
	margin:0px;
}
.view-location-inner-second h5{
	margin:5px 0px;
}
.your-details-second-new {
    width: 50%;
    float: right;
    display: inline-block;
}
.parking-spot {
    position: relative;
    width: 50%;
    float: left;
    border: 1px solid #000;
    height: 126px;
    margin-left: 0%;
}
.quick-parking-inner-first p{
	margin:0px;
}
.parking-spot {
    width: 40%;
}
.discription-block h5{
	margin-top:0px;
}

.parking-spot h4 {
   margin:0px;
}
.parking-spot-header {
    position: absolute;
    top: 6px;
    left:6px;
}
.parking-spot-footer {
    position: absolute;
    bottom: 6px;
    left:6px;
}
/* ******home page 6-2-2018****** */
.firstB{
	    word-wrap: break-word;
		    word-break: break-all;
}
.modal-dialog.home-modal {
    /* left: 9%; */
    transform: translate(-50%,-50%);
    top:36%;
    z-index: 2;
    /* position: absolute!important; */
    border: 1px solid #423e3e;
    WIDTH: 267PX;
}
.modal.home-modal .modal-header{
	text-align:center;
}
.modal.home-modal .modal-body{
	text-align:justify;
}
.modal.in .modal-dialog.home-modal {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    box-shadow: 5px 8px 18px 3px #040404d1;
    border-radius: 6px;
}
.modal-dialog.home-modal .modal-header {
    padding: 7px 15px;
    
}
.modal-dialog.home-modal  .modal-body {
    position: relative;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 12px;
}
.modal-dialog.home-modal .modal-title {
    text-transform: uppercase;
}
.modal-dialog.home-modal .modal-header {
    border-bottom: none;
}
.height-limit-box{
	position:relative;
}
.height-limit-box-inner {
    position: absolute;
    right: 3%;
    top: 23%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
    line-height: 48px;
    padding: 4px 0px;
	    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 64%;
}
.select2-container {
    box-sizing: border-box;
}
.select2-container {
    display: inherit;
    width: 100% !important;
    
}
.quick-parking-header h3{
	font-size:18px;
	
}
.details-inner-heading h4{
	font-size:16px;
}
.details-inner h4{
	font-size:12px;
}
.your-details-second-inner h4 {
    font-size: 14px;
}
.parking-spot-header h4 {
    font-size: 14px;
}
.parking-spot-footer h4 {
    font-size: 14px;
}
.view-location-section h4 {
    font-size: 12px;
}
.note-box.note-box-new {
    position: fixed;
    max-width: 286px !important;
    font-size: 13px;
    left: 58px;
    font-weight: bold;
    /* color: #FFF; */
    top:15%!important;
}
.mar-top{
	margin-top:30px;
}
.small, small {
    font-size: 81%!important;
}
.NewAdminDas{
	display:none;
}


/****/
table.dataTable tbody tr {
    background-color: #f7f7f7;
}
#myTable_previous,#myTable_next{
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.dataTables_paginate .first,.dataTables_paginate .last
{
	display:none !important;
}
.paginate_button,.paginate_active {
    display: inline-block !important;
    padding: 5px 14px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 15px !important;
}

@media (max-width: 767px){
 .textSec2{
      margin-left: 12%;
      margin-top: 5px;
      width: 75%;
}
} 
@media only screen and (max-width: 767px){
.textSec2Inner button {
    position: static;
    width: 80%;
    margin-left: 11%;
    transform: unset;
    margin-bottom: 0px; 
}
}
@media only screen and (max-width: 450px)
{
  .media-heading
  {
    line-height: 23px;
  }
}
@media (max-width: 400px){

#confirm-book-form .checkbox input[type="checkbox"]{
  margin-left: -24px;
}
}
@media (max-width: 360px) and (min-width: 330px){

#confirm-book-form .checkbox input[type="checkbox"]{
  margin-left: -22px;
}
}

@media (max-width: 320px){

#confirm-book-form .checkbox input[type="checkbox"]{
  margin-left: -32px;
}
}
@media (max-width: 767px){
.apply-btn {
    margin-top: 5px;
    
}
}
button.btn.form-control.btn-border.absolute.apply-btn{
background-color: #006699;
}
@media (max-width: 767px){
.arrival-time{
  margin: 0px;
}
}
@media (max-width: 767px){
.iawtc{
  margin-left: 10px;
}
}
.btn-primary:hover {
    color: #fff;
    background-color: #9d1334 !important;
    border-color: #9d1334 !important;
}
#myBtn{
    background-color: #036 !important;
}


@media only screen and (max-width: 1024px) and (min-width: 768px){
.note-box {
    position: fixed;
    max-width: 135px !important;
    font-size: 12px !important;
    left: -8px;
    font-weight: bold;
    /* color: #FFF; */
    width: 135px !important;
}
.headerMain {
    width: 575px !important;
    }
    .note-box hr {
    width: 98%  !important;
    }
}




@media (min-width: 320px) and (max-width:340px){
.firstB {
font-size: 12px !important;
  }
}  

@media (min-width: 320px) and (max-width:400px){
.note-box hr {
    width: 92% !important;
  }
}  

@media (min-width: 1300px){
.note-box{
 max-width: 364px !important;
}
}

.parkingfulltext {
    font-size: 23px;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}