* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.modal-dialog-centered{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.modal-header h4{
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.modal-body h5{
    font-size: 19px;
    margin-bottom: 20px;
    color: #166A94;
    font-weight: 700;
}
.popup-frm .fieldset{
    width: 100%;
    height: 52px;
    padding: 8px 10px;
    background-color: none;
    background-color: transparent;
    display: block;
    border: 1px solid rgb(211 211 211);
    margin: 0 0 10px 0;
    color: #626262;
    font-size: 14px;
    float: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-left: 2px solid #77c259;
}
.popup-log-frm .fieldset{ margin-bottom: 0px; }

.pp-select{appearance: none;-webkit-appearance: none;background-color:#F9F9F9;box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);background-color: #F9F9F9;color: #4B91B4;border: none;font-size: 17px;
font-weight: 700;box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);height: 40px;float: right;width: 110px;
background-image: url(../images/icons/icon5.svg);background-repeat: no-repeat;background-position: right 15px center;background-size: 16px;}
.popup-frm ::-webkit-input-placeholder {
   color: #626262 !important;
}
.popup-frm :-moz-placeholder { /* Firefox 18- */
   color: #626262 !important;
}
.popup-frm ::-moz-placeholder {  /* Firefox 19+ */
   color: #626262 !important;
}
.popup-frm :-ms-input-placeholder {  
   color: #626262 !important;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 400;
	/* line-height: 1; */
	color: #fff;
	/* text-shadow: 0 1px 0 #fff; */
	filter: alpha(opacity=20);
	background-color: transparent;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	width: 100%;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
    padding: 12px 15px;
    border-bottom: 1px solid #e8e7e7;
    background-color: #0a4e71;
}
.modal-header .close {
    margin-top: -15px;
    font-size: 62px;
    font-weight: 300;
    padding: 0 0 0 0;
    line-height: 35px;
    color: #fff;
}

/*.modal-header .close:hover {
	background-color: #464646;
	opacity: 1;
	color: #fff;
}*/
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 30px;
	float: left;
	width: 100%;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.or-sep {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 23px 0 16px;
}
.or-sep span {
    position: relative;
    z-index: 1;
    color: #166A94;
    background-color: #fff;
    padding: 0 10px;
    font-size: 17px;
    display: inline-block;
    margin-top: -14px;
    vertical-align: top;
    font-weight: 700;
}
.or-sep:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    top: 0px;
    background-color: #AEC5D0;
    z-index: 0;
}

 .sidebar-popup .title-div h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 7px;
    color: #465e6b;
}
 .sidebar-popup .modal-body h4{
color: #465e6b;
margin-bottom: 5px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
 }
 .sidebar-popup  .price1 {
    padding: 0 10px;
    font-size: 19px;
    color: #333;
}
/***************************** SIDEBAR POPUP *****************************/
.sidebar-popup{ left: auto; padding-right: 0px !important; top: 0px;}
.modal-dialog-right{min-height: 100%; display: -webkit-box; display: -ms-flexbox; width: 100%;z-index: 6;max-width: 350px; width: 350px;
margin: 0px;}
.modal-dialog-right .modal-content{ border: none; box-shadow: 0 0 0 #000; -moz-box-shadow: 0 0 0 #000; -webkit-box-shadow: 0 0 0 #000;
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.modal-dialog-right .modal-body { padding: 20px;}
.modal:after, .sidebar-popup:after { content: ''; position: fixed;top: 0px; right: 0; bottom: 0; left: 0; z-index: 5; background-color: #000;
width: 100%; height: 100%; opacity: .5; }
.sidebar-popup:after {top: 0px;}
.modal-dialog-centered{ z-index: 6; }


@media (max-width:640px) {
.sidebar-popup:after { top: 54px;}
.sidebar-popup { top: 54px;}
}

@media (max-width:480px) {
.modal-dialog-right{ max-width: 280px; width: 280px; }
}

@media (max-width:360px) {
.sidebar-popup:after { top: 52px;}
.sidebar-popup { top: 52px;}
}

@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));}
}



@media (min-width:768px) {
.modal-dialog {
	margin: 0 auto;
	width: 90%;
	max-width: 412px;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
.modal-dialog-right{width: 100%;max-width: 350px; width: 350px;}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}


@media (max-width:350px) {
.modal-dialog-right{ width: 100%; max-width: 100%; }
}


