﻿@charset "UTF-8";
body {
    font-size: 12px;
    color: #1a1a1a;
}
 *{
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
 a{
     transition: all 0.4s;
     text-decoration: none;
}
 img,a,button,input, *{
     outline: 0;
}
input, button, textarea, select{}
img{
     max-width: 100%;
}
 

.footer-visa {
    padding-bottom: 20px;
}
.fare-logo{
        padding-bottom: 12px;
}
.toggle-icon span {
    width: 34px;
    height: 3px;
    margin: 7px 0;
    background: #fff;
}
.header .right-header nav {display:none;
}


ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
.dealContents  ul{
      margin: 5px;
     padding: 5px;
     list-style:disc;
}
.dealContents  ul li{
         font-size: 14px;
    font-family: Arial;
    list-style: disc;
  margin-left: 11px;
    padding-bottom: 5px;
    line-height: 1.3;
}


 button{
     cursor: pointer;
}
.cleafrix{
     clear: both;
}


/*._txtbanner{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color: #fff;
    text-align: center;
    z-index:2;
        font-weight: 400;
}
._txtbanner + img{
    filter: brightness(0.8);
}
._txtbanner h1, ._txtbanner p{
    font-size:32px;
}
._txtbanner h1{
    margin-bottom:0;
}*/

.cruiseDeal .container,
.dealContents .container,
.serviceBox .container{
     width: 1000px;
     padding: 0 15px;
}
.bannerInner h1 span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    line-height: 22px;
    font-weight: bold;
}
 .container-fluid{
     width: 100%;
     padding: 0 15px;
}
.hdbng {
    text-align: center;
    margin-bottom: 10px;
}
.hdbng h2 {
    color: #fc3322;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #fc3322;
    display: inline-block;
    margin-top: 0;
}
.bodyFixed{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.headerInr .rightCall a {
   color: #fff;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    display: block;
    padding-top: 1px;
}
.headerInr .rightCall a span {
    font-size: 26px;
    display: block;
    padding-top: 0;
}
.bannerInner h1 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 11px 0 20px 0;
}
.bannerInner h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.banners .bannerInner ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #462d7c;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banners .bannerInner ul li {
    color: #000;
    font-size: 14px;
    background-image: url(../images/checkIcons.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-weight: 500;
    margin: 0;
}
.airLineimg {
    margin: 0 0 5px 0;
    display: inline-block;
    width: 100%;
}
.airLineimg img {
    margin-bottom: 5px;
}
.bannerInner .airLineimg h2 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    color: #fff;
}
.bannerInner h3 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    filter: brightness(0) invert(1);
}
.mainBanner .numbers {
    width: 320px;
    display: inline-block;
    margin-top: 8px;
}
.airLineimg img {
    width: auto;
    max-height: 70px;
    filter: brightness(0) invert(1);
}
.bannerInner h3 img {
    margin-right: 5px;
    margin-left: 30px;
}
.bannerInner h3 img:first-child{
	margin-left: 0;
}

.bannerInner .numbers a span.nbrs small {
    font-size: 12px;
    display: block;
    text-align: left;
    font-weight: 400;
    position: relative;
    top: 0;
    letter-spacing: 0.4px;
}

.bannerInner hr {
    border-color: rgb(46 46 46 / 30%);
    margin: 20px 0 5px 0;
}
.bannerInner .numbers {
    background: #1a3e6e;
    border: 0;
    margin-top: 5px;
}
 

.bannerInner .numbers a {
    color: #fff;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    padding: 0 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxService {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.boxService .box {
    width: 23.5%;
    background-color: #fff;
    box-shadow: 1px 2px 7px 1px rgb(204 204 204 / 60%);
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
    padding: 27px 15px;
}
.boxService h3 {
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	font-weight: 600;
	margin: 2px 0 3px 0;
}
.boxService p {
    font-size: 11px;
    color: #000000;
    padding-top: 2px;
    font-weight: 500;
    line-height: 14px;
}

/*Footer*/
.serviceBox {
    display: inline-block;
    width: 100%;
}
.ringing_phone {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 51px;
    height: 51px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    border: 4px solid rgba(555,555,555,0.3);
}
.ringing_phone {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ringing_phone {
    border: solid 3px #e6effe;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    background: url(/content/images/phoneRotate.png) center center no-repeat;
    text-align: center;
    display: inline-block;
    background-size: 23px;
}
.ringing_phone:after, .ringing_phone:before{display:none !important;}
.bannerInner .numbers {
    padding: 5px;
    border-radius: 4px;
}

@keyframes fadeInOne {
  45% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeInTwo {
  55% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.phone-call div img,
.callIcon img{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
.mobile_menu_switcher:before {color: #000;}
body .main-nav {background: #fff;}
.headerInr {
    justify-content: flex-start;
}
.bannerInner h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: inherit;
}



.dealBox ul li p sup {
    font-size: 70%;
    top: 5px;
    font-weight: 600;
}
.header nav ul li a,
.header .right-header nav .logo-menu {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header nav ul li ul li a {
    background: rgba(0, 0, 0, 0.4);
}
.header nav ul li a:hover {
    color: #fff;
}
a.submenus.s-menu {
    background: rgba(255,225,255,0.2);
}
.header .right-header a.menuclose {
    color: #000;
    top: 16px;
}
.autoSuggest__header h2{
    color: #fff !important;
    font-weight: normal;
}
a.autoSuggest__close:before, a.autoSuggest__close:after {
    background: #fff;
}

/*.ballmeBackIns,
.callNowPopup,
.coverbg{
    display: none;
}*/
 
.copyright img{
    background-color: #fff;
    border-radius: 10px;
    padding: 4px;
}
.header .right-header nav .logo-menu {
    padding: 10px 15px;
    margin-top: 32px;
}
.header .right-header nav .logo-menu img {
    width: 38px;
}
.bannerInner ul.off-on-btn li,
.bannerInner .searchbox ul li{
    background-color: transparent !important;
}
.searchbox span.error-message {
    bottom: -26px
}
.container.airline-hdng h3 {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
}
.container.airline-hdng h4 + h4 {
     margin-top: 20px;
    color: #000;
}
 
a.showlessc,
a.showmorec{
    display: none;
}
p.extrahideco {
    margin-bottom: 25px;
    color: #000;
    line-height: 20px;
    padding-top: 10px;
}
.top-deals h2 {
    font-size: 21px;
    font-weight: 600;
}
.homsrcw,
.heading-text{
    display: none;
}
.widget-container .widget-wrap,
.airlineSrchW .container {
    padding: 0;
}
body .callNowpMain h5 a {
    -webkit-text-fill-color: unset;
}
.contact-heading .contact-us .menu {
    top: 20px;
    z-index: 4;
    position: fixed;
    display: none;
}
nav.nav {
    top: 64px !important;
    position: fixed !important;
    border-top: 1px solid #fff;
}
.contact-heading nav.nav ul li.megamenu .slicknav_arrow{
    border: 1px solid rgba(255,255,255,0.3);
}
.contact-heading nav.nav ul li.megamenu .slicknav_arrow{
    border-bottom: 0;
    border-top: 0;
}
.contact-heading nav.nav ul li.megamenu.navmoblink {
    background: rgb(0 0 0 / 30%);
}
.contact-heading nav.nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.contact-heading nav.nav ul li ul{
    background: transparent;
    border: 0;
}
.contact-heading nav.nav ul li ul li {
    border-top: 1px solid rgba(255,255,255,0.3);
}
li.megamenu.cursncy-chan {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 0;
}
.filter_holidays ul li{
    background-color: #333;
}
body .contact-heading nav.nav ul li.megamenu.cursncy-chan .filter_holidays ul {
    position: absolute;
    top: 45px;
    width: 90px;
    right: 10px;
    left: auto;
}
.cruiseDeal .crsmbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.cruiseDeal .box {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 48.8%;
}
.clickFull{
	position: relative;
	z-index: 0;
}
.clickFull a.ddka,
a.fLink {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}
.cruiseDeal .imagecr img {
    height: 120px;
    min-width: 140px;
    display: block;
}
.cruiseDeal .contents {
    padding: 4px 10px;
}
.cruiseDeal .contents p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 3px;
    font-weight: 500;
}
.dealContents {
    padding: 5px 0 20px 0;
}
.dealContents h2{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.dealContents p {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.cruiseDeal .contents img {
    max-height: 26px;
}
.mainBanner {
    position: relative;
}
.mainBanner .bannerInner {
    width: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translate(0, -57%);
}
.boxService .box img {
    filter: brightness(0);
}
.mainBanner> img {
    width: 100%;
}
.copyright p {padding-bottom:0 !important;
}
/*****************/
.absolutSearchWidget {
	       position: relative;
    /*top: 0;*/
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    z-index: 2;
    margin: -80px auto 20px;
}
.searchContainer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 7px 23px 23px 23px;
    box-shadow: 0 0 11px 0 #00000021;
}
    
@media only screen and (min-width: 767px) and (max-width:991px) {
.mainBanner> img {
    height: 100%;
    min-height:100%!important;
}
.mainBanner .bannerInner {
    right: 10px;
}
.cruiseDeal .container, .dealContents .container, .serviceBox .container {
    width: 750px;
}
.boxService .box {
    width: 24%;
    padding: 17px 6px;
}
.cruiseDeal .imagecr img {
    height: 110px;
    width: 120px;
    min-width: 120px;
}



}