.popup_container {
    position: relative;
    width:100%;
    z-index:9999999;
}
.popup_box {
    padding: 0 15%;
    position: absolute;
    bottom:0;
    left:0;
    overflow: hidden;
    width:100%;
    

    transition: height 1s;
    transition-timing-function: ease;
}
@media (min-width: 768px) {
    .popup_box {
        padding: 0 30%;
    }
}

.popup_box_hide {
    height:0;
}

.popup_box_show {
    height:500px;
}

.card_btn {
    margin: auto;
    width:100px;
    height:100%;
}

.overlay-blur {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(6px);
    z-index:99999;
}

.overlay-hide {
    display:none;
}


/*Thank Session*/
.thank_container {
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	padding: 0px;
	margin: 0px;
}

.thank_container ul li {
	padding: 40px 0;
	background-color :#ff6600;
	color: #fff;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	line-height: 30px;
}

.thank_container ul li:last-child {
	background-color: #fff;
	padding: 20px 0px;
}

.thank_container input[type="submit"] {
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    width: 40%;
    box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	 background: #ff6600;
    border: 1px solid #ff6600;
}
.thank_container a:link {
	color: #fff;
}

.thank_container_error ul li {
    background: #f00 !important;
}

.thank_container_error ul li:last-child {
	background-color: #fff !important;
	padding: 20px 0px;
}

iframe {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.view-more-btn {
	margin-top: 10px;
	display: block;
}