/*****************  Main  *****************/

@font-face{
    src: url('../css/Tajawal-Regular.ttf');
    font-family: 'avis-ar';
}
body{
	/** background: #F5F5F5; ***/
	/*** background: linear-gradient(#F5F5F5 98%, #DFDFDF 2%);***/
	font-family: sans-serif;
	color: #000000;
	/*****min-height: 100vh;***/
}

/*****************  Navbar  *****************/

.bar{
	height: 40px;
	background-color: #BF072B;
	text-align: right;
}
.bar a{
	font-family: 'avis-ar';
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
}
nav{
	padding: 20px 0;
}
nav img{
	height: 50px;
}

/*****************  Header  *****************/

header h3{
	color: #BF072B;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
header span{
	font-size: 15px;
	display: inline-block;
}

/*****************  Section  *****************/

section{
	padding: 20px;
}
section form .box{
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
	padding: 20px;
	margin-bottom: 20px;
}
section form .box h6{
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
section form .box .form-row .col-sm-6{margin-bottom: .5rem;}
section form .box label{
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
section form .box .des,
section form .box .newenddate{
	color: #BF072B;
}
section form .box input[type="text"],
section form .box input[type="date"],
section form .box textarea,
section form .box select{
	font-size: 14px;
	background-color: #E9E9E9;
}
section form .box textarea:focus,
section form .box select:focus{
	background-color: #E9E9E9;
}
section form .box input[type="text"]::placeholder,
section form .box input[type="date"],
section form .box textarea::placeholder{
	color: #646464;
}
section form .box .input-icon{
	position: relative;
}
section form .box .input-icon svg{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	fill: #aaa;
}
section form .box input[type="date"]::-webkit-calendar-picker-indicator{
	display: none;
}
section form .box .form-check-label{padding-left: 0;}
section form .box .form-check-input{
	margin-top: 0.45rem;
}
section form .box ul{
	padding: 0;
	margin: 0;
}
section form .box ul li{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 8px;
}
section form .box ul li:last-child{
	margin-bottom: 0
}
section form .box ul .custom{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-top: 8px;
	padding-bottom: 8px;
}
section form .box ul li span{
	color: #D1052D;
	font-weight: bold;
}
section form .payments,
section form .payments .form-row .form-check .form-check-input,
section form .payments #payment-details{display: none;}
section form .payments h6{margin-bottom: 15px;}
section form .payments .form-row .form-check{
	padding-left: 0;
}
section form .payments .form-row .form-check .form-check-label{
	cursor: pointer;
	padding: 0 10px;
	height: 70px;
    line-height: 70px;
	display: block;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #eee;
	position: relative;
	text-align: center;
}
section form .payments .form-row .form-check .form-check-label .checked{
	height: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
section form .payments .form-row .form-check .form-check-label .pay-icon{
	width: 100%;
	max-width: 80px;
}
section form .payments .form-row .form-check .form-check-input:checked + .form-check-label{
    border: 1px solid #BF072B;
}
section form .payments .form-row .form-check .form-check-input:checked + .form-check-label .checked{
    display: inline-block;
}
section .btn-red{
	height: 40px;
	background-color: #BF072B;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 9px;
	color: #eee;
	font-weight: bold;
}
section .btn-red:hover{color: #eee;}

/*****************  Thanks  *****************/

.thanks{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - 40px);
}
.thanks .message{
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
	padding: 20px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center;
}
.thanks .message h6{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #5E5E5E;
	text-align: left;
}
.thanks .message .check-icon{
	width: 45px;
	height: 45px;
	background-color: #12B27C;
	border-radius: 50%;
	line-height: 45px;
	margin: 0 auto 7px;
}
// added by firos
.thanks .message .cross-icon{
	width: 45px;
	height: 45px;
	background-color: #db4252;
	border-radius: 50%;
	line-height: 45px;
	margin: 0 auto 7px;
}
.thanks .message .check-icon img{
	height: 25px;
}
.thanks .message b{
	color: #12B27C;
}
.thanks .message p{
	color: #717171;
	margin: 8px 0 20px;
	font-size: 15px;
}

/*****************  Footer  *****************/

footer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0;
}
footer img{
	height: 50px;
	margin-right: 20px;
}
footer span{
	color: #919191D9;
	font-size: 9px;
	text-transform: none;
}

@media (max-width: 767px){
	nav img{
	    height: 40px;
	}
	section {
		padding: 20px 0;
	}
	header h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	header span {
		font-size: 13px;
	}
}