  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');

@media screen and (min-width: 300px) and (max-width: 1024px) {
  #top_head { display: none; } 
  .btn_no{display: none;}  
}

#main_head{margin: 0px; padding: 10px; width: 100%; z-index: 1; background-color: #000; color: #fff;}

@media (max-width: 480px) {
  .logo_sec{padding-top: 8em; text-align: center;}
  .logo_D{ display: true;}
}

@media (min-width: 1025px) {
  .logo_sec{display: none;}
  .logo_M{display: none;}
}

/*********Start Navigation*************/
/*.drop_ul{
	float: right;
}
*/

@media(max-width: 480px){
  .navbar-toggler
  {
    left: 260px;
  }
}

.navbar-toggler
{
  position: relative;
	top: -56px;
  background: aliceblue;
}

.navbar{
	padding-top: 10px;
	/*margin-top: 10px;*/
	position: absolute;
	z-index: 3;	
  /*float: right;*/
}
.navbar-nav{
	padding: 0px;
	margin: 0px;
  background-color: transparent;
}

@media(max-width: 480px){
  .navbar-nav{
    padding: 0px;
    margin: 0px;
    background-color: #000;
  }
  .navbar-nav .nav-item{
    border-bottom: 1px solid #fff;
  }
}

/*.navbar-nav .nav-item{
	position: relative;
	padding: 0px 28px;
}*/
.navbar-nav .nav-item{
  position: relative;
  padding: 0px 5px;
}

/*.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;
}
*/
/*.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;
}
*/
/*.navbar-nav li:hover .subnav{
	list-style: none;
	display: block;
	background-color:#ffffff;
	z-index: 11;
}*/

/*.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;
}*/

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

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

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

.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: rgb(255 255 255 / 84%);
}

.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
  font-weight: 550;
	color: rgb(255 255 255 / 84%);
	/*border-bottom: 5px solid #1d9bee;*/
  white-space: nowrap !important;
	-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;
}

.navbar-light .active .navbar-nav .nav-link:hover{
	/*border-color:  #FE7701;*/
	color: rgb(255 255 255 / 84%);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: rgb(255 255 255 / 84%);
}
/*.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;
}*/    

.navbar-nav .nav-item .subnav1{
  display: none;
  position: absolute;
  padding: 0px;
  width: 200px;
  background-color: #edededd4;
  
  -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;
}
.navbar-nav .nav-item .subnav1 li{
  line-height: 2em;
 /* 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;
}

.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;
}

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

.navbar-nav li:hover .subnav1{
  list-style: none;
  display: block;
  padding-top: 0px;
  z-index: 11;
}


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

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

.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;
}
.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;
}

.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;
}

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

.navbar-nav li:hover .subnav2{
  list-style: none;
  display: block;
  padding-top: 13px;
  z-index: 11;
}


/*********End Navigation*************/

#top_section{
  /*background-image: url('../assets/image/ilw_travel/1_Home-Banner.png');*/
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 42em;
  width: 100%;
/*  margin-top: -5.2em;*/
  z-index: -1;
}

#top_section h2{
  padding-top: 5.5em;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 3px;
  color: #4562a5;
  text-shadow: 0px 3px #000;
  font-weight: 600;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}
#top_section .bann_button{
  text-align: center;
  padding-top: 1em;
}
#top_section .bann_button a{
  border: 4px solid #fff;
  color: #000;
  padding: 8px 20px;
  font-size: 25px;
  font-weight: 700;
}

/*----------Thailand-----*/

#top_section_thailand{
  /*background-image: url('../assets/image/ilw_travel/1_Home-Banner.png');*/
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}
#top_section_greece{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}
#top_section_europe{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}
#top_section_greece{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_bali{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_maldives{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_italy{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}
#top_section_kashmir{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_mauritius{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_portugal{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_spain{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_south_africa{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_turkey{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_vietnam{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}


#top_section_dubai{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_singapore{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_croatia{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_srilanka{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

#top_section_flight{
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38em;
  width: 100%;
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

/*---------------------------humpty_Flight Sec----------------------------*/

#top_section_flight{
  background-image: url('../assets/image/ilw_travel/ilwt_home.jpg');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 28em;
  width: 100%;
}
#top_section_flight h1{
  text-align: left;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-left: 30px;
  padding-top: 2.5em;
}
#top_section_flight p{
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 0.2em;
}
#top_section_flight .home_bg{
  background: #ffffff9e;
  margin-top: 10px;
  padding: 20px 10px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}
#top_section_flight .home_bg .form-section label{
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000000;
}
#top_section_flight .home_bg .from_button{
  padding: 5px;
}
#top_section_flight .home_bg .from_button input{
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  background: #325a88;
}
#sec_prt1{
  padding: 1.5em 0em;
}
#sec_prt1 .hd_first{
  padding: 0.5em 0em 1em 0em;
}
#sec_prt1 .hd_first h2{
  padding: 0em 0em 0.3em 0em;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
#sec_prt1 .hd_first p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#sec_prt1 .hd_first_4_card{
  background: #ffffff00;
  margin-top: 10px;
  padding: 20px 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#sec_prt1 .hd_first_4_card .hd_first_4_card_icon{
  text-align: -webkit-center;
}
#sec_prt1 .hd_first_4_card .hd_first_4_card_icon img{
  width: 25%;
  padding: 5px;
}
#sec_prt1 .hd_first_4_card h3{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 5px 0px;
}
#sec_prt1 .hd_first_4_card p{
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  padding: 0px 4px;
  line-height: 1.6em;
}
#sec_prt1 .flights_routs_hd{
  text-align: center;
  padding: 1.5em 0em;
}
#sec_prt1 .flights_routs_hd h4{
  font-size: 30px;
  font-weight: 700;
}

#sec_prt1 .flights_routs_card{
  background: #ffffff00;
  margin-top: 10px;
  padding: 0px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd{
  padding: 10px 10px;
  text-align: center;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd{
  padding: 10px 0px 20px 0px;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd h4{
  font-size: 22px;
  font-weight: 700;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd h5{
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px 20px;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd button{
  background-color: #054da2;
  color: #fff;
  font-size: 13px;
  padding: 8px 25px;
  margin-top: 10px;
  outline: auto;
  border-radius: 5px;
  font-weight: 700;
}

#sec_prt1 .hd_second{
  padding: 2em 0em 0em;
  text-align: center;
}
#sec_prt1 .hd_second h4{
  font-size: 30px;
  font-weight: 700;
}
#sec_prt1 .hd_second p{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7em;
  padding-top: 0.8em;
}

#sec_part_2_airline{
  padding: 0em 0em 1em;
}
#sec_part_2_airline .crd_cont h4{
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#sec_part_2_airline .airline-mt-top{
  padding: 1em 0em;
}
#sec_part_2_airline .airline-mt-top .card_img{
  padding: 15px 0px;
}

#sec_part3_{
  padding: 1em 0em 2em;
}
#sec_part3_ .lft_img{

}
#sec_part3_ .abt_hd_wrt{
  padding: 0.8em 0em 0em;
}
/*#sec_part3_ .abt_hd_wrt{
  padding: 0.8em 0em 0em;
}*/
#sec_part3_ .abt_hd_wrt h4{
  font-size: 25px;
  font-weight: 700;
  padding: 0.4em 0em;
}
#sec_part3_ .abt_hd_wrt p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
}
#sec_part3_ .abt_hd_ul_list ul{
  padding: 0px;
  margin: 0px;
}
#sec_part3_ .abt_hd_ul_list ul li{
  list-style: none;
}
#sec_part3_ .abt_hd_ul_list span{
  width: 1.25em;
  font-size: 13px;
  padding-right: 0.5em;
  color: #D5432D;
}
#sec_part3_ .call_btn{
  padding-top: 2em;
}
#sec_part3_ .call_btn a{
  background-color: #D5432D;
  color: #fff;
  font-size: 20px;
  padding: 6px 70px;
  border-radius: 5px;
  font-weight: 600;
}

#chhose_us{
  padding: 2em 0em;
}
#chhose_us .box_flex_container{
  display: flex;
}
#chhose_us .box_flex_container .img_cont_cotainer{
  background-image: url('../assets/image/ilw_travel/ilwt_home.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
/*  height: 465px;*/
}
#chhose_us .box_flex_container .img_cont_cotainer .img_cont_cotainer_bg{
  color: #fff;
  padding: 55px 40px 50px 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
}
#chhose_us .box_flex_container .img_cont_cotainer .img_cont_cotainer_bg .inner_heading h4{
  font-size: 30px;
}
#chhose_us .box_flex_container .img_cont_cotainer .img_cont_cotainer_bg .inner_ul{
  padding: 1em 0em;
}
#chhose_us .box_flex_container .img_cont_cotainer .img_cont_cotainer_bg .inner_ul li{
  padding: 10px 0px;
  font-weight: 500;
}
#chhose_us .box_flex_container .wrt_box_cont{
  margin-top: 0px;
  margin-left: 0px;
/*  width: calc(40% + 40px);*/
}
#chhose_us .box_flex_container .wrt_box_cont .fst_callus a{
  padding: 18px;
  margin-bottom: 30px;
  display: flex;
  cursor: pointer;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px #747474a6;
  color: #000;
  text-decoration: none;
}
#chhose_us .box_flex_container .wrt_box_cont .fst_callus .callus_cont h5{
  font-size: 22px;
  font-weight: 700;
}
#chhose_us .box_flex_container .wrt_box_cont .fst_callus .fa{
  font-size: 30px;
  padding: 0px 15px 0px 0px;
}

#review_slider{
  background-color: #fff5f4;
  padding: 2.5em 0em;
}


@media(max-width:480px){
  #sec_part_2_airline .mob-view-resize-col{
    width: 32%;
  }
  #top_section_flight{
    height: 60em;
  }
  #chhose_us .box_flex_container{
    display: block;
  }
  #chhose_us .box_flex_container .img_cont_cotainer{
    width: 100%;
    height: auto;
  }
  #chhose_us .box_flex_container .img_cont_cotainer .img_cont_cotainer_bg{
    padding: 50px 30px 75px 30px;
  }
  #chhose_us .box_flex_container .wrt_box_cont{
    margin-top: -85px;
    margin-left: 0px;
    padding: 15px;
    width: 100%;
  }
}

#enquiry_form{
  padding: 2.5em 0em 1em 0em;
}
#enquiry_form .home_bg{
  background: #ffffff9e;
  margin-top: 10px;
  padding: 20px 20px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}
#enquiry_form .home_bg .form-section label{
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000000;
}
#enquiry_form .home_bg .from_button{
  padding: 5px;
}
#enquiry_form .home_bg .from_button input{
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  background: #325a88;
}

/*----------End-------------------------*/

.bar__module ul{
	/*margin-top: 10px;*/
	padding: 0px;
	
}
.bar__module ul li{
	list-style: none;
	float: left;
}
.bar__module ul li a{
  font-size: 15px;
  font-weight: 500;
  padding:8px 0 0 5px; 
}
.bar__module .btn_call{
	margin-left: 10px;
	padding:2px 10px;
	background-color: #f18738;
	color: #fff;
	font-weight: 500;
}


@media (max-width: 480px) {
    #top_section {
        background-image: url('../assets/image/international/A-Home-banner.png');
        height: 30em;
    }
    #top_section h2 {
      padding-top: 1em;
      text-align: center;
      line-height: 1.5em;
      letter-spacing: 0.1px;
      color: #fff;
      font-weight: 500;
      font-size: 30px;
      text-transform: uppercase;
  }
  #top_section .bann_button{
    text-align: center;
    padding-top: 1em;
  }
  #top_section .bann_button a{
    border: 4px solid #fff;
    color: #000;
    padding: 8px 20px;
    font-size: 25px;
    font-weight: 600;
  }
  #top_section_thailand{
    background-image: url('../assets/image/thailand/thailand-holidays-banner.jpg');
    height: 47em;
  }
  #top_section_greece{
    background-image: url('../assets/image/greece/1.Banner-min.webp');
    height: 47em;
   }
  #top_section_bali{
    background-image: url('../assets/image/thailand/in-love-with-travel-bali-banner.png');
    height: 47em;
   }
   #top_section_maldives{
    background-image: url('../assets/image/thailand/in-love-with-travel-maldives.jpg');
    height: 47em;
   }
   #top_section_croatia{
    background-image: url('../assets/image/corotia/1.Banner-min.webp');
    height: 47em;
   }
   #top_section_italy{
    background-image: url('../assets/image/complete/Complete-Calender-banner.png');
    height: 47em;
   }
   #top_section_kashmir{
    background-image: url('../assets/image/kashmir.webp');
    height: 47em;
   }
   
   #top_section_mauritius{
    background-image: url('../assets/image/mauritius/1.Banner-min.webp');
    height: 47em;
   }

   
   #top_section_portugal{
    background-image: url('../assets/image/portugal/1.Banner-min.webp');
    height: 47em;
   }
   
   #top_section_spain{
    background-image: url('../assets/image/classic-spain/1.Banner-min.webp');
    height: 47em;
   }
   
   #top_section_south_africa{
    background-image: url('../assets/image/south-africa/1.Banner-min.webp');
    height: 47em;
   }
   
   #top_section_turkey{
    background-image: url('../assets/image/turkey/2.Banner-min.webp');
    height: 47em;
   }
   #top_section_vietnam{
    background-image: url('../assets/image/vietnam4n5d/1.Banner-min.webp');
    height: 47em;
   }

   #top_section_dubai{
    background-image: url('../assets/image/thailand/in-love-with-travel-dubai.png');
    height: 47em;
   }
   #top_section_singapore{
    background-image: url('../assets/image/thailand/in-love-with-travel-singapore-banner.jpg');
    height: 47em;
   }
   #top_section_srilanka{
    background-image: url('../assets/image/thailand/in-love-with-travel-sri-lanka.webp');
    height: 47em;
   }
   #top_section_flight{
    background-image: url('../assets/image/ilw_travel/ilwt_home.jpg');
    height: 47em;
   }
}

@media (min-width: 481px) and (max-width: 1024px) {
  #top_section {
      background-image: url('../assets/image/international/A-Home-banner.webp');
   }
}

@media (min-width: 1025px) {
    #top_section {
      background-image: url('../assets/image/international/A-Home-banner.webp');
   }
   #top_section_thailand{
    background-image: url('../assets/image/thailand/thailand-holidays-banner.jpg');
   }
   #top_section_europe{
    background-image: url('../assets/image/swizz-paris-europe/2.Banner-min.webp');
    background-size: cover;
   }
   #top_section_greece{
    background-image: url('../assets/image/greece/1.Banner-min.webp');
   }
   #top_section_bali{
    background-image: url('../assets/image/thailand/in-love-with-travel-bali-banner.png');
   }
   #top_section_maldives{
    background-image: url('../assets/image/thailand/in-love-with-travel-maldives.jpg');
   }
   #top_section_croatia{
    background-image: url('../assets/image/corotia/1.Banner-min.webp');
   }
   #top_section_italy{
    background-image: url('../assets/image/complete/Complete-Calender-banner.png');
   }
   #top_section_kashmir{
    background-image: url('../assets/image/kashmir.webp');
   }
   
   #top_section_mauritius{
    background-image: url('../assets/image/mauritius/1.Banner-min.webp');
   }
   #top_section_portugal{
    background-image: url('../assets/image/portugal/1.Banner-min.webp');
   }
   #top_section_spain{
    background-image: url('../assets/image/classic-spain/1.Banner-min.webp');
   }
   #top_section_south_africa{
    background-image: url('../assets/image/south-africa/1.Banner-min.webp');
   }
   #top_section_turkey{
    background-image: url('../assets/image/turkey/2.Banner-min.webp');
   }
   #top_section_vietnam{
    background-image: url('../assets/image/vietnam4n5d/1.Banner-min.webp');
   }
   #top_section_dubai{
    background-image: url('../assets/image/thailand/in-love-with-travel-dubai.png');
   }
   #top_section_singapore{
    background-image: url('../assets/image/thailand/in-love-with-travel-singapore-banner.jpg');
   }
   #top_section_srilanka{
    background-image: url('../assets/image/thailand/in-love-with-travel-sri-lanka.webp');
   }
   #top_section_flight{
    background-image: url('../assets/image/flight-tickets/ILWT-flight-tickets-banner.jpg');
   }
}

/************End of Right call Btn*********/




/***************Start Introduction*************/
#top_mid{}

.circle_img1{
	text-align: center;
	padding: 20px;
}
.circle_img2{
    text-align: center;
    padding: 20px;
}
.circle_img3{
    text-align: center;
    padding: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap');
.intro h4{
	text-align: center;
	font-weight: 550;
  font-family: 'Bebas Neue', sans-serif;
/*	padding-bottom: 10px;*/
  font-size: 25px;
  color: #00339B;

}
.intro p{
	text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  font-size: 13px;
  color: #000000;
	font-weight: 550;
}

.card_intro{
  padding: 20px 0 20px;
  margin: 0px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-bottom-color: 4px solid #fff;
}

@media(max-width: 480px){
  .intro p{
    font-size: 16px;
    padding: 0px 25px;
  }
  .intro h4{
    font-size: 32px;
    padding-bottom: 0px;
  }
}

#bg_img_tomorrow_land{
  /*background-image: url('../assets/image/ilw_travel/A_Home-tomorrow-land.png');*/
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 23.5em;
  width: 100%;
}

#bg_img_tomorrow_land .date_name{
  text-align: center;
  position: relative;
  top: 13em;
  color: #fff;
  background: #000000a8;
  padding: 10px 0px 20px 0px;
  border-radius: 8px;
  width: 30%;
}
#bg_img_tomorrow_land .wrapCard{
  text-align: -webkit-center;
}
#bg_img_tomorrow_land .date_name h4{
  font-size: 25px;
  font-weight: 550;
  color: #fff;
}
#bg_img_tomorrow_land .date_name p{
  font-size: 20px;
  font-weight: 550;
  color: #fff;
}

#bg_img_tomorrow_land .date_name .tomo_button span{
  background-image: linear-gradient(to right, #FD7E21,#FC1968);
  padding: 6px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}

@media(max-width: 480px){
  #bg_img_tomorrow_land{
    background-image: url('../assets/image/ilw_tomorrow_land/Home-Tomorrowland-Mobile-View.webp');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 23.5em;
    width: 100%;
  }
  #bg_img_tomorrow_land .date_name{
    position: relative;
    color: #fff;
    width: 75%;
    padding: 1px 0px 40px 0px;
  }
  #bg_img_tomorrow_land .date_name h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }
  #bg_img_tomorrow_land .date_name p{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }

  #bg_img_tomorrow_land .date_name .tomo_button span{
    background-color: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    top: 10px;
  }
}


@media (min-width: 1025px) {
  #bg_img_tomorrow_land{
    background-image: url('../assets/image/ilw_tomorrow_land/Home-Tomorrowland.webp');
  }
}

#bg_img_ozora{
  /*background-image: url('../assets/image/ilw_travel/A-Home-ozora.png');*/
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 23.5em;
  width: 100%;
}

#bg_img_ozora .date_name{
  text-align: center;
  position: relative;
  top: 11em;
  color: #fff;
  background: #000000a8;
  padding: 10px 5px 25px 5px;
  border-radius: 8px;
  width: 30%;
}
#bg_img_ozora .wrapCard{
  text-align: -webkit-center;
}
#bg_img_ozora .date_name h4{
  font-size: 22px;
  font-weight: 550;
  color: #fff;
}
#bg_img_ozora .date_name p{
  font-size: 17px;
  font-weight: 550;
  color: #fff;
}

#bg_img_ozora .date_name .ozo_button span{
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  color: #B43566;
  font-size: 12px;
}

@media(max-width: 480px){
  #bg_img_ozora{
    background-image: url('../assets/image/ilw_tomorrow_land/Home-Exit-Mobile-View.webp');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 23.5em;
    width: 100%;
  }
  #bg_img_ozora .date_name{
    top: 11em;
    width: 75%;
    padding: 1px 20px 40px 20px;

  }
  #bg_img_ozora .date_name h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }
  #bg_img_ozora .date_name p{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }

  #bg_img_ozora .date_name .ozo_button span{
    background-color: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    color: #B43566;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    top: 15px;
  }
}

@media (min-width: 1025px) {
  #bg_img_ozora{
    background-image: url('../assets/image/ilw_tomorrow_land/Home-Exit-Website.webp');
  }
}

/*#travel_today{
  background-image: url('../assets/image/ilw_travel/7_EMI-Banner.png');
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 23.5em;
  width: 100%;
}*/

#travel_today .travel_heading h4{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 650;
  z-index: 1;
  font-size: 31px;
}
#travel_today .travel_heading h4 span{
  color:#fff; 
}
#travel_today .travel_heading img{
  position: absolute;
  right: 13.8em;
  top: 41px;
  width: 20%;
}
#travel_today .number_card ul li{
  float: left;
  list-style: none;
  width: 16%;
}
#travel_today .number_card ul li span{
  position: absolute;
  color: #000;
  right: 2em;
  top: 2.2em;
  font-size: 25px;
  font-weight: 600;
}

#travel_today .number_card .months_1_hover{
  display: none;
}
#travel_today .number_card .months_1:hover + .months_1_hover {
  display: block;
  margin-top: -32px;
}

@media(max-width: 760px){
  #travel_today{
    background-image: none;
  }
  #travel_today .travel_heading .h_heading h4{
    font-size: 30px;  
  }
  /*#travel_today .travel_heading .h_icon img{
    right: 55px;
    top: 50%;
    width: 55%;
  }*/ 
  #travel_today .number_card ul{
    padding: 0px;
  }
  #travel_today .number_card ul li{
    float: left;
    list-style: none;
    width: 33%;
  }
  #travel_today .number_card ul li span{
    position: absolute;
    color: #000;
    left: 1.2em;
    top: 2.0em;
  }
}

/*@media(max-width: 1080px){
  #travel_today{
    background-image: none;
  }
  #travel_today .travel_heading .h_heading h4{
    font-size: 30px;  
  }
  
  #travel_today .number_card ul{
    padding: 0px;
  }
  #travel_today .number_card ul li{
    float: left;
    list-style: none;
    width: 33%;
  }
  #travel_today .number_card ul li span{
    position: absolute;
    color: #000;
    left: 1.7em;
    top: 2.5em;
  }
}*/

#bg_line{
  background-image: url('../assets/image/ilw_travel/emi-banner.webp');
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 37em;
  width: 100%;
  
}
#bg_line h4{
  padding-top: 3em;
  text-align: center;
  font-size: 55px;
  letter-spacing: 3px;
  color: #000;
  font-family: 'Bebas Neue', sans-serif;
}

@media(max-width: 480px){
  #bg_line{
    display: none;
  }
  /*#bg_line h4{
    font-size: 20px;
    padding-top: 1em;
    font-family: 'Freehand', cursive;
  }*/
}

@media(min-width: 1025px){
   #bg_line_mobile{
    display: none;
  }
}

#bg_line_mobile{
  background-image: url('../assets/image/ilw_travel/mobile/D.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  padding-top: 6em;
  padding-bottom: 18em;
}
#bg_line_mobile .heading_cursive h4{
  /*font-family: 'Niconne', cursive;*/
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: 'Freehand', cursive;
}

.bg_ground{
  background-color: rgb(255 255 255 / 41%);
  padding: 15px;
}

#bg_line_mobile .heading_line h4{
  text-align: center;
  font-size: 20px;
  color: #EE002B;
  font-weight: 700;
}
#bg_line_mobile .bg_card_hi{
  text-align: center;
  background-color: #F2F3F4;
  padding: 15px;
  margin-bottom: 20px;
  transition: transform .8s;
}
#bg_line_mobile .bg_card_hi:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*#bg_line_mobile .bg_card_hi .icon img{
  width: 70px;
}*/
#bg_line_mobile .card_hi_cont h4{
  font-size: 20px;
  font-weight: 650;
  padding: 10px;
  color: #000;
}
#bg_line_mobile .card_hi_cont p{
  font-size: 14px;
  text-align: justify;
}

@media(max-width: 480px){
  .bg_ground{
    padding: 28px;
    margin: 0px 10px 0px 10px;
  }
}


#fasten_seat{
  padding-top: 2em;
  padding-bottom: 2em;
}
#fasten_seat .heading_line h4{
  text-align: center;
  font-size: 30px;
  color: #EE002B;
  font-weight: 600;
}
#fasten_seat .bg_card_hi{
  text-align: center;
  position: relative;
  margin: 15px;
  /*background-color: #F2F3F4;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;*/
  transition: transform .8s;
}
#fasten_seat .bg_card_hi:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*#fasten_seat .bg_card_hi .icon img{
  width: 70px;
}*/
#fasten_seat .card_hi_cont{
  position: absolute;
  display: inline-block;
  top: 45%;
  left: 22%;
  right: 22%;
}
#fasten_seat .card_hi_cont h4{
  font-size: 20px;
  font-weight: 650;
  padding: 10px;
}
#fasten_seat .card_hi_cont p{
  font-size: 14px; 
  text-align: justify;
}


/*@media(max-width: 480px){
  #fasten_seat{
    display: none;
  }
}*/

/*#winday_bazar{
  background-image: url('../assets/image/ilw_travel/features_bg_bottom.png');
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 25em;
  width: 100%;
}*/

#winday_bazar{
  position: relative;
}

#winday_bazar .card_heading{
  position: relative;
  background-color: #fff;
  top: -45px;
  padding: 30px 50px;
  box-shadow: 0px 2px 0px 8px rgb(193 193 193 / 15%);
}
#winday_bazar .card_heading h4{
  color: #EE002B;
  text-align: center;
  padding: 10px;
  font-family: 'Freehand', cursive;
  font-size: 30px;
}
#winday_bazar .card_heading p{
  text-align: justify;
}
#winday_bazar .card_heading .read_btn{
  text-align: center;
}
#winday_bazar .card_heading .read_btn a{
  background-color: #EE002B;
  color: #fff;
  padding: 1px 10px;
  border-radius: 15px;
}

@media(max-width: 480px){
  #winday_bazar img{
    display: none;
  }
  #winday_bazar .card_heading{
    padding: 30px 20px;
  }
  #winday_bazar .card_heading h4{
    padding: 10px 0px;
    font-size: 20px;
  }
  #winday_bazar .card_heading p{
    font-size: 15px;
    text-align: justify;
  }
}

/*#bg_img_2{
  background-image: url('../assets/image/bg-imageuse.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 95.2%;
  -moz-transform: scale(1.1) translateX(-1px);
    -webkit-transform: scale(1.1) translateX(-1px);
    -o-transform: scale(1.1) translateX(-1px);
    -ms-transform: scale(1.1) translateX(-1px);
    transform: scale(1.1) translateX(-1px);
}*/

  .bg-img_3{
    background-image: url('../assets/image/ilw_travel/19_International_Sliding-Image.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 25em;
    width: 100%;
  }
  .bg-img_3 span{
    position: absolute;
    bottom: 5%;
    left: 40%;
    right: 0%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
  }
  .bg-img_4{
    background-image: url('../assets/image/ilw_travel/20_Weekender-Sliding-Image.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 25em;
    width: 100%;
  }
  .bg-img_4 span{
    position: absolute;
    bottom: 5%;
    left: 40%;
    right: 0%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
  }
  .bg-img_5{
    background-image: url('../assets/image/ilw_travel/21_Complete-Sliding-Image.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 25em;
    width: 100%;
  }
  .bg-img_5 span{
    position: absolute;
    bottom: 5%;
    left: 40%;
    right: 0%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
  }

  @media(max-width: 480px){
    .bg-img_3{
      /*background-image: url('../assets/image/ilw_travel/mobile/E.png');*/
      background-attachment: scroll !important;
    }
    .bg-img_3 span{
      left: 10%;
    }
    .bg-img_4{
      /*background-image: url('../assets/image/ilw_travel/mobile/F.png');*/
     background-attachment: scroll !important;
    }
    .bg-img_4 span{
      left: 10%;
    }
    .bg-img_5{
      /*background-image: url('../assets/image/ilw_travel/mobile/G.png');*/
      background-attachment: scroll !important;
    }
    .bg-img_5 span{
      left: 10%;
    }
  }
  
  /*@media (min-width: 1025px) {
    .bg-img_3{
      background-image: url('../assets/image/ilw_travel/19_International_Sliding-Image.png');
    }
    .bg-img_4{
      background-image: url('../assets/image/ilw_travel/20_Weekender-Sliding-Image.png');
    }
    .bg-img_5{
      background-image: url('../assets/image/ilw_travel/21_Complete-Sliding-Image.png');
    }
  }*/


/***************End Introduction*************/
/***************Abtout Card****************/
 #about_us{
	margin-top: 40px;
}

.abt_img{
	padding: 0px;
	margin-top: 0px;
}
.abt_img h4{
	color: #00acf1;
	border-bottom: 4px solid orange;
	padding-bottom: 0px; 
	width: 35%;
	font-size: 30px;
}
.abt_col_card{
	padding: 0px;
  margin-top: 35px;
}

.abt_card{
	/*box-shadow: 0px 0px 0px 2px rgba(255,165,0,1);*/
    /*transition: 0.3s;
    width: 100%;
    padding: 0px;*/
   /* border:5px solid rgba(255,165,0,1);
    border-left-color: transparent;*/
}
@media (max-width:380px ){
  .abt_card{
     border:none;
  }
}
.abt_card p{
	font-size: 15px;
	line-height: 1.77em;
	padding:5px 5px;
	text-align: justify;
	font-weight: 490;
}
.btm_p{
	font-size: 17px;
	line-height: 1.8em;
	padding: 10px 0;
	text-align: justify;
	font-weight: 480;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
  .abt_img h4 {
    
   width: 50%;
   text-align: center;
	}  
	.btm_p{
		text-align: justify;
	}


	 /* hide it elsewhere */
}


/***************Feature Card***************/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
#feature .feature_heading h4{
  font-size: 30px;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  padding: 20px;

}

.feature_card{
	box-shadow: 8px 4px 8px 6px rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border: 1.5px solid #fff;
    padding: 20px 0;
    
}

.col_card{
  background-color: #1087d6;
	box-shadow: 8px 4px 8px 6px rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border: 1.5px solid #fff;
    color: #fff;
    /*height: 230px;*/
}

.col_card:hover{
	box-shadow: 8px 4px 8px 6px rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border: 2px solid #2aa5f3;
    -moz-transform: scale(.9) translateX(2px);
	-webkit-transform: scale(.9) translateX(2px);
	-o-transform: scale(.9) translateX(2px);
	-ms-transform: scale(.9) translateX(2px);
	transform: scale(.9) translateX(2px);
}
.card_spc1{
	margin-top: 20px;
}
.card_spc2{
	margin-bottom: 20px;
}

.col_card h5{

	 padding: 30px 0 20px 20px;
	-moz-transform: scale(1) translateX(2px);
	-webkit-transform: scale(1) translateX(2px);
	-o-transform: scale(1) translateX(2px);
	-ms-transform: scale(1) translateX(2px);
	transform: scale(1) translateX(2px);
}


/*.card_img img{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}*/


/***************End Feature Card***************/



/**************travel blog Card***************/
#travel_blog{
	margin-bottom: 20px;
  position: relative; 
}
#travel_blog .tb_head_line h4{
  text-align: center; 
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 35px;
}
.card_travel_blog{
  box-shadow: 8px 4px 8px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}

#travel_blog .ex_dest{
  background-color: #000;
  padding-bottom: 1em;
  padding-top: 1.5em;
  color: #fff;
}

.grp_cal_button{
  text-align: center;
  padding: 15px 0px 0px;
}
.grp_cal_button ul{
  margin: 0px;
  padding: 0px;
}

.grp_cal_button ul li{
  display: inline-flex;
  list-style: none;
}
.grp_cal_button ul li .g_travel{
  background-image: linear-gradient(to right, #FEB42B,#FE8602);
  padding: 14px 7px;
  border-radius: 30px;
}
.grp_cal_button ul li .g_travel a{
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 6px 18px;
  color: #fff;
  font-weight: 600;
}
.grp_cal_button ul li .c_travel{
  background-image: linear-gradient(to right, #FDA862,#FC1C66);
  padding: 14px 7px;
  border-radius: 30px;
}
.grp_cal_button ul li .c_travel a{
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 6px 18px;
  color: #fff;
  font-weight: 600;
}
.grp_cal_button ul li .s_travel{
  background-image: linear-gradient(to right, #FF6477,#FF2144);
  padding: 14px 7px;
  border-radius: 30px;
}
.grp_cal_button ul li .s_travel a{
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 6px 18px;
  color: #fff;
  font-weight: 600;
}

@media(max-width: 480px){

  #travel_blog .ex_dest{
    padding-bottom: 1em;
  }
  .grp_cal_button{
    position: relative;
    right: 0px;
    left: 0px;
    top: 15%;
    padding: 20px;
  }
  .grp_cal_button ul li{
    margin: 10px 0px;
  }

  /*.grp_cal_button ul li .g_travel{
    padding: 9px 4px 10px 5px;
  }*/
  .grp_cal_button ul li .g_travel a{
    padding: 8px 45px;
    font-size: 20px;
  }
  .grp_cal_button ul li .c_travel{
    padding: 9px 4px 10px 5px;
  }
  .grp_cal_button ul li .c_travel a{
    padding: 4px 45px;
    font-size: 20px;
  }
  .grp_cal_button ul li .s_travel{
    padding: 9px 4px 10px 5px;
  }
  .grp_cal_button ul li .s_travel a{
    padding: 4px 55px;
    font-size: 20px;
  }
}



.card_gap{
	padding-bottom: 30px; 
}

.card1{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  /*width: 100%;*/
  border: 1.5px solid #fff;
  border-radius:0 0 5px 5px;
  /*height: 300px;*/
  background-color: #2aa5f3;
  color: #ffffff;
}

.card1:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #f58634;
  color: #ffffff;
  -moz-transform: scale(1.1) translateX(2px);
-webkit-transform: scale(1.1) translateX(2px);
-o-transform: scale(1.1) translateX(2px);
-ms-transform: scale(1.1) translateX(2px);
transform: scale(1.1) translateX(2px);
}

.card1 h4{
	font-size: 17px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 7px;
}


/***************slide on image***********/
.img_container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.img_container:hover .overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-0%, -0%);
  -ms-transform: translate(-0%, -0%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#blog_post{
  padding-top: 3em;
  padding-bottom: 2em;
}
#blog_post h4{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 1em;
}

#blog_post .img_col{
  position: relative;
  margin-bottom: 90px;
}
#blog_post .img_card{
  position: absolute;
  background-color: #fff;
  left: 0px;
  padding: 10px 5px 15px 5px;
  margin: 35px;
  bottom: -3%;
  text-align: center;
  font-size: 12px;
  box-shadow: 0px 0px 4px 3px rgb(205 31 31 / 72%)
}
#blog_post .img_card a{
  background-color: #000;
  padding: 4px 20px;
  color: #fff;
  border-radius: 20px;
}


#mail_subs{
  /*background-image: url('../assets/image/ilw_travel/26_Subscribe-Banner.png');*/
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 23.5em;
  width: 100%;
}
#mail_subs .subscribe_card{
  background-color: #F2F3F4;
  position: relative;
  top: 35%;
  padding: 30px;
  border-radius: 5px;
}
.subs_heading h4{
  text-align: center;
}
.subs_heading p{
  text-align: center;
  font-size: 13px;
}
#mail_subs .input_box .Email_Box{
  padding: 8px 10px 5px 10px;
  width: 65%;
  border: none;
}
#mail_subs .input_box button{
  padding: 2px 25px;
  background-image: linear-gradient(to right, #6A2C90,#E34833);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border: none;
}

@media(max-width: 480px){
  #mail_subs{
    background-image: url('../assets/image/ilw_travel/mobile/H.png');
    height: 20em;
  }
  #mail_subs .subscribe_card{
    padding: 15px;
    background-color: rgb(223 223 223);
  }
  #mail_subs .input_box .Email_Box{
    padding: 3px 10px 2px 10px;
    width: 55%;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  #mail_subs .input_box button{
    padding: 2px 15px;
    font-size: 17px;
    font-weight: 500;
  }
  .subs_heading h4{
    color: #000;
    font-size: 17px;
  }
  .subs_heading p{
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media (min-width: 1025px) {
  #mail_subs {
    background-image: url('../assets/image/ilw_travel/26_Subscribe-Banner.webp');
  }
}

/*****************FAQ Page Accordian Css ******************/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


#Faq .faq_heading h4{
  font-size: 30px;
  font-weight: 700;
  padding: 2em 0em 0.5em 0em;
}

#Faq .faq_img img{
  width: 100%;
}

#Faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

@media(max-width: 480px){
  #Faq .faq_heading h4{
  font-size: 25px;
  font-weight: 600;
  
  }
}

/*.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}*/

/* Accordion styles */
#Faq .tabs {
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
  padding: 0px;
}

#Faq .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#Faq .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #1dbcc4;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  /* Icon */
}
#Faq .tab-label:hover {
  background: #1a252f;
}
#Faq .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
#Faq .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
#Faq .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
#Faq .tab-close:hover {
  background: #1a252f;
}

#Faq input:checked + .tab-label {
  background: #1a252f;
}
#Faq input:checked + .tab-label::after {
  transform: rotate(90deg);
}
#Faq input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

#touriyo_faq{
  margin-bottom:20px;
  padding: 10px;
}

.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
        /*box-shadow: none !important;*/
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #eee;
    
    }
    .panel-body {
        /*background-color: #f5f5f5;*/
        background-color: #ffffff;
        padding: 5px 10px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    }

     .panel-body p{
      text-align: justify;
     }
    .panel-title {
        font-weight: 400;
        padding: 10px 20px;

    }

    #faq_sec .faqHeader {
        font-size: 30px;
        font-weight: 550;
        margin: 20px;
        text-align: center;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }


/*****************End FAQ Page Accordian Css ******************/

.main_body_card{
  padding: 20px 0 20px;
  margin: 20px 0 20px 0;
  box-shadow: 0 4px 8px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-bottom-color: 4px solid #fff;
  background: #f7fafc;
}

/************Privacy Policy Page**************/

#pvc_pol{
 margin-top: 15px;
 padding: 2px;
}

#pvc_pol h1{
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  color: #1087d6;
}
.borderimg{
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#pvc_intro h2{
  font-size: 30px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_intro p{
  font-size: 17px;
  color: #0B3861;
  font-weight: 400;
  line-height: 2em;
}

/*.card_pvc_intro{
  padding: 20px 0 20px;
  margin: 0px 0 20px 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-bottom-color: 4px solid #fff;
  
}*/

#pvc_Information_collect h3{
  font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_Information_collect p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}
#pvc_how_we_use h4{
  font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_how_we_use p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}
#pvc_how_we_use ul li{
  list-style: none;
  text-align: justify;
  padding-top: 5px;
}

#pvc_how_we_use ul li .far{
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 450;
  padding-right: 8px; 
  color: orange;
}
/*.card_pvc_how_we_use{
  padding: 20px 0 20px;
  margin: 0px 0 20px 0;
  box-shadow: 0px 4px 8px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-bottom-color: 4px solid #fff;
  border-radius:0px 0px 50px 50px;
}*/

#pvc_email_comm h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_email_comm p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}
#pvc_email_comm ul li{
  list-style: none;
  text-align: justify;
  padding-top: 5px;
}

#pvc_email_comm ul li .far{
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 450;
  padding-right: 8px; 
  color: orange;
}

#pvc_cookies_tracking h4{
  font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_cookies_tracking p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}
#pvc_cookies_tracking ul li{
  list-style: none;
  text-align: justify;
  padding-top: 5px;
}

#pvc_cookies_tracking ul li .far{
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 450;
  padding-right: 8px; 
  color: orange;
}
/*.card_pvc_cookies_tracking{
  padding: 20px 0 20px;
  margin: 0px 0 20px 0;
  box-shadow: 0px 4px 8px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-bottom-color: 4px solid #fff;
  border-radius:0px 0px 50px 50px;
}*/

#pvc_mobile_ana h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_mobile_ana p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_security h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_security p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_visit_our_web h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_visit_our_web p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_access_to_your_ h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_access_to_your_ p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_public_forums h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_public_forums p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_childern_pri_pro h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_childern_pri_pro p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_out_put h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_out_put p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_frame h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_frame p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_survey h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_survey p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_single_sign_on h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_single_sign_on p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}

#pvc_amendments h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#pvc_amendments p{
  font-size: 17px;
  text-align: justify;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.5em;
}
/**************End Css**************/


/*************** Terms and Condition page css****************/ 
#terms_conditions h2{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding:15px 0 5px 0;
  margin:0px;
  color: #1087d6;
  text-shadow: 2px 1px lightgrey;
}

#terms_conditions h3{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#terms_conditions h4{
   font-size: 25px;
  color: #084B8A;
  font-weight: 600;
}
#terms_conditions h6{
   /*font-size: 25px;*/
  color: #084B8A;
  font-weight: 600;
}
#terms_conditions p{
  font-size: 17px;
  color: #0B3861;
  font-weight: 400;
  line-height: 1.7em;
  text-align: justify;
}

/*************** Terms and Condition page css****************/ 

/*********bottm_footer**********/

#top_footer{
  background-color: #000;
/*  background-image: url('../assets/image/Footer-a-img.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#top_th_footer{
/*  background-image: url('../assets/image/Footer-a-img.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #000;
}
.f_row{
  border-top: 1px solid #fff;
  padding: 35px 10px;
}

#top_footer p{
  color: #fff;
  text-align: justify;
}

#bottm_footer{
  background-color: #02304F;
  padding: 5px 0px 1px 0px;
}
#bottm__th_footer{
  background-color: #021b2c;
  padding: 5px 0px 1px 0px;
}
.bot_foot p{
  color:#ffff;
  font-weight: 550;
  text-align: center;

}

.ul_footer{
  margin: 0px;
  padding: 0px;
}
.ul_footer li{
  list-style: none;
  padding:5px 0 10px 5px; 
  /*border-bottom: 1px dashed #ffffff;*/
}
.ul_footer li:last-child{
  border-bottom: none;
}

.ul_footer .fa{
  padding-right:8px; 
  color: #ff8f59;
}
.ul_footer li a{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}


.ul_footer li a:hover{
  color: #6496b9;
  font-size: 15px;
  font-weight: 500;
}

.f_head h3{
  font-size: 18px;
  border-bottom: 2px solid #6496b9;
  width: 6em;
  padding: 5px 0;
}
/************END***************/

