body{
	background-color: #f5f5f5;
	font-family: 'Roboto', sans-serif;
}

header{
	background-color: #ffffff;
}
.top-menu.navbar-inverse{
	background: transparent;
	border-color:transparent;
	margin-bottom: 0px;
	padding: 15px 0px;
}
.top-menu.navbar-inverse .navbar-brand{
	padding: 0px;
}
.top-menu.navbar-inverse .navbar-collapse, .top-menu.navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-inverse .navbar-nav>li>a{
	text-transform: uppercase;
	font-size: 15px;	
	color: rgb(19,16,98);
    position: relative;
    font-weight: 500;
    padding: 15px 15px;

}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #009b2b;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #009b2b;
    background-color:transparent;
}
.top-menu .navbar-right {
    margin-top:10px;
}
.navbar-inverse .navbar-nav>li>a::after {
    position: absolute;
    right:0px;
    width: 2px;
    height: 15px;
    background: #ccc;
    display: inline-block;
    content: "";
    top: 17px;
}
.navbar-inverse .navbar-nav>li:last-child a:after{
	content: none;
}
.top-menu .navbar-collapse{
    padding-right: 190px;
}
.top-menu .rightbtn {
    position: absolute;
    right:15px;
    margin-top:15px;
}
.rightbtn .bookbutton{
    background: #150d65;
    padding: 8px 6px;
    color: #fff;
    width: 170px;
    text-align: center;
    font-size:12px;
    text-indent: 25px;
    line-height: 20px;
    display: block;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: 500;
}
.rightbtn .bookbutton:hover {
    color: #f4ca06;
}
/*
.rightside{
	padding-right: 0px;
}
.lefttside{
	padding-left: 0px;
}*/

.prfBag {
    background-image: url('/images/sprint-forbusiness.svg');
    width: 40px;
    height: 25px;
    display: inline-block;
    position: absolute;
    background-position: -255px 4px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
}


.bookingsummary{
	margin-top: 40px;
}

.cntup-btn{
	width: 260px;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	display: block;
	position: relative;
	text-align:left;
	padding: 15px 0px 15px 58px;
	margin-left: 35px;
	margin-bottom: 30px;	
	text-decoration: none !important;
	position: absolute;
	top: 0px;
	right:15px;
}
.cntup-btn span{
	position: absolute;
	left: -30px;
    top: -5px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
}
.cntup-btn span img{
    margin-top: -1px;
    margin-left: -1px;
}
.cntup-btn h4{
	font-size: 16px;
	color: rgb(18,14,99);
	text-align: left;
	margin:0px;
	margin-bottom:5px;
}
.cntup-btn p{
	font-size: 13px;
	color: rgb(118,118,118);
	text-align: left;
	margin:0px;
}
.yur-regarvationdetails{
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	margin-bottom:15px;
	padding: 0px 15px;
	margin-top: 100px;
}

.yur-regarvationdetails h4.head{
	font-size: 16px;
	color: rgb(18,14,99);
	margin:15px 0px;
}
.chekinout-box{
	display:flex;
	margin-bottom: 15px;
}
.chekinout-box>div{
	display:inline-block;
	vertical-align:top;
}
.chekinout-box .chk-box{
	width: 114px;
	height: 114px;
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;

}
.chkout{
	float: right;
}
.arrow-right{
	width:50px;
	position: relative;
}
.arrow-right img{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    margin-top: -5px;
}
.chekinout-box .chk-box p{
	margin: 0px;
	width: 100%;
	font-size: 12px;
	color: rgb(110,110,110);
	text-align:center;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
	padding:8px 0px;	
}
.chekinout-box .chk-box h2{
	margin: 0px;
	width: 100%;
	font-size: 45px;
	color: rgb(110,110,110);
	font-weight: bolder;
	text-align:center;
	vertical-align: top;
	padding:8px 0px;	
}
.bt-tmd{
	background-color:#151061;
	text-align:center;
	color: #ffffff;
}
.bt-tmd span{
	font-size: 11px;
	color: rgb(255,255,255);
	padding:0px 5px;
}
.bt-tmd span:first-child{
	border-right: 1px solid #ffffff;

}
.arrow-right{
	vertical-align: middle !important;
	text-align: center;
}
.totl-info{
	display:flex;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.totl-info p{
	font-size: 16px;
	color: rgb(118,118,118);
	display: inline-block;
	text-transform: capitalize;
	text-align: left;
	width: 50%;
	font-weight: 500;
}
.totl-info p span{
	font-size: 14px;
	color: rgb(35,32,108);
}
.totl-info p:last-child{
	text-align:right;
	float: right;
}
.marriot-info{
	margin-bottom: 20px;
}
.marriot-info p{
	font-size: 12px;
    color: rgb(118,118,118);
    line-height: 20px;
    font-weight: 500;
}

.avg-nightrate ul{
	list-style: none;
	padding-left: 0px;
}
.avg-nightrate ul>li{
	display: block;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px;
	position: relative;
}
.avg-nightrate ul>li:last-child{
	border:0px;
}
.avg-nightrate ul>li p{
	margin-bottom: 0px;	
	font-size: 16px;
	color: rgb(118,118,118);
	font-weight: 400;
	padding-right:70px;
}
.avg-nightrate ul>li p span{
	text-align: right;
	float: right;
	color: rgb(35,32,108);
	position: absolute;
	right: 0px;
}
.avg-nightrate ul>li ol{
	list-style: none;
	padding-left: 15px;
}
.avg-nightrate ul>li ol li{
	padding:2px 0px;
}

.totroompris{
	box-shadow: 1.5px 2.598px 1px rgba(0,0,0,0.04);
	background-color: #009b2b;
	margin-left: -15px;
	margin-right: -15px;
	padding:15px 15px; 
}
.totroompris p{
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 16px;
	line-height:24px;
	vertical-align: middle;
	padding-right: 100px;
	position: relative;
}
.totroompris p span{
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	right: 0px;
}
.inc-ginfo{
	display: block;
	margin-bottom: 30px;
}
.inc-ginfo p{
	font-size: 12px;
	line-height: 24px;
	color: rgb(149,149,149);
	text-align: right;
}

.cancellation-policy{
	margin-bottom: 30px;
}
.cancellation-policy .panel {
    box-shadow: none;
    border: 1px solid #c9c9c9;
    background: transparent;
    border-radius: 0px;
}
.cancellation-policy .panel-group{
	background-color: #ffffff;
}
.cancellation-policy .panel-heading {
    background-color: #ffffff;
    border:0px solid #c9c9c9;
    border-bottom: 1px solid #150d65;
    border-radius: 0px;
    padding: 15px 15px;
}
.cancellation-policy .panel-title {
    font-size:20px;
    color: rgb(28,26,103);    
    padding-right: 40px;
    position: relative;
}
.cancellation-policy .panel-title a {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
}
.cancellation-policy .panel-title .plusminus-ic {
    width: 23px;
    height: 23px;
    background: url('/images/minus.svg');
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}
.cancellation-policy .panel-title a.collapsed .plusminus-ic {
    background: url('/images/plus.svg');
}

.cancellation-policy .panel-body p{
	font-size: 16px;
	color: rgb(149,149,149);
}

/* left side section */
.bookindetails-sec{
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	margin-bottom:20px;
}
.image-box{
	padding: 0px;
	overflow: hidden;
	object-fit: cover;
}
.image-box:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 190px;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(49,60,77,0) 100%, #ffffff 100%);
}
.image-box .img-lb{
	font-size: 16px;
	color: rgb(255,255,255);
	border-radius: 5px;
	background-color: #009b2b;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	left: 20px;
    right:20px;
}
.imgbox-detail{
	padding-left: 30px;
}
.imgbox-detail .address{
	padding: 15px 0px;
}
.imgbox-detail .address p{
	font-size: 16px;
	color: rgb(118,118,118);
	margin-bottom: 0px;
}
.map-pin{
	width: 19px;
    height: 19px;
    background: url('/images/location.png');
    display: block;
    position: absolute;
    left: 10px;
}
.rating-box ul{
	display: block;
	list-style: none;
	padding-left: 0px;

}
.rating-box ul li{
	display: inline-block;
	vertical-align:top;
}
.rating-box ul li p{
	margin-bottom: 0px;
	font-size: 16px;
	color: rgb(118,118,118);
	line-height: 16px;
}
.star-org{
	width:15px;
	height:15px;
	display: inline-block;
	background: url('/images/star.png') no-repeat;
	background-position:-68px 0px ;
}
.star-org.active{
	background-position:0px 0px ;
}
.facility-lb ul{
	display: block;
	list-style: none;
	padding-left: 0px;
}
.facility-lb ul li{
	display: inline-block;
	margin-right:5px;
}
.facility-lb ul li span{
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #009b2b;
	font-size: 10px;
	color: rgb(255,255,255);
}

.check-inout-list table tr{
	border-top: 1px solid #e2e2e2;
}
.check-inout-list table tr:first-child{
	border-top: 0px;
}
.check-inout-list table tr td{	
	line-height: 36px;
	table-layout: fixed;
	padding-right: 15px;
}
.check-inout-list table tr td:nth-child(1){
	width: 100px;
	font-size: 16px;
	color: rgb(118,118,118);
}
.check-inout-list table tr td:nth-child(2){
	width: 145px;
	font-size: 16px;
	color: rgb(35,32,108);
}
.check-inout-list table tr td:nth-child(3){
	width: 145px;
	font-size: 16px;
	color: rgb(35,32,108);
}

.frm-head{
	padding:20px 0px;
	border-bottom: 1px solid #150d65;
	margin-bottom:25px;
}
.frm-head h2{
	font-size: 22px;
	color: rgb(28,26,103);
	font-weight:500;
	margin: 0px;
	display: inline-block;
}
.frm-head span{
	font-size: 12px;
	color: rgb(0,156,44);
	font-weight: 500;
	margin-left: 15px;
}
.formfield .frmNote{
	font-size: 12px;
	color: rgb(149,149,149);
	margin-bottom: 15px;
}
.formfield .frmNote .red{
	color: #e40505;
	font-size: 14px;
}
.formfield .form-group{
	margin-bottom: 25px;
}
.formfield .form-group label{
	font-size: 16px;
	color: #151061;
	text-transform: uppercase;
}
.formfield .form-group label span{
	font-size: 12px;
	color: rgb(149,149,149);
	font-weight: 400;
	text-transform: capitalize;
}
.formfield .form-group .form-control{
	height: 56px;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 0px;
}
input.required, .required button {
    padding-left: 25px !important;
    background-image: url('/images/asterisk-small.png');
    background-position: left;
    background-repeat: no-repeat;
}
.form-control::-webkit-input-placeholder {
	font-size: 15px;
  	color: rgb(18,14,99);
}
.form-control::-moz-placeholder { 
  	font-size: 15px;
  	color: rgb(18,14,99);
}
.form-control:-ms-input-placeholder {
  	font-size: 15px;
  	color: rgb(18,14,99);
}
.form-control:-moz-placeholder {
  	font-size: 15px;
  	color: rgb(18,14,99);
}
.form-control::-moz-placeholder::first-letter{
	color: red;
} 
.form-control::-webkit-input-placeholder::first-letter {
  color: red;
}

#CardNumber1 {
    background-image: url('/Images/creditCardIcons.png');
    background-position: 2px -121px;
    background-size: 120px 571px,120px 571px;
    background-repeat: no-repeat;
    padding-left: 54px!important;
    border-radius: 4px;
    -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;
}

.input-group{
	display: block;
}
.input-group-addon{
	padding: 0px;
	background:#ffffff;
	border-right:0px !important;
	position: absolute;
	width: 80px;
	z-index: 4;
	top: 0px;
}

.card-icon{
	width: 65px;
	height: 62px;
	background: url('/images/creditCardIcons.png');
	background-repeat: no-repeat;
	background-position: 2px -152px;
    background-size: 160px;
    -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;
    display: block;
    margin:auto;
}
.correct-ic {
    width: 40px;
    height: 40px;
    background: url('/images/creditCardIcons.png');
    background-repeat: no-repeat;
    background-position: 8px -83px;
    background-size: 160px;
    -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;
    display: block;
    margin: auto;
    z-index: 20;
    position: absolute;
    right: 0px;
    top: 12px;
}
.correct-ic.correct{
	background-position: 8px -117px;
}
.input-group #CardNumber.form-control{
	border-radius: 0px;
	display: block;
    padding-left: 80px;
    padding-right: 40px;
}
.bootstrap-select .btn-info{
	background-color:transparent;
	border:0px;
	border-radius: 0px;
	height: 56px;
	color: rgb(18,14,99);
	font-size: 16px;
}
.bootstrap-select .btn-info.active,
.bootstrap-select .btn-info:active,
.bootstrap-select.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-info:hover{
	background-color:transparent;
	border:0px;
	color: rgb(18,14,99);
	font-size: 16px;
}
.bootstrap-select .btn-info .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top:inherit !important;
  	border-bottom: 8px dashed;
    border-bottom: 8px dashed;
}
.dbcardicon{
	list-style: none;
	padding-left: 0px;
}
.dbcardicon li{
	display: inline-block;
}
.ic-card{
	width:56px;
    height:36px;
	display: block;
	background-image: url('/images/creditCardIcons.png');
	background-repeat: no-repeat;
	background-size:145px;
}
.ic-card.visa{
	background-position: 0px -199px;
}
.ic-card.visa-electron{
	background-position: 0px -250px;
}
.ic-card.MasterCard{
	background-position: 0px -301px;
}
.ic-card.Maestro{
	background-position: 0px -352px;
}
.ic-card.Discover{
	background-position: 0px -403px;
}

.ic-card.Americanepress{
	background-position: 0px -453px;
}
.ic-card.JCB{
	background-position: 0px -503px;
}
.ic-card.dinersClub{
	background-position: 0px -554px;
}
.ic-card.dinersClubInternational{
	background-position: 0px -605px;
}
.ic-card.laser{
	background-position: 0px -656px;
}

.formfield .form-group.roomcont{
	margin-bottom: 15px;
}
.roomcont p{
	font-size: 14px;
	color: rgb(149,149,149);
}	
.roomcont .input-group{
	margin-top:10px;
}

.dropdown-menu>li>a{
	outline: none;
}
/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{
	margin-bottom:0px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; 
	top: 50%;
	margin-top:-12px;
	width: 20px; 
	height: 20px;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
	font: normal normal normal 12px/1 'Glyphicons Halflings';
	content: '\e013';
	position: absolute;
	top: 50%;
	margin-top:-8px;
	left: 4px;
	color: #009b2b;
	transition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
	content: '\f068';
	left: 6px;
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  	box-shadow: none;
  	background-color: #eeeeee;
	border-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
	color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox > label:hover:before {
		border: 1px solid #88D2FF !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
	border: 1px solid #E4E4E4 !important;
}

.checksamedetails label{
	font-size: 14px;
	color: rgb(20,16,99);
	font-weight:600;
}

.accodian-section{
	margin-top: 20px;
}
.accodian-section .panel{
	box-shadow: none;
	border:0px;
	background:transparent;
} 
.accodian-section .panel-heading{
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #150d65;
	border-radius: 0px;	
	padding: 15px 15px;
}
.accodian-section .panel-title{
	font-size: 22px;
	color: rgb(28,26,103);	
    padding-right: 40px;
    position: relative;
}
.accodian-section .panel-title a{
	position: absolute;
	right: 0px;
	top: 50%;
    margin-top: -10px;
}
.accodian-section .panel-title .plusminus-ic{
	width: 23px;
	height: 23px;
	background:url('/images/minus.svg');
	background-repeat: no-repeat;
	display: block;
	background-position: center;
}
.accodian-section .panel-title a.collapsed .plusminus-ic{
	background:url('/images/plus.svg');
}

.accodian-section .panel-body .extra-cont{
	font-size: 16px;
	color: rgb(149,149,149);
	margin-bottom: 20px;
}
.extraservis-chk{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.extraservis-chk li{
    width: 24.6%;
    display: inline-block;
    margin-bottom:10px;
}
.extraservis-chk li label{
	font-size: 16px;
	color: rgb(149,149,149);
	font-weight:400;
	vertical-align: middle;
}
.extraservis-chk li .custom-checkbox > label:hover:before {
    border: 0px solid #88D2FF !important;
}
.extraservis-chk li .custom-checkbox > [type="checkbox"]:not(:checked) + label:before, 
.extraservis-chk li .custom-checkbox > [type="checkbox"]:checked + label:before {
    content:url('/Images/uncheck.png');
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width:16px;
    height:17px;
    border-radius:0px;
    border:0px;
    vertical-align: middle;
    background:transparent;
    box-shadow: none;
}
.extraservis-chk li .custom-checkbox > [type="checkbox"]:not(:checked) + label:after, 
.extraservis-chk li .custom-checkbox > [type="checkbox"]:checked + label:after {
    content: url('/Images/checkout.png');
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0px;
    color: #009b2b;
    transition: all .2s;
    background:transparent;
    box-shadow: none;
}
.checkbox-note{
	margin-bottom: 30px;
}
.checkbox-note p{
	font-size: 12px;
	color: rgb(149,149,149);
	margin-bottom: 0px;
}

.comment-box label{
	font-size: 16px;
    color: rgb(18,14,99);
    text-transform: uppercase;
}

.comment-box textarea.form-control{
	height: 110px;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 0px;
	resize: none;
}
.comment-box p{
	text-align:right;
	font-size: 12px;
	color: rgb(149,149,149);
	margin-top: 10px;
}
.conform-revt{
	text-align: center;
	margin-bottom: 30px;
}
.conform-revt p{
	font-size: 15px;
	color: rgb(149,149,149);
	text-align: center;
	margin-bottom:30px;
}
.conform-revt p a{
	color: rgb(18,14,99);
}
.confirm-button{
	font-size: 18px;
	color: rgb(255,255,255);
	background-color: #150d65;
	border:2px solid #150d65;
	padding: 15px 30px;
	border-radius: 0px;
	text-align: center;
	margin-bottom:30px;
}
.confirm-button:hover,.confirm-button:focus{
	color: #150d65;
	background-color:transparent;
	border:2px solid #150d65;
	outline: none;
}

.conform-revt h4{
	font-size: 16px;
    color: rgb(0,156,44);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    background-color: rgba(0,156,44, 0.2);
    padding: 10px 15px;
    border-radius: 4px;
   	line-height: 24px;
   	padding-left: 40px;
   	position: relative;
   	text-align: left;
}
.conform-revt h4 i.glyphicon{
    font-size: 21px;
    float: left;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 50%;
    vertical-align: middle;
    margin-top: -10px;
}

.footer {
    background: rgba(0,0,0,.5);
    padding: 15px 0;
    position: relative;
}
.footer .copy p {
    margin-bottom: 0;    
    color: #fff;
    font-size:12px;
    vertical-align: middle;
    line-height: 26px;
}
footer .navbar-right {
    margin-top: 0;
    padding-left: 0px;
    margin-right: 0px;
    float: left !important;
}
.nav li {
    display: block;
    position: static;
}
.footer-menu li a {
    color: #e6e6e6;
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
}
.footer-menu li a:hover,.footer-menu li a:focus{
	background-color: transparent;
}
.footer-menu li.social_links a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
}
.fb-ic, .instagram-ic, .linkedin-ic, .pinterest-ic, .twitter-ic {
    background: url('/images/social-sprites.png')!important;
    width: 20px;
    height: 20px;
    transition: all .1s ease-in-out 0s;
}
.fb-ic {
    background-position: 0 0;
}
.fb-ic:hover {
    background-position: 0 -20px!important;
}

.twitter-ic {
    background-position: -22px 0!important;
}
.twitter-ic:hover {
    background-position: -22px -20px!important;
}
.pinterest-ic {
    background-position: -44px 0!important;
}
.pinterest-ic:hover {
    background-position: -44px -20px!important;
}
.instagram-ic {
    background-position: -66px 0!important;
}
.instagram-ic:hover {
    background-position: -66px -20px!important;
}
.linkedin-ic {
    background-position: -89px 0!important;
}
.linkedin-ic:hover {
    background-position: -89px -20px!important;
}

.responsive-image-box{
	display: none;		
}
/*Validation Class*/
.formfield .form-group label.error {
    color: red;
    font-size: 12px;
    text-transform: none;
    font-weight: 100;
}
span.error-red.field-validation-error {
    color: red;
}
/* End */

/* Loading */
.Overlayloading {
    background: url('/images/cube.gif') center center no-repeat rgba(0, 0, 0, .5);
    color: #fff;
    opacity: .7;
}
.PopupOverlayloading {
    background: url('/images/cube.gif') center center no-repeat;
    color: #fff;
}
.Overlayloading,
.PopupOverlayloading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    right: 0;
    bottom: 0;
}
/* end */