@media screen and (min-width: 300px) and (max-width: 1024px) {
  #top_head { display: none; } 
  .btn_no{
  	display: none;
  }  
}
#topBar{
  background-color: #222222; 
  height: 45px;
}
#topBar .top_lft_line{
  color: #fff;
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
#topBar .top_wrt_line{
  color: #fff;
  text-align: right;
  padding-top: 5px;
  font-size: 22px;
  font-weight: 500;
}

#headerNavbar{
	margin: 0px;
  width: 100%;
}
#headerNavbar .wrt_number span{
  font-size: 24px;
  font-weight: 500;
  float: right;
  color: #000;
}
#headerNavbar .logo img{
  width: 80%;
  padding: 10px 0px;
}
html {
  scroll-behavior: smooth;
}

/*********Start Navigation*************/

#headerNavbar .navbar{
	padding-top: 20px;
	position: relative;
	z-index: 3;	
}
#headerNavbar .navbar-toggler
{
  position: absolute;
  right: 0%;
	top: -55px;
}
#headerNavbar .navbar-nav{
	padding: 0px;
	margin: 0px;
}

#headerNavbar .navbar-nav .nav-item{
	position: relative;
	padding: 0px 11px;
/*  background-color: #054da2;*/
/*  border-bottom: 1px solid #fff;*/
  border-radius: 10px;
  list-style: none;
}

/*#headerNavbar .navbar-nav .nav-item .subnav{
	display: none;
	position: absolute;
	padding: 0px;
	width: 200px;
	background-color: white;
	

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
*/
/*#headerNavbar .navbar-nav .nav-item .subnav li a{
	color:  #737373;
	padding: 5px;
	text-decoration: none;
	display: block;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
*/
/*#headerNavbar .navbar-nav li:hover .subnav{
	list-style: none;
	display: block;
	background-color:#ffffff;
	z-index: 11;
}*/

/*#headerNavbar .navbar-nav .nav-item .subnav li{
	background-color: #CCEEFF;
	color: #050400;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}*/

/* #headerNavbar .navbar-nav .nav-item .subnav li:hover{
	color: white;
	background-color: #002EA0;
}

#headerNavbar .navbar-nav .nav-item .subnav li:hover a{
	color: white;
}*/

#headerNavbar .navbar-collapse{
	padding: 0px;
	margin: 0px;
}

#headerNavbar .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	/*border-bottom: 3px solid #FE7701;*/
	color:#222 !important;
	
}

#headerNavbar .navbar-light .navbar-nav .nav-link{
	font-size: 16px;
  font-weight: 550;
	color: #222;
	/*border-bottom: 5px solid #1d9bee;*/

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#headerNavbar .navbar-light .active .navbar-nav .nav-link:hover{
	/*border-color:  #FE7701;*/
	color: #ff8f59 !important;
  /*background-color: #18192A;*/
}
/*.nav-link ul li a{
    color:white;
}*/
.bg-light {
	background-color:transparent !important;
}
#Navigation{
	background-color: #F2F2F2;
}

   /********SubNav-1**********/

/*.navbar-nav .nav-item .subnav1 li:hover a{
  color: white;
}*/    

#headerNavbar .navbar-nav .nav-item .subnav1{
  display: none;
  position: absolute;
  padding: 0px;
  width: 200px;
  /*background-color: white;*/
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#headerNavbar .navbar-nav .nav-item .subnav1 li{
  line-height: 2em;
  list-style: none !important;
  background-color: #ffffff;
  /*border-left: 3px solid #000;*/
  border-bottom: 1px solid #ededed;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#headerNavbar .navbar-nav .nav-item .subnav1 li a{
  color: #000;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#headerNavbar .navbar-nav .nav-item .subnav1 li:hover{
  color: #fff;
  background-color: #ffffff;
  border-left: 4px solid #000;
}

#headerNavbar .navbar-nav li:hover .subnav1{
  list-style: none;
  display: block;
  padding-top: 0px;
  z-index: 11;
  background-color: #054da2;
  padding-left: 0px !important;
}


/**********SubNav-2*************/

/*.navbar-nav .nav-item .subnav2 li:hover a{
  color: white;
} */   

#headerNavbar .navbar-nav .nav-item .subnav2{
  display: none;
  position: absolute;
  padding: 0px;
  width: 200px;
  /*background-color: white;*/
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#headerNavbar .navbar-nav .nav-item .subnav2 li{
  /*background-color: #ffffff;*/
  /*border-left: 3px solid yellow;*/
  border-bottom: 1px solid #ededed;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#headerNavbar .navbar-nav .nav-item .subnav2 li a{
  color: #000;
  padding: 7px 0px 7px 7px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#headerNavbar .navbar-nav .nav-item .subnav2 li:hover{
  color: #000;
  background-color: #ffffff;
  border-left: 3px solid #000;
}

#headerNavbar .navbar-nav li:hover .subnav2{
  list-style: none;
  display: block;
  padding-top: 13px;
  z-index: 11;
}
/*********End Navigation*************/

/*---------------------------Tours Sections----------------------------*/
#bannerSection{
  background-image: url(../image/home/banner/Home_General_Cruise_Banner.webp);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 28em;
  width: 100%;
}
#bannerSection h1{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
#bannerSection .headingList ul li{
  font-size: 15px;
  font-weight: 500;
}

#bannerSection .home_bg{
  background-color: #003c526e;
  border-radius: 20px;
  padding: 5px 15px 15px 15px;
}
#bannerSection .from_section label{
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
#bannerSection .from_button>input{
  margin-top: 1.7em;
  padding: 8px 45px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0000009e;
  border-radius: 20px;
  color: #ffffff;
  border-left:3px solid #1CCDCA;
  border-right:3px solid #1CCDCA;
}
#bannerSection .from_button>input:hover{
  color: #1CCDCA;
  border-top:3px solid #1CCDCA;
  border-bottom:3px solid #1CCDCA;
  border-left:2px solid #252525;
  border-right:2px solid #252525;
}

#mid-content{
  padding: 1em 0em 0.5em 0em;
}
#mid-content .cont-container h2{
  color:#3C2C13;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding :2px 0px 10px;
}
#mid-content .cont-container p{
  font-size: 16px;
  line-height: 1.7em;
}
/* ------------------secondIconCard----------- */
#secondIconCard{
  padding: 10px 10px;
}
#secondIconCard .secondIcon{
  display: block;
}
#secondIconCard .secondIcon span{
  font-size: 16px;
  font-weight: 500;
  display: block;
}
#secondIconCard .royalCaribbean{
  position: relative;
}
#secondIconCard .royalCaribbean img{
  border-radius: 20px;
}
#secondIconCard .royalCaribbean .onImagecontent{
  position: absolute;
  top: 14%;
  left: 6%;
  right: 6%;
}
#secondIconCard .royalCaribbean .onImagecontent>ul{
  background-color: #2020207a;
  padding: 30px 15px;
  margin: 0px;
  border-radius: 20px;
}
#secondIconCard .royalCaribbean .onImagecontent>ul>li{
 list-style: none;
 text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  padding: 10px 0px;;
}

#secondIconCard .carnivalCruise{
  position: relative;
}
#secondIconCard .carnivalCruise img{
  border-radius: 20px;
}
#secondIconCard .carnivalCruise .onImagecontent{
  position: absolute;
  top: 14%;
  left: 6%;
  right: 6%;
}
#secondIconCard .carnivalCruise .onImagecontent>ul{
  background-color: #20202052;
  padding: 30px 15px;
  margin: 0px;
  border-radius: 20px;
}
#secondIconCard .carnivalCruise .onImagecontent>ul>li{
 list-style: none;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 color: #fff;
 border-radius: 20px;
 padding: 10px 0px;
}

#secondIconCard .royalCaribbean .onImagecontent>ul>li .viewButton{
  padding: 8px 45px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0000009e;
  border-radius: 20px;
  color: #ffffff;
  border-left: 3px solid #1CCDCA;
  border-right: 3px solid #1CCDCA;
}
#secondIconCard .carnivalCruise .onImagecontent>ul>li .viewButton{
  padding: 8px 45px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0000009e;
  border-radius: 20px;
  color: #ffffff;
  border-left: 3px solid #1CCDCA;
  border-right: 3px solid #1CCDCA;
}

/* ----------------Special Deals Routes---------------- */
#special-deals{
  padding:0.4em 0em 1em 0em;
}
#special-deals .special-deals-heading h3{
  color: #3C2C13;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  
}
/* #special-deals .flights_routs_card{
  width: 100%;
  padding: 0px;
  margin-left: -15px;
} */
#special-deals .flights_routs_card .flights_routs_card_inner{
  position: relative;
  box-shadow: -5px 0px 30px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  border-radius: 20px;
  margin: 5px;
}
#special-deals .flights_routs_card .flights_routs_card_inner .col-img-gap{
  padding: 0px;
}
/* #special-deals .flights_routs_card .flights_routs_card_img{
    position: absolute;
  } */
#special-deals .flights_routs_card .flights_routs_card_img img{
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#special-deals .flights_routs_card .flights_routs_card_hd {
  padding: 12px 0px 0px 0px;
  position: relative;
  min-height: 200px;
}
#special-deals .flights_routs_card .flights_routs_card_hd h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #3C2C13;
}
#special-deals .flights_routs_card .flights_routs_card_hd p{
  font-size: 15px;
  font-weight: 500;
  color: #3C2C13;
  margin-bottom: 10px;
}

#special-deals .flights_routs_card .flt_price {
  width: 70%;
  padding-top: 12px;
}
#special-deals .flights_routs_card .flt_price h5{
  font-size: 25px;
  font-weight: 700;
  color: #3C2C13;
}
#special-deals .flights_routs_card .btn-call-now{
  position: absolute;
  right: 4%;
  top: 78%;
}
#special-deals .flights_routs_card .btn-call-now a{
  background-color: #054DA2;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
}
#special-deals .flights_routs_card .mobileView img{
    width: 100%;
    height: 220px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
/* @media(min-width:1024px){
  #special-deals .flights_routs_card .flights_routs_card_inner{
    margin: 0px !important;
  }
} */
@media(max-width:480px){
  #topBar .top-mob-left{
    display: none;
    width: 55%;
    padding: 0px 0px 0px 8px;
  }
  #topBar .top_lft_line{
    display: none;
  }
  #topBar .top-mob-right{
    width: 85%;
    padding: 0px 8px 0px 0px;
  }
  #headerNavbar .logo img{
    width: 35%;
  }
  #headerNavbar .navbar{
    padding-top: 0px !important;
  }
  #headerNavbar .wrt_number span{
    position: absolute;
    left: 0%;
    padding-top: 13px;
  }
  #headerNavbar .navbar-collapse{
    margin-top: 45px;
  }
  #bannerSection{
    height: auto;
    padding: 10px 0px;
  }
  #bannerSection h1{
    padding-top: 0.5em;
    font-size: 25px;
  }
  #bannerSection .home_bg .f-mob-w{
    width: 50%;
  }
  #bannerSection .home_bg .from_button{
    text-align: center;
  }
  #secondIconCard .col-mob-wth{
    width: 50%;
  }
  #secondIconCard .secondIcon{
    padding: 10px 0px;
  }
  #secondIconCard .secondIcon span{
    font-size: 14px;
  }
  #secondIconCard .royalCaribbean{
    margin-bottom: 20px;
  }
  #special-deals .special-deals-heading h3{
    font-size: 25px;
    line-height: 35px;
  }
  #special-deals .flights_routs_card .flights_routs_card_inner{
    flex-direction: column;
    margin: 0px 15px;
  }
  #special-deals .flights_routs_card .btn-call-now{
    top: 85%;
  }
  #special-deals .flights_routs_card .flights_routs_card_inner .mobileView{
    display: block !important;
  }
  #special-deals .flights_routs_card .flights_routs_card_img img{
    display: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  #special-deals .flights_routs_card .flights_routs_card_hd{
    padding: 1em 0em;
  }
  #special-deals .flights_routs_card .flt_price{
    padding: 10px 5px 5px 5px;
  }
  #special-deals .flights_routs_card .flt_price h5{
    font-size: 18px;
 }
 #special-deals .flights_routs_card .btn-call-now a{
  padding: 6px 12px;
  font-size: 14px;
 }
 #special-deals .flights_routs_card .btn-call-now{
  right: 2%;
 }
  #dealsCta .desktopCta{
    display: none;
  }
  #dealsCta .mobileCta{
    display: block !important;
  }
  #contentContainer .heading_txt h4{
    font-size: 20px;
    line-height: 30px;
  }
  #caribbeanDestination .carbbHeading h3{
    font-size: 25px;
  }
  #carnavalDestination .carnbHeading h3{
    font-size: 25px;
  }
  #contentContainer .heading_txt h3{
    font-size: 25px;
  }
  #mid_footer .img1{
      width: 33%;
  }
}
#dealsCta{
  padding: 1.5em 0em 0em 0em;
}
#dealsCta .desktopCta img{
  border-radius: 20px;
}
#dealsCta .mobileCta img{
  border-radius: 20px;
}
#caribbeanDestination{
  padding: 1.5em 0em;
  position: relative;
}
#caribbeanDestination .carbbHeading h3{
  color: #3C2C13;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0em 0em 1em 0em;
}
#caribbeanDestination .boxImage{
  position: relative;
  margin-bottom: 15px;
}
#caribbeanDestination .boxImage img{
  border-radius: 20px;
}
#caribbeanDestination .boxImage .destName{
  text-align: center;
}
#caribbeanDestination .boxImage .destName span{
  position: absolute;
  top: 4%;
  left: 0%;
  right: 0%;
  font-size: 20px;
  font-weight: 600;
}
#carnavalDestination{
  padding: 0.3em 0em;
  position: relative;
}
#carnavalDestination .carnbHeading h3{
  color: #3C2C13;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0em 0em 0.8em 0em;
}
#carnavalDestination .boxImage{
  position: relative;
  margin-bottom: 15px;
}
#carnavalDestination .boxImage img{
  border-radius: 20px;
}
#carnavalDestination .boxImage .destName{
  text-align: center;
}
#carnavalDestination .boxImage .destName span{
  position: absolute;
  top: 4%;
  left: 0%;
  right: 0%;
  font-size: 20px;
  font-weight: 600;
}
#exploraCruise{
  margin-top: 1.5em;
  padding: 2.5em 0em 2em 0em;
  background-color: #144462f2;
}
#exploraCruise .cruiseLeft{
  padding: 1.5em 0em;
}
#exploraCruise .cruiseLeft h4{
  color: #3C2C13;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#exploraCruise .cruiseLeft p{
  color: #3C2C13;
  font-size: 17px;
  line-height: 1.7em;
  color: #fff;
}
#exploraCruise .colImage img{
  border-radius: 20px;
  margin: 8px 0px 15px 0px;
}
#contentContainer{
  padding: 1.5em 0em;
}
#contentContainer .heading_txt h3{
  color: #3C2C13;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  padding: 0em 0em 0.5em 0em;
}
#contentContainer .heading_txt p{
  color: #3C2C13;
  font-size: 18px;
  line-height: 1.7em;
}
#contentContainer .uspCards{
  display: flex;
}
#contentContainer .uspCards .iconImg{
  padding: 5px 15px 0px 0px;
}
#contentContainer .uspCards .iconHeading h4{
  font-size: 20px;
  font-weight: 700;
}
/*********bottm_footer**********/
#top_footer{
  padding: 30px 20px 30px 20px;
  background-color: #252429;
  color: #ffff;
  /*border-bottom: 1px solid #fff;*/
}
#top_footer p{
  color: #ffffff;
  text-align: justify;
}
#top_footer .social-links a{
  font-size: 18px;
  display: inline-block;
  background: #6e6d6d;
  color: #fff;
  line-height: 1;
  padding: 0px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#top_footer .phone-links a i{
  font-size: 18px;
  display: inline-block;
  background: #6e6d6d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#top_footer .phone-links a span{
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
#mid_footer{
  padding: 1em 0em;
}
#bottm_footer{
  background-color: #292929;
  padding: 0px;
}
#bottm_footer .gsc-socials{
  text-align: center;
  padding:0em 0em 2em 0em;
}
#bottm_footer .gsc-socials a{
  background-color: #fff;
  color: #1CCDCA;
  border-radius: 65px;
  padding: 10px 14px;
  margin: 0px 5px;
}
#bottm_footer .bot_foot{
  padding: 10px 0px;
}
#bottm_footer .bot_foot p{
  color:#ffff;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

#top_footer .ul_footer{
  margin: 0px;
  padding-left: 20px;
}
#top_footer .ul_footer li{
  padding:0px 0 8px 0px; 
  /*border-bottom: 1px dashed #ffffff;*/
}
#top_footer .ul_footer li:last-child{
  border-bottom: none;
}

#top_footer .ul_footer .fas{
  padding-right:8px; 
  color: #ff8f59;
}
#top_footer .ul_footer li a{
  text-decoration: none;
  color: #ffffff;
}
#top_footer .ul_footer .contact-info{
  padding: 0px;
  margin-left: -25px;
}
#top_footer .ul_footer .list-styl{
  padding: 0px;
  margin-left: 0px;
}
#top_footer .ul_footer .contact-info li{
  list-style: none;
}

.ul_footer li a:hover{
  color: #1CCAC0;
  font-size: 15px;
  font-weight: 500;
}
#top_footer .f_head{
  padding-bottom: 10px;
}
#top_footer .f_head h3{
  position: relative;
  font-size: 17px;
}
#top_footer .f_head h3::after{
  content: '';
  width: 4em;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#Call_now{
  z-index: 999;
  position: fixed;
  bottom: 0px;
  background-color: #204E6A;
  padding: 7px 10px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#Call_now .blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



