/*!
    RESET CSS v3.0 - MH Nov 18
*/
p {
    font-weight: 400;
    font-style: normal;    
}
article,
aside,
footer,
header,
menu,
nav,
section,
main{
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
sub,
sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

mark {
  background-color: #ff0;
  color: #000;
}
button,
input {
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
} 
input {
    line-height: normal; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input::-moz-placeholder {
    color: #000;
    opacity: .85;
}
input::-ms-placeholder {
    color: #000;
    opacity: .85;
}
input::-webkit-input-placeholder {
    color: #000;
    opacity: .85;
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #000;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.clearfix{
    clear: both;
}
hr {
    border : 0;
    height : 30px;
    background : #999;
    margin : 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs{
    display: none !important;
}
.visible-sm-xs{
    display: none !important;
}
.hide {
    display: none !important;
}

.v-main{
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.select-container {
    position: relative;
}
.xm-tooltip {
    background: #148dcd;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 50%;
    line-height: 1em;
    padding: 8px 10px 8px;
    position: absolute;
    text-align: center;
    bottom: 35px;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    font-style: normal;
}
.xm-tooltip::after {    
    border-top: 8px solid #148dcd ;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -8px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.xm-tooltip .xm-tooltip {
  padding: 0;
  position: relative;
}
.xm-tooltip .xm-tooltip::after{
  display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.loading {
    position: relative;
}
.loading-top {
    position: relative;
}
.loading-top::after {
  -webkit-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -ms-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(0,84,164,1);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: '';
}
.loading::after {
  -webkit-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -ms-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(0,84,164,1);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: '';
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;  
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    pointer-events:none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, top .5s;
    -webkit-transition: opacity .5s, visibility .5s, top .5s;
    -ms-transition: opacity .5s, visibility .5s, top .5s;
    background: rgba(0,0,0,.9); 
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  
}
.overlay-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 29px;
    height: 29px;
    background: url(../images/window-close.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    z-index: 9999;
    overflow: hidden;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;

    transform: rotate(0deg) perspective(1px);
    -webkit-transform: rotate(0deg) perspective(1px);
    -ms-transform: rotate(0deg) perspective(1px);
}
.has-overlay {
    overflow: hidden;
}
.has-overlay .plan-trip_overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.overlay-container {
    width: 100%;
    min-height: 100vh;
    background:#fff;
    background-size: cover;
    margin-bottom: 100vh;
    position: relative;
    opacity: 0;

    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s;
    -ms-transition: transform .5s, opacity .5s;

    -webkit-transform: translateY(100%) scale(1,1);
    -ms-transform: translateY(100%) scale(1,1);
    transform: translateY(100%) scale(1,1);

    will-change: transform,opacity;
}
.has-overlay .overlay-container {
    opacity: 1;
    transform: translateY(0) scale(1,1);
    -webkit-transform: translateY(0) scale(1,1);
    -ms-transform: translateY(0) scale(1,1);
}
.video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*------Reset v-1.1--------*/

/*------Form Elements-------*/
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
.alert-danger {
    background-color: rgba(231,76,60,.05);
    border-color: rgba(231,76,60,.45);
    color: #e74c3c;
}
.alert-success {
    background-color: rgba(46,204,113,.05);
    border-color:  rgba(46,204,113,.45);
    color: #2ecc71;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    width: 100%;
    height: 56px;
    border-radius: 0;
    border: 1px solid #252525;
    padding-left: 15px;
    padding-right: 15px; 
    font-size: 24px;
    line-height: normal;
    position: relative;
    z-index: 1;
    background: #252525;
    padding-top: 5px;
}

textarea.form-control{
    min-height: 135px;
    padding: 10px 15px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 20px;
    line-height: 28px;
    padding-right: 58px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #000;
}
label.customRC a {
    color: inherit;
    text-decoration: underline;
}
label.customRC span{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ddd4c6 url(../images/cross.png) center center no-repeat; 
    background-size: 0 auto;
    border: 1px solid #000;
    transition:background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition:background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition:background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked + label.customRC span{
    background-size: contain;
}
.alert.alert-success {
    display: none !important;
}
.asterisk {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: normal;  
    color: #010101;
    font-style: italic;

}

/*------Form Elements-------*/

/*------Common Styles-------*/
.media-body {
    width: 10000px;
}
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-right: 15px;
}
.media-right{
    padding-left: 15px;
}
.non-italic {
    font-style: normal !important;
}
.pull-left {
    float: left !important; 
}
.pull-right {
    float: right !important; 
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    text-decoration: none !important;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control, 
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
/*------Common Styles-------*/

.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before{
    display: table;
    clear: both;
    content: '';
}
.hide-desktop {
    display: none !important;
}   
.breadcrumb {
    color: #555;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    font-size: 20px;
    line-height: 24px; 
}
.breadcrumb li + li::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #555;
    content: '/';
}
.breadcrumb a {
    color: #555;
    display: inline-block;
    border-bottom: 1px solid #555;
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}  
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-link {
    font-size: 18px;
    line-height: 1;
    color: #9c1f1f;
    min-width: 205px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    border: 1px solid #9c1f1f;
    border-radius: 3px;
    padding: 15px 22px;
    text-transform: uppercase;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
}

.btn {
    padding: 0 10px 1px;
    display: block;
    background: #0055a5;
    color: #fff;
    position: relative;
    transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    -ms-transition-duration: 600ms;
    text-align: center;
    min-width: 200px;
    margin: 0 auto;
    border: none;
    font-size: 20px;
    height: 46px;    
    font-variant: small-caps;
}

.padding-bot0 {
    padding-bottom: 0 !important;
}
.border-bottom0{
    border-bottom: none !important;
}

.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-28 {
    width: 28%;
}
.col-36 {
    width: 36%;
}
.col-40 {
    width: 40%;
}
.col-50 {
    width: 50%;
}
.col-47 {
    width: 47%;
}
.col-53 {
    width: 53%;
}
.col-56 {
    width: 56%;
}
.col-60 {
    width: 60%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-90 {
    width: 90%;
}
.col-100 {
    width: 100%;
}
.col-oneThird {
    width: 33.3333%;
}
.col-oneThird.mid {
    width: 33.3334%;
}
.col-twoThird {
    width: 66.6667%;
}
.row [class^="col-"] {
    float: left;
}
.relative {
    position: relative;
}
.hide-overflow {
    overflow: hidden;
}
.marginB0 {
    margin-bottom: 0 !important;
}
/*-----------For Owl------------*/
.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 36px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;

    background-color: transparent;
    margin: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.owl-next {
    background-image: url(../images/arrow-right.png);
    right: 15px;
    opacity: 1;
}
.owl-prev {
    background-image: url(../images/arrow-left.png);
    left: 15px;
    opacity: 1;
}
.owl-next:after,
.owl-prev:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.owl-dots {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.owl-dot {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    margin-left: 30px;
    cursor: pointer;
}
.owl-dot.active {
    background: #1e8ece;
    border-color: #1e8ece;
}

/*-----------For Owl------------*/
.flex {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;    
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



/*-----------For Ipads------------*/

@media screen and (min-width: 768px){
    .owl-dot:hover {
        background: #1e8ece;
        border-color: #1e8ece;
    }
    .owl-next:hover {
        right: 5px;
        opacity: .7;
    } 
    .owl-prev:hover {
        left: 5px;
        opacity: .7;
    }

    .btn {
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
    }
}


@media screen and (max-width: 1199px) {
    .hide-desktop {
        display: block !important;
    }    
    .hide-ipad {
        display: none !important;
    } 
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-sm-xs{
        display: none !important;
    }
    .visible-sm-xs{
        display: block !important;
    }
    .computer .visible-sm-xs.btn-fallback{
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs{
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
}




/*Cookie Banner*/
#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent, 
#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    width: 100% !important;
    min-width: 370px !important;
    max-width: 370px !important;
    padding: 0 20px 0 20px !important;
    margin: 0;
    position: relative !important;
    left: auto !important;
    top: auto;
    transform: none !important;
}
#onetrust-close-btn-container {
    display: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk *:focus, 
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline: none !important;
}
#onetrust-banner-sdk #onetrust-button-group {
    display: flex !important;
    justify-content: flex-end !important;
}
@media screen and (max-width: 767px) {
#onetrust-policy #onetrust-policy-title {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
} 
#onetrust-banner-sdk #onetrust-button-group {
    display: flex !important;
    justify-content: center !important;
}
#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent, 
#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    padding: 0 !important;
}
#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent, 
#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    min-width: 1px !important;
}
}

/*Cookie Banner*/

