/* CSS Document */
html,
body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff
}

body,
input,
textarea {
	font-family: 'Open Sans Hebrew', sans-serif;
}

.txtArea {
	direction: rtl
}

.arm {
	position: relative;
}

.topHeader {
	height: 53px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #fff;
	z-index: 2;
	padding-top: 47px;
	transition: .2s all;
}

.not-a-robot {
	margin: 10px;
}

.thankH1ks {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	padding: 30px 0 20px
}

img.globe {
	width: 36px;
	margin: 9px 15px;
}

img.fb {
	width: 42px;
	margin-top: -7px;
}

.topHeaderHov {
	height: 45px;
	padding-top: 21px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#img1 {
	background-image: url(../images/fjallcom-main-slider-1.jpg)
}

#img2 {
	background-image: url(../images/fjallcom-main-slider-2.jpg)
}

#img3 {
	background-image: url(../images/fjallcom-main-slider-3.jpg)
}

.topPads {
	height: 100px;
	transition: .2s all;
}

.className,
.secName,
.classNames {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
}

.subItm {
	padding: 28px 5px 10px;
	background-color: #f1f1f1;
}

.imd {
	padding: 5px 10px;
}

.imd:hover {
	background-color: #c1c1c1;
}

.prc {
	font-size: 23px;
	font-weight: 700;
}

.kdf {
	font-size: 14px;
	font-weight: 100;
	margin-top: 5px;
}

.secName {
	display: block;
}

.logoArea {
	margin: -27px 50px 0 0px;
	float: right;
	width: 88px;
	transition: .2s all;
}

.shSec {
	background-color: #fff;
}

.logoAreaHov {
	margin: -10px 50px 0 0;
	width: 62px;
}

.logo {
	display: block;
	width: 100%;
}

.logok {
	float: right;
	display: block;
	height: 100%;
}

.logokv {
	float: left;
	display: block;
	height: 100%;
}

.inThs {
	width: 56%;
	margin: auto;
}

.menuArea {
	float: left;
	transition: .2s all;
	height: 0;
}

.menuItem {
	float: left;
	position: relative;
}

.menuItemRt {
	width: 200px;
	float: left;
	margin-top: 15px;
	position: relative;
}

.menuTxt {
	font-size: 18px;
	line-height: 20px;
	color: #1641b3;
	margin-right: 40px;
	cursor: pointer;
	border-top: 3px solid #fff;
	padding-top: 12px;
}

.border {
	border-top: 3px solid #95c11f;
}

.blueHeader {
	background-color: #1641b2;
	color: #fff;
	height: 70px;
}

.bluTxt {
	padding-left: 132px;
	padding-top: 16px;
	color: #fff;
	font-size: 24px;
}

.slideImg {
	width: 100%;
	display: block;
}

.deskMenu {
	display: block;
}

.mobileMenu {
	display: none;
}

ul.menuMain,
ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.menuLi {
	float: left;
	margin: 0px 0 0 24px;
	font-size: 18px;
}

.mainsLs {
	color: #1641b3;
	border-color: #1641b3;
	border-top: 3px solid transparent;
	line-height: 44px;
	height: 50px;
	display: block;
}

ul.menuMain li.menuLi {
	display: inline-block;
	position: relative;
	line-height: 21px;
	text-align: left;
}

ul.menuMain li.menuLi ul.dropdown {
	min-width: 100%;
	background: #bdbdbd;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 50px;
	padding: 0;
	border-top: 3px solid #95c11f;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.menuMain li:hover ul {
	display: block;
}

.menuMain li ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	margin: 0;
	padding: 0;
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
}

li.subLi {
	padding: 10px 9px;
	background-color: #fff;
	margin: 0 0 1px 0px;
	width: 200px;
	direction: rtl;
	text-align: right;
}

li.subLi-last-child {
	margin: 0;
}

a.subLink {
	color: #1541b3;
}

li.subLi:hover {
	background-color: #f5f5f5;
}

.ddSub1 .subLi {
	width: 65px;
}

.ddSub2 .subLi {
	width: 150px;
}

.ddSub3 .subLi {
	width: 200px;
}

.ddSub4 .subLi {
	width: 160px;
}

.ddSub5 .subLi {
	width: 115px;
}

.ddSub6 .subLi {
	width: 190px;
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeout {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.mainsLs:hover,
.selec {
	border-top: 3px solid #95c11f;
	color: #95c11f;
}

.inslide {
	position: relative;
}

.slideTxt {
	position: absolute;
	top: 50px;
	right: 87px;
	width: 800px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	font-size: 39px;
	line-height: 43px;
	text-align: right;
	direction: rtl;
}

.slideTxtNew {
	position: absolute;
	top: 50px;
	right: 87px;
	width: 800px;
	color: #092030;
	font-size: 50px;
	line-height: 50px;
	text-align: right;
	direction: rtl;
}

.Txt1s {
	color: #1641b2;
}

.txtsS1 {
	font-size: 42px;
	color: #fff;
	line-height: 45px;
	font-weight: bold;
}

.Txt1S1 {
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	font-weight: 600;
}

.slideTxt[data-id="why"] {
	color: #142941;
	text-shadow: none;
}

.buttonArea {
	position: absolute;
	right: 87px;
	top: 350px;
	width: 580px;
	height: 88px;
}

.buttonAreaNew {
	position: absolute;
	top: 375px;
	width: 100%;
}

.sesArea {
	width: 900px;
	margin: auto;
}

a {
	text-decoration: none;
}

.logof {
	float: right;
}

.blueButton,
.loginBtn,
.lin,
.blueButtonNew {
	margin: 0 5px;
	direction: rtl;
	float: left;
	width: 274px;
	height: 74px;
	padding-top: 9px;
	border: 3px solid #1d1779;
	font-size: 23px;
	text-align: center;
	color: #fff;
	font-weight: 100;
	border-radius: 14px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	background: rgb(23, 65, 178);
	background: -moz-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: linear-gradient(to bottom, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1741b2', endColorstr='#2f4891', GradientType=0);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .77), inset 0px 0px 5px rgb(255, 255, 255);
	line-height: 30px;
}

.buttonHoldNew {
	position: absolute;
	bottom: 36px;
	right: 362px;
}

.image-new-bann {
	margin: 106px auto 0;
	text-align: center;
	position: relative;
	width: 1083px;
}

.bann-txt {
	position: absolute;
	right: 28px;
	color: #092030;
	font-size: 26px;
	line-height: 31px;
	font-weight: 600;
	direction: rtl;
	text-align: right;
	top: 185px;
}

.bann-btn {
	position: absolute;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	background: #1C479E;
	padding: 10px 20px;
	width: 145px;
	right: 28px;
	top: 280px;
	cursor: pointer;
}

.bann-txt2 {
	position: absolute;
	right: 28px;
	color: #092030;
	font-size: 15px;
	line-height: 31px;
	font-weight: 400;
	direction: rtl;
	text-align: right;
	top: 330px;
}

.slideShow {
	position: relative;
}

.slider-image {
	width: 100%;
}

.blueButtonNews {
	font-size: 23px;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
	background: rgb(23, 65, 178);
	padding: 10px 20px;
}

.blueButton {
	float: right;
	line-height: 33px;
}

.blue {
	color: #1c479e;
	text-shadow: none;
}

.chRows {
	clear: both;
	width: 1000px;
	height: 186px;
	padding-bottom: 73px;
	margin: auto;
	font-size: 22px;
	color: #142941;
}

.blh {
	font-weight: bold;
	margin-bottom: 7px;
}

.leftBlock {
	float: left;
	direction: rtl;
	width: 656px;
	background-color: #f4f7fb;
	padding: 20px;
	padding-bottom: 10px;
	line-height: 24px;
	height: 156px;
}

.rightBlock {
	float: right;
	width: 304px;
}

.loginBtn {
	width: 88px;
	padding-top: 3px;
	height: 25px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	border: 2px solid #1d1779;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .77), inset 0px 0px 4px rgb(255, 255, 255);
}

.webBtn,
.fbBtn {
	float: left;
	cursor: pointer;
	width: 50px;
	height: 32px;
}

.ms {
	font-size: 102px;
	line-height: 95px;
	color: #1641b2;
	font-weight: bold;
}



.subttl {
	position: absolute;
	top: 60px;
	font-weight: 600;
	right: 60px;
	font-size: 50px;
	direction: rtl;
	line-height: 50px;
	color: #092030;
}

.subttl.ttl2 {
	font-size: 20px;
	font-weight: normal;
	width: 363px;
	line-height: 31px;
	top: 177px;
}

.bolder {
	font-weight: bold;
}

.slides {
	position: relative;
	height: 520px;
}

.cont {
	width: 1220px;
	margin: auto;
}

.thRow {
	display: inline-block;
	width: 100%;
}

.head {
	text-align: center;
	padding-top: 81px;
	margin-bottom: 81px;
	font-size: 30px;
	color: #505050;
	line-height: 35px;
	font-weight: 700;
	direction: rtl;
}

.headSd {
	font-size: 27px;
	font-weight: 600;
	clear: both;
	color: #505050;
}

.thrs {
	float: left;
	width: 33.33333333333%
}

.jbbs {
	float: left;
	width: 50%
}

.one {
	margin: 0 18px;
}

.mids {
	margin: 0 18px;
}

.thr {
	margin: 0 18px;
}

.cols {
	height: 250px;
	box-shadow: 0 0 21px rgba(0, 0, 0, .20);
	text-align: center;
	position: relative;
	transition: .3s all;
	cursor: pointer;
	background-color: #fff;
	position: relative;
}

.cols:hover {
	box-shadow: 0 0 21px rgba(0, 0, 0, .50);
}

.onekk,
.midskk,
.thrkk {
	height: 525px;
}

.kmm {
	width: 800px;
	display: table;
	margin: auto;
}

.imgPart {
	margin-top: -36px;
	position: absolute;
	width: 100%;
	height: 88px;
}

.txtPart {
	padding: 60px 20px 0;
}

.h1 {
	padding-bottom: 10px;
	color: #304890;
	font-size: 22px;
	font-weight: 700;
}

.h2 {
	font-size: 16px;
	color: #505050;
	font-weight: normal;
	line-height: 20px;
	direction: rtl;
}

.counter {
	margin-top: 162px;
	height: 545px;
	background-color: #1641b2;
}

.countBlock {
	width: 1220px;
	margin: auto;
	padding-top: 135px;
}

.count {
	float: left;
	width: 370px;
	height: 267px;
	margin-right: 33px;
	border: 7px solid #274ea9;
	box-shadow: 0 0 21px 7px rgba(0, 0, 0, 0.3);
}

.innercount {
	background-color: #3c5deb;
	width: 370px;
	height: 267px;
	box-shadow: inset -4px 3px 12px rgba(0, 0, 0, 0.32);
}

.logoCn {
	padding: 5px 0;
	text-align: center;
}

.countMe {
	padding-top: 5px;
	width: 300px;
	height: 75px;
	margin: auto;
}

.singleCount {
	width: 58px;
	height: 73px;
	position: relative;
	overflow: hidden;
}

.botxt {
	text-align: center;
	margin: auto;
	width: 166px;
	padding-top: 16px;
	color: #fff;
	direction: rtl;
}

.box {
	width: 58px;
	height: 73px;
	border: 1px solid #224083;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.42);
}

.number {
	height: 71px;
	text-align: center;
	font-size: 57px;
	font-weight: bold;
	color: #1e3d83;
	line-height: 70px;
}

.grd {
	background: -moz-linear-gradient(top, rgba(78, 93, 128, 0.69) 0%, rgba(78, 93, 128, 0) 51%, rgba(78, 93, 128, 0.69) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(78, 93, 128, 0.69) 0%, rgba(78, 93, 128, 0) 51%, rgba(78, 93, 128, 0.69) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(78, 93, 128, 0.69) 0%, rgba(78, 93, 128, 0) 51%, rgba(78, 93, 128, 0.69) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b04e5d80', endColorstr='#b04e5d80', GradientType=0);
	/* IE6-9 */
}

.midm {
	margin: 0 2px;
}

.wrote {
	font-size: 24px;
	color: #304890;
	font-weight: bold;
	margin: 15px 0 0 0;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #a5a5a5;
	padding-right: 48px;
}

span.hts {
	border-bottom: 0
}

.oneRev {
	color: #000;
}

.roller {
	position: absolute;
	width: 58px;
	top: 0;
	left: 0;
	transition: .06s all;
}

.review {
	float: right;
	width: 803px;
	height: 281px;
	background-color: #fff;
	box-shadow: 0 0 21px 7px rgba(0, 0, 0, 0.3);
	direction: rtl;
	position: relative;
}

.reviewSec {
	margin: 0px 48px;
	color: #142941;
	width: 707px;
	overflow: hidden;
	position: relative;
	height: 210px;
}

.revH1 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 18px;
}

.h1s {
	height: 27px;
}

.revH2 {
	font-size: 18px;
	margin-top: 23px;
}

.revFiveStar {
	height: 18px;
	font-size: 14px;
}

.fiveStarPng {
	height: 100%;
	vertical-align: text-top;
}

span.dateRev {
	direction: ltr;
	margin: 0 8px;
	color: #616161;
}

.nexPre {
	position: absolute;
	top: 165px;
	left: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	background-image: url(../images/right-arrow.svg);
	background-size: 80%;
	background-position: center;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	background-repeat: no-repeat;
}

.nexPre:hover {
	background-size: 100%;
}

.rightClick {
	left: auto;
	right: 5px;
}

.leftClick {
	transform: rotate(180deg);
}

.h2s {
	height: 70px;
}

.oneRev {
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
}

.reviewScroll {
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: absolute;
	left: 0;
	transition: .5s all;
}

.h3s,
.h4s {
	height: 22px;
}

.scrollH1,
.scrollH2,
.scrollH3,
.scrollH4 {}

.isdf {
	display: inline-block;
	width: 100%;
}

.blogArea {
	margin-top: 15px;
}

.sysOne,
.sysTwo {
	height: 355px;
}

.half {
	float: left;
	width: 50%;
	background-color: #f2f4f8;
	height: 100%;
}

.halfs {
	float: left;
	width: 50%;
	height: 100%;
}

.imgs {
	margin-top: 50px;
}

.htxt {}

ul.mlu {
	font-size: 16px;
	font-weight: normal;
}

.blogH1,
.blogH1s {
	font-size: 22px;
	color: #304890;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 20px;
	direction: rtl;
	padding: 10px 50px;
}

.normal {
	font-weight: 400;
	margin-top: 5px;
}

.blogH2,
.blogH2s {
	font-weight: 400;
	padding: 10px 50px;
	direction: rtl;
	font-size: 16px;
	color: #505050;
	line-height: 20px;
}

.blogH3,
.blogH3s {
	font-weight: 400;
	padding: 10px 50px;
	direction: rtl;
	font-size: 16px;
	color: #505050;
	line-height: 20px;
}

.blogH1s {
	padding: 10px 0 10px 25px;
}

.blogH2s {
	padding: 10px 0 10px 25px;
}

.footer {
	padding-top: 30px;
	clear: both;
	background-color: #fff;
	position: relative;
}

.ffh {
	background-color: #f4f7fc
}

.footLogo {
	width: 110px;
}

.footWrap {
	width: 960px;
	margin: auto;
}

.logoAs {
	width: 110px;
	float: right;
	margin-right: 50px;
}

.fooTs {
	width: 100%;
	margin: auto;
}

.footSec {
	width: 33.333333333%;
	float: left;
	direction: rtl;
}

.inFx {
	padding: 10px;
}

.footH1 {
	color: #1641b3;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.footH2 {
	color: #273d56;
	font-size: 13px;
	margin-top: 6px;
	font-weight: 400;
	margin-bottom: 10px
}

.secSlides {
	display: none;
}

/* why section start */
.xhRow {
	width: 960px;
	margin: auto;
}

.xhRowNew {
	width: 865px;
	margin: auto;
}

.nRows {
	width: 100%;
}

.nRowsm {
	width: 100%;
	clear: both;
	display: inline-block;
}

.thumb {
	margin: 35px auto;
	background-color: #f1f1f1;
	padding: 35px;
}

.thTxt {
	margin-bottom: 10px;
	color: #1641b3;
}

.leftN {
	float: right;
	width: 240px;
	height: 100%;
	text-align: center;
}

.leftNew {
	float: right;
	width: 111px;
	height: 100%;
	text-align: center;
}

.pic {
	margin-top: 40px;
}

.rightN {
	float: left;
	width: 720px;
	position: relative;
	direction: rtl;
}

.spc {
	height: 75px;
}

.rnTxt {
	width: 100%;
	background-color: #f1f1f1;
	color: #122e44;
	font-weight: 600;
	font-size: 22px;
}

.insM {
	padding: 40px 35px;
	font-size: 16px;
}

img.icon {
	margin-bottom: -6px;
	margin-left: 12px;
}

.arrow {
	width: 43px;
	height: 40px;
	bottom: -56px;
	left: -144px;
	margin: 0 0 0 819px;
	clear: both;
	padding: 25px 0;
}

span.bl {
	color: #1641b2;
	font-size: 22px;
}

.arrsm {
	width: 43px;
	height: 40px;
	margin: 13px 87px;
	padding: 10px;
}

.arrBox {
	width: 21px;
	height: 19px;
	background-color: #b4b4b4;
	margin: auto;
}

.arr {
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 21px solid transparent;
	border-top: 21px solid #b4b4b4;
}

.rrd {
	padding-top: 25px;
	font-weight: bold;
}

/* call us quick form */
.helpMe {
	position: fixed;
	left: -505px;
	top: 104px;
	width: 500px;
	height: 493px;
	background-color: #fff;
	transition: .2s all;
	border-radius: 0 28px 28px 0;
	color: #2f2f2f;
	border: 5px solid #1541b3;
	border-left: 0;
	z-index: 1;
}

.hlpImg {
	position: absolute;
	right: -59px;
	top: 111px;
	cursor: pointer;
	width: 59px;
}

.Inform {
	margin: 25px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

input.myInp {
	outline: none;
	width: 100%;
	border: 0;
	height: 100%;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	direction: rtl;
}

.inps {
	border: 1px solid #cbd6e4;
	height: 32px;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #fff;
}

.inpsd {
	border-radius: 5px;
	padding: 5px 10px;
	height: 110px;
	border: 1px solid #cbd6e4;
	background-color: #fff;
}

.inpscd {
	margin-top: 20px;
}

.xxv {
	padding: 10px 0 !important;
	border: 1px solid #1d1779 !important;
}

.label {
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #676767;
	direction: rtl;
}

textarea.myInpd {
	width: 100%;
	outline: none;
	font-size: 15px;
	height: 100%;
	resize: none;
	border: none;
	margin: 0;
	padding: 0;
	direction: rtl;
}

.myBtnx {
	width: 342px;
	text-align: center;
	border-radius: 5px;
	background-color: #1541b3;
	color: #fff;
	cursor: pointer;
	margin: 0 auto 20px auto;
}

.sub {
	width: 445px !important;
	margin-top: 21px;
	border: 1px solid #1d1779;
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	background: rgb(23, 65, 178);
	background: -moz-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: linear-gradient(to bottom, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1741b2', endColorstr='#2f4891', GradientType=0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .77), inset 0px 0px 1px rgb(255, 255, 255);
}

.inpsk {
	letter-spacing: 1px;
	border-radius: 33px;
	background-color: #1641b3;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding: 4px 6px;
	text-align: center;
	margin: 10px;
	cursor: pointer;
}

.submitBtn {
	width: 100px;
	border-radius: 20px;
	background-color: #1641b3;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-top: 25px !important;
	padding: 16px 10px;
	text-align: center;
	cursor: pointer;
	float: right;
}

.inpscc {
	border-radius: 4px;
	width: auto;
	margin: auto;
}

img.phone {
	width: 38px;
	vertical-align: text-bottom;
	display: block;
	float: left;
	margin-top: 2px;
}

.innForms {
	width: 940px;
	margin: -70px auto;
	background-color: #f1f1f1;
	padding: 10px 20px 30px;
	border-radius: 25px;
	margin-bottom: 50px;
}

.bls {
	background-color: #1641b3;
	color: #fff;
	margin: 0;
	height: 200px;
}

.upper {
	clear: both;
	display: inline-block;
	width: 100%;
}

.insd {
	width: 50%;
	float: left;
}

.subx {
	width: 110px;
	border-radius: 20px;
	background-color: #1641b3;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-top: 25px !important;
	text-align: center;
	padding: 16px 10px;
	cursor: pointer;
}

.bnd {
	width: 980px;
	margin: auto;
	direction: rtl;
}

.hs {
	font-size: 47px;
	font-weight: 700;
}

.ks {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 26px;
}

.thankyou,
.wait {
	display: none;
	background-color: #f1f1f1;
	border-radius: 0 22px 22px 0;
	height: 493px;
}

.inThk {
	padding: 145px 0;
	text-align: center;
}

.thgH1 {
	font-size: 40px;
	font-weight: 700;
	color: #8c8c8c;
	text-shadow: 0 1px 0 rgb(255, 255, 255);
	margin-bottom: 30px;
}

.thgH2 {
	font-size: 18px;
	font-weight: 100;
	margin: 0 20px;
}

.grey {
	padding-bottom: 10px
}

.lin {
	margin: 70px auto 20px auto;
	float: none;
	width: 297px;
	height: 48px;
	padding-top: 17px;
}

.half.himg {
	background-size: cover;
	background-repeat: no-repeat;
}

.stx {
	margin-bottom: 100px
}

.oneThird {
	width: 33.3333333333%;
	float: left;
}

.los {
	padding: 0 30px;
}

.inTh {
	padding: 80px 20px 30px;
}

.headXs {
	font-size: 27px;
	color: #1641b3;
	font-weight: 600;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 2px solid #95c11f;
	margin: 0 62px;
}

.cd {
	background-color: #fff
}

.bla {
	margin: 62px;
	direction: rtl;
}

.imgThumb {
	width: 100%;
}

.inpsj {
	border: 1px solid #717171;
	height: 30px;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #fff;
}

.inpsdj {
	border-radius: 5px;
	padding: 5px 10px;
	height: 80px;
	border: 1px solid #717171;
	background-color: #fff;
}

.myInpdm {
	width: 100%;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	resize: none;
	outline: none;
}

.myInpm {
	outline: none;
	width: 100%;
	border: 0;
	height: 100%;
	border-radius: 5px;
	padding: 0;
	margin: 0;
}

.starting {
	font-weight: bold;
	text-align: center;
	margin: 19px 0;
	font-size: 22px;
}

.findom {
	text-align: center;
}

.step {
	color: #1641b2;
	font-size: 22px;
	margin-bottom: 10px;
}

.footH2>a {
	text-decoration: none;
	color: inherit;
}

.link {
	text-decoration: none;
	color: inherit;
}

.Lis {
	width: 43px;
	height: 5px;
	background-color: #1541b3;
	margin-bottom: 2px;
}

.thrLine {
	display: none;
}

.fgh {
	width: auto;
	margin: 0;
	border-radius: 0 22px 22px 0;
	background-color: #f1f1f1;
}

.loadOut {
	width: 56px;
	height: 56px;
	margin: 0 auto 30px auto;
}

.loadIn {
	width: 100%;
	height: 100%;
	position: relative;
}

.circ {
	width: 25px;
	height: 25px;
	background-color: #f78f10;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.out1,
.out2,
.out1s,
.out2s {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 3px solid #f1f1f1;
	border-top: 3px solid #1641b3;
}

.spin1 {
	animation: spinclock .8s infinite cubic-bezier(.45, .05, .55, .95);
}

.spin2 {
	animation: spinanticlock .8s infinite cubic-bezier(.45, .05, .55, .95);
}

.out2,
.out2s {
	width: 49px;
	height: 49px;
}

.foorLogos {
	width: 46px;
	margin: 21px auto 0 auto;
}

img.botLogo {
	width: 100%;
}

.sitemap {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 10px 0;
}

.sitemap a {
	text-decoration: none;
	color: inherit;
}

span.sep {
	margin: 0 15px;
}

.sitemap a:hover {
	color: #333;
}

.cons {
	float: right;
}

@keyframes spinanticlock {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes spinclock {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rods {
	padding: 0 10px;
}

.kbm {
	cursor: default;
}

.bbm {
	display: none;
}

.thrd {
	width: 33.333333333%;
	float: left;
}

.blueR {
	width: 19px;
	height: 19px;
	float: left;
}

.x1 {
	width: 100px;
}

.x2 {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 0 10px;
	margin: 0 10px;
	display: none;
}

.x3 {
	float: left;
	border-left: 1px solid #e9e9e9;
	padding: 0 0 0 10px;
}

.x4 {
	float: left;
	padding: 0 10px;
}

.grBtn {
	margin-left: 15px;
	font-size: 11px;
	width: 90px;
	height: 17px;
	border: 1px solid #398601;
	border-radius: 2px;
	float: left;
	text-align: center;
	color: #fff;
	background: rgb(148, 193, 31);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(148, 193, 31, 1) 0%, rgba(75, 176, 3, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(148, 193, 31, 1) 0%, rgba(75, 176, 3, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(148, 193, 31, 1) 0%, rgba(75, 176, 3, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c11f', endColorstr='#4bb003', GradientType=0);
	/* IE6-9 */
	display: none;
}

.inImgDiv {
	width: 19px;
	height: 19px;
	float: left;
}

.inImg {
	width: 19px;
	height: 19px;
}

.textIn {
	float: left;
	margin-right: 7px;
	color: #1c479e;
	font-size: 11px;
	margin-top: 4px;
	width: 70px;
	line-height: 11px;
	text-align: right;
}

.blogWrap {
	width: 1488px;
	margin: auto;
}

.blogInWrap {
	padding: 0 10px;
}

.blogLeft {
	float: right;
	width: 466px;
}

.blogRight {
	float: left;
	width: 932px;
}

.inRt,
.inRts {
	padding: 25px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-bottom: 25px;
}

.blogImg {
	float: right;
	width: 260px;
	height: 240px;
	background-color: #dadada;
	position: relative;
	transition: .2s all;
	border-radius: 3px;
	overflow: hidden;
}

.blogImg_open {
	float: none;
	width: auto;
	height: 400px;
}

.cvf {
	background-size: contain;
}

.BlogCont {
	float: left;
	width: 595px;
}

.blogDate {
	font-size: 12px;
	color: #666;
	margin: 20px 0 32px 0;
}

.BlogCont_open {
	float: none;
	width: auto;
	margin-top: 16px;
}

.blogDesc,
.blogDescLong {
	font-size: 16px;
	color: #4a4a4a;
}

.blogDescLong {
	display: none;
}

.blogTitle {
	font-size: 20px;
	font-weight: 700;
	color: #132843;
}

.closeRow {
	display: inline-block;
	width: 880px;
	cursor: pointer;
}

.closeRows {
	display: inline-block;
	width: 880px;
}

.inRt:hover {
	border: 1px solid #ccc;
	background-color: #ddd;
}

.inBlg {
	direction: rtl;
}

.uin {
	padding: 25px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 3px;
}

.tagsArea {
	direction: rtl;
	display: inline-block;
	width: 415px;
}

span.tags,
.tagss {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
	padding: 7px 9px;
	font-size: 12px;
	cursor: pointer;
}

span.tags:hover,
.tagss:hover {
	background-color: #f1f1f1;
	border: 1px solid #95c11f;
}

.kln {
	height: 52px;
	padding: 0px 10px 25px 10px;
}

img.image {
	width: 100%;
}

.openImg {
	display: none;
	border-right: 3px;
	overflow: hidden;
	height: auto;
}

.hdg {
	border-bottom: 3px solid #95c11f;
	padding-bottom: 4px;
}

.leftHd {
	clear: both;
	height: 45px;
}

.selMes {
	background-color: #f1f1f1;
	border: 1px solid #95c11f !important;
}

.fade {
	display: none;
}

span.hdg {
	float: right;
	direction: rtl;
}

.blogDesc>h1 {
	margin-top: 0;
}

.sysOne>.htxt {
	float: left;
}

.sysOne>.himg {
	float: right;
}

.QuesSes {
	direction: rtl;
	width: 100%;
	clear: both;
	display: inline-block;
}

.ques {
	color: #8dc63f;
	font-size: 16px;
}

.answ {
	font-size: 14px;
	color: #142941;
	margin-bottom: 15px;
	direction: rtl;
}

.imgNe {
	width: 111px;
	height: 111px;
}

.linkDx {
	float: right;
	top: 611px;
	margin-right: 100px;
	cursor: pointer;
	text-align: right;
}

.linkBtn {
	margin-bottom: 10px;
}

.buttonHold {
	float: left;
	width: 33.333333333333%
}

/* scrolling wrap*/
@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
}

.ticker-wrap {
	position: relative;
	overflow: hidden;
	height: 45px;
	background-color: #95c11f;
	padding-right: 50%;
	box-sizing: content-box;
	direction: rtl;
}

.ticker-wrap .ticker {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	padding-left: 100%;
}

.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 25px;
	font-size: 20px;
	color: #304890;
	font-weight: 700;
}

a.tickerLink {
	text-decoration: none;
	color: inherit;
}

.graD,
.graDx {
	height: 14px;
	background-image: radial-gradient(circle, #fff, #ceced0);
}

.revCon {
	position: absolute;
	top: 57px;
	height: 13px;
	left: 10px;
	font-size: 14px;
	direction: ltr;
	color: blue;
}

.aimdFg {
	font-size: 15px;
	margin-top: 3px;
}

img.fiveStarNew {
	height: 100%;
}

.imsDrf {
	color: orange;
	margin: 0 5px 0 0;
}

.googlefb {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 25px;
}

.gfbimg {
	height: 100%;
	display: block;
}

.pause {
	position: absolute;
	bottom: 3px;
	left: 4px;
	cursor: pointer;
	background-image: url(../images/pause-green.png);
	background-size: 16px;
	height: 25px;
	width: 25px;
	background-position: 4px 5px;
	overflow: hidden;
	opacity: 1;
	background-repeat: no-repeat;
	border: 2px solid #95c11f;
	border-radius: 50%;
}

.play {
	background-position: 6px 5px;
	border: 2px solid #1641b3;
	background-image: url(../images/play-blue.png);
}

span.sharer {
	float: left;
}

span.h2ss {
	font-weight: 700;
	color: #505050;
	margin-bottom: -14px;
	display: block;
}

.blogLink {
	text-decoration: none;
	color: inherit;
}

span.perLink {
	float: right;
}

.botArea {
	font-size: 11px;
	font-weight: 600;
	color: #1641b3;
	margin-top: 20px;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

img.needImg {
	width: 100%;
	display: block;
}

.image1 {
	width: 1000px;
	margin: auto;
}

.imgFr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

.expnd {
	direction: rtl;
}

.expLowTxt {
	margin-top: 22px;
}

.a1 {
	font-size: 22px;
	color: #304890;
	font-weight: 400;
	padding: 0 22px;
	padding-bottom: 0;
}

.a2 {
	font-size: 22px;
	color: #95c11f
}

.k1 {
	font-size: 21px;
	color: #304890;
	font-weight: 400;
	padding: 0 22px;
	padding-bottom: 0;
}

.j1 {
	font-size: 21px;
	color: #304890;
	font-weight: 400;
	padding: 0 22px;
	padding-bottom: 0;
}

.j2 {
	margin-top: 40px
}

.tpImgs {
	margin-bottom: 15px;
}

.imGIn {
	width: 100%;
	display: block;
}

.iconTxt {
	font-size: 20px;
	color: #394798;
	vertical-align: top;
	margin-right: 13px;
	margin-left: 18px;
}

.gr {
	margin: 20px 0;
	color: #95c11f;
}

.blr {
	margin-top: 5px;
	color: #304890
}

.btnXm {
	float: none;
	margin: auto;
	height: 45px;
	width: 75%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.newTab {
	position: fixed;
	left: 0px;
	top: 305px;
	width: 53px;
	height: 132px;
	transition: .2s all;
	color: #2f2f2f;
	border-left: 0;
	background-image: url(../images/call-us-icon1.png);
	background-size: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 14;
}

.newTab2 {
	top: 374px;
	background-image: url(../images/call-us-icon2.png);
	z-index: 13;
}

.newTab2a {
	background-image: url(../images/call-us-icon2a.png);
}

div#whatsappLink {
	clear: both;
	margin: 40px auto;
	border-radius: 14px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	background: rgb(23, 65, 178);
	background: -moz-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	background: linear-gradient(to bottom, rgba(23, 65, 178, 1) 1%, rgba(47, 72, 145, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1741b2', endColorstr='#2f4891', GradientType=0);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .77), inset 0px 0px 5px rgb(255, 255, 255);
	width: 274px;
	padding: 23px 20px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	border: 3px solid #1d1779;
}

.logoBs {
	margin-bottom: 40px;
	height: 77px;
}

.tpBx {
	width: 57px;
	height: 57px;
	background-image: url(../images/fb-logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
}

.kkx {
	width: 50%;
	float: left;
}

.ggl {
	background-image: url(../images/google-logo.png);
}

.fbArea {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	height: 57px;
	padding: 10px;
	margin-bottom: 15px;
	margin: 0 10px 15px 10px;
}

.byH {
	float: left;
	margin-left: 8px;
}

.textBx {
	margin-bottom: 4px;
}

.iframeNew {
	width: 355px;
	height: 57px;
}

.table {
	padding: 0;
	background-color: #fff;
	table-layout: fixed;
}

.table>thead>tr>th,
.table>tbody>tr>td {
	padding: 3px 0px;
	line-height: 20px;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 14px;
}

.table>thead>tr>th {
	z-index: 2;
	background-color: #4e4e4e;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.table>tbody>tr:nth-child(even) {
	background-color: #eaeaea;
}

.table>tbody>tr {
	background-color: #d7d7d7;
}

th>p {
	margin: 6px 0;
}

td>p {
	margin: 3px 0;
}

.sysOneMids {
	width: 800px;
	margin: auto;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
}

.feedBackOut,
.loadProcess {
	position: fixed;
	width: 790px;
	height: 180px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
}

.feedBackOut {
	display: none;
}

.pdx {
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	padding: 15px;
	background-color: #1541b3;
	color: #fff;
}

.setOut {
	width: auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 6px;
	background-color: #f1f1f1;
	margin: 0 3px;
	display: flex;
}

.setOut:last-child {
	flex-grow: 1;
	margin: 0;
}

.setOut:first-child {
	margin: 0;
}

.set {
	margin-right: 15px;
	line-height: 14px;
	font-size: 14px;
}

.ansDiv {
	display: flex;
	direction: rtl;
	margin: 20px 20px 0;
}

.popUpOut {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 6;
	display: none;
}

.left {
	float: left;
	width: 78%;
}

.right {
	float: right;
	width: 18%;
	margin: 9% 2%;
}

img.percentImg {
	width: 100%;
}

.leftNs,
.leftNk,
.ccKbm {
	float: right;
	width: 120px;
	height: 100%;
	text-align: center;
}

.pics,
.pick {
	width: 100%;
}

.rightNx {
	float: left;
	width: 620px;
	position: relative;
	direction: rtl;
}

.insMx {
	padding: 15px;
	font-size: 16px;
	color: #142941;
	background-color: #f4f7fb;
}

.blx {
	font-size: 22px;
	margin-bottom: 5px
}

.txtM {
	font-size: 16px;
	font-weight: normal;
}

.leftNs {
	width: 157px;
	margin-left: 18px;
}

.nRowsmx {
	width: 100%;
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
}

.linkhh {
	text-decoration: none;
	color: #304890;
}

.tbhs {
	height: 100%
}

.h11s {
	font-size: 34px;
	color: #737373;
	margin-bottom: 40px;
}

.top-banner {
	margin: 0 auto 75px auto;
	width: 600px;
}

.bann-img {
	width: 100%;
}

.step.step_h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}

.step_block {
	margin-bottom: 5px;
	font-weight: 500;
	background-color: #f9f9f9;
	padding: 20px;
	direction: rtl;
}

.step_block:last-child {
	margin-bottom: 0;
}

.step.step_h2 {
	margin-bottom: 0px;
	font-size: 24px;
}

.step.step_h3 {
	font-size: 18px;
}

a.likdd {
	color: #1641b2;
}

.leftNn {
	float: none;
	width: 240px;
	height: 100%;
	text-align: center;
	margin: auto;
}

.rightNn {
	float: none;
	width: auto;
}

.mgmXXc {
	text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0)
}

.stageBlock {
	color: #525252;
	font-size: 20px;
	line-height: 22px;
}

.headSdNew {
	text-align: center;
	margin-bottom: 100px;
	direction: rtl;
}

.kvv {
	width: 780px;
}

.newGreen {
	text-align: center;
	font-size: 20px;
	color: #95c11f;
	font-weight: 600;
	width: 100%;
	direction: rtl;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inMis {
	padding: 0 20px;
}

.newText {
	text-align: center;
	font-size: 28px;
	color: #304890;
	font-weight: 600;
	width: 100%;
	direction: rtl;
}

.insFrame {
	width: 100%;
	height: 900px;
}

/* chat css START */
.chatArea {
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 40px;
	width: 153px;
	overflow: hidden;
}

.chatOpen {
	height: 452px;
	width: 360px;
	overflow: visible;
}

.main-chat {
	height: 394px;
	border-radius: 10px;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s all;
	opacity: 0;
	position: absolute;
	bottom: 45px;
	width: 100%;
}

.chat-show {
	bottom: 60px;
	opacity: 1;
}

.chat-head {
	background-color: #095e54;
	height: 100px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.chat-body {
	height: 172px;
	background-image: url(../images/whatsapp-bg.png);
	position: relative;
}

.chat-foot {
	height: 122px;
	border-radius: 0 0 10px 10px;
	background-color: #efefef;
	position: relative;
}

.chat-close {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #2bb1a1;
	font-size: 22px;
	line-height: 19px;
	cursor: pointer;
	transition: .2s all;
	font-weight: 500;
	width: 20px;
	height: 20px;
	text-align: center;
}

.chat-close:hover {
	color: #fff;
}

.chat-logo {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 52px;
	height: 52px;
}

.chat-logo-before {
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background-color: #4ad504;
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #095e54;
}

.chat-logo-src {
	width: 100%;
}

.chat-comp {
	position: absolute;
	left: 88px;
	color: #fff;
	top: 31px;
	font-size: 16px;
	font-weight: bold;
}

.chat-h2 {
	font-weight: 100;
	font-size: 12px;
	margin-top: 2px;
}

.chat-bubble {
	background-color: #fff;
	position: absolute;
	top: 25px;
	left: 20px;
	border-radius: 0 8px 8px;
	width: 264px;
	display: none;
}

.chat-time {
	padding: 0px 10px 3px 0;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
}

.chat-txt {
	padding: 4px 10px;
	direction: rtl;
	text-align: right;
	color: #111;
	font-size: 14px;
}

.chat-name {
	margin: 7px 0 0 14px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}

span.chat-arr {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
	position: absolute;
	top: 0;
	width: 12px;
	height: 19px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	left: -12px;
}

.chat-send {
	height: 35px;
	background-color: #95c12e;
	color: #fff;
	border-radius: 9px;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.chat-send:before {
	content: '';
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #000;
	z-index: 0;
	transition: 0.2s ease all;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

.chat-send:hover:before {
	-webkit-transform: scale(40);
	transform: scale(40);
	opacity: 0.1;
	border-radius: 8px;
}

.chat-send:hover .send-txt {
	text-decoration: underline;
}

.chat-foot-inn {
	padding: 20px;
	display: none;
}

.chat-button {
	position: absolute;
	bottom: 0;
	height: 40px;
	background-color: #095e54;
	color: #fff;
	width: 153px;
	right: 0;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
}

.send-img {
	background-image: url(../images/whatsapp.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 8px 12px;
}

.send-txt {
	font-size: 14px;
	font-weight: 600;
	padding-top: 8px;
}

.chat-but-img {
	background-image: url(../images/whatsapp.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 2px;
}

.chat-but-txt {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.three-dots-out {
	background-color: #fff;
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.dots-inner {
	position: relative;
	display: flex;
}

.chat-dots {
	height: 5px;
	width: 5px;
	margin: 0 2px;
	background-color: #b6b5ba;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	top: 0;
}

.dot-one {
	-webkit-animation-name: dots-circle1;
	animation-name: dots-circle1;
	background-color: #9e9da2;
}

.dot-two {
	-webkit-animation-name: dots-circle2;
	animation-name: dots-circle2;
}

.dot-three {
	-webkit-animation-name: dots-circle3;
	animation-name: dots-circle3;
}

@keyframes dots-circle1 {
	0% {
		background-color: #b6b5ba;
	}

	15% {
		background-color: #111;
	}

	25% {
		background-color: #b6b5ba;
	}
}

@keyframes dots-circle2 {
	15% {
		background-color: #b6b5ba;
	}

	25% {
		background-color: #111;
	}

	35% {
		background-color: #b6b5ba;
	}
}

@keyframes dots-circle3 {
	25% {
		background-color: #b6b5ba;
	}

	35% {
		background-color: #111;
	}

	45% {
		background-color: #b6b5ba;
	}
}

.three-dot-outer {
	padding: 16px 4px;
}

.txtAreaOuter {
	padding: 10px 10px 10px 20px;
	display: flex;
}

.textarea-out {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 21px;
	padding: 9px 12px 11px;
	margin: 5px 0px;
	width: 270px;
}

.texrarea-in {
	position: relative;
	flex: 1;
	display: flex;
	overflow: hidden;
}

.textarea {
	width: 100%;
	-webkit-user-select: all;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	font-size: 13px;
	font-weight: 400;
	max-height: 70px;
	min-height: 20px;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	white-space: pre-wrap;
	word-wrap: break-word;
	z-index: 1;
	color: #4b4b4b;
}

.plcaeholder {
	color: #a0a0a0;
	font-size: 13px;
	line-height: 20px;
	pointer-events: none;
	position: absolute;
	transition: opacity .08s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;
}

.whatsapp-send {
	width: 24px;
	height: 24px;
	background-image: url(../images/whatapp-send.svg);
	margin: 12px 0 0 10px;
	cursor: pointer;
	opacity: 1;
}

.ready {
	cursor: default;
	opacity: .2;
}

span.round-red {
	background-color: #fa0315;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.chat-offline {
	height: 294px;
	background-image: url(../images/whatsapp-bg.png);
	position: relative;
	border-radius: 0 0 10px 10px;
}

.off-msx-box {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	direction: rtl;
	color: #332e2e;
}

.chat-off {
	padding: 20px;
}

.off-msx-h1 {
	font-size: 16px;
	font-weight: bold;
}

.off-msx-h2 {
	font-size: 14px;
	margin-top: 5px;
}

/* chat css END */
img.zebool-logo {
	width: 175px;
}

.zebool-logo-div {
	margin-top: 16px;
}

.zeb1 {
	margin: 15px auto;
}

.question-h1 {
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}

.question-block {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	border: 1px solid #d2d2d2;
}

.answer-block {
	display: flex;
}

.answer-inner {
	margin: 4px;
	padding: 5px;
	display: flex;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #00adee;
}

.answer-inner:hover {
	background-color: #4fcfff;
}

.answer-icon {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 3px;
}

.ans-icon {
	width: 100%;
	height: 100%;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.answer-name {
	margin: 0 8px;
	flex-grow: 1;
	font-size: 15px;
	margin-top: 5px;
}

.answer-desc {
	flex-grow: 1;
}

.feedback-outer {
	margin-top: 30px;
	text-transform: none;
}

.checked {
	background-color: #b4bfff !important;
	border: 1px solid #768aff;
	color: #6d0000;
}

.quesBlock_2 .answer-block {
	width: 270px;
	margin: 5px auto;
}

.ans-icon-star {
	filter: grayscale(100%) brightness(1.4);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.filled .ans-icon-star {
	filter: unset;
}

.answer-inner-star {
	padding: 0 7px;
	display: flex;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.quesBlock_2 .answer-block:hover .ans-icon-star {
	filter: grayscale(100%) brightness(1.4);
}

.ans-icon-star:hover,
.answer-inner-hover .ans-icon-star {
	filter: unset !important
}

span.ansname,
.knsname {
	width: 150px;
	display: inline-block;
	text-align: center;
	color: #0370ad;
	font-size: 17px;
}

.other-opt {
	display: none;
	border: 1px solid #9e9e9e;
	padding: 10px;
	height: 80px;
	margin: 9px;
	border-radius: 3px;
}

.oth-txt {
	padding: 0;
	margin: 0;
	resize: none;
	outline: none;
	width: 100%;
	height: 100%;
	border: 0;
}

.uBin {
	overflow: hidden;
	border-radius: 3px;
	margin: 20px 1px;
}

.uBin .thrs {
	width: 100%;
}

.uBin .one {
	margin: 0;
}

.uBin .onekk {
	height: auto;
	padding: 0 0 20px;
}

.topHeadMobile {
	display: none;
}

.blueButton.lin.kins {
	height: 75px;
}

.termsDiv h2 {
	color: #1e43a8;
	font-size: 25px;
	text-align: center;
}

.termsDiv h3 {
	color: #1e43a8;
	font-size: 17px;
}

.hederX5 {
	width: 1220px;
	margin: auto;
	text-align: center;
	font-size: 19px;
	color: #505050;
	font-weight: 700;
}

.txtr1 {
	font-weight: 600;
}

.txtr3 {}

.grinBlo {
	height: 200px;
}

/* insurance popup CSS START */
.ins-popuo-out {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	right: 0;
	bottom: 0;
	z-index: 5;
	direction: rtl;
	overflow: hidden;
	transition: .5s all;
}

.ins-popup-in {
	position: absolute;
	left: 0;
	right: 0;
	width: 675px;
	height: 425px;
	margin: auto;
	top: 80px;
	box-shadow: 0 0 18px rgb(0, 0, 0);
}

.ins-popup-win {
	display: flex;
	overflow: hidden;
	height: 425px;
}

.flexpop {
	width: 33.33333333333%;
	background-color: #fff;
}

.sec-first .insPopup {
	padding: 25px;
}

.sec-first {
	flex-grow: 1;
	text-align: center;
}

.todd1,
.poph1s,
.poph1s,
.h2pop {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1641b3;
	transition: .5s all;
}

.todd1 {
	font-size: 24px;
	padding-bottom: 10px;
}

.h2pop {
	font-size: 15px;
}

input.inppop {
	border: 1px solid #d6d6d6;
	background-color: #fff;
	width: 30px;
	margin: 0 5px;
	outline: none;
	padding: 0px 5px;
	font-size: 18px;
	font-weight: 900;
	color: #6d6d6d;
}

.lower-pops {
	padding: 0 20px;
	display: none;
	position: absolute;
	top: 125px;
}

.caclb {
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}

.impss,
.popSmall {
	font-size: 11px;
}

.flexRow {
	display: flex;
	padding: 4px 0;
	font-size: 14px;
}

.leftFlex {
	display: flex;
	padding: 6px 0;
	font-size: 14px;
}

.popChoOut {
	width: 30px;
}

.flexpop.pop-first {
	background-color: #1c469e;
}

.closePop {
	position: absolute;
	left: -19px;
	top: -19px;
	width: 20px;
	height: 20px;
	font-size: 35px;
	line-height: 20px;
	font-weight: 900;
	cursor: pointer;
	color: #ccc;
	transition: .5s all;
}

.closePop:hover {
	color: #fff;
	transform: rotate(90deg);
}

.topArs {
	border-bottom: 1px dashed #dbcbff;
	margin-bottom: 15px;
	padding-bottom: 25px;
}

.formPops {
	padding: 15px 20px;
	border-radius: 3px;
	background-color: #f1f1f1;
	text-align: right;
	margin: 0px 48px;
}

.hi1k {
	height: 31px;
	display: flex;
}

.imgAreasPop,
.botArs,
.pophs,
.insPopup {
	transition: .5s all;
}

.botArs {
	position: absolute;
	right: 250px;
	width: 400px;
}

img.popImgss {
	display: block;
	width: 100%;
}

.leftFlexLeft {
	width: 180px;
}

.caclc {
	display: flex;
	height: 145px;
	margin: 17px 0;
}

.rightFlexLeft {
	flex-grow: 1;
	padding: 6px 15px 6px 0px;
	border-right: 1px solid #ececec;
	height: 100%;
}

.popchkbox {
	border: 2px solid #b7b7b7;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.popchkbox[data-id="1"]:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 3px;
	width: 9px;
	height: 4px;
	border: 3px solid #fff;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
}

.popchkbox:hover {
	border: 2px solid #1c469e;
}

.popchkbox[data-id="1"] {
	border: 2px solid #1c469e;
	background-color: #1c469e;
}

.impss {
	text-align: right;
}

.dynAmts {
	margin: 0 0 0 15px;
	color: #252525;
	font-weight: 900;
}

.ins-popuo-out-mimi {
	width: 200px;
	right: 198px;
	top: auto;
	left: auto;
	bottom: 15px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	cursor: pointer;
	z-index: 2;
}

.ins-popuo-out-mimi .ins-popup-in {
	position: relative;
	width: 200px;
	left: 0;
	top: 0;
}

.ins-popuo-out-mimi .flexpop {
	width: 20%;
}

.ins-popuo-out-mimi .sec-first .insPopup {
	padding: 6px;
}

.ins-popuo-out-mimi .poph1s {
	font-size: 14px;
	line-height: 15px;
}

.topTotals {
	position: absolute;
	top: -130px;
	width: 205px;
	margin: 0;
	color: #fff;
}

.popTtlAmount {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.popTxts {
	width: 102px;
}

.additiRowxx {}

.base {
	flex-grow: 1;
	text-align: right;
}

span.popSmall {
	font-weight: 400;
}

.noMargs {
	margin-left: 0;
}

/* ------*/
.inPopVisible .imgAreasPop {
	display: none;
}

.botVisible {
	position: absolute;
	right: 10px !important;
	width: 205px !important;
	bottom: 10px !important;
	top: auto;
}

.topVisible {
	padding-bottom: 12px;
}

.topVisible .pophs {
	font-size: 12px;
}

.topVisible .poph1s {
	font-size: 16px;
}

.inPopVisible .insPopup {
	padding: 15px 20px;
}

.inPopVisible .poph1s {
	font-size: 18px;
}

.inPopVisible .todd1 {
	color: #fff;
	font-size: 21px;
}

.inPopVisible .formPops {
	border: 0;
	background-color: #a0bfff;
	margin: 0px;
	padding: 15px 10px;
}

.inPopVisible input.inppop {
	border: 1px solid #678ee0;
	font-size: 16px;
	font-weight: 600;
	color: #1c469e;
}

.inPopVisible .popTxts {
	width: 91px;
}

/* insurance popup CSS END */
.blog-left-links {
	padding: 10px 0;
}

.blog-list-li {
	font-size: 13px;
	direction: rtl;
}

.uin.bobxx {
	margin-top: 15px;
}

.othInput {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	display: none;
}

.selPaysH1 {
	margin-top: 20px;
	text-align: center;
	font-size: 35px;
	color: #5a5050;
	font-weight: bold;
}

.ins-popup-in.promoPop {
	width: 500px;
	height: 500px;
}

.ins-popup-win.promoPops {
	height: 500px;
}

.ins-popuo-out.ins-popuo-out-mimi .promoPops img {
	width: 201px;
	height: 201px;
}

.close-bann {
	display: none;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: 800;
	font-size: 25px;
	background-color: #95c11f;
	text-shadow: 0 0 5px rgb(0 0 0 / 75%);
}

.ins-popuo-out-mimi .open-bann {
	display: none;
}

.ins-popuo-out-mimi .close-bann {
	display: block;
}

#live-chat-widget {
	z-index: 1;
}