﻿@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;
}
img{
     max-width: 100%;
}
footer.footer section.footer,
nav.nav{
    display: none;
}
 
.footer-visa {
    padding-bottom: 20px;
}
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;
}
.bannerInner h1 span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    line-height: 22px;
    font-weight: bold;
}
.footer-visa .copyright-text p {
    color: #fff;
    font-size: 10px;
}
 .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;
}
.header .right-header nav{display:none;
}
.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: inherit;
}
.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;
}
.airlineLlogos {
    text-align: center;
    margin-bottom: 10px;
}
.airlineLlogos img {
    width: 100%;
    border-radius: 10px;
}
.airLineimg {
    margin: 0 0 5px 0;
    display: inline-block;
    width: 100%;
}
.airLineimg img {
    width: auto;
    max-height: 70px;
}
.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;
}
.airlineSrchW, .footer {
    background-color:transparent;
}

.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;
}
.cruiseDeal .container,
.dealContents .container,
.serviceBox .container{
     width: 1000px;
     padding: 0 15px;
}
.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: 6px;
    margin: 10px 0;
    text-align: left;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.boxService .box img{
    width:22%;
    height: 40px;
    object-fit: contain;
}
._boxs{
    width:70%;
}
.crsmbox ._crslaft{
    width:58%;
}
.crsmbox ._crsmbox{
    width:37%;
}
.boxService h3 {
	font-size: 14px;
	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);
    }
}
.bannerInner h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}
p.extrahideco {
    margin-bottom: 25px;
    color: #000;
    line-height: 20px;
    padding-top: 10px;
}

.dealContents {
    padding: 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;
}
.clickFull{
    position: relative;
    z-index: 0;
        background: rgba(0,0,0,.7);
    padding:10px 20px;width: 380px;
}
#logo_fat_main  {    background: #fff;
    padding: 10px;}
.clickFull a.ddka{
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}
.boxService .box img {
    filter: brightness(0);
}
.contact-heading .contact-us .menu{
    display: none;
}
.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;
    background: #fff;
    border-radius: 5px;
    max-width: 200px;
    padding: 5px 10px;
}
.bannerInner h3 img {
    margin-right: 5px;
    margin-left: 30px;
}
.bannerInner h3 img:first-child{
    margin-left: 0;
}

.mainBanner {
    position: relative;
}
.mainBanner .bannerInner {
    width: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translate(0, -53%);
}
.dealContents h2{
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}
.dealContents h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 21px;
}
.dealContents p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 12px;
}
 
.mainBanner> img {
    width: 100%;
}

#logo_fat_main {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 60px;
}
.copyright p {padding-bottom:0 !important;
}


@media only screen and (min-width: 767px) and (max-width:991px) {
.mainBanner> img {
    height: 270px;
}
.mainBanner .bannerInner {
    right: 21px;
}
.cruiseDeal .container, .dealContents .container, .serviceBox .container {
    width: 750px;
}
.boxService .box {
    width: 24%;
    padding: 17px 6px;
}




}

/*azamara-club-cruises*/
.azamara-club-cruises .bgColor {background-color: #0c2a6a  !important;}
.azamara-club-cruises .bg {background: #0c2a6a  !important;}
.azamara-club-cruises .textColor {color: #0c2a6a  !important;}
.azamara-club-cruises .bBottom2{border-bottom: 2px solid #0c2a6a  !important;}
/*royal-caribbean*/
.royal-caribbean .bgColor {background-color: #041556 !important;}
.royal-caribbean .bg {background: #041556 !important;}
.royal-caribbean .textColor {color: #041556 !important;}
.royal-caribbean .bBottom2{border-bottom: 2px solid #041556 !important;}
/*carnival-cruise-lines*/
.carnival-cruise-lines .bgColor {background-color: #9a0122 !important;}
.carnival-cruise-lines .bg {background: #9a0122 !important;}
.carnival-cruise-lines .textColor {color: #9a0122 !important;}
.carnival-cruise-lines .bBottom2{border-bottom: 2px solid #9a0122 !important;}
.carnival-cruise-lines .bgColor #spnAlreadyExist {padding:0px 5px;
  margin-top: 2px !important; 
  float: left;
  border-radius: 2px;
  background:#fff;
}
/*celebrity-cruises*/
.celebrity-cruises .bgColor {background-color: #003368 !important;}
.celebrity-cruises .bg {background: #003368 !important;}
.celebrity-cruises .textColor {color: #003368 !important;}
.celebrity-cruises .bBottom2{border-bottom: 2px solid #003368 !important;}
/*costa-cruise-lines*/
.costa-cruise-lines .bgColor {background-color: #0072b6 !important;}
.costa-cruise-lines .bg {background: #0072b6 !important;}
.costa-cruise-lines .textColor {color: #0072b6 !important;}
.costa-cruise-lines .bBottom2{border-bottom: 2px solid #0072b6 !important;}
/*holland-america-line*/
.holland-america-line .bgColor {background-color: #1a2857 !important;}
.holland-america-line .bg {background: #1a2857 !important;}
.holland-america-line .textColor {color: #1a2857 !important;}
.holland-america-line .bBottom2{border-bottom: 2px solid #1a2857 !important;}
/*msc-cruises*/
.msc-cruises .bgColor {background-color: #000033 !important;}
.msc-cruises .bg {background: #000033 !important;}
.msc-cruises .textColor {color: #000033 !important;}
.msc-cruises .bBottom2{border-bottom: 2px solid #000033 !important;}
/*norwegian-cruise-line*/
.norwegian-cruise-line .bgColor {background-color: #086895 !important;}
.norwegian-cruise-line .bg {background: #086895 !important;}
.norwegian-cruise-line .textColor {color: #086895 !important;}
.norwegian-cruise-line .bBottom2{border-bottom: 2px solid #086895 !important;}
/*princess-cruises*/
.princess-cruises .bgColor {background-color: #004c87 !important;}
.princess-cruises .bg {background: #004c87 !important;}
.princess-cruises .textColor {color: #004c87 !important;}
.princess-cruises .bBottom2{border-bottom: 2px solid #004c87 !important;}
/*windstar-cruises*/
.windstar-cruises .bgColor {background-color: #002c78 !important;}
.windstar-cruises .bg {background: #002c78 !important;}
.windstar-cruises .textColor {color: #002c78 !important;}
.windstar-cruises .bBottom2{border-bottom: 2px solid #002c78 !important;}
.footer-visa .logovisa{
    display: flex;
}
.footer-visa .logovisa img:first-child{
    filter: brightness(0) invert(1);
}
.footer-visa .logovisa img + img {
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
    height: 28px;
    position: relative;
    top: 5px;
}
/*celestyal-cruise*/
.celestyal-cruise .bgColor {background-color: #0032a0 !important;}
.celestyal-cruise .bg {background: #0032a0 !important;}
.celestyal-cruise .textColor {color: #0032a0 !important;}
.celestyal-cruise .bBottom2{border-bottom: 2px solid #0032a0 !important;}

