/* Custom CSS Document */
.fullwidth{	width: 100%; }
.datepicker{ font-size: 14px !important; }
a.registerbtnlink:hover { background-color: #2f4da1; color: white; }
div.card-regular{ border: 0; color: black !important; }
div.header-panel {background-color: white; text-align: left; color: var(--base-color); text-transform: uppercase; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; border-bottom: 1px solid var(--base-color); }
table.table-membercheckout tbody tr > th, table.table-membercheckout tbody tr > td{ border: 0; border-bottom: 2px solid var(--base-color); padding: 15px 0; font-weight: bold; }
table.table-membercheckout tbody tr:last-child > td{ border-bottom: 0;}
table.table-membercheckout tbody tr > td:last-child{ text-align: center;}
img.imgwidth80{width: 100%; padding: 0; margin: 0;}
.signin-area-wrap{text-align: left;}
.single-about-text{min-height: 490px;}
#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link{min-width:90px; padding: 40px 10px; text-align:center;}
/* Drop Down My-Account */
button.my-account{
	font-size: 18px;
	margin-top: 0px;
	height:55px;
	padding-top: 6px;
	width: 145px;
}

div.my-account-dd ul.dropdown-menu{    
}

div.my-account-dd ul.dropdown-menu li{
    font-size: 14px;
    padding: 5px 12px;
    border-bottom: 1px solid #dee2e6;
}

div.my-account-dd ul.dropdown-menu li:hover{
     background-color: #dee2e6;   
}

div.my-account-dd ul.dropdown-menu li:first-child{
    padding-top: 0px;
    margin-top: 0px;
}

div.my-account-dd ul.dropdown-menu li:last-child{
    border-bottom: 0px;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
}
tr.visible-xs{
	display: none !important;
}


/*   User Profile Page */
.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
	overflow: hidden;
}
.profile-img img{
    width: 70%;
    height: auto;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: .5rem;
    width: 150px;
	padding: 10px;    
    font-weight: 600;
    color: #fff;
	background-color: #3B60C9;
    cursor: pointer;
	transition: all .3s ease-out;
}

.profile-edit-btn:hover{
	background-color: #2a489d;	
}

.proile-rating{
    font-size: 14px;
    color: #818182;
    margin-top: -1%;
	margin-bottom: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
	font-weight: bold;
	color: #3B60C9;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;	
}

.user-profile-row{
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 16px;
 }

.user-profile-row span.key{
	font-weight: 600;
}

.user-profile-row span{
	font-weight: bold;
	padding-left: 10px;	
	color: #333;
}


.btn-fb, .btn-li, .btn-tw{
	color: White;
	width: 150px;
	height: 50px;
	font-size: 18px;
}

.btn-fb{
	background-color:  #3b5998;
}

.btn-li{
	background-color:  #0e76a8;
}

.btn-tw{
	background-color:  #00acee;
}

.btn-fb i, .btn-li i, .btn-tw i{
padding-right: 10px;
}


.btn-xlg{
	padding: 10px 40px;
	font-size: 1.6rem;	
}

.btn-xlg, .btn-danger, .btn-reg{
	display: inline-block;
}

/* Home About Area */
#about-area{
   position: relative;
}

.home_about_kubaa{
	max-width: 100%;    
}

.home_about_kubaa img{
	width: 100%; 
    padding-bottom: 20px;
}

.batch_number{
	min-width: 180px !important;
	max-width: 220px;
}

.logo-footer{
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 1289px){
    #about-area .about-area-wrapper .about-content-wrap{
        padding-left: 10px;
    }
}

@media screen and (min-width: 1290px){
    .home_about_kubaa{
        max-width: 550px;
        position: absolute;
        left: -34%;
        top: 15%;
        padding: 0px;
    }    
}



@media screen and (max-width: 600px) {
	.profile-head { margin-top: 15px; }
	.profile-head h5 { color: #3B60C9; font-weight: bold; letter-spacing: 1px; }	
	.profile-img { text-align:left; max-height: 350px !important; overflow: hidden; }
	.profile-img img{
		width: 100%;
		height: auto;		
		max-width: 300px !important;		
		margin-left: 0px;
	}
	
	table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}
	
	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	
	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}
	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}
	
}

/* ### Payment Page */
td#totalpayable{
    text-align: center;
}