/* 
	Main Products Landing
	---------------------
	https://www.mawazna.com/bank-accounts
	https://www.mawazna.com/insurance
	https://www.mawazna.com/loans
	
	Responsive css is written in newpages.css
*/
 
 .product-pg-head{   
	padding: 27px 23px 5px; 
	display: inline-block; 
    margin: 5px 0px 0px -23px;
}

.product-pg-head h1 {
	text-align: left;
	margin: 0px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-pg-head p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 4px;
    text-transform: uppercase;
    width: 100%;
}

 ul.landing_prd {
    float: none;
    clear: both;
    margin: auto;
    text-align: center;
    position: relative;
}

ul.landing_prd > li {
    width: 200px;
	margin: 0 0 20px 20px;
	float: left;
    display: block;
}

ul.landing_prd > li a {
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    font-weight: 700;
    height: auto;
	display: block;
    padding-top: 15px;
    font-size: 13px;
	padding: 10px 0px 15px;	
	 border: solid 1px #ccc; 	
    border: .05555556rem solid #e9e9ec;
    border-bottom-color: #a7a8af;
    -webkit-transition: background-color .25s ease-in,color .25s ease-in;
    transition: background-color .25s ease-in,color .25s ease-in;
}

ul.landing_prd > li a:hover {
    background: #066a34 none repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
    outline: none;
}

/* life */

.life ul.landing_prd > li{ width:280px; margin:0 20px 35px 15px}

.life ul.landing_prd > li a{
	padding: 0;
	position:relative;
	border:none;
	overflow:hidden
}

.life ul.landing_prd > li a:hover {
    background: none;
	text-decoration: none;
    outline: none;
}

.life ul.landing_prd > li a img{ height:190px; width: 281px;}

.life ul.landing_prd > li a p {
    text-align: center;
	padding: 0px 10px 10px;
    font-size: 13px;
	color:#fff;
    margin: 0px;	
}

.life ul.landing_prd > li .getQuoteBtn {
    background: #fff;
    border-radius: 5px;
    color: #0c72b9;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
	margin: auto;
    width: 150px;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}

.life ul.landing_prd > li a div{    
	margin:  0 !important;
    font-size: 15px;
    height: auto;
	font-weight: 500;
	position: absolute;
	bottom: -117px;
	width:100%;
	transition: all 0.2s;
	background:rgba(12, 114, 185, .8);
	color:#fff;	
	height: 165px;
}

.life ul.landing_prd > li a:hover div{ bottom:0px;transition: all 0.2s;}

.life ul.landing_prd > li a div .stitle{    
	color: #fff;
    font-size: 15px;
    padding: 14px 0px;
	font-weight:bold
}

/* .life ul.landing_prd > li a:hover .getQuoteBtn{ background:#fff; color:#09bff3;} */

/* end */

ul.landing_prd > li a:visited,
ul.landing_prd > li a:focus{text-decoration: none;outline: none;}

ul.landing_prd > li a span {
	display: block;
    font-size: 13px;
	color: #333;
}

ul.landing_prd > li i{font-size:24px;}

ul.landing_prd > li a .arrow-go {
    background-image: url(../img/arr.png);
}

ul.landing_prd > li a div {
	margin: 15px;
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	height: 45px;
}

ul.landing_prd > li a p{
	text-align: center;
    line-height: normal;
    font-weight: 400;
    color: #333;
	padding:0px 7px;
	height:54px;
    font-size: 12px;
}

ul.landing_prd > li a:hover p, 
ul.landing_prd > li a:hover div{color:#fff;}
ul.landing_prd > li a:hover i{color:#fff}

h2.prd_h2{
	padding: 0px;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
}

.product-pg-head{ display:block !important;}
.product-pg-head h1{ font-size: 29px !important; text-transform:inherit !important}
.product-pg-head p{ text-transform:inherit !important; margin-top:20px !important;}
.product-pg-head .nopadd,.nopadding{ padding:0px !important}

.row1.grey{background: #f7f7f7; padding: 40px 0 30px;}
.row1.white{background: #fff; padding: 40px 0 50px;}

.clear{ float:none !important; clear:both !important; }

.mutual_fund_page ul.landing_prd > li{width: 350px;}

.mutual_fund_page ul.landing_prd > li a p,
.mutual_fund_page ul.landing_prd > li a div{height: 30px;}

@media (max-width: 1024px){
	
	.mutual_fund_page ul.landing_prd > li{ width:250px;}	
}

@media (max-width: 768px){
	
	.mutual_fund_page ul.landing_prd > li{ width:200px;}	
}

@media (max-width: 767px){
	
	
	.product-pg-head h1{font-size:22px!important;}
	
	.product-pg-head{ margin:0 0px 0px -23px;padding: 27px 23px 0px;}
}

@media only screen and (max-width: 680px) {
	
	.life ul.landing_prd > li{ margin:10px}
}

@media only screen and (max-width: 580px) {
	
	.life ul.landing_prd > li{ margin: auto}
	
	ul.landing_prd > li{ float:none !important; clear:both !important; margin:20px auto !important; width:100%}
	
	.mutual_fund_page ul.landing_prd > li{ float:left !important; clear:none !important; margin:5px !important; width:45%}	
	
	h2.prd_h2{ margin-left:0px;font-size: 19px; text-align:center}
	
	ul.landing_prd > li a div{ height: 30px;}
	
	.mutual_fund_page ul.landing_prd > li a p,
	.mutual_fund_page ul.landing_prd > li a div{height: 50px;}
	
	.mutual_fund_page ul.landing_prd > li a {
		height: 192px;
	}
}

@media only screen and (max-width: 360px) {
	
	.mutual_fund_page ul.landing_prd > li{ float:none !important; clear:both !important; margin:20px auto !important; width:100%}
}

