

.sectionOverlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	display:none;
    z-index: 99999;
}
.show {
    display: block;
}
.sectionOverlay .overlayer {
    background:rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.sectionOverlay .popup {
    background:#ffffff;
    border-radius: 8px;
    left: 50%;
    max-width:800px;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.cros-icon {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
}


.mid-cntnr > h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

.info-cntnr p {
    padding-bottom: 15px;
}
.info_list > li {
	padding-bottom:10px;
}
.info-cntnr {
    display: table;
    width: 100%;
}
.info-cntnr .left_pnl{
    display: table-cell;
    width:65%;
	padding-right:20px;
	vertical-align:top;
}
.info-cntnr .rght_pnl{
    display: table-cell;
    width:35%;
	padding-left:20px;
	vertical-align:middle;
}
.bottom-info sup {
    color: #23abc9;
    display: inline-block;
    vertical-align: text-top;
}
.bottom-info p {
	font-size:13px;
	padding:0;
}
.bottom-info {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 0;
}

.info-cntnr .left_pnl {
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    padding-right: 20px;
    width: 65%;
}
.pymnt-btn .btn-theme {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #ffffff;
    font-size: 20px;
    padding: 14px;
	font-weight:normal;
}
.pymnt-btn .btn-theme.blue {
    background-color: #0099ff;
    border-color: #0099ff;
}
.smallSize {
    font-size: 14px;
}

.pymnt-btn > p {
    padding: 0 0 5px;
    text-align: center;
}
.pymnt-btn {
    padding: 20px 0;
	position: relative;
}
.sprateLne:after {
    background:#e0e0e0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 60%;
}


.left_pnl p a:hover {
    color: #000000;
}

.noscroll {
    overflow: hidden;
}

@media screen and (max-width: 767px) {

.noscroll {
     overflow: scroll;
}
.sectionOverlay {
    position: absolute;
}
	.info-cntnr .left_pnl,.info-cntnr .rght_pnl{display: block;width:100%;padding:10px;border:none;}

.sectionOverlay .popup {
    position: absolute;
	margin-top:100px;
}
}