

/* ------------------------------------------------------------ *\
	Input Placeholder  ( NEW DIMA DESIGN )
\* ------------------------------------------------------------ */
 
input:focus:-ms-input-placeholder {opacity: 0;}


/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
 
input::-moz-placeholder { color: inherit; font-weight: 400; opacity: 1; }

input:-ms-input-placeholder { color: inherit; font-weight: 400; opacity: 1; }

input::placeholder { color: inherit; font-weight: 400; opacity: 1; }
 
textarea::-moz-placeholder { color: inherit; font-weight: 400; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; font-weight: 400; opacity: 1; }

textarea::placeholder { color: inherit; font-weight: 400; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field,
.select,
.textarea { font-size: 30px; line-height: 39px; width: 100%; height: 49px; display: block; padding: 4px 0 6px 10px; border: 0; background: #fff; border-radius: 0; box-shadow: none; }

.form-cols { position: relative; margin: 0 -37px 20px; }

.form-col { float: right; padding: 0 37px; }

.form-col-1of2 {
	width: 50%;
	position: relative;
}

.form-col-1of3 { width: 33.33%; width: 33.33333%; }

.form-col-1of3-special { width: 28%; }

.form-col-1of3-special.col-special { width: 16%; }

.form-col-1of4 { width: 25%; }
    
.form-col-checkbox { width: 100%; }

.form-col.hidden ~ .form-cols-icon { display: none; }

.form-cols .form-cols { margin: 0 -21px; }

.form-cols .form-cols .form-col { padding: 0 21px; }

.form-cols .form-cols .form-cols-icon { width: 42px; height: 63px; }

.form-cols .form-cols-inner { margin: 0 -8px; }

.form-cols .form-cols-inner .form-col { padding: 0 8px; }

.form-cols-icon { width: 74px; height: 69px; }

.form-cols-icon span { font-size: 30px; line-height: 1; color: #fff; text-align: center; width: 30px; height: 36px; }

.form-row { position: relative; background-color: #fff;border-radius: 3px; }

.form-row-icon { width: 70px; left: auto; }

.form-label {
	font-size: 29px;
	line-height: 1.34;
	color: var(--search-border-color);
	float: right;
	padding: 5px 0 5px 8px;
}

.form-label-select { cursor: pointer; }

.form-label-select-primary { font-size: 21px; line-height: 24px; color: #2a3335; font-weight: 400; display: block; float: none; padding: 8px 16px 8px 46px; }

.form-label-select-primary:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 16px; border-width: 1px; border-color: #fff #fff #000 #000; }

.form-label-select-primary strong { font-weight: 400; display: block; }

.form-label-select-primary strong span { display: block; }

.form-controls, .form-control {
	overflow: hidden;
}

.form-control .input-text-error {
	position: absolute;
	bottom: -23px;
	right: 0;
	display: none;
	color: red;
}
	.form-control.parsley-error .input-text-error {
		display: block
	}
	.form-row-primary {
		padding-right: 55px;
	}

.form-row-focus,
.form-row-open {
	z-index: 4;
	box-shadow: 0 0 0 2px var(--search-border-color);
}

.form-row-focus .dropdown-numbers,
.form-row-focus .dropdown-autocomplete { height: auto; opacity: 1; visibility: visible;text-align: right; }

.form-row-primary .field,
.form-row-primary .select,
.form-row-primary .textarea { font-size: 24px; line-height: 27px; height: 43px; padding: 7px 0 9px 10px; }
  
.form-row-primary .field::-moz-placeholder,
.form-row-primary .textares::-moz-placeholder { font-weight: 400; }

.form-row-primary .field:-ms-input-placeholder,
.form-row-primary .textares:-ms-input-placeholder { font-weight: 400; }

.form-row-primary .field::placeholder,
.form-row-primary .textares::placeholder { font-weight: 400; }


.form-row-primary .field.birthday::-webkit-inner-spin-button,
.form-row-primary .field.birthday::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	
	}

.form-row-secondary { position: relative; padding: 0; }

.form-row-secondary .form-label { font-size: 23px; line-height: 1; color: #2a3335; width: 100%; height: 63px; display: -ms-flexbox; display: flex; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-pack: center; justify-content: center; position: relative; padding: 0 12px 0 20px; }

.form-row-secondary .form-label:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 16px; border-width: 1px; border-color: #fff #fff #000 #000; }

.form-row-secondary .form-label strong { font-weight: 400; display: block; }

.form-row-secondary .form-label small { font-size: 19px; color: #91a6bf; display: block; }

.form-select { z-index: 2; cursor: pointer; }

.form-select .select { height: 100%; opacity: 0; cursor: pointer; }

.form-row-primary .form-row-icon { width: 55px; }

.form-body-primary { max-width: 472px; margin: auto; }

.form-body-primary .form-row { margin-bottom: 20px; }

.form-sections { counter-reset: section; padding-bottom: 21px; }

.form-section { counter-increment: section; padding-top: 13px; }

.form-section .form-cols { margin: 0 -20px; }

.form-section .form-col { padding: 0 20px; }

.form-sections ~ .form-cols { padding-bottom: 12px; margin: 0 -7px; }

.form-sections ~ .form-cols .form-col { padding: 0 7px; }

.form-section .form-row + .form-row,
.form-section .form-row + .form-cols { margin-top: 15px; }

.form-section .form-cols-inner { margin: 0 -10px; }

.form-section .form-cols-inner .form-col { padding: 0 10px; }

.form-section .form-cols-inner .form-row { padding: 0; }

.form-section-head { padding: 5px 0; }

.form-section-head h4 { font-size: 30px; line-height: 41px; color: #2a3335; font-weight: 700; float: right; margin: 0; }

.form-section-head h4:before { content: ''; width: 17px; height: 17px; display: inline-block; vertical-align: middle; margin: -1px 0 0 9px; background-color: #188626; }

.form-section-head h4:after { content: ' #' counter(section, decimal-leading-zero); }

.form-section-head .btn-remove { float: left; margin-top: 7px; }

.checkbox { position: relative; overflow: hidden; }
.checkbox input { display: block; position: absolute; top: 0; right: -50px; }
.checkbox label { font-size: 19px; line-height: 28px; color: #fff; display: inline-block; vertical-align: middle; position: relative; padding-right: 38px; }
.checkbox label:before { content: ''; width: 28px; height: 28px; background-color: #fff; border-radius: 2px; }
.checkbox label i { opacity: 0; margin-top: 1px; }
.checkbox label i,
.checkbox label:before { display: block; position: absolute; top: 0; right: 0;font-size: 13px;padding: 1px; width:18px}
.checkbox input:checked ~ label i { opacity: 1; }
.checkbox-primary { position: relative; overflow: hidden; }
.checkbox-primary input { display: block; position: absolute; top: 0; right: -50px; }
.checkbox-primary strong { font-size: 21px; line-height: 1.24; color: #000; font-weight: 400; float: right; }
.checkbox-primary small { font-size: 21px; line-height: 1.24; color: #9eb3cd; float: left; padding-left: 4px; }
.checkbox-primary small strong { float: none; }
.checkbox-primary .checkbox-image { width: 54px; height: 26px; float: right; position: relative; margin-left: 19px; border-radius: 4px; box-shadow: inset 0 0 2px #ebebeb; }
.checkbox-primary .checkbox-image-small { width: 34px; margin-left: 12px; }
.checkbox-primary .checkbox-rating { float: right; margin-top: -2px; }
.checkbox-primary label { font-size: 18px; line-height: 26px; color: #000; display: block; position: relative; padding: 13px 36px 12px 0; overflow: hidden; }
.checkbox-primary label:before { width: 21px; height: 21px; right: 4px; z-index: 1; background-color: #FFFFFF; border-radius: 4px; border:1px solid #AAAAAA;}
.checkbox-primary label:after { width: 12px; height: 7px; right: 8px; z-index: 2; border-width: 0 0 1px 1px; border-style: solid; border-color: #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 30% 50%; transform-origin: 30% 50%; }
.checkbox-primary label:before,
.checkbox-primary label:after { content: ''; left: auto; }
.checkbox-primary input:hover ~ label:after{    border-color: #AAAAAA;}
	.checkbox-primary input:checked ~ label:before {
		background-color: var(--package-validation-color);
	}

.checkbox-primary input:checked ~ label strong { font-weight: 700; }

.checkbox-primary input:checked ~ label small strong { font-weight: 400; }

.checkbox-primary-all label { font-size: 21px; line-height: 1.24; }

@media (max-width: 1279px) {
	.form-row-secondary .form-label { padding: 0 5px 0 15px; }
	.form-row-secondary .form-label:after { left: 10px; }
}

/*  Internet Explorer 11 Selectbox hack  */

_:-ms-fullscreen { display: none; }

_:-ms-fullscreen  { color: #000; background: transparent; }
 

/*  Custom Radio  */

.custom-radio input { display: none; }

.custom-radio label { display: block; padding-top: 5px; }

.custom-radio label:before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; border: 1px solid #cfd7e2; background-color: #178823; border-radius: 50%; margin-left: 13px; box-shadow: inset 0 2px 0 0 rgba(0,0,0, .1), inset 0 0 0 11px #fff; transition: box-shadow .4s ease; position: relative; top: -5px; }

.custom-radio label > span { display: inline-block; vertical-align: middle; font-size: 18px; color: #91a6bf; line-height: .9; }

.custom-radio label > span span { display: block; font-size: 25px; color: #000; }

.custom-radio label > i { margin: 0 20px; }

.custom-radio label:after { content: ''; height: 100%; position: absolute; right: 352px; left: 0; top: 0; z-index: 10; }

.custom-radio input:checked ~ label:before { box-shadow: inset 0 2px 0 0 rgba(0,0,0, .1), inset 0 0 0 4px #fff; }

.custom-radio input:checked ~ label:after { display: none; }

/* Small Desktop */

@media (max-width: 1279px) {
	.custom-radio label > span { font-size: 16px; }
	.custom-radio label > span span { font-size: 21px; }
	.custom-radio label > i { margin: 0 13px; }
}

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search { position: relative; z-index: 5; padding: 0 113px; padding-top: 10px; }
.main-tabs +.tabs .form-search {padding-top: 25px;}
.form-search .form-btn {
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	text-shadow: 0 3px 0 var( --primary-button-text-shadow);
	padding: 7px 10px 13px;
	box-shadow: 0 -5px 0 var(--primary-button-background-dark) inset;
	transition: all .4s ease;
}

/*.form-search .form-btn:hover { padding: 10px; }*/

/*.form-search .form-body { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 25px; }*/

/*.form-search .form-actions { text-align: center; }*/

.form-search .message-form { padding-top:10px}
.form-search .message-form .message-box-form { text-align:center;}
.form-search .message-form .message-box-form i { color:white; font-size: 50px;}
.form-search .message-form .message-box-form h3 { color:white; font-weight: 300;}
/*.form-search .dropdown-hotels-abroad,
.form-search .form-col-two-way .form-datepicker-single { display: none; } 

.form-search .form-is-one-way .form-col-two-way .form-datepicker-dual,
.form-search .form-is-one-way .dropdown-hotels-israel { display: none; }
 
.form-search .form-is-one-way .form-datepicker-single,
.form-search .form-is-one-way .dropdown-hotels-abroad { display: block; }*/

.destinations-cols .form-cols-icon .ico-arrows.onw-way { width: 24px; height: 18px; background-size: 44px 38px; }


@media (max-width: 1279px) {
	.section-search .shell h1{margin-right:37px!important}
	.form-search { padding: 0 18px; }
}


/* ------------------------------------------------------------ *\
	Rome Datepicker
\* ------------------------------------------------------------ */

.rd-container { width: 100%; padding: 0; border: 0; background: none; }

.rd-container .rd-month { display: block; }

.rd-container .rd-month-label { font-size: 21px; line-height: 1.48; color: var(--se-date-picker-text-color); font-weight: 400; text-align: center; padding: 9px 52px; border-top: 2px solid #fff; margin: 0 -10px; background-color: #f7f7f7; }

.rd-container .rd-back,
.rd-container .rd-next { color: #5d608b; width: 52px; height: 51px; position: relative; }

.rd-container .rd-back[disabled],
.rd-container .rd-next[disabled] { opacity: .2; }

.rd-container .rd-back:before,
.rd-container .rd-next:before { content: ''; content: ''; width: 12px; height: 12px; display: inline-block; vertical-align: middle; border-width: 0 0 2px 2px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(45deg); transform: rotate(45deg); -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: transform 0s; }

.rd-container .rd-back { float: right; }

.rd-container .rd-back:before { -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.rd-container .rd-next { float: left; }

.rd-container .rd-day-head { font-size: 18px; line-height: 1.33; color: var(--se-date-picker-text-color); font-weight: 400; text-align: center; padding: 7px 0; }

.rd-container .rd-day-body { font-size: 18px; line-height: 1.33; color: #000; font-weight: 400; text-align: center; position: relative; padding: 10px 0; border: 1px solid #ebf0f5; }

.rd-container .rd-day-body:before { content: ''; width: 32px; height: 32px; z-index: -1; border-radius: 50%; }

.rd-container .rd-day-body.rd-day-disabled { color: transparent; opacity: 0; }

.rd-container .rd-day-body.rd-day-disabled:before { opacity: 0; }

.rd-container .rd-day-body.rd-day-today { color: #95a5b9; background-color: transparent; }

.rd-container .rd-day-body.rd-day-today:before { background-color: #e5e9ef; }

.rd-container .rd-day-body.rd-day-selected { color: #000; background-color: transparent; }

.rd-container .rd-day-body.rd-day-selected:before { background-color: #bee4be; }

/*.rd-container .rd-day-body:first-child { border-right: 0; }

.rd-container .rd-day-body:last-child { border-left: 0; }*/

/*.rd-container .rd-days-row:first-child .rd-day-body { border-top: 0; }*/

/*.rd-container .rd-days-row:last-child .rd-day-body { border-bottom: 0; }*/

.rd-container .rd-day-highlight:after { content: ''; width: 7px; height: 7px; display: block; position: absolute; top: 2px; left: 6px; border-radius: 50%; }

.rd-container .rd-day-highlight-blue:after { background-color: #79a4d9; }

.rd-container .rd-day-highlight-red:after { background-color: #f21515; }

.rd-container .rd-day-highlight-green:after { background-color: #bee4be; }

    .rd-container .rd-days-body .rd-days-row .rd-day-prev-month {
        color: #ccc;
        border: 1px solid #ebf0f5;
        opacity: 1;
    }

/* ------------------------------------------------------------ *\
	Two Month Calendar Input/Select
\* ------------------------------------------------------------ */

.form-datepicker { opacity: 0; visibility: hidden; position: absolute; top: 0; right: 0; z-index: -1; background-color: #fff; box-shadow: 0 0 9px rgba(0,0,0,.15); transition: all .4s ease; }

.form-datepicker-entry { width: 349px; float: right; }
.form-datepicker-head i { display: block; position: absolute;right: 20px;top:20px;font-size:21px;color:inherit }

.form-datepicker-head strong { font-size: 18px; line-height: 1; display: block; }

.form-datepicker-head:after { content: ''; width: 0; height: 0; display: block; position: absolute; bottom: 0; right: 22px; border: 7px solid transparent; border-bottom: 8px solid #fff; }

.form-datepicker-body { padding: 0 10px; }

.form-datepicker-visible .form-datepicker { opacity: 1; visibility: visible; z-index: 4;text-align:center }

.form-datepicker-dual { width: 698px; right: 20px; }

.form-datepicker-dual .form-datepicker-head { width: 349px; float: right;text-align: right; }

.form-datepicker-dual .form-datepicker-body { width: 100%; float: right; border-top: 2px solid #fff;overflow: hidden; }

.form-datepicker-dual .form-datepicker-legend { width: 100%; float: right; }

.form-datepicker-dual .form-datepicker-head:not(.current) { background-color: #95a5b9; }

.form-datepicker-dual .form-datepicker-head:not(.current):after { opacity: 0; }

.form-datepicker .date-picker-wrapper.inline-wrapper { color: #000; display: block; padding: 0; border: 0; background: none; }

.form-datepicker .date-picker-wrapper.inline-wrapper:before { content: ''; height: 51px; display: block; position: absolute; top: 0; right: -10px; left: -10px; background-color: #f7f7f7; }

.form-datepicker .date-picker-wrapper { font-family: 'Rubik', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 24px; }

.form-datepicker .date-picker-wrapper .month-wrapper { width: 100% !important; padding: 0; border: 0; border-radius: 0; z-index: 2; background-color: transparent; }

.form-datepicker .date-picker-wrapper .month-wrapper table { width: 45%; width: calc(50% - 10px); float: right; margin: 0; table-layout: fixed; }

.form-datepicker .date-picker-wrapper .month-wrapper table th { font-weight: 400; width: auto !important; }

.form-datepicker .date-picker-wrapper .month-wrapper table .caption { font-size: 21px; line-height: 31px; color: #2a3335; height: 51px; }

.form-datepicker .date-picker-wrapper .month-wrapper table .caption th { padding: 10px 0; }

    .form-datepicker .date-picker-wrapper .month-wrapper table.current .caption {
        color: var(--search-header-text-color);
    }

    .form-datepicker .date-picker-wrapper .month-wrapper table .week-name {
        font-size: 18px;
        line-height: 20px;
        color: var(--search-header-text-color);
    }

.form-datepicker .date-picker-wrapper .month-wrapper table .week-name th { padding: 9px 0; }

.form-datepicker .date-picker-wrapper .month-wrapper table td { line-height: 20px; padding: 5px; border: 1px solid #ebf0f5; }

.form-datepicker .date-picker-wrapper .month-wrapper table td:first-child { border-right: 0; }

.form-datepicker .date-picker-wrapper .month-wrapper table td:last-child { border-left: 0; }

.form-datepicker .date-picker-wrapper .month-wrapper table tbody tr:first-child td { border-top: 0; }

.form-datepicker .date-picker-wrapper .month-wrapper table tbody tr:last-child td { border-bottom: 0; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day { font-size: 13px; line-height: 20px; padding: 7px 0; border-radius: 50%; position: relative; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.hovering { background-color: transparent; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.real-today { color: #95a5b9; background-color: #e5e9ef; }

    .form-datepicker .date-picker-wrapper .month-wrapper table .day.checked {
        color: var(--datepicker-selected-text-color);
        background-color: var(--datepicker-selected-color-light);
    }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.invalid { color: #fff; }


    .form-datepicker .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected {
        height: 36px;
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important;
        background-color: var(--datepicker-bg-primary-color) !important;
    }

    .form-datepicker .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected {
        height: 36px;
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important;
        background-color: var(--datepicker-bg-primary-color) !important;
    }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-selected { width: 36px; padding: 7px 0; margin: 0; border-radius: 50%; background: var(--primary-color) !important; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight:not(.invalid):before { content: ''; width: 7px; height: 7px; display: block; position: absolute; top: -2px; left: -2px; border-radius: 50%; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight-blue:before { background-color: #79a4d9; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight-red:before { background-color: #f21515; }

.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight-green:before { background-color: #bee4be; }

.form-datepicker .date-picker-wrapper .month-wrapper table th .prev,
.form-datepicker .date-picker-wrapper .month-wrapper table th .next { font-size: 0; line-height: 0; color: #5d608b; width: 52px; height: 51px; display: block; position: relative; padding: 0; margin: -20px 0; overflow: hidden; background: none; }

.form-datepicker .date-picker-wrapper .month-wrapper table th .prev { margin-right: -10px; }

.form-datepicker .date-picker-wrapper .month-wrapper table th .next { margin-left: -10px; }

.form-datepicker .date-picker-wrapper .month-wrapper table th .prev:before,
.form-datepicker .date-picker-wrapper .month-wrapper table th .next:before { content: ''; width: 12px; height: 12px; display: inline-block; vertical-align: middle; border-width: 0 0 2px 2px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(-135deg); transform: rotate(-135deg); -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: transform 0s; }

.form-datepicker .date-picker-wrapper .month-wrapper table th .next:before { -ms-transform: rotate(45deg); transform: rotate(45deg); }

.form-datepicker .date-picker-wrapper .month-wrapper .gap {
    height: 328px;
    bottom: 6px;
    top: 52px;
    width: 20px;
    float: right;
    margin: 0;
    visibility: visible !important;
    display: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(175,175,175,0.93) 50%, rgba(255,255,255,0.86) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(175,175,175,0.93) 50%,rgba(255,255,255,0.86) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 41%,rgba(175, 175, 175, 0.41) 50%,rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbffffff',GradientType=1 );
}
.form-datepicker-visible .form-datepicker .date-picker-wrapper .month-wrapper .gap {display:inline-block}

.form-datepicker .date-picker-wrapper .month-wrapper .gap * { display: none; }

.form-datepicker .date-picker-wrapper .time,
.form-datepicker .date-picker-wrapper .footer,
.form-datepicker .date-picker-wrapper .drp_top-bar,
.form-datepicker .date-picker-wrapper .date-picker-wrapper .date-range-length-tip { display: none !important; }

.two-month input::-webkit-input-placeholder, .one-way-date input::-webkit-input-placeholder{ font-weight: normal;font-size:21px; }
.two-month input::-moz-placeholder, .one-way-date input::-moz-placeholder{ font-weight: normal;font-size:21px; }
.two-month input:-ms-input-placeholder, .one-way-date input:-ms-input-placeholder{ font-weight: normal;font-size:21px; }
.two-month input:-moz-placeholder, .one-way-date input:-moz-placeholder{ font-weight: normal;font-size:21px; }

.flight-options .dropdown-text, .dropdown-hotels .dropdown-text, .form-col-vacation-hotel-rooms .dropdown-text,  .form-body .cars-rental-driver-age input,
.flight-persons-eylat .dropdown-text{font-weight: normal;font-size:21px;}
.form-datepicker .date-picker-wrapper .month-wrapper .gap:before{content:"";width:1px;position: absolute;height: 51px;top: -51px;background: #fff;left: 10px;}
.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight:not(.invalid):before{top:auto;bottom:-2px;}

 .two-month-date input{display:inline-block;width:120px;}
 .two-month input:first-child{position: absolute;width: 100%;right: 0;padding-right: 52px;background: none;}
 .two-month input:not(:first-child){padding-right:85px;}
 .form-col-1of4 .two-month input:not(:first-child){margin-right:93px;}
 /*.two-month.cars input:not(:first-child){margin-right:150px;}*/
 .strip-box .two-month.cars input:not(:first-child){margin-right:90px;}
 .two-month:after {position: absolute;top: 20px;content: '';width: 10px;height: 10px;display: inline-block;vertical-align: middle;border-width: 0 0 1px 1px;border-style: solid;border-color: transparent transparent inherit inherit; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 16px; border-width: 1px; border-color: #fff #fff #000 #000; }
 .form-is-one-way .two-month input ~ input { visibility:hidden; }
/* ------------------------------------------------------------ *\
	Search Form Datepicker Single
\* ------------------------------------------------------------ */

 .form-datepicker-entry{width: 100%;}
 .form-datepicker-entry .form-datepicker-head{display:none;}
 .form-datepicker-entry .form-datepicker-body{padding:0 10px;}
 .form-datepicker-entry .rd-container .rd-month{width: calc(50% - 10px);margin: 0;float: right;position:relative;}
 .form-datepicker-entry .rd-container .rd-month:first-child{margin-left:20px;}
 .form-datepicker-entry .rd-container .rd-month:first-child:after{width: 20px;content:"";position:absolute;height: 261px;top: 50px;left: -20px;background: url(/resources/web/css/images/shadow.png) no-repeat 80% 0;}
 .form-datepicker-entry .rd-container .rd-month:first-child:before{content:"";width:1px;position: absolute;height: 53px;top: -2px;background: #fff;left: -9px;}
 .form-datepicker-entry .rd-container .rd-month-label{margin:0 -10px;}
 .form-datepicker-entry .rd-container table{border-collapse: separate;border-spacing: 2px;}
 .form-datepicker-entry .rd-container .rd-day-body{font-size: 13px;line-height:20px;padding: 8px 0;border: 1px solid #ebf0f5;}
 .form-datepicker-entry .rd-container .rd-day-body:before{display:none;}
 .form-datepicker-entry .rd-container .rd-day-body.rd-day-today{color: #95a5b9;}
 .form-datepicker-entry .rd-container .rd-day-body.rd-day-today:before{background-color: #e5e9ef;display:block;width: 100%;height: 100%;border-radius: 0;}
 .form-datepicker-entry .rd-container .rd-day-body.rd-day-disabled{color: #ccc;border: 1px solid #ebf0f5;opacity:1;}
 .form-datepicker-entry .rd-container .rd-day-body.rd-day-selected{color:#fff;}
 form-search .form-datepicker-entry .rd-container .rd-day-body.rd-day-selected:before { background-color: #bee4be;}

 .form-datepicker-single .form-datepicker-entry .rd-container .rd-day-body.rd-day-selected:before{content:' ';background-color:var(--datepicker-bg-primary-color) !important; display:block;background-size:cover;border-radius:100%;}
/* ------------------------------------------------------------ *\
	Search Form Datepicker Dual
\* ------------------------------------------------------------ */

 .form-datepicker{right:0;width:600px;padding-top: 2px;border-radius:2px;}
 .form-datepicker-dual{padding: 3px;}
    .form-datepicker-dual .form-datepicker-head {
        width: 286px;
        float: left;
        padding: 18px 48px 18px 10px;
        position: relative;
        border-top-right-radius: 2px;
        border-top-left-radius: 3px;
        font-size: 21px;
        line-height: 1.14;
        background-color: var(--se-datepicker-header-active);
        color: #fff;
    }
 .form-datepicker-dual .form-datepicker-head:after{bottom: -2px;z-index: 9;}
 .form-datepicker-dual .form-datepicker-head:first-child{float:right;border-top-left-radius: 2px;border-top-right-radius: 3px}
 .form-datepicker-dual .form-datepicker-head:not(.current){background-color:#eaf1f7;color:#72849a;}
        .form-datepicker-dual .form-datepicker-head:first-child:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: -20px;
            bottom: 0;
            z-index: 2;
            border-top: 58px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 20px solid var(--se-datepicker-header-active);
        }
 .form-datepicker-dual .form-datepicker-head:not(.current):first-child:before{z-index:1;
    border-top: 58px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #eaf1f7;     
}
 .form-datepicker-dual .form-datepicker-head:not(:first-child):before{content:"";position:absolute;width: 0;height: 0;right: -20px;bottom: 0;z-index:1;
    border-top: 58px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid #eaf1f7;     
}
        .form-datepicker-dual .form-datepicker-head:not(:first-child).current:before {
            z-index: 2;
            border-top: 58px solid transparent;
            border-bottom: 0px solid transparent;
            border-left: 20px solid var(--se-datepicker-header-active);
        }
 .form-datepicker-dual .form-datepicker-head strong{display:inline;}
.form-datepicker .date-picker-wrapper .month-wrapper table th .prev, .form-datepicker .date-picker-wrapper .month-wrapper table th .next {
    color: var(--search-border-color);
    padding-top: 18px;
}
 .form-datepicker .date-picker-wrapper .month-wrapper table .day{padding: 8px 0;}
 .form-datepicker .date-picker-wrapper .month-wrapper table .day.toMonth.valid{border: 1px solid #ebf0f5;border-radius: 0; box-sizing: border-box;}
 .form-datepicker .date-picker-wrapper .month-wrapper table .day.toMonth.invalid{color:#ccc;border: 1px solid #ebf0f5;border-radius: 0;}
 .form-datepicker .date-picker-wrapper .month-wrapper table .hovering{background: #e9fbef;}
 .form-datepicker .date-picker-wrapper .month-wrapper table{border-collapse: separate;border-spacing: 2px;}
 .form-datepicker .date-picker-wrapper .month-wrapper table td{border:none;padding:0;}
 .form-datepicker .date-picker-wrapper .month-wrapper table .day.has-price{padding: 0;}
 .form-datepicker .date-picker-wrapper .month-wrapper table .day.has-price .day-text{display: block;font-size: 12px;height: 16px;line-height: 1;font-weight: 300;}
.between-date-separator {position: absolute;top: 18px;right: 125px;}

@media (max-width: 1390px) {#tab-search-israel .form-datepicker,#tab-search-hotels .form-datepicker,#dynamic_search_form .form-datepicker {right: -133px;}}

/*Range OPtions*/
.form-datepicker .date-range-options{padding:10px;text-align:right}
.form-datepicker .date-range-options > span{font-size:18px;margin-left:8px}
.form-datepicker .date-range-options div.range-option{ display: inline-flex;margin-left:10px}
.form-datepicker .date-range-options div.range-option input{display:none}
.form-datepicker .date-range-options div.range-option input:checked~label{background-color:#92a6bf;color:white}
.form-datepicker .date-range-options div.range-option label{padding:15px 10px;border:1px solid #e4e1e1;font-size:18px}

.datepicker-widget-packages .package-day {background-color: var(--datepicker-bg-primary-color) !important;color: white !important}
.datepicker-widget-packages .date-picker-wrapper .month-wrapper table .day.invalid {color: #c3cedb;}
.datepicker-widget-packages .date-picker-wrapper .month-wrapper table .day.block-day {color: #c3cedb;pointer-events: none;cursor:default;}

.packages-range-picker.loading:before{content:url(/Resources/Web/img/ajax-loader.gif);position:absolute;z-index:11;top:209px;left:294px}
.packages-range-picker.loading:after{content:' ';height: 100%;width: 100%;z-index: 10;display: block;position: absolute;background-color: rgba(255, 255, 255, 0.75);}


/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */

.dropdown { position: relative; }

.dropdown i { text-indent: 0;/*vertical-align: text-top;*/vertical-align: middle;font-size: 18px; 	}

.dropdown-icon { width: 63px; left: auto; }

.dropdown-button { font-size: 21px; line-height: 27px; color: #2a3335; position: relative; padding: 18px 63px; background-color: #fff; border-radius: 5px; cursor: pointer; }

.dropdown-button:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: #333; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 20px; }

.dropdown-menu,
.dropdown-numbers,
.dropdown-autocomplete { height: 0; opacity: 0; visibility: hidden; position: absolute; top: 100%; right: 0; left: 0; background-color: #fff; /*transition: opacity .4s ease, visibility .4s ease;*/ }
.dropdown-menu { margin-top: 2px; overflow: hidden; border-radius: 4px; box-shadow: 0 0 9px rgba(0,0,0,.15); }
.dropdown-list { padding: 0; margin: 0; list-style: none outside none;    max-height: 385px;overflow: auto; }
.dropdown-list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #ffffff;border-radius: 10px;}
.dropdown-list::-webkit-scrollbar{width: 10px;background-color: #eaeaea;}
.dropdown-list::-webkit-scrollbar-thumb{background-color: #aaaaaa;border-radius: 10px;}

.dropdown-list.unscrollable{ overflow:visible}
.dropdown-item,
.dropdown-link { font-size: 21px; line-height: 29px; color: #2a3335; position: relative; padding: 11px 63px; }
.dropdown .dropdown-item +.dropdown-item {    border-top: 1px solid #e1e8f0;}
.dropdown-link { text-decoration: none; display: block; }

.dropdown-link span { width: 26px; height: 26px; right: 20px; left: auto; background-color: #209c2e; border-radius: 50%; }

.dropdown-link span:before { width: 13.5px; height: 1px; }

.dropdown-link span:after { width: 1px; height: 13.5px; }

.dropdown-link span:before,
.dropdown-link span:after { content: ''; background-color: #fff; -ms-transform: translateX(1px); transform: translateX(1px); }

.dropdown-item { cursor: pointer;  }
.dropdown-item:hover{background-color:#f6f9fb;}
.dropdown-item.no-icon {padding:15px}
.dropdown-item.checkbox-item .dropdown-icon { margin-right:0px!important; }
.dropdown-item.icon{padding:15px}
.dropdown-item.icon i{vertical-align: text-top;margin-left: 5px;}

.dropdown-button i:before,
.dropdown-button i:after,
.dropdown-icon i:before,
.dropdown-icon i:after {position: absolute;color: #92a6bf;font-size: 24px;padding: 14px 15px; }
.icon-comb_icon.budget-comb:before{padding:0px 0px!important}

/*  Dropdown Open  */

.dropdown-open { z-index: 3; }

	.dropdown-open .dropdown-button {
		box-shadow: 0 0 0 2px var(--search-border-color);
	}

.dropdown-open .dropdown-menu { height: auto; opacity: 1; visibility: visible; }

/*  Dropdown Primary  */
/*.dropdown-primary { margin-bottom: 15px; }*/
.dropdown-primary .dropdown-label { font-size: 30px; line-height: 32px; color: #1e8c2a; display: inline-block; vertical-align: middle; }

.dropdown-primary .dropdown-text { font-size: 32px; line-height: 1; font-weight: 700; display: inline-block; vertical-align: middle; }

.dropdown-primary .dropdown-item { padding-right: 15px; }

/*  Dropdown Secondary  */

.dropdown-secondary .dropdown-button { padding: 13px 16px 13px 56px; }

.dropdown-secondary .dropdown-button .dropdown-icon { display: none; }

.dropdown-secondary .dropdown-button .dropdown-label { font-size: 21px; line-height: 24px; display: block; }

.dropdown-secondary .dropdown-button .dropdown-text { font-size: 26px; line-height: 1; display: block; }

.dropdown-primary .dropdown-button .form-controls .field {height:auto;line-height: normal;}

.dropdown-primary .dropdown-button label{padding-top:2px !important;line-height: inherit;}

.dropdown-secondary .dropdown-icon i.ico-adult-child-more:after { right: 3px; }

.dropdown-secondary .dropdown-icon i.ico-adult-more-child-more:before { right: 16px; }

.dropdown-secondary .dropdown-icon i.ico-adult-more-child-more:after { top: 8px; right: 4px; }

/*  Dropdown Autocomplete  */

.dropdown-autocomplete { /*padding: 15px 20px 0;*/ margin-top: 2px; border-radius: 0 0 4px 4px; box-shadow: 0 4px 9px rgba(0,0,0,.15);max-height: 400px; overflow: hidden;overflow-y: scroll; }

.dropdown-autocomplete h4 { font-size: 28px; line-height: 1; color: #95a5b9; font-weight: 400; margin: 0; }

/*  Dropdown Numbers  */

.dropdown-numbers {max-height: 228px;overflow: auto; margin-top: 2px; border-radius: 0 0 4px 4px; box-shadow: 0 4px 9px rgba(0,0,0,.15); }

/*  Dropdown Time  */

.dropdown-time .dropdown-button { padding: 18px 63px 18px 18px; }

.dropdown-time .dropdown-button:after { content: none; }

.dropdown-time .dropdown-menu { max-height: 300px; overflow-x: hidden; overflow-y: auto; }

.dropdown-time .dropdown-item { padding: 5px 17px; }





/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-block-height { height: 38px;}/**/

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; }

/*  Button Block  */

.btn-block { width: 100%; display: block; padding-left: 0; padding-right: 0; }

 

/*  Button Primary  */

.btn-primary {
    font-size: 21px;
    line-height: 1.24;
    color: var(--primary-button-text-color);
    font-weight: normal;
    text-shadow: 0 2px 0 var(--primary-button-text-shadow);
    /*letter-spacing: -0.02em;*/
    text-decoration: none;
    padding: 6px 28px;
    border: 0;
    background: var(--primary-button-background);
    border-radius: 1px;
    box-shadow: 0 3px 0 var(--primary-button-background-dark);
}
    .btn-primary.btn-details {
        font-size: 22px;
        font-weight: 600;
        margin: auto;
        width: 160px;
        border-radius: 3px;
    }
.flight-search-result-list .btn-primary.btn-details {
    border-radius: 3px;
    width: 160px;
    margin: auto;
}

/*.btn-primary:hover { box-shadow: 0 1px 0 #0a6714;margin-top: 2px;}*/
    .btn-primary:hover {
        box-shadow: 0 2px 0 var(--primary-button-hover-color);
    }

    .form-foot .btn-primary:hover {
        box-shadow: none;
    }
/*  Button blue  */

.btn-blue { font-size: 34px; line-height: 1.24; color: #fff; font-weight: 400; text-shadow: 0 2px 0 #044c73; letter-spacing: -0.02em; text-decoration: none; padding: 9px 28px; border: 0; background: #166f9f; border-radius: 2px; box-shadow: 0 3px 0 #034C75; }

.btn-blue:hover { background-color: #034C75; }

/*  Button Add  */

.btn-add { font-size: 25px; line-height: 33px; color: #647283; font-weight: 400; padding: 15px; border: 1px solid #c5ced9; margin-bottom: 21px; background: #fff; border-radius: 3px; box-shadow: none; }
    .btn-add span {
        width: 33px;
        height: 33px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: -1px 0 0 2px;
        background-color: var(--secondary-search-primary-color);
        border-radius: 50%;
        transition: all .4s ease;
    }
.btn-add span:before { width: 20px; height: 2px; }
.btn-add span:after { width: 2px; height: 20px; }
.btn-add span:before,
.btn-add span:after { content: ''; background-color: #fff; border-radius: 2px; transition: all .4s ease; }
    .btn-add:hover {
        color: var(--primary-button-text-color);
        border-color: var(--primary-button-background);
        background-color: var(--primary-button-background);
    }
.btn-add:hover span { background-color: #fff; }
.btn-add:hover span:before,
.btn-add:hover span:after { background-color: var(--secondary-search-primary-color); }

.room-selection .btn-add span { width:24px; height: 24px;  }
.room-selection .btn-add span:before { width: 14px; height: 2px; }
.room-selection .btn-add span:after { width: 2px; height: 14px; }
/* ------------------------------------------------------------ *\
	Button Remove
\* ------------------------------------------------------------ */

.btn-remove { font-size: 16px; line-height: 27px; color: #2a3335; font-weight: 400; padding: 0; border: 0; margin: 0; background: none; border-radius: 0; box-shadow: none; }

.btn-remove span { width: 27px; height: 27px; float: left; position: relative; margin-right: 5px; background-color: #8b909e; border-radius: 50%; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .4s ease; }

.btn-remove span:before { width: 16px; height: 2px; }

.btn-remove span:after { width: 2px; height: 16px; }

.btn-remove span:before,
.btn-remove span:after { content: ''; background-color: #fff; border-radius: 2px; }

.btn-remove:hover { text-decoration: underline; }

.btn-remove:hover span { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Search
\* ------------------------------------------------------------ */

.btn-search,
.results-head .btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 18px 10px 17px; border: 0; background-color: rgba(255,255,255,.05); border-radius: 5px; box-shadow: none; }

.btn-search i { margin-left: 7px; }

.btn-search:hover { background-color: rgba(0,0,0,.2); }

/* ------------------------------------------------------------ *\
	Button Primary Small
\* ------------------------------------------------------------ */

.btn-primary-small { font-size: 20px; line-height: 1.2; color: #fff; font-weight: 400; text-align: center; padding: 3px 15px; border: 0; background: #178723; border-radius: 4px; box-shadow: none; }

.btn-primary-small:hover { background-color: #0a6714; }

/* ------------------------------------------------------------ *\
	Button Return
\* ------------------------------------------------------------ */

.btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 14px; background-color: rgba(0,0,0,.5); border-radius: 5px; }

.btn-return i { float: right; margin-left: 13px; }

.btn-return:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Location
\* ------------------------------------------------------------ */

.btn-location { font-size: 21px; line-height: 1.57; color: #53a6dc; font-weight: 400; text-decoration: none; padding: 10px 20px; background-color: rgba(0,0,0,.6); border-radius: 5px; }

.btn-location i { float: right; margin-left: 10px; }

.btn-location:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.green-button{color: var(--primary-button-text-color);text-shadow: 0 2px var(--primary-button-text-shadow);background-color: var(--primary-button-background);box-shadow: 0 3px var( --primary-button-background-dark);text-decoration: none;border-radius: 3px;}
.gray-button {
    background: #D4D4D4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;

    text-align: center;
    font: Regular 18px/32px Rubik;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;

    color: #000000;
    box-shadow: 0 0;
    text-shadow: 0 1px #586a81;
    text-decoration: none;
    /*background: #93a4ba;
    border-radius: 3px;*/
}

.button.red {color:#e04955;background-color:#fff2f3}
.button.blue {color:#48a0dc;background-color:#ebf4fa}
.button.green {color:#51ad00;background-color:#e7f3e9}

.btn.disabled,.btn[disabled]{background-color:#9a9a9a!important;box-shadow: 0 3px #565656!important; pointer-events: none; cursor: default;color:#fff;text-shadow:unset}

/* ------------------------------------------------------------ *\
	Button Promo
\* ------------------------------------------------------------ */

.section-promo-button .btn-promo { font-size: 23.1px; line-height: 1.24; color: #fff; font-weight: normal; text-shadow: 0 2px 0 #14721d; letter-spacing: -0.02em; text-decoration: none; padding: 6px 28px; border: 0; background: #178723; border-radius: 1px; box-shadow: 0 3px 0 #0a6714;}

.main { position: relative;z-index: 8;}
.shell {max-width: 1280px;padding-left: 20px;padding-right: 20px;margin: auto;}
.subscribe-page-success {
    background-color: var( --thankyou-message-bg-color) !important;
}
.support-background {
    box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76);
    padding: 30px 0 115px;
    background: rgb(229,236,245);
    background: -moz-linear-gradient(top, rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );
    /*background-color: #f6f9fb;*/
}

.support-background .message{color:red;font-size:18px;  max-width: 1280px; padding-left: 20px;  padding-right: 20px; margin: auto;  padding-bottom: 15px;}

.border-color {border: 1px solid #d8e1e4;}

/************************   .customer-support-page   ***************************/
.intro {height: 468px;position: relative;overflow: hidden;}
.intro .intro-content {padding-top: 141px;position: relative;z-index: 5;}
.intro .intro-image { width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;position: absolute;left: 0;top: 0;z-index: 1;}
.section-cards {position: relative;height:161px;}
.section-cards .section-body {margin-top:25px;}
.support-big-header .section-cards .section-body {margin-top:36px;}

.section-cards ul {display: flex;list-style: none;}
.section-cards ul li { flex: 0 0 12.5%;max-width: 12.5%;padding: 0 6px;}
.section-cards ul span {display: block;font-family: 'Rubik', Arial, sans-serif;font-size: 24px;color: #607288;line-height: .9;transition: color .4s ease;}
.section-cards ul a {display: block;height: 100%;padding: 75px 10px 10px;background-color: #e6edf7;border-radius: 5px;position: relative;text-decoration: none;box-shadow: 0 3px 0 #cbd6e6;
    text-align: center;-webkit-transition: background-color .4s ease, box-shadow .4s ease;-o-transition: background-color .4s ease, box-shadow .4s ease;transition: background-color .4s ease, box-shadow .4s ease;}
.section-cards ul i {position: absolute;left: 50%;top: 40px;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.section-cards .section-body ul i {font-size: 33px;}
[class^="ico-"], [class^="hole-"], [class^="logo"] {white-space: nowrap;text-indent: 100%;text-shadow: none;overflow: hidden;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: 0 0;}


/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */

.support-big-header .intro-content .intro-content-title {    position: absolute;top: 0;left: 0;right: 0;}
.support-big-header .intro-content .intro-content-title h1{position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);text-align: center;color: #FCFFFF;font-size: 41px;width: 400px;line-height: 0.85;margin-top: 129px;text-shadow: 0 1px #000000;}
.support-big-header .intro-content .intro-content-inner {background: rgba(0, 0, 0, 0.7);margin-top: 100px;}
.support-big-header .intro-content .intro-content-inner .intro-content-inner-title{font-size: 35px;line-height: 37px;color: #cfdbe8;text-shadow: 0 2px #0d151a;font-weight: bold;float: right;padding: 20px 31px 15px;}
.support-big-header .intro-content .intro-content-inner .select-primary{padding: 19px 32px 28px 32px;}
.section-contact { box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76); padding: 37px 0 59px; 
	background: rgb(229,236,245);
	background: -moz-linear-gradient(top,  rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );
}

.section-contact .section-body { padding: 0 13.7% 0 13.8%; }

.support-big-header .intro-content .intro-content-inner select{font-size:21px;padding-right: 11px;-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.support-big-header .form-contact .form-row{border: 1px solid #d8e1e4;}
@media(max-width: 1279px) {
	.section-contact .section-body { padding: 0; }
}

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */

.form-contact .field { font-size: 21px; }

.form-contact .textarea { height: 180px; padding:0 16px; border: 1px solid #eaf0f7; border-radius: 5px; background-color: #fff; font-size: 21px; color: #2a3335; letter-spacing: -.02em; resize: none; overflow-x: hidden; overflow-y: auto; }
 
.form-contact .textarea::-moz-placeholder { font-weight: 400; color: #2a3335; }
.form-contact .textarea:-moz-placeholder { font-weight: 400; color: #2a3335; }
.form-contact .textarea:-ms-input-placeholder { font-weight: 400; color: #2a3335; }

.form-contact .form-col { padding: 0 11px; }
.form-contact .form-cols { margin: 0 -11px 20px; }

.form-contact .form-controls { overflow: visible; }
.form-contact .form-row-select { padding: 0; margin-bottom: 17px; }

.form-contact .form-group ~ .form-group { margin-top: 17px; }

.form-contact .form-row { padding-top: 8px; padding-bottom: 8px;}
.form-contact .form-row .form-row-icon i{color: #91A3BB;font-size: 26px;padding: 18px; }
.form-contact .form-row .form-row-icon i.icon-id,
.form-contact .form-row .form-row-icon i.icon-mial{padding-right:11px;}

.form-contact .form-row-textarea,
.form-contact .form-row-select { padding: 0; }

.form-contact .form-actions { padding-top: 28px; text-align: left; }
.form-contact .form-actions .btn { width: 140px;height:54px; float: left; text-align: center; font-weight: 700; font-size: 37px; border-radius: 3px; }

.form-contact .form-head { margin-bottom: 26px; text-align: center; }
.form-contact .form-head h2 { margin: 0; font-size: 45px; color: #2a3335; line-height: 1.1; }
.form-contact .form-head p { margin: 0; font-size: 21px; color: #72849a; }

.form-contact .form-body select.select{font-size:21px;padding-right:11px;    height: 60px;    -webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.form-contact .form-body .select-primary:after {left: 15px;top: 27px;}

.form-contact .contact-confirm-ckeck {padding: 13px 0; width:100%}
.form-contact .contact-confirm-ckeck .checkbox label{font-size: 18px;}
.form-contact .contact-confirm-ckeck .checkbox label:before{border: 1px solid #eaf0f7; height:20px; width:20px; top:5px;}
.form-contact .contact-confirm-ckeck .checkbox label .icon-check { top:7px; text-align:center; }

.text-en { font-family: 'Arial', sans-serif !important; }

.container.body-content .contact-form {position:relative;margin-top: 0;}
.container.body-content .contact-form #lead-message {display:none; position: relative;
    box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76);
    padding: 46px 0 115px;
    background: rgb(229,236,245);
    background: -moz-linear-gradient(top, rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );}
.container.body-content .contact-form #lead-message .message-box-form {text-align: center;padding-left: 85px;margin-top: 61px;}
    .container.body-content .contact-form #lead-message i {
        font-size: 55px;
        color: #178723;
        vertical-align: middle;
    }
.container.body-content .contact-form #lead-message h3 {color: #178723;font-weight: 700;margin-bottom: 0;display:inline-block;vertical-align:middle;}
.container.body-content .contact-form #lead-message p {font-size: 25px;padding-right: 372px;padding-left: 355px;}
.container.body-content .contact-form #lead-message hr,
.container.body-content .contact-form #lead-message .btn {display:none;}
/* ------------------------------------------------------------ *\
	Section Two Columns
\* ------------------------------------------------------------ */

.section-two-columns { padding: 30px 0 106px; background-color: #f6f9fb; }

.section-two-columns .section-head { width: 73.5%; margin-top: -5px; margin-bottom: 15px; }
.section-two-columns .section-head h4 { font-weight: 700; font-size: 35px; margin: 0; color: #2a3335; letter-spacing: -.02em; }

.section-two-columns .section-inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

/*.section-two-columns .section-body { flex: 0 0 73.5%; }*/

.section-two-columns .section-aside { flex: 0 0 24.2%; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.section-two-columns .section-aside .placeholder { flex: 0 0 100%; background-color: #d74c53; }

.section-two-columns .section-article h4 { font-weight: 700; font-size: 33px; color: #2a3335; letter-spacing: -.02em; line-height: 1; margin-bottom: 19px; }
.section-two-columns .section-article h6 { font-size: 18px; color: #2a3335; margin: 0; line-height: 1.2; }
.section-two-columns .section-article p { margin-bottom: 20px; font-size: 18px; color: #2a3335; }
.section-two-columns .section-article p:last-child { margin-bottom: 0; }



/*  Section Two Columns Secondary  */

.section-two-columns-secondary { padding: 30px 0 88px; }

/*  Section Two Columns Tertiary  */

.section-two-columns-tertiary { padding: 32px 0 112px; }

.section-two-columns-tertiary .section-head { margin-bottom: 27px; }
.section-two-columns-tertiary .section-head p { margin: 0; font-size: 21px; color: #72849a; }
.section-two-columns-tertiary .section-aside .placeholder { height: 600px; }

       
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

.accordion-section { border: 2px solid #e5ecf5; border-radius: 3px; background-color: #fff; padding:0;margin-top: 20px; -webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);-moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);box-shadow: 0px 0px 12px 0px rgb(226, 226, 226);}
.accordion-section ~ .accordion-section { margin-top: 11px; }

.accordion-head {height:61px;}
.accordion-head h5 { font-weight: 400; font-size: 25px; }
.accordion-head a { display: block;     padding: 18px 27px 13px 70px;width: 100%;text-decoration: none; color: #2a3335; position: relative; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; transition: background-color .4s ease; }
.accordion-head a:after { content: ''; width: 16px; height: 16px; border: 3px solid #95a5b9; border-left: 0; border-top: 0; position: absolute; left: 27px; top: 50%; margin-top: -13px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.accordion-head a span { color: #72849a; }
.accordion-head a i { margin-right: 3px; }

.accordion-section.is-expanded { border-color: #d2ddeb; }
.accordion-section.is-expanded .accordion-head a { font-weight: 700; background-color: #f8fafc; }
.accordion-section.is-expanded .accordion-head a:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -4px; }


.accordion-section.active { border-color: #d2ddeb; }
/*.accordion-section.active .accordion-head a { font-weight: 700; background-color: #f8fafc; }*/
.accordion-section.active .accordion-head a:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -4px; }
.accordion .accordion-section.active {border: 2px solid #1E8A25;}

/*  Accordion Secondary  */

.accordion-secondary .accordion-section ~ .accordion-section { margin-top: 20px; }
.accordion-secondary .accordion-section:first-child {margin-top: 11px;}

.accordion-secondary .accordion-head a span { font-weight: 700; }
.accordion-secondary .accordion-section.is-expanded .accordion-head a { font-weight: 400; background-color: #fff; }

.accordion-secondary .accordion-body {margin:0;}
.accordion-secondary .accordion-body p { font-size: 18px; line-height: 1.2; margin-bottom: 17px; /*padding-left: 37px;*/}
/*.accordion-secondary .accordion-body ul { margin: 18px 23px 20px 0; }*/
.accordion-secondary .accordion-body h6 { font-size: 19px; color: #010101; margin: 0 0 2px; }

.accordion-secondary h4 {font-size:23px;}


/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */

.list-dots { list-style: none; margin: 0; padding: 0; }
.list-dots a { display: block; padding-right: 15px; position: relative; font-size: 18px; color: #72849a; text-decoration: none; }
.list-dots a:before { content: ''; width: 6px; height: 6px; background-color: #72849a; border-radius: 50%; position: absolute; right: 0; top: 10px; }

.form-resume { background-color: #ECFAED; padding: 15px 20px; margin: 0 -27px 0 0; }
.form-resume form { display: flex; align-items: center; }

.form-resume .form-body { display: flex; align-items: center; flex: 0 0 440px; max-width: 440px; height: 45px; background-color: #fff; border-radius: 3px; padding: 0 18px; }

.form-resume .form-label { padding: 0; }
.form-resume .form-controls { padding: 0 13px; flex: 1 0 auto; }

.form-resume .form-actions { flex: 0 0 117px; margin-right: 12px; }
.form-resume .form-actions .btn {width: 100%;height: 45px;font-size: 29px;border-radius: 4px;}

/* ------------------------------------------------------------ *\
	Deals
\* ------------------------------------------------------------ */

.deals { display: flex; margin: 0 -6px 14px -4px; }
.deal { display: flex; flex: 1 1 auto; align-items: center; padding: 10px 10px 10px 11px; border: 1px solid #d3e1ed; border-radius: 3px; margin: 0 5px; }
.deal p { margin: 0; font-size: 21px; color: #178823; line-height: 1;    font-weight: 700; }
.deal p span { display: block; font-weight: 400; font-size: 18px; color: #76869d; }
.deal p span a { text-decoration: none; font-size: 16px; color: #48a0dc; font-family: Arial, sans-serif; }

.deal .deal-icon { margin-left: 10px; }
.deal .deal-icon i{font-size: 44px;color: #188824;}

.deal .deal-content { display: flex; align-items: center; flex: 1 0 auto; }
.deal .deal-content a { font-size: 34px;text-decoration: none; margin-right: 14px; margin-left: 4px; direction: ltr; }
.deal:last-child .deal-content a{color: #97C2EF;font-size: 18px;margin-top: 19px;margin-right: 5px;}
@media(max-width: 1279px) {
	.deal p { font-size: 18px; }
	
	.deal p span,
	.deal p span a { font-size: 14px; }

	.deal .deal-content > a { font-size: 21px; }
}


/* ------------------------------------------------------------ *\
	Custom Select
\* ------------------------------------------------------------ */

.select-primary { position: relative; }
.select-primary:after {content: '';width: 9px;height: 9px;border: 2px solid #333;border-left: 0;border-top: 0;position: absolute;left: 47px;top: 93px;margin-top: -5px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-pointer-events: none;-moz-pointer-events: none;-ms-pointer-events: none;-o-pointer-events: none;pointer-events: none;}
    /*.select-primary select::-ms-expand {
        display: none;
    }*/

/* ------------------------------------------------------------ *\
	Branch
\* ------------------------------------------------------------ */

.branch { display: flex; align-items: center; /*padding: 16px 25px 29px;*/ }

.section-branches-text { background-color: #fff; padding: 21px; }
.section-branches-text .section-head-inner { position: relative; }
.section-branches-text .section-head-inner i { position: absolute; right: 0; top: 0; }
.section-branches-text .section-head-inner h6 { font-size: 21px; color: #178823; margin: 0 0 -2px; }
.section-branches-text .section-head-inner p { margin: 0; font-size: 18px; color: #2a3335; line-height: 1.3; }

.branch-body {  flex: 0 0 56%;   border-left: 1px dotted #bfc5ce; }
.branch-body ul { list-style: none inside none;  padding: 0; margin: 18px 20px 20px 0;}
.branch-body ul li { padding-right: 30px; position: relative; margin-left: 5px;}
/*.branch-body ul li ~ li { margin-top: 10px; }*/
.branch-body ul i { position: absolute; right: 0; top: 50%;color: #97A9C1;font-size: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.branch-body ul i.icon-place {margin-right: 3px;font-size: 23px;}
.branch-body ul p { margin: 0; font-size: 21px; color: #000; }
.branch-body ul em { font-style: normal; color: #72849a; }
.branch-body ul span { display: inline-block; vertical-align: middle; }
/*.branch-body ul span ~ span { margin-right: 25px; }*/
.branch-body ul .open-day {color: #97A9C1;padding-right: 17px;}
.branch-body ul.working-dates {font-size:18px;margin-bottom: 16px;}
    .branch-body ul.working-dates {    display: -webkit-box;
    }
        .branch-body ul.working-dates .open-day {
        }
    .branch-body ul.working-dates li {padding-right:0; display: -webkit-inline-box; margin-bottom: 5px;}

.branch-actions { /*flex: 0 0 25.5%;*/ /*border-right: 1px dotted #bfc5ce;*/ }
.branch-actions ul { list-style: none;margin: 18px 21px 20px 0;}
.branch-actions ul li { padding-right: 37px; position: relative; line-height: 1.1; }
.branch-actions ul i { position: absolute; right: 14px; top: 38%;color: #97A9C1;font-size: 20px; -webkit-transform: translate(50%, -30%); -ms-transform: translate(50%, -30%); -o-transform: translate(50%, -30%); transform: translate(50%, -30%); }
.branch-actions ul p { margin: 0; font-size: 21px; color: #72849a; }
.branch-actions ul a { font-size: 18px; color: #060606; }
.branch-actions ul span { display: inline-block; width: 55px; }
.branch-actions ul .branch-phone a { margin-right: -3px;}
.branch-actions ul .branch-email a { margin-right: -14px;}


.branches-support-page .accordion .li-localtime p{ float:right;}
.branches-support-page .accordion .working-dates{ line-height: 1;}

.branches-support-page .section-body-inner .branch-region-title {font-size: 31px;font-weight: normal;margin-top: 45px;margin-bottom: 24px;display: block;}
.branches-support-page .section-body-inner:first-child .branch-region-title {margin-top:0;}
@media(max-width: 1279px) {
	.branch-actions ul a { font-size: 24px; }
}

.section-branches .accordion-head i {font-size: 24px;color: #356895;position: absolute;margin: 4px 10px 0 0;}

.section-branches .accordion-section.active .accordion-head{background-color:#ECFAED;}
.section-branches .section-body i {color: #90A2B8; font-size: 18px;}
.section-branches .section-body i.icon-negishut {color: #356895 !important;}


/*  Custom File Upload  */

.file-upload { position: relative; overflow: hidden; }
.file-upload-btn { display: inline-block; }
.file-upload-input { opacity: 0; font-size: 100px; position: absolute; bottom: -10px; right: -10px; cursor: pointer; }
.file-upload-names { border: 0; font-weight: 400; font-size: 21px; color: #767777; letter-spacing: -.02em; }
 
.file-upload-names::-moz-placeholder { font-weight: 400; color: #767777; }
.file-upload-names:-moz-placeholder { font-weight: 400; color: #767777; }
.file-upload-names:-ms-input-placeholder { font-weight: 400; color: #767777; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table-wrapper table th,
.table-wrapper table td { width: 25%; font-size: 21px; }

.table-wrapper table .trTop td,
.table-wrapper table thead tr:first-child td,
.table-wrapper table th {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    background-color: #178823 !important;
}

.table-wrapper.table {border: 1px solid #d8e1e4;-webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);-moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);box-shadow: 0px 0px 12px 0px rgb(226, 226, 226);}
.table-wrapper table td { padding: 14px 22px 13px; background-color: #fff; border: 1px solid #eaf0f7; }
.table-wrapper table td:first-child { background-color: #fcfbf7; }

.table-wrapper table tbody tr:last-child td ~ td { padding: 14px 28px 13px 22px; }

.section-two-columns .table-wrapper { margin-right: -5px; margin-left: 3px; }

.section-product .section-head {padding:0;text-align:right}
.section-product .section-head h4 {font-size:35px}

.section-product .section-head.small {height:162px;}
.section-product .section-head.small h1{color: white;text-align: right;padding-top: 102px;/*padding-right: 326px;*/font-size: 44px;max-width: 1280px;margin: 0 auto;}



.travelHelp-support-page .section-travelHelp h6{text-align: right;color: #1E8A25;font-size: 33px;font-weight: 400;margin-bottom: 2px;}
.travelHelp-support-page .section-travelHelp p{text-align: right;    font-size: 18px;}
.travelHelp-support-page .accordion .accordion-body {padding-right: 25px;}


.flightschange-support-page .contact-form .form-body .form-col {position:relative;}
.form-required-dot{position:absolute;position: absolute;right: 0;color: #DB7175;}
.flightschange-support-page .contact-form .select-primary:after {left: 31px;top: 28px;}
.flightschange-support-page .contact-form .flight-date-text {    display: flex;margin-top: 8px;}
.flightschange-support-page .contact-form span {    font-size: 22px;}
.flightschange-support-page .contact-form .flight-date-text i{    font-size: 25px;    margin-left: 8px;}
.flightschange-support-page .reqInfo-area {height: 140px;width: 100%;font-size: 22px;font-weight: 400;resize: none;padding: 12px;margin-right: 11px;}
.flightschange-support-page h4 {margin-bottom: 0;}

.section-product .section-body .support-menu-container {display: flex;}
.section-product .section-body .support-menu-container .support-menu.right {display: inline-table;width: 25%;}
.section-product .section-body .support-menu-container .support-menu.right a{text-decoration: none;}
.section-product .section-body .support-menu-container .support-menu.right .contact-buttons-wrapper {padding-left: 23px;}
.section-product .section-body .support-menu-container .support-menu.right .contact-button {height: 50px;border-bottom: 1px solid #d2ddeb;padding-top: 15px;padding-left: 14px;font-size: 21px;}
.section-product .section-body .support-menu-container .support-menu.right .active .contact-button {color: #35923E;}
.section-product .section-body .support-menu-container .support-menu.right .active .contact-button i{color: #35923E;}
.section-product .section-body .support-menu-container .support-menu.right .contact-button i{float: left;padding-top: 8px;transform: rotate(90deg);}
.section-product .section-body .support-menu-container .support-menu-data {font-size: 20px;width: 75%;}
.section-product .section-body .support-menu-container .support-menu-data ul{list-style-type: none;}

.section-cards .contact-buttons-wrapper {height: 90px;white-space: nowrap;}
.section-cards .contact-buttons-wrapper a{display: inline-block;width: 146px;height: 127px;margin: 0 3px;border-radius: 5px;background-color: #e6edf7;box-shadow: 0 3px 0 #cbd6e6;}
.section-cards .contact-buttons-wrapper a.active {background-color:#ACBCD3;box-shadow: 0 3px 0 #7A94B5;}
.section-cards .contact-buttons-wrapper a.active i,
.section-cards .contact-buttons-wrapper a.active span{color:#fbfbfb;}
.section-cards .contact-buttons-wrapper .contact-button{font-size: 23px;position: relative;height: 100%;text-align: center;white-space: normal;}
.section-cards .contact-buttons-wrapper .contact-button i{position: absolute;right: 0;font-size: 40px;padding-top: 21px;align-items: center;width: 100%;}
.section-cards .contact-buttons-wrapper .contact-button span{font-size: 18px;position: absolute;text-align: center;padding: 0 20px;color: #687B93;white-space: normal;bottom: 0;right: 0;text-align: center;width: 100%;top: 74px;line-height:1;font-weight: 700;}

/*.section-product .section-body .section-body-inner{padding-top:45px;}*/
.section-product .section-body .section-body-inner h4{margin-bottom:0;}
.section-product .section-body .section-body-inner h4 small{color:#35923E}
.flightschange-question-warpper {background-color:inherit;padding-top:17px !important;padding-bottom:17px !important;padding-right:0;}
.flightschange-question-warpper:first-child { padding-top:0 !important; }

.flightschange-question-warpper .form-col:first-child {width:365px;}
.flightschange-question-warpper .form-col:first-child {padding-right: 0; }
.flightschange-question-warpper .custom-radio label:before {
    width: 28px;
    height: 28px;
    top: 0;
    border: 1px solid #eaf0f7;
    box-shadow: inset 0 0 0 13px #fff;
    margin-left: 10px;
}

.flightschange-question-warpper  .custom-radio {
    display: inline-block;
    vertical-align: middle;
}
/*.flightschange-question-warpper  .custom-radio ~ .custom-radio {
    margin-right: 5px;
}*/
.flightschange-question-warpper .custom-radio label  {padding-top:0;}
/**new custom radio buttons */

.flightschange-question-warpper label {font-size:20px}
select.select.border-color {-webkit-appearance: none;-moz-appearance: none;padding-right: 9px;font-size: 23px;}

.job-support-page .accordion .accordion-body {padding-right: 27px;}
.job-support-page .accordion .accordion-section .accordion-head {height:61px;}
.job-support-page .accordion .accordion-section .accordion-head a {padding: 16px 27px 13px 70px;}
.job-support-page .section-body-inner .h4 {margin-bottom: 20px;}
.job-support-page .section-body {padding-bottom:165px;}
.job-support-page .section-body .cv-loading span{position: absolute;left: 49.5%;transform: translate(-50%, -50%);font-size: 20px;}

/*  Intro Career  */

.job-support-page .intro-content-inner { padding: 0;background: none !important; }
.job-support-page .intro-content { padding-top: 25px; }
.job-support-page .intro-content h1 { margin: 0 -3px 27px 0;line-height: 1;font-size: 64px;color: #fff;text-shadow: 3px 3px 0 #000; }
.job-support-page .intro-content p { margin: 0; font-size: 30px; line-height: 1; color: #000; }
.job-support-page .intro-content p strong { display: block; padding-bottom: 8px; }
.job-support-page .message-form{text-align:center}
.job-support-page .message-box-form h3{font-size:36px;margin-bottom:0;}
.job-support-page .message-box-form .seperator{display:none;}
.job-support-page .message-box-form p{padding-left:0;font-size:30px;}

.faq-support-page .accordion .accordion-body {padding-right: 25px;}


.oredercancellation-support-page .contact-form .form-body .form-col {position:relative;}
.oredercancellation-support-page .contact-form .select-primary:after {left: 31px;top: 28px;}
.oredercancellation-support-page .contact-form .flight-date-text {    display: flex;margin-top: 8px;}
.oredercancellation-support-page .contact-form span {    font-size: 22px;}
.oredercancellation-support-page .contact-form .flight-date-text i{    font-size: 25px;    margin-left: 8px;}
.oredercancellation-support-page .reqInfo-area {height: 140px;width: 100%;font-size: 22px;font-weight: 400;resize: none;padding: 12px;}
.oredercancellation-support-page h4 {margin-bottom: 0;}

.oredercancellation-support-page .flightschange-question-warpper .form-col:first-child {width:112px;}

.embassies-support-page .support-menu-data .trMid .THRow:nth-child(3),
.embassies-support-page .support-menu-data .trMidGrey .THRow:nth-child(3) {direction: ltr;text-align: right;}

.embassies-support-page .support-menu-data .trMid .THRow:nth-child(2),
.embassies-support-page .support-menu-data .trMidGrey .THRow:nth-child(2) {font-size:16px}


.emergencyNumbers-support-page .table-wrapper table td { padding: 12px 22px 13px; }

.support-menu-data-title {font-size:35px;}
.menu-data-title-wrapper {margin-bottom:18px;}
 
.reqInfo-area:-moz-placeholder{font-weight: 400;}
.reqInfo-area::-moz-placeholder{font-weight: 400;}
.reqInfo-area:-ms-input-placeholder{font-weight: 400;}

.workingHours-support-page .support-background div .shell:nth-child(2) { margin-top: 25px;}

/*.footer .hole-6 {z-index: 8;}*/
.footer > .link-scroll{z-index: 9;}

.loader-page-container {
    padding: 20px;
}
.loader-page-container img {
width:200px;
}
    .loader-page-container p {
        font-size: 24px;
        font-weight: bold;
        direction: rtl;
    }

#form_servicecall .custom-radio.row {
    display: block;
    margin-bottom: 10px;
}
#form_servicecall .form-col.order-source{display:flex}
    #form_servicecall .form-col.order-source span.pull-right {
        width:40%;
    }
#form_servicecall .input-hint > span {
    position: absolute;
    font-size: 12px;
    text-decoration: underline;
    color: blue;
    left: 5px;
    top: -18px;
    cursor:pointer;
}
#form_servicecall .input-hint .example-popup {
    display: none;
    position: absolute;
    border: 3px solid #178823;
    top: 0;
    left: 10px;
    z-index: 9999999;
    background-color: white;
    width: 600px;
}
#form_servicecall .input-hint:hover > .example-popup {
    display: block;
}
.container.body-content .ask-master.contact-form #lead-message {
    position: inherit;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

#form_servicecall .form-col .validation-error {
    display: none;
    color: red;
}
#form_servicecall .form-col.error .validation-error {
    display: block;
}

#form_servicecall #default_hint .example-popup {
    width: auto;
    padding: 25px;
    left: 0;
}
#form_servicecall #online_hint .example-popup {
    padding: 5px;
    font-size: 14px;
    margin: 0;
}
    #form_servicecall #online_hint .example-popup p {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        margin: 10px;
    }
