/*card elements*/
.card {    
    border: 1px solid #858688;
    margin-bottom: 20px;
    background-color:#fff ;
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}
.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}
.card .card-bodys {
    padding: 10px 15px 10px 0;
    border-radius: 4px;
}
.card .card-body1 {
    padding: 10px 15px;
    border-radius: 4px;
}
.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}
.card-bordered {
    border: 1px solid #ebedf2;
}
.outer-box .logo img{
    max-height: 80px;
    width: auto;
}
.mxh-50{
    max-height: 150px;
}

.qr-logo{
    padding: 0.5rem 0;
    width: 100px;
    max-height: 90px;
}
.qr-image img{
    width: 90px;
    max-height: 90px;
    left: 0;
}
.apl-image{
    max-width: 350px;
    height: 400px;
}
.apl-image img{
    width: 90%;
    height: 90%;
}
.details p{
    font-weight: bold;
    color: black;
    font-size: 15px;
    margin-bottom: .2rem;
    text-transform: uppercase;
}
.mem-btn{
    justify-content: center;
    width: 100%;
}
.youtube-section{
    padding: 10px;
    height: 500px;
}
.yt-frame{
    width: 100%;
    height: 100%;
}
.appoinment-btn {
	position: absolute;
	right: 0;
	top: 25px;
    margin-left: 10px;
}

.appoinment-btn .thm-btn {	
	font-weight: bold;
	padding: 12px 15px;
	border: 2px solid transparent;
}

@media (max-width: 767px){
    .header-lower .appoinment-btn {
         display: block; 
    }
    .header-lower .appoinment-btn .sp-l {
         display: none; 
    }
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.translate{
    position:relative;
    width: auto;
    right: 0;
}