body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #5a5b5d;

}
body {
	overflow-x: hidden;
	height: 100%;
	position: relative;
}
@media all and (max-width:550px){
	body {
		font-size: 16px;

	}
}	
.sec-white {
	background: #fff;
	padding: 50px 20px;
	margin: 50px auto 0px auto;
}
.sec-blue {
	background: #54565a;
	padding: 50px 20px;
}
.sec-gray{
	background: #f5f5f5;
	padding: 80px 20px;
	margin: 50px auto 0px auto;
}
.sub-sec-lgray {
	background: #edf1f5;
	padding: 50px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.no-mar-top {
	margin-top: 0px;
	padding-top: 0px;
}
.content-ctrl-a {
	width: 740px;
	margin: auto;
}
.content-ctrl-b {
	width: 1150px;
	margin: auto;
}
.bg-1 {
	background: #f9d32e;
}
.bg-2 {
	background: #333;
}
.bg-3 {
	background: #9bdded;
}
.bg-4 {
	background: #febc0d;
}
.bg-5 {
	background: #d7b9da;
}

.btn-tc {
	color: #30b5b2;
	font-weight: bold;
	padding: 20px;
	cursor: pointer;
}

	




.takaful-group, .takaful-account-group {
 display: flex;
}
.takaful-group .col-md-4, .takaful-account-group .col-md-4 {
	flex: unset;
}
@media all and (max-width:700px){
	.takaful-group {
	 display: block;
	}
	.takaful-group .col-md-4 {
	 margin: auto;
	}
}	

.takaful-group input[type="radio"], .takaful-account-group input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
  display: none;
}

.takaful-group label:last-of-type, .takaful-account-group label:last-of-type {
 margin-right: 0;
}

.takaful-group label {
	display: flex;
  	flex: auto;
  	vertical-align: middle;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
  	cursor: pointer;
  	width: 99%;
	color: #5a5b5d;
  	border: 2px solid #6f6e6e;
	background: #fff;
  	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	user-select: none;
  	margin-bottom: 30px;
}

.takaful-group input[type="radio"]:checked + label {
  color: #fff;
	background: #5a5b5d;
}

.takaful-group input[type="radio"]:hover:not(:checked) + label {
 color: #fff;
	background: #5a5b5d;
}



.takaful-account-group label {
	display: flex;
  	flex: auto;
  	vertical-align: middle;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
  	cursor: pointer;
  	width: 99%;
	color: #fff;
	background: #909090;
  	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	user-select: none;
  	margin-bottom: 30px;
  	margin-left:10px;
  	margin-right:10px;
}

.takaful-account-group input[type="radio"]:checked + label {
	background: #30b5b2;
}

.takaful-account-group input[type="radio"]:hover:not(:checked) + label {
	background: #30b5b2;
}






.display_nn {
	display: none;
}









.btn-km {
	font-size: 10px!important;
	padding: 5px!important;
	min-width: 80px!important;
}
hr {
	border-top: 4px solid rgba(0,0,0,.1)!important;
}
/*Global*/
h2,h3,strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 30px auto 60px auto;
	text-align: center;
}
h3 {
	font-size: 25px;
	text-transform: uppercase;
	padding: 30px auto;
	text-align: center;
}
.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none!important;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 20px;
	border: 0px!important;
	min-width: 100px;
	color: #fff;
	margin: 10px auto;
}
.btn:hover {
	color: #fff;
}
.bgc1 {
	background: #54565a;
}

.form-control {
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	border-radius: 10px!important;
	font-size: 13px;
	background: none!important;
}
.swiper-pagination-bullet {
  width: 15px!important;
  height: 15px!important;
}  
.swiper-button-prev {
  background: url(../img/svg/l-arrow.svg) no-repeat;
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
	height: 100px!important;
}
.swiper-button-prev{
	left: 0px!important;
}

.swiper-button-next {
  background: url(../img/svg/r-arrow.svg) no-repeat;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
	right: -10px!important;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.font-st-u {
	text-transform: uppercase;
}
.dsktp-block {
	display: block;
}
.main-desc {
	height: 40px;
	font-weight: 500;
}
.desc-a {
	font-size: 11px;
}
.sub-t {
	font-size: 15px;
}
.img-thmb {
	border: 1px solid #2551a7;
	width: 100%;
	margin: 10px auto;
}
.footer {
	color: #fff;
	margin-bottom: 0px!important;
	background: url(../img/footer-bg.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	height: 480px;
}
@media all and (max-width:1150px){
	.dsktp-block {
		display: unset;
	}
	.content-ctrl-b {
		width: 100%;
	}
	.main-desc {
		height: auto;
	}
}
@media all and (max-width:900px){
	.content-ctrl-a {
		width: 100%;
	}
	.col {
		width: 50%;
		display: block!important;
		float: none!important;
		flex-basis:unset;
		padding-bottom: 20px;
		flex-grow:0;
	}
}
@media all and (max-width:500px){	
	.col {
		width: 100%;
	}
}

b span {
	color: #b68a1c;
	font-weight: 700;
}
.terms-cond p {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}
.terms-cond h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.view-tc {
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}


.product_ctrl img {
	width: 100%;
}

.col-md-4 {
	padding: 2px;
}

.footer-arrow-top {
	width:100%;
	position: relative;
	text-align: center;
	bottom: -28px;
}
.social-media img{
	padding: 0 2px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer h3 {
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 5px;
	color: #fff;
}
.footer-col {
	padding-bottom: 20px;
}

.logo-h {
	clear: both;
}
@media all and (max-width:991px){
	.col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media all and (max-width:768px){
	.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.btn-download {
    width: 150px !important;
    margin-top: -45px;
    float: left;
    position: relative;
}


.txt-field {
	border:0px;
	width: 70%;
	background: none!important;
}
.txt-field:focus {
  outline: none;
}

.bg-main {
	background: #ebebeb;
}

.form-select {
	width: 100%;
}


.form-wrapper h3 {
	color: #1d6487;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	border: 1px solid #54565a;
}
.tfield-ctrl {
	margin-bottom: 5px;
}
label {
	display: inline-block;
	text-align: left;
	margin-bottom: 0px;
	width: 150px;
}
.form-control {
	width: 350px;
}
.form-ctrl {
	width: 100%;
	position: relative;
	z-index: 9;
}
.btn-alignment {
	text-align: right;
	padding: 0px;
	border: 0px;
	background: none;
}
@media all and (max-width:600px){
	label {
		display: block;
		width: 100%;
		text-align: left;
	}
	.form-control {
		width: 100%;
		display: block;
	}
	.form-ctrl {
		display: block;
		width: 100%;
	}
	.tfield-ctrl {
		margin-bottom: 15px;
	}
	.nnja {
		display: none;
	}
}





.bg-1 {
	background: url(../img/banner-1.jpg) center center;
	background-size: cover;
	height: 100%;
}
.bg-2 {
	background: url(../img/banner-2.jpg) center center;
	background-size: cover;
	height: 100%;
}
.bg-3 {
	background: url(../img/banner-3.jpg) center center;
	background-size: cover;
	height: 100%;
}




.swiper-container {
width: 100%;
}

@media all and (max-width:1000px){
	.swiper-slide {
		height: 500px!important;
	}
}
@media all and (max-width:720px){
	.swiper-slide {
		height: 400px!important;
	}
}
@media all and (max-width:570px){
	.swiper-slide {
		height: 250px!important;
	}
}
@media all and (max-width:470px){
	.swiper-slide {
		height: 230px!important;
	}
}

.swiper-pagination, .swiper-pagination span, .swiper-button-next, .swiper-button-prev {
	color: #fff!important;
	--swiper-theme-color:#fff!important;
}

.vh100 {
	height: 94vh;
}
@media all and (max-width:1000px){
	.vh100 {
		height: 100%;
	}
}





.logo {
	width: 90%;
	max-width: 400px;
	margin: auto;
	padding: 40px 0;
}

.banner-main {
	max-width: 1200px;
	width: 100%;
	margin: auto;

}
.intro-content {
	font-size: 15px;
}
.taaleem-ctrl {
	max-width: 900px;
	margin: auto;
	width: 100%;
}
.taaleem-ctrl h2{
	display: block;
	background-color: #54565a;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 5px;
}

.taaleem-ctrl h3{
	background: #b89131;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	width: 280px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -15px;
}

.img-awards {
	width: 23%;
	display: inline-block;
	text-align: center;
	margin: 5px;
	border:1px solid #f6f6f6;
}
.info-wrap {
	border: 2px solid #f6f6f6;
	margin-top: 30px;
	margin-bottom: 30px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iw-l {
	flex: 0 0 49%;
	max-width: 49%;
	margin-right: 8px;
}

.no-mar {
	margin: 0px;
}
.no-pad {
	padding: 0px;
}

.services a {
	display: inline-block;
	text-align: center;
	vertical-align:top; 
	width: 200px;
}
.ico-f a {
	display: inline-block;
	text-align: center;
	vertical-align:top; 
	width: 110px;
	text-decoration: none;
	color: #5a5b5d;
}

.ico-f a span {
	display: block;
	padding-top: 10px;
	line-height: 12px;
}

.plan-ctrl {
	display: inline-block;
	margin: auto;
}
.pctrl-w-33p {
	width: 32%;
	margin: auto 3px;	
	margin-bottom: 30px;
}
.pctrl-w-50p {
	width: 50%;
}
.plan-ctrl h5 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	background: #b89131;
	color: #fff;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
}
.bg-v2 h5{
	background: #5a5b5d!important;
}

.plan-ctrl h5 small{
	font-size: 10px	;
	font-weight: 300;
}

.plan-content-ctrl {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	border-top: 0px;
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;

	text-align: left;

}

.pnl-1, .pnl-2 {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.pnl-2 span {
	font-size: 20px;
	font-weight: 500;
}
.pnl-2 span small {
	font-size: 11px;
	font-weight: 300;
}
.pnl-2 p {
	font-size: 11px;
	line-height: 15px;
}
.pnl-2 {
	padding-left: 8px;
}
.clear {
	clear: both;
}
.st-v2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.dblock {
	display: block;
}

.vcenter-item{
	display: flex;
	align-items: center;
}
.img-margin {
	margin: 5px;
}
@media all and (max-width:900px){
	.dblock {
		display: none;
	}
	.taaleem-ctrl h2 {
		font-size: 18px;
	}
	.services a {
		width: 90%;
	}
	.info-wrap {
		width: 90%;
		margin: auto;
		flex:unset;
		max-width: unset;
		margin-bottom: 30px;
		}
	.taaleem-ctrl h3 {
		width: 100%;
	}
	.img-awards {
		width: 100%;
	}
	.pctrl-w-33p {
		width: 90%;
	}
	.ico-f a {
		width: 120px;	
		display: inline-block;
		margin-bottom: 20px;
	}
	.ctrl-tkf {
		padding: 0 30px;
		margin-bottom: 40px;
	}
}


.container {
	max-width: 1300px;
	position: relative;
	z-index: 2;
}




.fs1 {
	color: #754599
}
.fs2 {
	color: #2ebfd9;
}
.btnlink {
	display: block;
	background: #754599;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 15px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 230px;
	margin: auto;
}
.btnlink:hover {
	color: #6fe3ef;
	text-decoration: none;
}


.btnlink2 {
	display: block;
	background: #7dddea;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 15px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width: 500px;
	width: 90%;
	margin: auto;
}
.btnlink2:hover {
	color: #754599;
	text-decoration: none;
}

.footer-ctrl {
	position: absolute;
	z-index: 9;
	width:100%;
	bottom: 0px;
}
.footer-ctrl p {
	color: #754599;
}

.btnlink3 {
	display: block;
	background: #7dddea;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 15px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 200px;
	margin: auto;
	border: 0px;
}
.btnlink3:hover {
	color: #754599;
	text-decoration: none;
}

.text-img img{
	height: 100px;
	width: auto;
}
@media all and (max-width:550px){
	.text-img img{
		height: auto;
		width: 90%;
	}
}

.text2-img img{
	height: 200px;
	width: auto;
}
@media all and (max-width:550px){
	.text2-img img{
		height: auto;
		width: 90%;
	}
}


.icons {
	width: 80%;
	max-width: 200px;
	margin: auto;
}


.fl_img-1 {
	width: 250px;
	position: absolute;
	top: 20px;
	left: -120px;	
}
.fl_img-2 {
	width: 600px;
	position: absolute;
	top: -180px;
	right: -120px;	
}
.fl_img-3 {
	width: 460px;
	  position: absolute;
	  right: -280px;
	  margin-top: -350px;
}
.fl_img-4 {
	width: 800px;
  position: absolute;
  right: -100px;
  margin-top: -600px;
  z-index: 0;
}
.fl_img-5 {
	width: 520px;
  position: absolute;
  right: -150px;
  margin-top: -590px;
  z-index: 0;
}
.fl_img-6 {
	width: 418px;
  position: absolute;
  margin-top: -371px;
  right: 30px;
}
.fl_img-7 {
	width: 1140px;
  position: absolute;
  left: -50px;
  margin-top: -130px;
  z-index: 0;
}
.fl_img-8 {
	width: 308px;
  position: absolute;
  left: -100px;
  bottom: 160px;
}
.fl_img-9 {
  width: 80px;
  position: absolute;
  right: 80px;
  bottom: 450px;
}
.tnc p {
	font-size: 12px;
	text-align: center;
} 
.tnc {
  margin-bottom: -50px;
  margin-top: 160px;
}
@media all and (max-width:550px){
	.benefits p{
		padding: 0 50px;
	}
	.logo-yi {
		margin: auto;
		display: block;
	}
	.tnc {
	  margin-bottom: 0px;
	  margin-top: 0px;
	}
	.footer {
		height: 510px;
	}
	.fl_img-1 {
	  width: 224px;
	  position: absolute;
	  top: 20px;
	  left: -132px;
	}
	.fl_img-2 {
		width: 450px;
		  position: absolute;
		  top: -180px;
		  right: -250px;
	}	
	.fl_img-6 {
		display: none;
	}
	.fl_img-6_mobile {
		display: block!important;
		width: 280px;
		margin: auto;
	}
	.fl_img-8 {
	  width: 248px;
	  position: absolute;
	  left: -120px;
	  bottom: 290px;
	}
	.fl_img-9 {
	  width: 40px;
	  position: absolute;
	  right: 13px;
	  bottom: 650px;
	}
}



.sticky-nav-active {
	position: fixed;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,.9);
	z-index: 9;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	border-bottom: 1px solid #eee;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.desktop-nav {
	position: absolute;
	right: 20px;
	z-index: 999;
	top: 73px;
	right: 17%;
}
.desktop-nav, .desktop-nav a {
	color: #754599;
	font-size: 15px;
}
.sticky-nav-active .desktop-nav, .sticky-nav-active .desktop-nav a {
	color: #000000;
}

.desktop-nav span {
	padding: 0 20px;
}
.mobile-nav {
	display: none;
}
@media all and (max-width:800px){
	.mobile-nav {
		display: block;
	}
	.desktop-nav {
		display: none;
	}
}	

#body_slide_nav {
	transition: 0.5s;
	right: 0px
}
#open_nav {
	font-size:30px;
	cursor:pointer; 
	position: absolute; 
	right: 16px; z-index: 9;
	top:3px;

}
#close_nav {
	font-size:30px;
	cursor:pointer; 
	position: absolute; 
	right: 10px; z-index: 9;
	display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #3c3c3c;
  padding: 20px 0 10px 0;
  width: 80%;
  margin: auto;
}

.sidenav img {
	width: 150px;
	padding-left: 30px;
	padding-bottom: 50px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.no-orphan {
	display: block;
}
@media all and (max-width:1300px){
	.no-orphan {
		display: inline-block;
	}
}	

@media all and (max-width:800px){
	.static-menu {
		background: none!important;
	    height: 60px;
	    position: absolute;
	    z-index: 10;
	    width: 100%;
	}
	
}