body{
    background: #fafbfd !important;
}

.reward{
	text-align: center;
	background-color: #0c95f5;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin: 0px;
	border-radius:15px 15px 0px 0px ;
	font-weight: 800;
	font-family:Montserrat;
}

.img_p{
	height: 170px;
}

.min_p{
	margin-top: 30px;
}


.p_gift{
	border: 1px solid black;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
    min-height: 320px;
	
}

.main_p{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.28);
	background-color: white;
	border-radius: 0 0 15px 15px;
	margin-right: calc(-.0 * var(--bs-gutter-x)) !important; 
    margin-left: calc(-.0 * var(--bs-gutter-x))!important; 
}

.gift{
	font-size: 18px;
	margin: 0px !important;
	text-align: center;
	font-family:Montserrat;
	color: black;
	text-decoration: none !important;
	margin-top: 7px;
}

.gift: hover{
	text-decoration: none !important;
	color: black;
}

.product_list{
	border: 1px solid black;
	width: 18.2%;
	padding: 20px 25px 10px 25px;
	border-radius: 15px;
	margin: 10px;
}

.cards{
	float:right;
	font-size: 10px;
	margin: 0px;

}




.p_earned{
    width: 30%;
    display: flex;
    align-items: center;
    }

.pp_earned {
    padding-left: 0px;
    width: 37%;
    display: flex;
    align-items: center;
}

.ppp_earned {
    height: 58px;
    margin-top: 12px;
    width: 314.17px;
}

.pppp_earned {
    height: 58px;
    margin-top: 12px;
    width: 251.07px;
}
.main_cons {
    display: flex;
    width: 95%;
    margin: auto;
}

.main_cons{
  font-family: "Montserrat";  
}

.ex_btn {
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    padding: 10px 7%;
    background: #0c95f5;
    border: none;
    color: white;
    text-decoration: none;
    letter-spacing: 0.205em;
    line-height: 19px;
    float: right;
}

.ex_btn:hover{
text-decoration: none;
color: white;
}

.add_btn:hover{
text-decoration: none;
color: white;
}

.add_btn{
font-size: 15px;
    border-radius: 12px;
    padding: 10px 7%;
    background: #0c95f5;
    border: none;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.205em;
    line-height: 19px;
    float: right;
}

.earned{
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
}

.earnedp{
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
}


.change:hover{
	text-decoration: none;
	color: black !important;
}


/* Header css start */
.header {
    background: white;
    width: 100%;
    padding: 10px 0;
}
.login_options {
    font-size: 13px;
    text-transform: uppercase;
    color: #CAC9C9;
    font-family: "Montserrat";
    font-weight: 500;
}
.login_options > div > p:hover {
    color: black;
    cursor: pointer;
}
.login_options > div > p {
    transition: all 0.5s ease;
}
.container_sec {
    padding: 0 140px;
}
.header .container_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.navigation_bar span {
    width: 17px;
    height: 2px;
    display: block;
    background: black;
    margin: 4px 1px 4px 0;
    border-radius: 5px;
}
.login_options span {
    padding: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.navigation_bar {
    padding: 15px 0 15px 30px;
    cursor: pointer;
}
.header_options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
}
.project_logo img {
    height: 130px;
    width: auto;
}
.login_options>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.login_form {
    position: absolute;
    width: 360px;
    left: -62px;
    right: 0;
    top: 30px;
    bottom: auto;
    border-radius: 7px;
    background: white;
    filter: drop-shadow(0px 10px 12.5px rgba(0, 0, 0, 0.2));
    padding: 7px 27px;
    display: none;
    z-index: 1;
}
.login_form .input_section {
    margin-bottom: 17px;
}
.login_form .input_section.btn_section {
    margin: 0 0 44px 0;
}
/* Header css end */










@media only screen and (min-width: 200px) and (max-width: 400px){

	.main_p {
   padding-left:1px;
   padding-right: 1px;
    
}

.img_p1{
	width: auto !important;
	height: auto;
}

.main_cons{
	display: block;
	text-align: center;
	width: 100%;
	
}

.p_earned{
	width: 100%;
}

.pp_earned{
	width: 100%;
}

.ppp_earned{
	width: 100%;
}

.pppp_earned{
	width: 100%;
	margin-top: 30px;
}



.product{
	
	padding: 0px 25px 25px 25px;
	
}

}


@media only screen and (min-width: 401px) and (max-width: 767px){


.main_p {
   padding-left:1px;
   padding-right: 1px;
    
}

.img_p1{
	width: auto !important;
	height: auto;
}

.main_cons{
	display: block;
	text-align: center;
	width: 100%;
	
}

.p_earned{
	width: 100%;
}

.pp_earned{
	width: 100%;
}

.ppp_earned{
	width: 100%;
}

.pppp_earned{
	width: 100%;
	margin-top: 30px;
}


.product{
	
	padding: 0px 25px 25px 25px;
	
}

}


@media only screen and (min-width:768px) and (max-width: 1300px){

.main_p {
   padding-left:1px;
   padding-right: 1px;
    
}



.main_cons{
	display: flex;
	text-align: center;
	width: 100%;
	
}

.p_earned{
	width: 50%;
}

.pp_earned{
	width: 50%;
}

.ppp_earned{
	width: 50%;
}

.pppp_earned{
	width: 50%;
	margin-top: 30px;
}


.product{
	
	padding: 0px 25px 25px 25px;
	
}

}








#logout{
        display: none;
        float: right;
        padding: 10px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
        
       }


       #logout div label a{
        font-family: "Montserrat";
        font-size: 20px;
        color: #0c95f5 !important;
       }

       #logout div label a:{
        font-family: "Montserrat";
        font-size: 20px;
        color: #0c95f5 !important;
       }
     
       #navbar{
        margin-right: 50px;
     }