/* Designed by HETA */

/* Responsive Ext*/
@media (min-width:768px){
	
	#registersection , #loginsection {
		float: left;
		display:block;
	}
	.registerform .col-md-6 {
		float: left;
		display:block;
	}
	.navbar-expand-md div.navbar-collapse {
		display: block !important;
	}
	.navbar-expand-md .navbar-nav {float: right;}

}

/* */

@media (max-width:767px){
	
	
}

/* End of Resp. */

/* Payment */
.tabheading {
    width: 50%;
    background: #637b91;
    color: #fff;
    padding: 10px;
    text-transform: capitalize;
    font-size: 22px;
    text-align: center;
}
.tabproduct , .tabprice {
    width: 50%;
    background: #2275bc;
    color: #fff;
    padding: 10px;
    text-transform: capitalize;
    font-size: 22px;
    text-align: center;
} 
.tabproduct , .tabheading:first-child {
    border-right: 1px solid #fff;
} 


/* Product Page */
.productgrid {display: inline-block;}
.product {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: block;
    background: #efefef;
    border-radius: 6px;
}
.product .packagename {
    padding: 10px 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.product .packageimg {
    width: 100%;
    display: block;
}
.packagedetails {
    display: inline-block;
    margin: 20px 0;
    padding: 0 8px;
}
.act {
    display: inline-block;
    width: 100%;
}
.act span:first-child {font-weight: 600;}
.act span {
    padding: 6px;
    line-height: 24px;
    display: block;
    width: 50%;
    float: left;
}

.price {
    font-size: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ebfaff;
}
a.buttonbuy {
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    background: #0e75bc;
    color: #fff;
}

span.oldprice {
    color: grey;
    text-decoration: line-through;
}

/* En of Product Page */




/* Login Page */
main .content-wrapper {
background: rgb(165,214,214);
background: linear-gradient(45deg, rgba(165,214,214,1) 0%, rgba(255,218,242,1) 100%);
}
main.py-4 {padding: 0 !important;}

.auth-form-light.logreg {
    background: rgb(255 255 255 / 50%);
    display: inline-block;
    border: 8px solid #fff;
}
.sectiontitle.login {
    background: #515b64;
    padding: 20px 10px;
}
.sectiontitle.login h3 {
    margin: 0;
    color: #fff;
}
.logreg .content {	padding: 20px 1em;}
.logreg form {	margin-top: 40px;}
.form-group label {
    margin: 0;
    padding-bottom: 4px;
}
.auth form div.form-group {	margin-bottom: 10px;}
.checkpos {    margin-left: 10%;}
.form-check label.form-check-label {	margin-left: 10px;}
.submitpos { margin-left: 0%;}

.btn.btn-primary {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background: #509918;
    border-color: #7cc345;
}

.btn {    padding-left: 5px;}

#loginsection {border: 1px solid #515b64;}
.logreg #loginsection .content {background: #fff;}


#registersection {}
#registersection h3 {
    font-size: 2em;
    text-align: center;
    display: block;
    margin-top: 25%;
}
#registersection p {
    text-align: center;
    font-size: 1em;
    line-height: inherit;
    width: 80%;
    margin: 20px auto;
}

a.registerbutton {
    color: #fff;
    background: #515b64;
    padding: 10px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 80%;
    margin: auto;
    border-radius: 4px;
    border-bottom: 6px solid #ddd;
}

/* Register Page */

.logo img {
    margin: 2em auto;
    display: block;
}
h6.fw-light {}
.registerform {
	margin-top: 2em;
	display: inline-block;
}
.registerform .form-group.row { margin: 5px 0px;}
.registerform .form-group.row.formbutton {
    margin-top: 20px;
    display: inline-block;
}

.registerform .form-check {margin: 3px 0 0 50px;}
.registerform .form-check:first-child    {margin-top: 20px;}
/* Reset Pass */

.summaryorder {
    display: block;
    margin-top: 40px;
}
.summaryorder .btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    line-height: 28px;
    background: #2375bc;
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 600;    
}







