/*!
 * Convert2Web by Spencer.ph
 * v4.5.0
*/
@font-face {
    font-family: 'Gotham Book';
    src: url('../../fonts/Gotham-Book.eot');
    src: url('../../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../../fonts/Gotham-Book.woff2') format('woff2'), url('../../fonts/Gotham-Book.woff') format('woff'), url('../../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.eot');
    src: url('../../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/Gotham-Medium.woff2') format('woff2'), url('../../fonts/Gotham-Medium.woff') format('woff'), url('../../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../../fonts/Gotham-Bold.eot');
    src: url('../../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Gotham-Bold.woff2') format('woff2'), url('../../fonts/Gotham-Bold.woff') format('woff'), url('../../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #5a5b5d;
    margin: 0; /* Reset default margin */
    padding: 0; /* Reset default padding */
    width: 100%; /* Ensure body takes full width of the viewport */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.sec-white {
	background: #fff;
	padding: 50px 20px;
	margin: 50px auto 0px auto;
}
@media all and (max-width:700px){
	.sec-white {
		background: #fff;
		padding: 10px 10px;
	}
}	
/*.sec-blue {
	background: #54565a;
	padding: 50px 20px;
}*/
.sec-blue {
    background: #54565a;
    padding: 50px 20px;
    width: 100%; /* Set width to 100% */
    margin: 0; /* Reset any default margin */
    box-sizing: border-box; /* Include padding and border in the element's width and height */
}

.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: 'Gotham Bold', sans-serif;
}
h2 {
	font-size: 44px;
	text-transform: uppercase;
	text-align: justify;
	font-weight: bolder;
}
	
h3 {
	font-size: 25px;
	padding: 30px auto;
	text-align: center;
	font-weight: normal;
}
.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: #bc9013;
	font-weight: bold;
}

.form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}
.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;
	font-size: 12px;
	margin-bottom: 0px!important;
}
@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%;
}
.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;
	text-align: left;
}
.tfield-ctrl {
	margin-bottom: 5px;
}
label {
	display: inline-block;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
	width: 120px;
}

.form-ctrl {
	width: 100%;
}
.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;
	}
}


.idaily h2 {
	color: #be9114;
	text-align: left;
	font-size: 30px;
}

.idaily h3 {

}

.container {
	max-width: 100%;
}
.idaily strong {
	color: #116b90;
}
.cta_btn_1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #126b93;
	color: #fff!important;
	padding: 10px 20px;	
}

.form-wrapper-nb {
	width: 100%;
	margin: auto;
	border:1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 40px 40px 20px 40px;	
}
@media all and (max-width:700px){
	.form-wrapper-nb {
		padding: 40px 20px 20px 20px;	
	}
}	
.form-control {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	border: 1px solid #54565a;
}
.arrow_p1 {
	margin-left: 380px;
  margin-bottom: -41px;
}
@media all and (max-width:700px){
	.arrow_p1 {
		margin: auto!important;
	}
}
.fil p{
	text-align: justify;
}
.fil h6{
	text-align: center;
	font-size: 20px;
	display: block;
	margin: auto;
	max-width: 650px;
	font-weight: normal;
	line-height: 28px;

}
.co-b {
	color: #bc9013;
}
.co-g {
	color: #bc9013;
}
.small { font-size: 12px; }
.smaller { font-size: 10px; }


@media all and (max-width:1150px){
	h2 {
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
		font-weight: bolder;
	}
	.fil p{
		text-align: center;
	}	
}
