::placeholder {
	color: var(--dark-grey);
	opacity: 1;
}

.act-overflow {
	width: 100%;
}

.slider {
	height: 400px;
	background-image: url(../images/hiking_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-text {
	width: 640px;
	margin: auto;
	text-align: center;
	color: var(--white);
	padding-top: 95px;
}

.slider-h1 {
	font-size: 70px;
	font-weight: 800;
	line-height: 105px;
	color: var(--blue)
}

.section-inner {
	width: 1280px;
	margin: auto;
	padding: 80px 0 40px;
}

.sec-head {
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 70px;
	line-height: 105px;
	text-align: center;
	color: var(--blue);
}

.sub-head {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 45px;
	color: var(--blue);
}

.act-outer {
	display: flex;
}

.sec-row {
	height: 440px;
	display: flex;
	text-align: right;
	margin-bottom: 80px;
}

sec-row:nth-class(even) .sec-h1 {
	color: var(--dark-green);
}

.sec-gap {
	flex-grow: 1;
}

.left-sec {
	width: 640px;
	height: 100%;
	background-image: url(../images/hiking_img1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.green .left-sec {
	background-image: url(../images/hiking_img2.jpg);
}

.right-sec {
	width: 600px;
}

.sec-h1 {
	color: var(--blue);
	font-size: 52px;
	line-height: 62px;
	font-weight: 700;
	margin-top: 89px;
	margin-bottom: 20px;
}

.green .sec-h1 {
	color: var(--dark-green);
}

.sec1,
.sec3 {
	background-color: var(--off-white);
}

.sec2 {
	background-color: var(--off-white);
}

.sec2 .section-inner {
	padding: 30px 0 140px;
}

.pro-inn {
	display: flex;
	margin-top: 20px;
}

.pro-gap {
	flex-grow: 1
}

.left-pro {
	width: 320px;
	text-align: center;
	color: var(--black);
}

.pro-img {
	width: 260px;
	height: 260px;
	margin: auto;
	background-image: url(../images/pro-img1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.mini .pro-img {
	background-image: url(../images/pro-img2.png);
}

.pro-head,
.qs-head {
	text-align: center;
	font-size: 52px;
	line-height: 78px;
	font-weight: 700;
	color: var(--blue);
}

.pro-h1 {
	margin: 16px 0 8px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.pro-h2 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 30px;
}

.pro-txt {
	color: var(--dark);
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	height: 155px;
	overflow: hidden;
}

.sec3 .section-inner {
	width: 1032px;
}

.qs-head {
	color: var(--dark-green);
}

.ques-block {
	margin-top: 20px
}

.row-line {
	background-color: var(--off-white);
	padding: 24px;
	margin-bottom: 24px;
	text-align: right;
	border-radius: 16px;
}

.top-flex {
	display: flex;
}

.top-txt {
	flex-grow: 1;
	font-size: 24px;
	line-height: 36px;
}

.top-btn {
	font-size: 24px;
	line-height: 36px;
}

.bot-row {
	margin-top: 20px;
	color: var(--dark);
	display: none;
}

.hidden {
	display: none;
}

.sec-btn-out {
	margin-top: 52px;
}

.sec-btn {
	height: 54px;
	line-height: 54px;
	background-color: var(--blue);
	border-radius: 40px;
	width: 216px;
	margin: auto;
	font-weight: 700;
	cursor: pointer;
	color: var(--white);
	text-align: center;
}

.top-btn-in {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	min-width: 30px;
	margin-top: 6px;
}

.top-btn-in:before {
	left: 13px;
	top: 8px;
	position: absolute;
	content: '';
	width: 1px;
	height: 14px;
	border-right: 2px solid #000;
}

.top-btn-in:after {
	left: 8px;
	top: 14px;
	position: absolute;
	content: '';
	width: 14px;
	height: 0px;
	border-top: 2px solid #000;
}

.top-btn-in[data-id="1"]:before {
	display: none;
}

.gaps {
	width: 50px;
}

.add-info {
	margin-top: 20px;
	position: relative;
}

.hidden-pop {
	width: 100px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 20px;
	font-size: 11px;
	text-align: left;
	margin-top: -25px;
	margin-left: -38px;
	display: none;
	border-radius: 4px;
	border: 1px solid var(--blue);
}

.add-info:hover .hidden-pop {
	display: block;
}

.step-out {
	display: flex;
}

.step-area {
	margin: auto;
	display: flex;
}

.circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--light);
}

.line {
	width: 157px;
	height: 5px;
	background-color: #C0C0C0;
	background-color: var(--light);
	margin: 37px 0;
}

.step-num {
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
}

.green-col {
	background-color: var(--dark-green);
}

.light-green {
	background-color: #ffce83;
	cursor: pointer;
}

.stage {
	display: none;
}

.stage1 {
	display: block;
}

.stage-h1 {
	text-align: center;
	margin: 19px 0;
	font-size: 18px;
	font-weight: 600;
	color: #94c11e;
}

.step-txt-out {
	display: flex;
	margin-top: 8px;
}

.step-txt {
	margin-top: 12px;
	width: 20%;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #767676;
}

.bolder {
	font-weight: bold;
}

.light-bold {
	color: #ffce83;
}

.stage-area {
	width: 1179px;
	margin: auto;
}

.date-flex,
.buton-flex {
	display: flex;
}

.gut {
	flex-grow: 1;
}

.gaps {
	width: 40px;
}

.date-h1 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}

.date-box {
	width: 250px;
}

.date-inp {
	height: 44px;
	border: 1px solid #505050;
	border-radius: 8px;
}

.stage-wrap {
	background-color: var(--white);
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0px 8px 14px rgba(192, 195, 201, 0.2);
	border: 1px solid var(--light-grey);
	margin-top: 40px;
}

.stage-wrap:nth-child(1) {
	margin: 0;
}

.stageBtn,
.backBtn {
	margin: 80px auto 0;
	height: 54px;
	line-height: 54px;
	background-color: var(--blue);
	border-radius: 40px;
	width: 216px;
	font-weight: 700;
	cursor: pointer;
	color: var(--white);
	text-align: center;
	transition: .2s all;
	padding: 0;
	box-sizing: border-box;
}

.stageBtn:hover,
.backBtn:hover {
	letter-spacing: 2px;
}

.backBtn {
	background: none;
	border: 2px solid var(--blue);
	color: var(--blue);
	line-height: 50px;
}

.stages {
	display: none;
}

.stages.rent-stage1 {
	display: block;
}

.sec-low {
	display: flex;
}

.dev-itm,
.model-itm {
	width: 186px;
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 8px;
	cursor: pointer;
}

.dev-itm:hover,
.model-itm:hover {
	border: 3px solid #ccc;
}

.dev-img {
	height: 65px;
	width: 65px;
	margin: auto;
	background-image: url(../images/devices_img1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#device-wrap {
	position: relative;
}

.step-h2 {
	font-size: 14px;
	font-weight: 400;
}

.dev-txt {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: var(--dark);
}

.dev-exp {
	flex-grow: 1;
}

.device-li {
	display: flex;
	margin: auto;
}

.device-block {
	width: 346px;
	border: 3px solid #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	cursor: pointer;
	position: relative;
}

.device-block:hover {
	border: 3px solid #ccc;
}

.sec-img {
	width: 279px;
	height: 279px;
	background-image: url(../images/inreach-ex.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 2px;
}

.sec-pro-name {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	height: 60px;
}

.sec-list {
	color: var(--dark);
	line-height: 27px;
	text-align: center;
	font-size: 18px;
	height: 165px;
	overflow: hidden;
}

.pro-link {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--blue);
	text-align: center;
	margin-top: 16px;
}

.div-gap {
	width: 80px;
}

.stage-wrap.wrap-dev {
	border: 3px solid var(--dark-green);
	box-shadow: none;
}

.wrap-in {
	display: flex;
}

.wrp-grow {
	flex-grow: 1;
}

.wrp-gap {
	width: 40px
}

.wrp-prc,
.wrp-desc {
	line-height: 80px;
}

.wrp-desc {
	font-weight: 700;
}

.wrp-title {
	margin: 0 20px;
}

.wrp-h1 {
	color: var(--black);
	font-weight: 700;
	line-height: 80px;
}

.wrp-h2 {
	font-size: 20px;
	color: var(--dark);
	text-align: center;
}

.wrp-img {
	width: 80px;
	height: 80px;
	background-image: url(../images/inreach-ex.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wrp-col {
	margin: 0 5px;
	line-height: 80px;
}

.data-row {
	display: flex;
	margin-bottom: 24px;
}

.data-row:last-child {
	margin: 0;
}

.data-h1 {
	line-height: 30px;
	margin-bottom: 8px;
	display: flex;
}

.data-sec {
	width: 373px;
}

.data-gap {
	flex-grow: 1;
}

.data-inp {
	width: 100%;
	position: relative;
}

.data-input {
	width: 100% !important;
	border: 1px solid #505050 !important;
	border-radius: 8px !important;
	height: 44px !important;
	box-sizing: border-box !important;
	padding: 0 10px !important;
}

.data-row.flex-rev.mipd.single-chk {
	margin-bottom: 25px;
}

.fif {
	width: 580px;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit
}

.loading {
	border: 3px dashed #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 10px auto 0;
	animation-name: spin;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.loading-text {
	text-align: center;
	margin-top: 10px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.sel-dev,
.sel-dev:hover {
	border: 3px solid var(--dark-green);
}

.dev-insider {
	width: 1198px;
	margin: auto;
	position: relative;
}

.device-inner {
	position: relative;
	width: 1198px;
	margin: auto;
	overflow: hidden;
	height: 670px;
}

.device-in {
	display: flex;
	left: 0;
	transition: .2s all;
	position: absolute;
}

.gut-mis {
	width: 80px;
}

.one-forth {
	/*width: 219px;*/
}

.rel-dev {
	display: none;
}

.all-show-btn {
	display: none;
	cursor: pointer;
}

.nextprebtn {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ccc;
	top: calc(50% - 40px);
	right: 0;
	cursor: pointer;
}

.prev-btn {
	right: auto;
	left: 0px;
}

.nextprebtn:after {
	content: '';
	position: absolute;
	top: 28px;
	left: 30px;
	width: 24px;
	height: 24px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	transform: rotate(320deg);
}

.next-btn:after {
	left: 20px;
	transform: rotate(135deg);
}

.itm-out {
	display: flex;
}

.itm-title {
	flex-grow: 1;
	margin: 0 15px
}

.itm-cost {
	width: 110px;
	text-align: right;
}

.itm-desc {
	font-size: 13px;
}

.itmp-h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.itmp-out {
	margin: 10px 0;
}

.itm-h1 {
	color: var(--dark);
}

.itm-out {
	margin-bottom: 1px;
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.itm-out:last-child {
	border-bottom: none;
}

.dev-cost-summ {
	display: none;
}

.square {
	width: 28px;
	height: 28px;
	position: relative;
	background: #1b469e;
	border-radius: 3px;
	float: none;
}

.square input {
	visibility: hidden
}

.square label {
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 3px;
	background-color: #fff;
}

.square label:after {
	content: '';
	width: 11px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 4px solid #1b469e;
	border-top: none;
	border-right: none;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.flex {
	display: flex;
}

input>.trvChk:checked~.square label:after {
	display: block;
}

.square label.hide-me:after {
	display: none;
}

.chk-out {
	margin-top: 5px;
}

.square.commChk,
.square.commChk label {
	border-radius: 50%;
}

.square.commChk label:after {
	width: 14px;
	height: 14px;
	top: 4px;
	left: 4px;
	border: none;
	background-color: #1e4dad;
	border-radius: 50%;
}

.wrp-h1-1,
.wrp-prc-1 {
	line-height: 40px
}

#dynamic-form,
#basic-form {
	padding-top: 40px;
}

.ch-chk {
	margin-top: 5px;
}

.ch-grow {
	flex-grow: 1;
}

.ch-gap {
	width: 10px;
}

.comm-div-1,
.comm-div-2,
.comm-div-3,
.comm-div-4 {
	display: none;
}

.chicon-1,
.chicon-2,
.chicon-3,
.chicon-4 {
	background-image: url(../images/exclamation.svg);
	background-position: center;
	background-size: 32px;
	width: 25px;
	height: 25px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	margin: 10px;
}

.dii {
	margin: 0;
}

.xii {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #9f9f9f;
}

.chk-outer {
	margin-top: 7px;
}

.newListItem {
	display: flex;
	line-height: 28px;
	margin-bottom: 11px;
	border-radius: 3px;
	color: #5c5c5c;
}

.newListItem:hover {
	color: #000;
	background: none;
}

.newListItem:last-child {
	margin-bottom: 0
}

.menuName {
	flex-grow: 1;
	margin: 0 10px;
}

.del-h1 {
	line-height: 28px;
}

.small-font {
	font-size: 13px;
	margin: 0 5px;
}

textarea.text-area {
	box-sizing: border-box;
	width: 100%;
	height: 109px;
	resize: none;
	border: 1px solid #505050;
	border-radius: 8px;
	padding: 10px;
}

.ex-h1 {
	margin: 0 15px;
}

.pay-h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.pay-h2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin: 5px 0px;
	margin-bottom: 30px;
}

.payBtn {
	background-color: var(--blue);
	width: 550px;
	margin-top: 30px;
	color: #fff;
}

.pos-rel {
	position: relative;
}

.emer-remove {
	position: absolute;
	right: 0;
	background-color: #f00;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 7px;
	cursor: pointer;
	background-image: url(../images/close-white.svg);
	background-size: 20px;
	background-position: center;
}

.oneChk input {
	visibility: hidden;
}

.dis-m {
	display: flex;
}

.dis-grow {
	flex-grow: 1;
}

.min-row {
	font-size: 17px;
	border-radius: 3px;
	cursor: pointer;
}

.thead {
	background-color: #ccc;
}

tr.mr-tr {
	background-color: #f1f1f1;
}

.del-desc {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #424242;
}

.flex-r {
	display: flex;
}

.main-hed {
	display: flex;
	flex-grow: 1;
}

.cat-row {
	font-weight: 600;
	color: #545454;
	padding: 5px 0;
	line-height: 25px;
}

.sub-row {
	font-size: 14px;
	padding: 5px 3px;
	border-bottom: 1px solid #fff;
}

.title-row {
	font-size: 14px;
	color: #b1b1b1;
	padding: 6px 3px;
}

.main-hs1 {
	flex-grow: 1;
}

.hs2 {
	width: 150px;
	text-align: center;
}

.hs3 {
	width: 150px;
	text-align: center;
}

.hs4 {
	width: 150px;
	text-align: center;
}

.hs5 {
	width: 150px;
	text-align: right;
}

.main-cur {
	text-align: right;
	width: 150px;
}

.sub-hh {
	display: none;
}

.main-hed-icon {
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 2px 13px 0;
	position: relative;
}

.main-hed-icon:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	width: 10px;
	height: 0px;
	border-top: 2px solid #fff;
}

.main-hed-icon:after {
	content: '';
	position: absolute;
	border: 0;
	left: 9px;
	top: 5px;
	width: 0px;
	height: 10px;
	border-right: 2px solid #fff;
}

.main-hed-icon[data-id="1"]:after {
	border-right: none;
}

.grand-t {
	margin-top: 10px;
	color: #000;
	font-weight: 600;
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

input.data-input.numDev,
input#from,
input#to {
	text-align: center;
	width: auto;
	height: 44px;
}

.main-ttl {
	flex-grow: 1;
	text-align: center;
}

.map-outer {
	width: 100%;
	height: 400px;
}

.map-div {
	width: 100%;
	height: 400px;
}

.basic-wrap {
	display: none;
}

.selection[data-id="2"] {
	display: none;
}

.infoDelSelect,
.infoRetSelect {
	line-height: 37px;
	cursor: pointer;
	width: 133px;
	margin: 20px auto 0;
	height: 37px;
}

.infoH1 {
	font-weight: bold;
}

#ccData {
	display: none;
}

.feedH1 {
	text-align: center;
}

.ansDiv {
	display: flex;
}

.pdx {
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.setOut {
	display: flex;
	border: 1px solid #505050;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 10px;
}

.mmt {
	min-height: 21px;
	min-width: 21px;
	border: 2px solid #1b469e;
	cursor: pointer;
	background-size: 100%;
	display: table-cell;
	background-color: #fff;
	max-height: 21px;
	max-width: 21px;
	position: relative;
	border-radius: 2px;
}

.set {
	margin: 0 15px;
	line-height: 21px;
	font-size: 16px;
}

.setGap {
	width: 20px;
}

.othInput {
	margin-top: 20px;
	display: none;
}

.checked:after {
	content: '';
	width: 9px;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 3px;
	border: 3px solid #1b469e;
	border-top: none;
	border-right: none;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.date-inpe {
	margin-bottom: 10px;
}

.amountShow {
	text-align: right;
	min-width: 65px;
	border: none;
}

.main-hed-icon:hover,
.ch-icon:hover {
	background-color: #ababab;
}

/*  new toggle code START */
.toggle-out {
	width: 220px;
	height: 45px;
}

.toggle-body {
	width: 100%;
	height: 100%;
}

.toggle-body {
	border: 2px solid #1b469e;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.toggle-txt {
	display: flex;
	height: 100%;
}

.toggle-txt-in {
	width: 50%;
	height: 100%;
}

.tog-txt {
	text-align: center;
	font-size: 17px;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.toggle-float {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #868686;
	border-radius: 30px;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.38, 1.97) 0s;
}

.toggle-body[data-id="0"] .toggle-txt-in[data-id="0"] {
	color: #fff;
}

.toggle-body[data-id="1"] .toggle-txt-in[data-id="1"] {
	color: #fff;
}

.toggle-layer1,
.toggle-layer2 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.toggle-layer1 {
	left: 3px;
	top: 2px;
	height: calc(100% - 4px);
	width: calc(100% - 6px);
}

.toggle-body[data-id="1"] .toggle-float {
	left: 0;
	background-color: #1b469e;
}

.toggle-body[data-id="0"] .toggle-float {
	left: 50%;
	background-color: #1b469e;
}

/*  new toggle code START */
.per-h1 {
	margin: 0 10px;
}

.infoH-Cost {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

.more-add {
	margin-top: 20px;
	cursor: pointer;
	color: #1b469e;
}

#org-wrap {
	display: none;
}

input.data-input.couponInp {
	width: 200px !important;
	cursor: pointer;
}

#del-comm-div,
#ret-comm-div,
#inv-found {
	display: none;
}

.forth {
	width: 288px
}

span.src-again {
	color: #1b469e;
	cursor: pointer;
	font-weight: 900;
}

.stageBtn.search-inv {
	margin: 38px 0 0 0;
	height: 44px;
	line-height: 44px;
}

div#inv-another-div {
	margin-top: 40px;
}

div#ccDataNew {
	display: none;
}

div#pay-method,
#invInput {
	display: none;
}

.wrap-in-small {
	display: flex;
}

.tyu {
	width: 40px;
}

#delivery-map,
#return-map {
	display: none;
}

.map-show-btn {
	font-size: 17px;
	cursor: pointer;
}

.hint-txt {
	margin: 25px 0;
	font-size: 16px;
}

.single-chk {
	margin-bottom: 0
}

.error-desc {
	text-align: center;
}

.proceess-err-h1,
.loading-h1 {
	color: #f00;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 45px;
}

.proceess-err-h2 {
	margin-bottom: 20px;
	color: #626262;
}

.proceess-err-h3,
.loading-h2 {
	line-height: 28px;
	color: #403636;
}

.ex-h2-read {
	color: blue;
}

.loading-h1 {
	color: var(--blue);
}

.loading-icon,
.loader {
	border: 4px dashed #ccc;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 50px auto 30px;
	animation-name: spin;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.load-h1 {
	text-align: center;
}

.iframe1 {
	height: 980px;
}

.iframe {
	height: 475px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.per-toggle {
	direction: ltr;
}

.result-div {
	position: relative;
	display: none;
}

.result-div-in {
	position: absolute;
	background-color: #fff;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	top: 2px;
	overflow: auto;
	min-height: 100px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
	max-height: 250px;
}

.result-row {
	background-color: #fff;
	padding: 15px 30px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

.org-res-data {
	width: 280px;
	margin-bottom: 10px;
}

.ch-alt-small {
	font-size: 16px;
	font-weight: 400;
}

span.gap-num {
	padding: 10px;
}

.result-row:last-child {
	margin-bottom: 0;
}

.result-row:hover {
	background-color: #e1e1e1;
}

.stageBtn.next-btn4.disabled {
	background-color: #dfdfdf;
}

.div-fil-chk,
.pay-fil-chk {
	width: 28px;
	height: 28px;
	position: relative;
	background: #1b469e;
	border-radius: 3px;
}

.div-fil-chk label,
.pay-fil-chk label {
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 3px;
	background-color: #fff;
}

.div-fil-chk label:after,
.pay-fil-chk label:after {
	content: '';
	width: 11px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 4px solid #1b469e;
	border-top: none;
	border-right: none;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.div-fil-chk label.hide-me:after,
.pay-fil-chk label.hide-me:after {
	display: none;
}

.chk-out {
	margin-top: 5px;
}

.div-fil-chk,
.div-fil-chk label,
.pay-fil-chk,
.pay-fil-chk label {
	border-radius: 50%;
}

.div-fil-chk label:after,
.pay-fil-chk label:after {
	width: 14px;
	height: 14px;
	top: 4px;
	left: 4px;
	border: none;
	background-color: #1e4dad;
	border-radius: 50%;
}

.sub-head-in.direction.mjh {
	margin-bottom: 25px;
}

.div-fil-outer {
	display: flex;
}

.div-fil-out {
	display: flex;
}

.div-fil-txt {
	margin: 0 14px;
}

.sangeeta {
	margin: 0 15px
}

.foot-soc-h1 {
	margin-top: 16px
}

.foot-soc-in {
	line-height: 30px
}

.vatChk {
	margin: auto;
}

.result-print-div,
.result-print-div-payee {
	margin-top: 20px;
	display: none;
}

.result-print-div .data-h1,
.payee-found-body .data-h1 {
	color: #8b8b8b;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 20px;
}

.result-print-div .data-inp,
.payee-found-body .data-inp {
	font-size: 14px;
	margin-bottom: 10px;
}

.result-print-div .data-row,
.result-print-div-payee .data-row {
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.result-print-div .data-gap,
.result-print-div-payee .data-gap {
	flex-grow: 0;
	width: 20px;
}

.main-row-in {
	display: flex;
	font-size: 14px;
}

.add-row-in {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
}

.change-pay-btn {
	font-size: 17px;
	cursor: pointer;
}

.terms-cont {
	max-height: 300px;
	overflow: auto;
}

h2 {
	margin-top: 0;
}

.bulb-header {
	margin-top: 6px;
}

.bulb-cost {
	position: absolute;
	top: 6px;
	right: 10px;
}

.bulb-icon {
	width: 142px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../images/bulb.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left;
	opacity: .8;
	font-size: 12px;
	padding-left: 25px;
	line-height: 20px;
	color: #1e4dad;
	font-weight: bold;
}

.bulb-icon:hover {
	opacity: 1;
}

.bulb-close {
	width: 17px;
	height: 17px;
	background-image: url(../images/close-black.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5;
	margin: 3px 0;
}

.bulb-h1 {
	color: var(--blue);
	font-weight: 700;
}

.bulb-close:hover {
	opacity: 1;
}

.bulb-data {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	width: 80%;
	font-size: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	padding: 0px 15px;
	border-radius: 5px;
	display: none;
	max-height: 400px;
}

.bulb-data-in {
	max-height: 355px;
	overflow: auto;
	margin: 5px 0;
}

.sub-head.nomar {
	margin-bottom: 10px;
}

.sub-head-for {
	margin-bottom: 20px;
}

.pay-flex {
	display: flex;
}

.pay-chek-out {
	min-width: 28px;
	min-height: 28px;
	margin-top: 6px;
	height: 28px;
	width: 28px;
	max-width: 28px;
	max-height: 28px;
}

.pay-td {
	margin: 0 20px;
}

.req-new-org-btn,
.req-new-payee-btn {
	margin: 20px auto 0;
	width: 265px;
}

.new-org-form-out,
.new-payee-form-out {
	margin: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	background-color: #f1f1f1;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}

.new-payee-form-out {
	margin: 40px 25px;
}

.new-org-form-out .data-sec {
	width: 330px;
}

.new-payee-form-out .data-sec {
	width: 346px;
}

.new-org-form-out .fif {
	width: 510px;
}

.new-org-form-body,
.new-payee-form-body {
	padding: 35px;
}

.new-org-frm-h1 {
	height: 54px;
	line-height: 54px;
	background-color: var(--blue);
	font-weight: 700;
	color: var(--white);
	text-align: center;
}

.new-org-form-out .stageBtn,
.new-org-form-out .backBtn {
	margin: 10px auto 0;
}

.org-email-resp {
	text-align: center;
	margin: 30px 0;
}

.select-this {
	position: absolute;
	top: 43px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	background-color: var(--blue);
	border-radius: 40px;
	width: 100px;
	font-weight: 500;
	cursor: pointer;
	color: var(--white);
	text-align: center;
	font-size: 17px;
}

.helpMe {
	display: none;
}

.sub-title {
	width: 900px;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}

.add-payee-div {
	display: none;
}

.payee-found-div {
	margin: 36px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	background-color: #f1f1f1;
	border-radius: 8px;
	overflow: hidden;
}

.found-alert-h1 {
	height: 54px;
	line-height: 54px;
	background-color: var(--blue);
	font-weight: 700;
	color: var(--white);
	text-align: center;
}

.payee-found-body {
	margin: 20px 30px 10px;
}

.org-payee-resp {
	text-align: center;
	padding: 50px 0;
}

.search-user-btn {
	background-color: #1b469e;
	text-align: center;
	border-radius: 30px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	margin: 0;
}

.dyn-edit,
.save-dyn-btn,
.can-email-btn,
.save-cust-btn,
.can-cust-btn {
	display: none;
	color: #1b469e;
	cursor: pointer;
	font-size: 14px;
}

span.mend {
	margin: 0 7px;
}

span.gap {
	flex-grow: 1;
}

.save-dyn-btn,
.save-cust-btn {
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #1b469e;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
}

.save-dyn-btn[data-id="1"],
.save-cust-btn[data-id="1"] {
	background-color: orange
}

.save-dyn-btn[data-id="2"],
.save-cust-btn[data-id="2"] {
	background-color: green
}

input#to,
input#from {
	cursor: pointer;
}

#rental-h2 {
	display: block;
}

.mul {
	margin: 0 10px;
}

body[lang="he"] .brcc {
	width: 150px;
}

.ins-popuo-out {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	right: 0;
	bottom: 0;
	z-index: 5;
	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-in.promoPop {
	width: 500px;
	height: 500px;
}

.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;
}

.ins-popup-win {
	display: flex;
	overflow: hidden;
	height: 425px;
}

.ins-popup-win.promoPops {
	height: 500px;
}

.closePop:hover {
	color: #fff;
	transform: rotate(90deg);
}

.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;
}

.ins-popuo-out-mimi .ins-popup-in {
	position: relative;
	width: 200px;
	left: 0;
	top: 0;
}

.ins-popuo-out.ins-popuo-out-mimi .promoPops img {
	width: 201px;
	height: 201px;
}

.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;
}

.newRadio,
.newCheck {
	width: 22px;
	height: 22px;
	position: relative;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #1b469e;
	cursor: pointer;
}

.newCheck {
	border-radius: 3px;
}

.newCheck[data-id="1"]:after,
.newRadio[data-id="1"]:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background-color: #1b469e;
}

.newCheck[data-id="1"]:after {
	width: 11px;
	height: 5px;
	border: 4px solid #1b469e;
	top: 5px;
	left: 4px;
	border-top: none;
	border-right: none;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 0;
}

.main-desc-below[data-type="1"] {
	display: none;
}

.dis-txt {
	margin-top: 23px;
	color: blue;
}

.dis-txt-org {
	color: blue;
	font-size: 14px;
}

.wrap-body.xii.comm-div-2.direction {
	display: block;
}

.ch-h1r {
	font-size: 15px;
	margin: 0 20px;
}

.rental-price-altss {
	font-size: 12px;
	text-align: center;
}

.rental-price-altssx-comm {
	text-align: center;
	margin-top: 8px;
	font-size: 14px;
}

.nxt-txt {
	position: absolute;
	font-size: 12px;
	text-align: center;
	width: 100%;
	top: 86px;
}