/*
	https://www.mawazna.com/life-insurance//term-life-protection
*/

.text-center.col-lg-4.col-md-4.col-sm-4.col-xs-12{
	cursor:auto;
}

div.tab-content {
    background: #FFF;
    padding: 20px !important;
    display: block;
}

.grey {
    background: #f7f7f7 !important;
}

.logos.row1.ind{ border:none}
.lp_txt{ padding:30px 0 30px}
.white{ background:#fff}

h2.title3 {
    color: #333;
    float: left;
    font-size: 30px !important;
    font-weight: 100;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.hp-how-to-box {
    text-align: center;
    font-weight: 300;
}

.hp-how-to-box h3 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.stpicon {
    text-align: center;
    height: 84px;
}

.types .stpicon {
    height: 64px;
}

.planboxes .pbox{ 
	background:#fff;
	height:323px;	
	border-left: 1px solid #eaeaef;
    border-bottom: 1px solid #eaeaef;
    transition: background-color 0.1s ease;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.planboxes .pbox ._pimgbox{
	top: -55px;
    max-height:97px;
	left: 35%;
	background: #f8f9fa;
	vertical-align: middle;   
	border: 1px solid #eee; 
	position: absolute;
	border-radius: 5px;
	width:108px; 
	padding: 5px;
}

.planboxes .pbox .pimgbox{ 
	padding:10px 10px 10px;  
	background: #fff;
}

.planboxes .pbox .pimgbox img{ max-width:100%; max-height:65px;}

.planboxes .pbox h3{height: 23px; display:block; margin:0px; font-size:21px; margin:56px 10px 5px; text-align:center; font-weight: lighter;}

.planboxes .pbox .covered{ 
	padding: 20px 15px;
	float:left;
	text-align:left;
	width:48%;
}

.planboxes .pbar{float:left; border-right:solid 1px #f7f7f7; width:3%;height: 40px; margin-top: 25px;}

.planboxes .badge{
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #0c72b9;
	color:#fff;
    font-weight: var(--weight-600);
    height: 28px;
    min-width: 90px;
	border-radius: 4px;
    font-size: 12px;
	text-align:center;
	padding:8px 0;
    position: absolute;
    right: 15px;
    top: -28px;
    text-transform: uppercase;
}

.planboxes .badge:before {
    -webkit-transform: rotate(0deg);
    border-color: transparent #0c72b9 #0c72b9 transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    left: -25px;
    position: absolute;
    top: 0;
    transform: rotate(0deg);
}

.planboxes .pbox .ppremium{ 
	padding: 20px 15px;
	float:right;
	text-align:right;
	width:45%;
}

.planboxes .pbox .unit{ font-size:15px; bottom:0; color:#9a9a9a}
.planboxes .pbox .valu{ font-size:20px;font-weight:bold; font-family:Alleyn,Arial,sans-serif;}
.planboxes .pbox .currency{ font-size:20px; font-weight:bold; font-family:Alleyn,Arial,sans-serif;}

.clearall{ clear:both; float:none}

.planboxes .pcomparemore{ border-top: 1px solid #e7e9eb; border-bottom: 1px solid #e7e9eb; padding:7px 14px 10px 5px}

.planboxes .pbox .pterm ._one{ padding:0px 15px; font-size: 15px;font-weight:normal;color: #9a9a9a; font-weight: lighter;text-align: center;}
.planboxes .pbox .pterm ._two{ float:right; padding:0px 15px;font-size: 13px;}

.planboxes .check-set{ float: left; width: 40%;}
.planboxes .check-set input[type="checkbox"]{ position:absolute !important}
.planboxes .check-set input[type="checkbox"] + label{ margin-top:10px; text-transform: uppercase; color: #b3b3b3; cursor: pointer;}
.planboxes .check-set input[type="checkbox"]{cursor: pointer}

.planboxes .pbox .more-info{ 
	float: right;    
	display: block;
    border: solid 1px;
    padding: 4px;
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
    text-transform: uppercase;
    width: 100px;
	color: #b3b3b3;
	border: 1px solid #e3e3e3;
}

.planboxes .pbox:hover {box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);}
.planboxes .pbox:hover .check-set input[type="checkbox"] + label{ border: 1px solid #0c72b9; color:#0c72b9; }
.planboxes .pbox:hover .more-info{ border: 1px solid #0c72b9; color:#0c72b9; }

.planboxes .pbox:hover .button{ background: #006642; }
.planboxes .button:hover{ background:#006642 !important}

.planboxes .pbox .more-info:hover,
.planboxes .pbox .more-info:visited,
.planboxes .pbox .more-info:focus{text-decoration:none;}

.planboxes .pbox .more-info:hover{ 
	text-decoration:none;
	background:#0c72b9;
	color:#fff;
}

.planboxes .pbox:hover .more-info{ background:#0c72b9; color:#fff;}

.planboxes .pbox .button {
    display: block;
    width: 100%;
	margin-top:5px;
    background:#008255;
	color:#fff;
    padding-top: 16px;
    padding-bottom: 18px;
    text-align: center;
	text-transform:uppercase;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: opacity 0.15s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.15s ease-in-out, background-color 0.2s ease-in-out;
}

.planboxes .pbox .button:hover,
.planboxes .pbox .button:visited,
.planboxes .pbox .button:focus{text-decoration:none;}
.planboxes .pbox .button:hover{ background:#008255; color:#fff}

.planboxes .real-data{ display:none; margin:61px 0px 70px;}

.planboxes .logo-container .logos {
    width: 40px;
    padding-right: 5px;
}

/* box fillers  */

.planboxes .wrapper-cell {
	background: #fff;
	height:325px;	
	margin-bottom: 30px;
	padding: 10px;
    position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background, .planboxes .image, .planboxes .text-line, .empty1, .empty2, .empty3, .button, .desktoplogo{
	-webkit-animation-duration: 1.25s;
		  animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
		  animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
		  animation-timing-function: linear;
	background: #f6f6f6;
	background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
	background-size: 800px 104px;
	height: 96px;
	position: relative;
}

.planboxes .image {
	height: 78px;
    width: 95px;
    position: absolute;
    top: -44px;
    left: 35%;
    padding: 5px;
    border-radius: 5px;
}

.planboxes .button {
	height: 48px;
    width: 124px;
    padding: 5px;
	margin-top: 14px;
	margin:auto;
    border-radius: 5px;
}

.planboxes .desktoplogo {
    padding: 5px;
    border-radius: 5px;
	height:70px;
	width: 80px;
	margin: 37px;
    text-align: center;
}

.dummy-placeholder{ margin:50px 0px;}

.planboxes .text {
  margin-left: 20px;   
  position: relative; 
  width:88%
}

.planboxes .text-line {
	height: 10px;
    width: 100%;
    margin: 25px 0 6px;
}

.planboxes .desktop .text-line{ margin: auto;height: 7px; width: 79px;}
.planboxes .desktop .handb {border-right: solid 1px #f8f8f8;height: 160px;}
.planboxes .desktop .wrapper-cell{ height: 160px; padding:0;margin: 0px}
.dummy-placeholder.desktop{padding: 0px;border: solid 1px #f7f7f7; margin: 10px 0px;}

.planboxes .empty1{width:45%; float:left; margin-top:30px; height:60px}
.planboxes .empty2{width:45%; float:right; margin-top:30px; height:60px}

.planboxes .empty3{ 
	width:100%; 
	margin-top: 30px;
	left: 0px;
    height: 57px;
    position: absolute;
    bottom: 0px;
}

.mwz_phone_form{ width:90%; overflow: auto; max-width:1100px; top: 52%; height:100%}

@media (max-width: 768px){
	
	.lp_txt{padding:0px 0 30px}
	
	.planboxes .image,
	.planboxes .pbox ._pimgbox {
		left: 41%;
	}
}

@media only screen and (max-width: 500px){
	
	.compare.check-set {
		text-align: left;
		margin-top: 0px !important;
	}

	.mwz_phone_form{ top:55%}
	
	.logos.row1 {
		padding: 25px 10px;
	}
	
	.planboxes .image,
	.planboxes .pbox ._pimgbox {
		left: 36%;
	}
}














