@charset "utf-8";
/* CSS Document */


#bWrap{
width: 98%;
margin: 17px auto 0 auto;
}

#pWrap{
width: 98%;
margin: 0 auto 0 auto;
}

.txt_btn{
cursor: pointer;
}


#navlgo{
margin-top: 8px;
}




.rpt_pricing_ctr {
width: 100%;
height: 2000px;
margin: 30px auto 0 auto;
border-bottom: solid 1px;
}

.clm_a_hdr{
width:100%;
height: 20px;
margin: 24px 0 0 0;
font-weight: 600;
color: #595959;
}

.clm_a{
width: 33%;
height: 100%;
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.clm_a_txt{
width: 95%;
}
.clm_b{
width: 22%;
height: 100%;
float: left;
}.clm_c{
width: 22%;
height: 100%;
float: left;
}.clm_d{
width: 22%;
height: 100%;
float: left;
}


.clm_dgrey_ctr{
width: 98%;
height: 28px;
margin: 0;
background-color: #e6e6e6;
padding-top: 7px;
}.clm_lgrey_ctr{
width: 98%;
height: 28px;
margin: 0;
background-color: #f1f1f1;
padding-top: 7px;
}
.clm_txt_bx{
width: 96%;
height: 90%;
font-size: 13px;
margin: 0 0 0 5px;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 1px;
}
.clm_txt_bxc{
width: 96%;
height: 90%;
font-size: 13px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 1px;
}


.clm_b_blue_hdr{
width: 98%;
height: 39px;
background-color: #87bde1;
padding-top: 11px;
text-align: center;
margin-top: 4px;
}

.clm_c_green_hdr{
width: 98%;
height: 39px;
background-color: #a1cf71;
padding-top: 11px;
text-align: center;
margin-top: 4px;
}

.clm_d_aqua_hdr{
width: 98%;
height: 39px;
background-color: #b9efef;
padding-top: 11px;
text-align: center;
margin-top: 4px;
}





@media (max-width: 1300px) {
.navbar{
width: 95%;
margin: 0 auto 0 auto;
}	
	
#pricingMainWrapper{
width: 100%;
height: 2200px;
margin: 0 auto 0 auto;
}



}


@media (min-width: 1301px) {
.navbar{
width: 83%;
margin: 0 auto 0 auto;
}	
	
#pricingMainWrapper{
width: 62%;
height: 2200px;
margin: 0 auto 0 auto;
}
	


}


