
/* ------------------------------------------------------------ *\
	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;
    }

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe label { font-size: 18px; line-height: 1.33; color: #c4dbe0; display: block; margin-bottom: 16px; padding-right: 3px; }

.subscribe label strong { font-size: 24px; color: #82a3b1; display: block; margin-bottom: -3px; }

.subscribe-row { position: relative; padding-left: 82px; }

.subscribe-field { font-size: 18px; line-height: 1.33; color: #000; width: 100%; height: 46px; display: block; padding: 10px 13px; border: 1px solid #eee; border-left: 0; background: #fff; border-radius: 0 2px 2px 0; box-shadow: none; }
 

.subscribe-field::-moz-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field:-ms-input-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field::placeholder { color: #abacb1; opacity: 1; }

.subscribe-btn { font-size: 21px; line-height: 24px; color: #fff; width: 82px; height: 46px; display: block; position: absolute; top: 0; left: 0; padding: 11px 0; border: 0; background: #178823; border-radius: 2px 0 0 2px; box-shadow: none; }

.subscribe-btn:hover { background-color: #0a6714; }

@media (max-width: 1279px) {
	.subscribe label { margin-bottom: 10px; }
	.subscribe label strong { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Subscribe Section
\* ------------------------------------------------------------ */

.subscribe-section { /*height: 150px;*/
	background: var(--lead-form-background);
	box-shadow: inset 0 0 5px rgba(110,137,173,.14);
	margin-top: 66px; /*background-size: 100%;*/
}
.subscribe-section h3 { font-size: 29px; line-height: 1.2; color: #fff; font-weight: 300; text-shadow: 0 3px 0 rgba(145,166,191,.36); margin: 0; transform: scale(1, 1.2);}
.subscribe-section h2 { font-size: 52px; line-height: 1; color: #fff; text-shadow: 0 2px 0 rgba(145,166,191,.36); letter-spacing: -0.01em; transform: scale(1, 1.1);}
.subscribe-section .shell { position: relative; }

.subscribe-section-form { padding: 46px 0 46px; }
.subscribe-section-form form { overflow: hidden; width: 571px;}

.subscribe-section-image { display: block; position: absolute; top: -50px; right: -11px;z-index:6; margin-top: 1px; }
.subscribe-section-content { width: calc(100% - 720px); float: right; padding: 34px 174px 0 0; }

.subscribe-section-form-field {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #898989;
	letter-spacing: -0.02em;
	width: 410px;
	height: 57px;
	display: block;
	padding: 15px 18px 15px 15px;
	border: 2px solid var(--lead-form-border-color);
	background: #fff;
	box-shadow: none;
	opacity: 0.9;
	;
}
.subscribe-section-form-field:read-only { border-color:#9a9a9a!important; }
 
.subscribe-section-form-field::-moz-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field:-ms-input-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field::placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }

.subscribe-section-form-actions { float: left; }
	.subscribe-section-form-actions .btn {
		font-size: 29px;
		color: #fff;
		text-shadow: none;
		display: block;
		padding: 9.5px 34px;
		border: 0;
		background: var(--contact-btn-bg-color);
		box-shadow: none;
		transform: scale(1, 1.2);
	}
.subscribe-section-form-actions .btn:hover {box-shadow: 0 2px 0 #006e67;}

.subscribe-section-form-controls { width: 382px; float: right; position: relative; right: 7px; }
.subscribe-section-form-controls i { display: block; position: absolute; top: 12px; right: 16px; bottom: -0px; margin: auto; pointer-events: none; font-size: 21px; color: #90A4BD; z-index:5;}
.subscribe-section-form-controls input {font-size: 23px;padding: 10px;}
    @media (max-width: 1279px) {
        .subscribe-section h3 { font-size: 34px; }

	.subscribe-section-form { width: 520px; }
	.subscribe-section-image { display: none; }
	.subscribe-section-content { padding: 42px 0 0; }
}
