/*<editor-fold desc="Description">*/
.effect::-webkit-input-placeholder {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.effect::-moz-placeholder {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.effect:-moz-placeholder {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.effect:-ms-input-placeholder {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.effect:focus::-webkit-input-placeholder {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.effect:focus::-moz-placeholder {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.effect:focus:-moz-placeholder {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.effect:focus:-ms-input-placeholder {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

body {
	font-family: 'Tajawal', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6E6F71;
}

h1, h2 {
	font-family: 'Tajawal', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 44px;
	line-height: 1;
	/*text-transform: uppercase;*/
	color: #00814A;
}

.content {
	min-height: calc(100vh - 183px);
}

.navbar_fixed {
	padding: 15px 0 30px 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.navbar_fixed:after {
	content: '';
	position: absolute;
	bottom: -10px;
	height: 21px;
	display: block;
	width: 100%;
	/*background: linear-gradient(90.6deg, #F47C14 0%, #D5E04E 51.14%, #2EB46D 100%);*/
	background-image: url("./assets/images/headerline.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.logo .navbar-brand {
	margin-right: 0;
}

.email a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #F47C14;
}

.email a:before {
	content: '';
/*	background-image: url(assets/images/mail.png);*/
/*	width: 12px;*/
/*	height: 10px;*/
/*	display: inline-block;*/
/*	margin-right: 10px;*/
/*	background-size: contain;*/
    }

footer {
	/*background: url(assets/images/menu-open.png) top center no-repeat, linear-gradient(90deg, #69B444 12.71%, #F19720 85.83%);*/
	padding-top: 62px;
	/*background-size: cover;*/
	position: relative;
	padding-bottom: 50px;
}

footer .logo img {
	max-width: 255px;
}

footer h4 {
	font-family: 'Tajawal', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	text-transform: uppercase;
	color: #FCDD0C !important;
	display: block;
}

footer .social a {
	color: white;
	padding-right: 20px;
}

footer .copy, footer .by {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 12px;
	line-height: 20px;
}

footer .copy {
	margin-top: 10px;
}

footer .by {
	max-width: 117px;
	margin-left: auto;
}

footer .by .wrap {
	display: inline-block;
}

footer .by span {
	display: block;
	text-align: left;
}

.null {
	height: 100px;
}

section.first:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	/*background: linear-gradient(90.6deg, #F47C14 0%, #D5E04E 51.14%, #2EB46D 100%);*/
	background-image: url("./assets/images/bodyerline.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.row_block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.timer_wrap {
	margin-bottom: 50px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group input {
	font-size: 16px;
	color: #595959;
}

.form-control {
	height: 60px;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-radius: 0;
}

.head_wrap {
	margin-top: 15px;
}

.cont_wrap {
	margin-top: 25px;
}

.text_head {
	font-family: 'Tajawal', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	color: #F47C14;
}

.radios label {
	display: inline;
	margin-bottom: 0;
}

.radios {
	margin-bottom: 15px;
}

.orange-btn {
	width: 220px;
	position: relative;
	height: 43px;
}

.orange-btn {
	display: inline-block;
	background-position: center;
	background-color: transparent;
	border: 0;
	margin: 0 auto;
	text-align: center;
	width: 261px;
	height: 66px;
	text-transform: uppercase;
}

.orange-btn span {
	font-family: 'Tajawal', serif;
	position: absolute;
	top: 21px;
	color: #FFFFFF;
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	left: 0;
	right: 0;
}

.orange-btn svg {
	overflow: visible;
}

.button_wrap {
	margin-top: 30px;
}

.big_logo {
	padding-top: 60px;
	padding-bottom: 20px;
}

.second {
	/*background: url(assets/images/bg.svg)no-repeat center;*/
	/*background-size: cover;*/
}

.thanks {
	padding-top: 35px;
	padding-bottom: 20px;
}

.thanks .text_top {
	font-family: 'Tajawal', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	color: #F47C14;
}

.thanks .text_bottom {
	font-family: 'Tajawal', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #008752;
}

/*************Radios**************/
.radios{
	display:flex;
}
.radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.radio + label {
    display: block;
    position: relative;
    padding: 0px 0 0 35px;
    cursor: pointer;
    font-size: 20px;
}
.others-no-chackbox:after,.others-no-chackbox:before{
	visibility:hidden;
}

.radio + label:before {
	content: '';
	position: absolute;
	/*top: calc(50% - 28px/2);*/
	left: 0px;
	width: 22px;
	height: 22px;
	border: 1px solid #DDD;
	/*border-radius: 50%;*/
	background: transparent;
}

.radio + label:after {
	content: '';
	position: absolute;
	/*top:calc(50% - 17px/2);*/
	left: 5px;
	width: 12px;
	height: 12px;
	/*border-radius: 50%;*/
	background: #94C038;
	opacity: 0;
	transition: .2s;
}

.radio:checked + label:after {
	opacity: 1;
}

.radio + label:before {
	border-color: #94C038;
}

.radio + label {
	color: #94C038;
}

.form-group input {
	background-image: url("./assets/images/inputbg.svg");
	color: white !important;
	border: 0;
	height: 44px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*************End Radios**************/
.second h2 {
	color: #00814B;
}

.cont_wrap > .row > .block_wrap > div:first-child .radio:checked + label {
	color: #018552;
}

.cont_wrap > .row > .block_wrap > div:first-child .radio + label {
	color: #018552;
	font-weight: 600;
}

.cont_wrap > .row > .block_wrap > div .radio + label {
	/*display: flex;*/
	/*align-items: center;*/
	/*line-height: 26px;*/
	/*height: 28px;*/
}
.cont_wrap > .row > .block_wrap > div:first-child .radio + label:before {
	border-color: #018552;
}

.cont_wrap > .row > .block_wrap > div:first-child .radio:checked + label:before {
	border-color: #018552;
}

.cont_wrap > .row > .block_wrap > div:first-child .radio + label:after {
	background: #018552;
}

/*</editor-fold>*/

footer .container-fluid {
    max-width: 1400px;
}

@media (min-width: 991px) {
	.cont_wrap > .row > .block_wrap > div .radio + label {
		display: flex;
		align-items: center;
		line-height: 26px;
		height: 28px;
	}
}