/**
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {  font-family: "Open Sans", sans-serif;  color: #444444;}
a {  color: #2487ce;}
a:hover {  color: #469fdf;  text-decoration: none;}
h1, h2, h3, h4, h5, h6 {  font-family: "Raleway", sans-serif;}
/*engine*/
.inputSet label {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #5e5e5e;
}
.inputSet label input {
    opacity: 0;
    position: absolute;
}
.inputSet label input[type=radio]:checked ~ span {
    color: #FB3D4E;
    transition: all 0.5s;
}
.inputSet label input[type=radio]:checked ~ span::before {
    border-radius: 100%;
    background: #FB3D4E;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: 6px;
    position: absolute;
    top: 6px;
}
.inputSet label input[type=radio] ~ span::after {
    border-radius: 100%;
    border: 2px solid #5e5e5e;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 0;
}
.inputSet label input[type=radio]:checked ~ span::after {
    border: 2px solid #FB3D4E;
}
.tripType {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tripType li {
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}
.tripType li label {
    cursor: pointer;
    font-weight: 600;
}
.angucomplete-holder {
    position: relative;
}
.angucomplete-dropdown {
    width: 1160px;
    padding: 0px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 0px;
    margin-top: 17px;
    background-color: #ffffff;
    box-shadow: 0 3px 3px #979797;
    max-height: 274px;
    overflow: auto;
}
.angucomplete-row {
    padding: 10px 10px 10px 44px;
    color: #202020;
    clear: both;
    width: 100%;
    border-top: 1px solid #ccc;
    position: relative;
}
.angucomplete-row:before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url(/assets/img/airline-icon.png) 0px 0px no-repeat;
    position: absolute;
    left: 16px;
    top: 12px;
}
.angucomplete-row.airpotssuggest:before {
    background: url(/assets/img/multi-airlines.png) 0px 0px no-repeat;
}
.angucomplete-row.childsuggest {
    padding-left: 60px;
    border: none;
}
.angucomplete-row.childsuggest:before {
    left: 32px;
    top: 6px;
    height: 25px;
    display: block;
    background: url(/assets/img/child-arrow.png) 0px 0px no-repeat;
    border: none;
}
.angucomplete-searching, .angucomplete-description {
    color: #acacac;
    font-size: 14px;
    padding: 14px;
    border-top: 1px solid #ccc;
}
.angucomplete-selected-row {
    background-color: #ECF0FF;
    color: #2139AC;
}
.label .bx {font-size:20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 13px;
    top: 20px;
    display: block;
    pointer-events: none;
}
.label input[type=text]:focus ~ .bx{ color:#FB3D4E;}
.label {
    /*padding: 5px 7px 5px 0px;*/
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    position: relative;
}
 .label .label_name {
    font-size: 17px;
    color: #303030;
    transition: all 0.2s ease;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 23px;
    left: 40px;
    pointer-events: none;
    font-weight: 300;
}
 .label.first .label_name {    left: 26px;}
 .label .inputField {
    margin-top: 20px;
    padding-left: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #2139AC;
    border: none;
    outline: none;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 .label.first .inputField {
    padding-left: 25px;
}
 .label input[type=text]:focus ~ .label_name {  top: 5px;  font-size: 11px; color: #858585;}
 .label .inputField.valid ~ .label_name, .label .inputField.ng-not-empty ~ .label_name {
    top: 5px;
    font-size: 11px;
    color: #858585;
}
.search_ui{background: #ffffff;border: 1px solid #ccc; margin:0 0 20px;
    border-radius: 3px;
    padding:15px 0;
    border-top-left-radius: 0px;
    position: relative;}
.search_ui label {float:left;line-height:42px; margin:0;
    font-size: 16px;
    color: grey;
    padding-left: 5px;
    display: inline-block;
}
.form_submit { width: calc(100% - 78%);
    height: 100%;
    box-sizing: border-box;
    border: 0px solid #004f32;
    border-radius: inherit;
    background-color: #004f32;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.form_submit:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.label.traveller {
    width: calc(100% - 100px);
    border-right: 0px;
}
.travllerBox .classType {
    list-style: none;
}
.travllerBox .head {
    padding: 10px 0 20px 0;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
}
.add-traveler {
    font-size: 16px;
    color: #5e5e5e;
    padding: 0px 0 10px 0;
    clear: both;
    font-weight: 500;
}
.add-traveler .travelers__options {
    float: right;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-traveler a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    border: 2px solid #989aa2;
    color: #989aa2;
    background: #ffffff;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}
.add-traveler a:hover {
    color: #FB3D4E;
    border-color: #FB3D4E;
}
.add-traveler .number {
    width: 50px;
    display: inline-block;
    text-align: center;
}
.add-traveler .number input{outline:0; border:0; width:15px;}
.travllerBox .unaccompined {position:relative;}
.travllerBox .unaccompined a {font-size:14px;
    color: #333;
    text-decoration: none;
}
.travllerBox .unaccompined a i {
    position: relative;}
.travllerBox .unaccompined a:hover {
    color: #FB3D4E;
}
.tooltip-new {
    background: #292f33;
    color: #ffffff;
    bottom: 100%;
    display: block;
    width: 280px;
    border-radius: 5px;
    padding: 9px 10px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transition: all 0.25s ease-out;
    transform: translateX(-50%);
}
.travllerBox .unaccompined a:hover ~ .tooltip-new{opacity:1;}
.travllerBox .unaccompined .tooltip-new {
    width: 330px;
    left: 61%;
    padding: 10px 15px;
}
.tooltip-new:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #292f33 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 53%;
    position: absolute;
    width: 0;
    transform: translateX(-53%);
}
.tooltip-new:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.travllerBox .unaccompined .tooltip-new:after {    left: 11%;}
#ex2_dropdown {    left: -237px;}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
    transform: rotate(180deg);
    margin-top: -15px;
    background: url(/assets/img/right-arrow.svg) left center no-repeat;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: -15px;
    background: url(/assets/img/right-arrow.svg) left center no-repeat;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #2487ce;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3e9bdd;
  color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  position: relative;
  background: url("../img/hbanner.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero .container {  padding-top: 150px;}
@media (min-width: 1024px) {
  #hero { background-attachment: fixed;  }
}

@media (max-width: 992px), (max-height: 500) {
  #hero { height: auto; }
  #hero h2 { font-size: 28px; line-height: 36px;}
}
@media (max-width: 767px) {
    #ex2_dropdown { left: 0; }
    #hero .container{padding-top:50px;}
    .search_ui{background:transparent;border:0;padding:0; }
    .search_ui .colum1 .label {border:0;width: 100%; margin-bottom:.5rem;}
    .label{border:0;}
    .label.traveller {    width: 100%;}
    .label .inputField{margin-top:0;padding-top:20px; padding-bottom:10px;}
    .angucomplete-dropdown{width:100%}
    angucomplete-alt{width:100%}
    .form_submit{width: calc(100% - 60%);height:auto; padding:15px 20px;margin:10px 0;}
    .modal{width:93%;}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {display:none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;padding:15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 14px 0 14px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #124265;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #2487ce;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(18, 66, 101, 0.1);
  transition: 0.3s;
  border-radius: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #124265;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #2487ce;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #2487ce;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px 11px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #2079b8;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 5px 18px 6px 18px;
    border-radius: 3px;
  }
  #header{padding:0;}
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #124265;
}

.mobile-nav {font-size:20px;
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #124265;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2487ce;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(10, 38, 58, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #333;
}


/*---------*/
.fl_arrow{opacity: .3;position: absolute;height: 82%;right: 15px;display:none;}
.fl_wrap{position: relative;box-sizing: border-box;background-color: #f8f8f8;width:100%;padding: 20px 10px;text-align: center;margin: 0px;display: inline-block;overflow: hidden;border-bottom: 1px solid #e8e8e8;}
.fl_headline{font-size: 20px;color:#333;margin-bottom: 20px}
.fl_box{border-bottom: 4px solid #2576C1;min-height:240px;box-shadow: 0px 0px 8px #0000001F;position: relative;display: inline-table;box-sizing: border-box;background-color:#fff;width:30%;max-width: 364px;padding:20px;margin: 25px 10px 5px 10px;border-radius: 3px;}
.fl_title{text-align:left;font-size: 16px;font-weight: bold;color:#333;margin-bottom:3px;}
.fl_desc{text-align:left;font-size: 14px;color:#333;margin-bottom:3px;}.fl_link{margin-left:0px !important;text-align:left;font-size: 14px;color:#0495d0;}.fl_icon{width:30px;height:30px;padding: 10px;display: inline-block;margin-bottom: 10px;fill: #3586D1;}.fl_svg{position: absolute;top: -30px;right: 20px;width:52px;margin-bottom: 5px;}
@media (max-width: 768px){
    .map-pin, .datess, .passes {border-right:0; border-bottom:1px solid #ccc;}
.search_ui{border-radius:0;}
	.fl_wrap{padding: 10px 10px;}.fl_headline{margin-bottom: 10px}.fl_box{min-height:10px;width:100%;max-width: 100%;padding: 10px 10px 10px;margin: 5px 0px;}.fl_wrap{text-align: left;}.fl_text{margin-left: 35px;}.fl_icon{position:absolute;top:0px;left:0px;width: 25px; height: 30px;}.fl_arrow{display:block;}.fl_svg{position:absolute;top:15px;left:10px;width:25px;}}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #2487ce;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3194db;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs { padding: 15px 0; background: #f8fbfe; min-height: 40px; margin-top: 80px; } 
@media (max-width: 992px) {
  .breadcrumbs {    margin-top: 62px;  }
}
.breadcrumbs h2 {font-size: 18px;font-weight: 500;margin: 0;}
.breadcrumbs ol {  display: flex; flex-wrap: wrap;  list-style: none;  padding: 0;  margin: 0;  font-size: 14px;}
.breadcrumbs ol li + li {  padding-left: 10px;}
.breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #1a5e90; content: "/"; }
@media (max-width: 768px) {
  .breadcrumbs .d-flex { display: block !important; }
  .breadcrumbs ol { display: block; }
  .breadcrumbs ol li { display: inline-block; }
}

/*-------------------------------------------- # Footer --------------------------------------------------------------*/
#footer { color: #444444; font-size: 14px; background: #f8fbfe; box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08); }
#footer .footer-top { padding: 60px 0 30px 0; background: #fff; }
#footer .footer-top .footer-contact { margin-bottom: 30px; }
#footer .footer-top .footer-contact h3 { font-size: 26px; margin: 0 0 10px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 300;}
#footer .footer-top .footer-contact p { font-size: 14px; line-height: 24px; margin-bottom: 0; color: #777777;}
#footer .footer-top h4 {  font-size: 16px;  font-weight: bold;  color: #124265;  position: relative;  padding-bottom: 12px;}
#footer .footer-top .footer-links {  margin-bottom: 30px;}
#footer .footer-top .footer-links ul {  list-style: none;  padding: 0;  margin: 0;}
#footer .footer-top .footer-links ul i { padding-right: 2px; color: #2487ce; font-size: 18px; line-height: 1; }
#footer .footer-top .footer-links ul li {line-height: 30px;display: flex;align-items: center;}
#footer .footer-top .footer-links ul li:first-child {  padding-top: 0;}
#footer .footer-top .footer-links ul a {  color: #777777;  transition: 0.3s;  display: inline-block; }
#footer .footer-top .footer-links ul a:hover {  text-decoration: none;  color: #2487ce;}
#footer .footer-newsletter { font-size: 15px; }
#footer .footer-newsletter h4 { font-size: 16px; font-weight: bold; color: #444444; position: relative; padding-bottom: 12px;}
#footer .footer-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 5px; text-align: left;  border: 1px solid #cde5f6;}
#footer .footer-newsletter form input[type="email"] {  border: 0;  padding: 4px 8px;  width: calc(100% - 100px);}
#footer .footer-newsletter form input[type="submit"] {  position: absolute;  top: -1px;  right: -2px;  bottom: -1px;  border: 0;  background: none;  font-size: 16px;  padding: 0 20px 2px 20px; background: #2487ce;  color: #fff;  transition: 0.3s;  border-radius: 0 5px 5px 0;  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}
#footer .footer-newsletter form input[type="submit"]:hover {  background: #3194db;}
#footer .credits {  padding-top: 5px;  font-size: 13px;  color: #444444;}
#footer .social-links a {  font-size: 18px; display: inline-block;  background: #2487ce;  color: #fff;  line-height: 1;  padding: 8px 0;  margin-right: 4px;  border-radius: 5px;  text-align: center;  width: 36px;  height: 36px;  transition: 0.3s;}
#footer .social-links a:hover {  background: #3194db;  color: #fff;  text-decoration: none;}
/*-------news------*/
.nippet {    min-height: calc(9.25rem + 0.25rem);    max-height: calc(9.25rem + 0.25rem);}
.fgl-image { height:100%;   padding-bottom: 50%; position: relative;  width: 100%;}
.fgl-image .fgl-image-media {    bottom: 0; height: 100%;  left: 0;  position: absolute; right: 0;  top: 0; width: 100%;}
.ofer_fare {    height: calc(18rem - 2.75rem);}
.fgl-image.bt-9   { padding-bottom: 30%;}
.breybg{background:#e6e6e6;}
.descard-layout-grid {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
}
@media screen and (min-width: 62rem) {
    .descard-large-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.descard {
    background: #fff;
    border-radius: 2px;
    position: relative;
    width: 100%;
}
.descard li{font-size:13px; padding:0.5rem 0;}
.descard .panel-body{border-top:1px solid #ccc;}
.descard .panel-body li a{color:#2487ce;}
.descard .panel-title > a:before {
    float: right !important;
    font-family:'boxicons';
    content:"\edcd";
    padding-right: 5px;
}
.descard .panel-title > a.collapsed:before {
    float: right !important;
    content:"\ed9f";
}
.descard .panel-title > a:hover, 
.descard .panel-title > a:active, 
.descard .panel-title > a:focus  {
    text-decoration:none;
}
.descard .panel-title > a{color:#333;}
/*-------------------------------------------- # newsletter --------------------------------------------------------------*/
.newsletter {border: 1px solid #e9e9e9;    border-radius: 4px;    background: top repeat url(../img/pattern_gray.png);}
.newsletter__info { -webkit-box-align: center;    align-items: center;    -webkit-box-orient: horizontal;    -webkit-box-direction: normal;    flex-direction: row;    text-align: left;}
.newsletter__info .subscription-text {    width: 100%;font-weight: 700;    color: #2a2e3b;}
.disclaimer-text {margin-top: 8px;font-size: 12px;    line-height: 16px;    font-weight: 400;    color: #545b6c;}
.btn-primary {position: relative;    border-radius: 40000px;    background-color: #db3939;    border-color: #db3939;    color: #fff;    box-shadow: none;    box-shadow: 0 4px 7px 0 rgb(42 46 59 / 20%);}
.input-email__form-field {width: calc(100% - 110px);float:left;    position: relative;    margin-right: 8px;}
.form-control { display: block;
    width: 100%;
    height: 48px;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #2a2e3b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a1a8b6;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="number"] {
  -webkit-appearance: textfield;
    -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {  transform: translate(-50%, -50%) rotate(90deg);}
.number-input input[type=number] { text-align: center;}
.md-number-input.number-input button:before, .md-number-input.number-input button:after {  width: .7rem;  background-color: #ff3838;}
.md-number-input.number-input input[type=number] {  max-width: 3rem;  border-width: 0px;  font-size: 1.3rem;  font-weight: bold;  outline: none;}
.md-number-input.number-input {display:inline-block; }
.md-number-input.number-input button {  outline: none;  width: 1.7rem;  height: 1.7rem;}
.md-number-input.number-input button.minus, .md-number-input.number-input button.plus{border-radius: 50px;border:2px solid #ff3838;vertical-align: middle;}
.md-number-input.number-input button.minus:hover, .md-number-input.number-input button.plus:hover{border:2px solid rgba(255, 56, 56, 0.94);}

@media not all and (min-resolution:.001dpcm){ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .number-input.md-number-input.safari_only button:before, 
  .number-input.md-number-input.safari_only button:after {  margin-top: -.6rem;  }
}}

td.calender-highlight.start, td.calender-highlight.end {
    background: ##FB3D4E;
    color: #fff;
}
td.calender-highlight.start a, td.calender-highlight.end a {
    color: #fff;
    background: #ff8f4b;
}
#ui-datepicker-div td.highlight > a {
    background: #ecf0ff !important;
    color: #2139AC;
}
section.inner-page h1 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}
section.inner-page h3{
font-size: 20px;
    font-weight: 600;
    margin-top:30px;
}
.inner-page .list-unstyled li a {font-size: 14px;color: #000;}

.inner-page .list-unstyled li {
    padding: 3px 0;
}
