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

body{
  background-color: #ffffff !important;
}

ul{
  list-style: disc;
  margin: 0px;
  padding-left: 35px;
}

ol{
  list-style: auto !important;
  margin: 0px !important;
  padding-left: 35px !important;
}
menu{
  list-style: none !important;
}

#main_head{
	margin: 0px;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 2px #aea9a9d6;
}
#main_head .wrt_number span{
  font-size: 20px;
  font-weight: 500;
  float: right;
  color: #000;
  display: contents;
}

@media(max-width:480px){
  
  #main_head .wrt_number_icon span{
    position: absolute;
    width: 8%;
    right: 15px;
    padding-top: 18px;
  }
  #main_head .wrt_number span a{
    color: #000000;
  }
}
@media(min-width:800px){
  #main_head .wrt_number_icon span{
    display: none;
  }
}

/*@media only screen and (max-width: 750px) and (min-width: 350px)  {
  #main_head .wrt_number span{
    position: absolute;
    left: 0%;
    padding-top: 13px;
    color: #ffffff;
  }
}
*/
/*@media(max-width:480px){
  #main_head .wrt_number span{
    position: absolute;
    left: 0%;
    padding-top: 13px;
    color: #ffffff;
  }
}*/


html {
  scroll-behavior: smooth;
}

/*********Start Navigation*************/
/*.drop_ul{
	float: right;
}
*/
.navbar{
	padding-top: 0px;
	position: relative;
	z-index: 3;	
}
.navbar-toggler
{
  position: absolute;
  right: 0%;
	top: -35px;
}
.navbar-nav{
	padding: 0px;
	margin: 0px;
}

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

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

@media (max-width:480px){
  .navbar-collapse{
    margin-top: 45px;
  }
}

.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:#000000 !important;
	
}

.navbar-light .navbar-nav .nav-link{
	font-size: 15px;
  font-weight: 500;
	color: #000000;
	/*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;
}

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

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

.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: #fff;
  background-color: #ffffff;
  border-left: 4px solid #000;
}

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

.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 ul{
  padding-left: 0px;
  padding-top: 0px;
}
.navbar-nav .nav-item .subnav2 li{
  /*background-color: #ffffff;*/
  /*border-left: 3px solid yellow;*/
  list-style: none;
  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 15px;
  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-color: #FE6517;
  /* background-image: url('../assets/image/humptyhome/humpty_banner.webp');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  height: 28em;
  width: 100%;
}
#top_section h2{
  padding-top: 135px;
  text-align: left;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  color: #000;
  font-family: 'Merienda', cursive;
  font-size: 35px;
}
#top_section h4{
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.3em;
  color: #fff;
}

.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-position: center; height: auto;} 
}

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



/************about_mid**************/
#top_about{
  background-image: url(../assets/image/about/about-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15em;
    width: 100%;
    border-bottom-left-radius: 8%;
    border-bottom-right-radius: 8%;
}
#choose_us{
  padding: 1em 0em 4em 0em;
}
#choose_us .hd_first_4_card{
  background: #F8F8F8;
    margin-top: 10px;
    padding: 20px 10px;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}
#choose_us .hd_first_4_card .hd_first_4_card_icon{
 text-align: center;
}
#choose_us .hd_first_4_card .hd_first_4_card_icon img{
 width: 75px;
}
#choose_us .hd_first_4_card h4{
  text-align: center;
 font-size: 18px;
}
#choose_us .hd_first_4_card p{
  text-align: center;
 font-size: 15px;
}

#abt_sec_prt1{
  padding: 1em 0 1em 0;
}
#abt_sec_prt1 .abt_hd_first{
  text-align: center;
}
#abt_sec_part3_ .call_btn{
  padding: 1em 0em;
}
#abt_sec_part3_ .call_btn a{
  background-color: #FE6517;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 23px;
    font-weight: 600;
}
#abt_sec_part3_ .abt_hd_wrt h4{
  font-size: 25px;
  font-weight: 700;
  padding: 0.4em 0em;
}
#abt_sec_part3_ .abt_hd_wrt p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
}
#about_mid .inner_circle1{
  position: absolute;
  top: 1em;
  left: 18%;
}
#about_mid .inner_circle1 img{
  width: 40%;
}
#about_mid .inner_text1{
  position: absolute;
  top: 5.5em;
  left: 6%;
  text-align: center;
}
#about_mid .inner_text1 h4{
  color:#D5432D; 
  padding:5px 0px;
  font-size: 35px;
  font-weight: 700;
}

#about_mid .inner_circle2{
  position: absolute;
  top: 4em;
  left: 40%;
}
#about_mid .inner_circle2 img{
  width: 80%;
}
#about_mid .inner_text2{
  position: absolute;
  top: 8em;
  left: 10%;
  right: 30%;
  text-align: center;
}
#about_mid .inner_text2 h5{
  color:#D5432D; 
  padding:5px 0px;
  font-size: 25px;
  font-weight: 700;
}
#about_mid .inner_text2 p{
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 500;
}
.bot_wave{
  position: absolute;
  bottom: 0%;
}

@media(max-width:480px){
  #about_mid {
    height: 28em;
  }
  #about_mid .inner_circle1{
    position: absolute;
    top: 1em;
    right: 30%;
    left: 0%;
  }
  #about_mid .inner_circle1 img{
    float: right;
    width: 35%;
  }
  #about_mid .inner_text{
    position: absolute;
    top: 1em;
    left: 40%;
    right: 8%;
    text-align: center;
  }
  #about_mid .inner_text h4{
    padding:5px 0px 0px 0px;
    font-size: 26px;
    font-weight: 700;
  }
  #about_mid .inner_text p{
    font-size: 13px;
    font-weight: 500;
  }
  .left_humpty{
    width:50%;
    bottom: 38.5%;
    right: 52%;
  }
  #about_mid .inner_text1{
    position: absolute;
    top: 1.5em;
    left: 75%;
    right: 8%;
    text-align: center;
  }
  #about_mid .inner_text1 h4{
    color: #d5432d;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
  }
  #about_mid .inner_circle2{
    position: absolute;
    top: 8em;
    left: 30%;
  }
  #about_mid .inner_circle2 img{
    width: 90%;
  }
  #about_mid .inner_text2{
    position: absolute;
    top: 1em;
    left: 12%;
    right: 20%;
    text-align: center;
  }
  #about_mid .inner_text2 h5{
    color: #d5432d;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
  }
  #about_mid .inner_text2 p{
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 500;
  }
}

/*-----------------------About Us ------------------------*/
#about_us{
  padding: 2em 0em;
}

#about_us h1{
  font-size: 35px;
  font-weight: 600;
}
#about_us p{
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  padding: 10px 0px;
}


/***************End_Blog_Section*************/

/*-------------------airline page code--------------------*/
#routesCard .routeBox{
  background: #ffffff00;
  border-radius: 24px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 0px;
  margin: 10px 0px;
  font-weight: 500;
}
#routesCard h3{
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 1rem;
  /* color: #034689; */
}
#routesCard .routeBox .routeName_ {
 display: inline;
}
#routesCard .routeBox .routeName_ span{
  padding: 0px 15px;
  font-size: 17px;
}
#routesCard .routeBox .rt_Price{
  float: inline-end;
  position: relative;
  right: 8em;
  font-size: 18px;
  font-weight: 600;
}

#routesCard .routeBox .wrt_btn{
  float: right;
  position: relative;
  right: 1em;
}
#routesCard .routeBox .co_wrt_btn{
  float: right;
  position: relative;
  right: 0em;
  left: 1.9em;
}
#routesCard .routeBox .co_wrt_btn span a{
  background: #034689;
    padding: 4px 10px 7px;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.2);
}
#routesCard .routeBox .co_wrt_btn span a:hover{
  box-shadow: none;
}

#subscribe_sec .subs_heading{
  padding-top: 3em;
  text-align: center;
}

#subscribe_sec .subs_heading h4{
  color: #185990;
  font-size: 3.5em;
  font-weight: 700;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #185990;
  padding-bottom: 0.7em;
}

#subscribe_sec .subs_heading a{
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  background-color: #D5432D;
  padding: 15px 30px;
  border-radius: 15px;
}

@media(max-width:480px){
  #subscribe_sec{
    background-position: center;
    height: 75em;
    width: 100%;
  }
  #routesCard .routeBox .wrt_btn{
    font-size: 15px;
  }
  #routesCard .routeBox .routeName_ span{
    padding: 0px 7px;
    font-size: 14px;
  }
  #routesCard .routeBox{
    font-weight: 600;
    padding: 10px 0px;
  }
  #routesCard .routeBox .rt_Price{
    right: 4.5em;
  }
  #routesCard .routeBox .co_wrt_btn span a{
    font-size: 14px;
    padding: 4px 8px 4px;
  }
}

/*-------------------End_subscribe_sec--------------------*/

/*---------------------------Flight Sec----------------------------*/

#top_section_flight{
  /* background-color: #FE6517; */
  background-image: url('../assets/image/viajesfacils-b.webp');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 21em;
  width: 100%;
  border-bottom-left-radius: 8%;
  border-bottom-right-radius: 8%;
  margin-top: 4em;
}
.airline_Head{
  height: 21em !important;
}
#top_section_flight h1{
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0px;
  padding-top: 0.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:5px 10px 15px 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: 0px;
  padding-bottom: 0px;
  margin-bottom: 1px;
  color: #000000;
}
#top_section_flight .home_bg .from_button{
  padding: 5px;
}
#top_section_flight .home_bg .from_button input{
  border-radius: 0px;
  padding: 5px;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  background: #034689;
    border: none;
    border-left: 6px solid #2B9A04;
    border-right: 6px solid #2B9A04;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    
}
#top_section_flight .home_bg .from_button input:hover{
  transform: translateY(1px);
  box-shadow: 3px 7px 2px -2px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
  
}
#sec_prt1{
  padding: 1em 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: 15px 10px;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  height: 100%;
  display: flex;
}
#sec_prt1 .r_page_card{
padding: 10px 5px 10px;
height: 75px;
}
#sec_prt1 .r_country_card{
padding: 10px 5px 10px;
height: 70px;
}
#sec_prt1 .r_country_card:hover{
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
  transition-duration: .3s;
  transform: translateY(-5px);
}
#sec_prt1 .r_country_card .hd_first_4_card_icon img{
  width: 60% !important;
}
#sec_prt1 .r_page_card .hd_first_4_card_icon img{
  width: 70% !important;
}
#sec_prt1 .country_p{
  padding: 12px 5px 0px 0px;
}
#sec_prt1 .country_p h3{
  padding: 12px 0px;
}
#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: 100%;
  padding: 5px;
}
#sec_prt1 .hd_first_4_card .card_Cont{
  width: 100%;
}
#sec_prt1 .hd_first_4_card h3{
  font-size: 17px;
  text-align: left;
  color: #034689;
  font-weight: 600;
  padding: 5px 0px;
  margin: 5px 0px;
}
#sec_prt1 .r_page_card h3{
  margin: 10px 0px 0px;
}
#sec_prt1 .r_country_card h3{
  margin: 10px 0px 0px;
}
#sec_prt1 .hd_first_4_card p{
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  padding: 0px 4px;
  margin-bottom: 5px;
  line-height: 1.6em;
}
#sec_prt1 .flights_routs_hd{
  text-align: center;
  padding: 0em 0em;
}
#sec_prt1 .flights_routs_hd h4{
  font-size: 30px;
  font-weight: 700;
}

#sec_prt1 .flights_routs_card{
  background: #ffffff00;
  margin-top: 20px;
  padding: 15px 5px;
  border-radius: 24px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#sec_prt1 .route_card_link .flights_routs_card_hd{
display: inline;
position: relative;

}
#sec_prt1 .route_card_link .routesPrice{
display: inline;
position: relative;
float: inline-end;
right: 2.5em;
font-size: 18px;
font-weight: 600;
}
#sec_prt1 .route_card_link .rArrow{
display: inline;
position: relative;
float: inline-end;
left: 2.5em;
}
#sec_prt1 .route_card_link .rArrow span i{
  font-size: 14px;
    display: inline-block;
    background: #1E8FED;
    color: #fff;
    line-height: 1;
    padding: 6px 15px 10px 8px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}
#sec_prt1 .flights_routs_card:hover{
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
  transition-duration: .3s;
  transform: translateY(-5px);
}
#sec_prt1 .flights_routs_card_img img{
  border-radius: 24px;
  display: none;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd{
  padding: 0;
  text-align: left;
}

#sec_prt1 .flights_routs_card .flights_routs_card_hd span{
  float: right;
  padding-right: 5px;
}
#sec_prt1 .flights_routs_card .flights_routs_card_hd span i{
    font-size: 14px;
    display: inline-block;
    background: #1E8FED;
    color: #fff;
    line-height: 1;
    padding: 6px 15px 10px 8px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}

#sec_prt1 .flights_routs_card .flights_routs_card_hd h4{
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-left: 10px;
  display: inline;
}
#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: 15px;
  padding: 8px 25px;
  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;
}

#air_prt1 .hd_second, h2, h3, h4{
  font-size: 22px;
  font-weight: 600;
}

#sec_part_2_airline{
  padding: 0.5em 0em 1em;
}
#sec_part_2_airline h4{
  font-weight: 700;
}
#sec_part_2_airline .crd_cont{
  text-align: center;
}
#sec_part_2_airline .crd_cont h4{
  font-size: 25px;
  font-weight: 700;
}
#sec_part_2_airline .r_page_hd h4{
  margin-top: 0em;
}
#sec_part_2_airline .airline-mt-top{
  padding: 1em 0em;
}
#sec_part_2_airline .airline-mt-top .card_img{
  padding: 15px 0px;
}
#sec_part_2_airline .readBtn a{
   background-color: #034689;
    color: #fff;
    padding: 4px 12px 7px;
    border-radius: 35px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
#sec_part_2_airline .readBtn a:hover{
  box-shadow: none;
}

@media(max-width:480px){
  #sec_part_2_airline .mob-view-resize-col{
    display: block !important;
  }
  #sec_part_2_airline .desk-view{
    display: none;
  }
  #sec_part_2_airline .mob-view-resize-col{
    width: 100%;
  }
 
  #top_section_flight{
    height: 56em;
    margin-top: 8em;
  }
  .airline_Head {
    height: 55em !important;
}
  #top_section_flight h1{
    padding-top: 0.5em;
  }
  .bannerPlane img{
    padding-top: 2em !important;
  }
  #sec_prt1 .route_card_link .routesPrice{
  right: 2.5em;
  }
}

/* -------------Country page -------------------- */
#topAirport{
  padding: 1em 0em 1.5em 0em;
    background-color: #E1E8EE;
}
#topAirport .airHd{
  text-align: center;
}
#topAirport .airHd h3{
  font-size: 25px;
  font-weight: 700;
}
#topAirport .blog_card{
  position: relative;
    border-radius: 5px;
    /* height: 355px;
    max-height: 360px; */
    margin: 15px 10px 30px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#topAirport .zoom-img img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    transition: all .3s ease;
}
#topAirport .zoom-img{
  width: 100%;
  overflow: hidden;
}
#topAirport .blog_card .blog_card_detail {
    padding: 5px 10px;
    background-color: #fff;
}
#topAirport .blog_card .blog_card_detail h4{
    font-size: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#topAirport .blog_card .read-more{
  position: absolute;
    top: 97%;
    left: 35%;
}
#topAirport .blog_card .read-more a{
padding: 5px 20px;
    color: #fff;
    background-color: #FE6517;
    border: none;
    border-radius: 20px;
}
#topAirport .mybox1,.mybox2,.mybox3{
  display: none;
}

#topAirport button {
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: none;
    background-color: transparent;
    margin-top: 0px;
}

#topAirport button:focus {
    outline: none;
}
#desdeMexico{
  padding: 1em 0em 1.5em;
}
#desdeMexico .dsM_Hd{
text-align: center;
}
#desdeMexico .dsM_Hd h3{
font-size: 25px;
font-weight: 700;
}

#tips_sec{
  padding: 1em 0em 2.5em 0em;
  background-color: #FFEEE5;
}
#tips_sec h3{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
#tips_sec .hd_first_4_card{
  background: #F8F8F8;
    margin-top: 10px;
    padding: 20px 10px;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}
#tips_sec .hd_first_4_card .hd_first_4_card_icon{
 text-align: center;
}
#tips_sec .hd_first_4_card .hd_first_4_card_icon img{
 width: 75px;
}
#tips_sec .hd_first_4_card h4{
  text-align: center;
 font-size: 18px;
}
#tips_sec .hd_first_4_card p{
  text-align: center;
 font-size: 15px;
}


/* ------------------End----------------------- */
#sec_part3_{
  margin: 0em 0em;
  padding: 1em 0em 0em;
}
/* #sec_part3_ .lft_img{

} */
#sec_part3_ .abt_hd_wrt{
  padding: 0.8em 0em 0em;
}
#sec_part3_ .hdText3 h2{
 font-size: 25px;
 font-weight: 700;
 margin-top: 0rem;
}
#sec_part3_ .hdText3 h3{
 font-size: 25px;
 font-weight: 700;
 margin-top: 0rem;
}
#sec_part3_ .hdText3{
  text-align: center;
}
#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: #FE6517;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 23px;
    font-weight: 600;
}
#sec_part4_{
  margin: 1.2em 0em;
  padding: 1em 0em 1em;
  background-color: #FFF0E8;
}
#sec_part4_ .abt_hd_cnt h4{
  text-align: center;
  font-size: 30px;
}
#sec_part4_ .abt_hd_cnt p{
  text-align: center;
}


#review_slider{
  padding: 0em 0em 1.5em 0em;
}
#review_slider h3{
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0.5em;
}

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

#enquiry_form .home_bg .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#enquiry_form .home_bg label {
  width: 100px;
  text-align: right;
  margin-right: 5px;
  margin-left: 5px;
}

#enquiry_form .home_bg .sublabel {
  color:gray; 
  margin:4px; 
  font-size: 11px;
}

#enquiry_form .home_bg input[type="text"],
input[type="date"] {
  padding: 10px;
  font-size: 14px;
}

#enquiry_form .home_bg button[type="submit"] {
  padding: 10px 20px;
  background-color: #0050A0;
  border: none;
  cursor: pointer;
}

#enquiry_form .home_bg input[type="date"] {
  position: relative;
}

.date_col .col-date-p{
  padding: 0px;
}

#enquiry_form .home_bg input[type="date"]:before {
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  pointer-events: none;
  line-height: 1.5;
  padding: 10px 0.5rem 0 0.5rem;
}

@media screen and (max-width:600px){
  .date_col {
    width: 50%;
  } 
  .date_col .col-date-p{
    padding: 0px;
  } 
}

#enquiry_form .home_bg input[type="date"]:focus:before,
input[type="date"]:not([value=""]):before
{
  display: none;
}

#enquiry_form .home_bg .custom-bg {
  background-color: #F7F7F9;
}

/* -------------------Review Slider ------------------- */

#mixedSlider {
      position: relative;
    }

    #mixedSlider .MS-content {
      white-space: nowrap;
      overflow: hidden;
      /* margin: 0 5%; */
    }

    #mixedSlider .MS-content .item {
      display: inline-block;
      width: 31%;
      height: 220px;
      max-height: 222px;
      margin: 10px 13px;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      position: relative;
      vertical-align: top;
      overflow: hidden;
      white-space: normal;
      padding: 0 20px;
    }

    /*#mixedSlider .MS-content .item .rv-star li{
  list-style: none;
  float: left;
  color: orange;
  font-size: 13px;
}*/
    @media (max-width: 991px) {
      #mixedSlider .MS-content .item {
        width: 50%;
      }
    }

    @media (max-width: 767px) {
      #mixedSlider .MS-content .item {
        width: 90%;
      }
    }

    #mixedSlider .MS-content .item .imgTitle {
      position: relative;
    }

    #mixedSlider .MS-content .item .imgTitle .rv-star {
      display: inline;
    }

    #mixedSlider .MS-content .item .imgTitle .rv-star li {
      list-style: none;
      float: left;
      color: orange;
      font-size: 13px;
    }

    #mixedSlider .MS-content .item .imgTitle .blogTitle {
      margin: 0;
      text-align: left;
      letter-spacing: 2px;
      color: #252525;
      font-style: italic;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      bottom: 0;
      font-weight: bold;
      padding: 0 0 2px 10px;
    }

    #mixedSlider .MS-content .item .imgTitle img {
      height: auto;
      width: 100%;
    }

    #mixedSlider .MS-content .item p {
      font-size: 16px;
      margin: 2px 10px 0 5px;
      /*  text-indent: 15px;*/
    }

    #mixedSlider .MS-content .item a {
      float: right;
      margin: 0 20px 0 0;
      font-size: 16px;
      font-style: italic;
      color: rgba(173, 0, 0, 0.82);
      font-weight: bold;
      letter-spacing: 1px;
      transition: linear 0.1s;
    }

    #mixedSlider .MS-content .item a:hover {
      text-shadow: 0 0 1px grey;
    }

    #mixedSlider .MS-controls button {
      position: absolute;
      border: none;
      background-color: transparent;
      outline: 0;
      font-size: 35px;
      top: 95px;
      color: #2B9A04;
      transition: 0.15s linear;
      float: right;
    }

    #mixedSlider .MS-controls button:hover {
      color: rgba(0, 0, 0, 0.8);
    }

    @media (max-width: 992px) {
      #mixedSlider .MS-controls button {
        font-size: 30px;
      }
    }

    @media (max-width: 767px) {
      #mixedSlider .MS-controls button {
        font-size: 20px;
      }
    }

    #mixedSlider .MS-controls .MS-left {
      left: -30px;
    }

    @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-left {
        left: -10px;
      }
    }

    #mixedSlider .MS-controls .MS-right {
      right: -30px;
    }

    @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-right {
        right: -10px;
      }
    }

/************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;
  padding: 10px 0px !important;
}

/*.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;
  padding: 10px 0px !important;
}
#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;
  padding: 10px 0px !important;
}
#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;
  padding: 10px 0px !important;
}
#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;
  padding: 10px 0px !important;
}
#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}

#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;
  padding: 10px 0px !important;
}
/**************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;
  padding: 10px 0px !important;
}

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

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

#top_footer{
  padding: 0px 20px 30px 20px;
  background-color: #014689;
  color: #ffff;
  background-image: url(../assets/image/Footer.png);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  /*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: #6e6d6d00;
  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 .wrtCard p{
    color: #fff;
    padding: 5px 5px;
    margin: 0px;
  }
  #top_footer .wrtCard p i{
    padding-right: 5px;
  }
 
#top_footer .phone-links a span{
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
#top_footer .f_row{
border-bottom: 1px dashed #fff;
padding: 8px 0px 35px;
}
#top_footer .social-links{
  text-align: left;
  padding-top: 15px;
}

#bottm_footer{
  background-color: #292929;
  padding: 0px;
}
.bot_foot p{
  color:#ffff;
  font-weight: 550;
  text-align: center;
  font-size: 14px;
}

#top_footer .ul_footer{
  margin: 0px;
  padding-left: 2px !important;
  height: 300px;
  max-height: 400px;
  overflow-y: scroll;
 
 
}
#top_footer .ul_footer::-webkit-scrollbar {
  width: 2px;
}

/* Track */
#top_footer .ul_footer::-webkit-scrollbar-track {
  background: none; 
}
 
/* Handle */
#top_footer .ul_footer::-webkit-scrollbar-thumb {
  background: #ffffff; 
}

/* Handle on hover */
#top_footer .ul_footer:hover::-webkit-scrollbar-thumb{
  background: #2B9A04; 
}

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

#top_footer .ul_footer .fas{
  padding-right:8px; 
  color: #2B9A04;
}
#top_footer .ul_footer li a{
  text-decoration: none;
  color: #ffffff;
}

#top_footer .ul_footer li a:hover{
  color: #1411ad;
  font-size: 15px;
  font-weight: 500;
}

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

#touriyo_faq{
  padding: 1em 0em 2em;
}

/*************Pop_up**************/
 

  .modal-lg {
    width: 40%;
    font-family: 'Ubuntu', sans-serif;
    left: -2%;
  }
  .modal-content { 
    position: relative; 
    background-color: transparent;
    }
  .modal{
    top: 24%;
  }
  .content_bx {
    background:transparent;
  }
  .content_bx img{
    width: 100%;
    border-radius: 10px;
  }

  .modal-content .card_1{
    position: absolute;
    top: 0%;

  }
  .card_1 .cardHeading{
    text-align: left;
    padding-top: 2.5em;
    padding-left: 10px;
  }
  .card_1 .cardHeading h4{
    color: #000;
    font-size: 23px;
    line-height: 1.6em;
    font-weight: 600;
/*    text-shadow: 0px 2px #fff;*/
  }
  .card_1 .cardHeading h5{
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    padding: 5px 0px 12px 0px;
  }
  .card_1 .cardHeading .mid_list{
    padding: 15px 0px;
  }
  .card_1 .cardHeading .mid_list ul li{
    line-height: 30px;
    font-weight: 600;
  }
  .card_1 .cardHeading .call_button{
    padding: 15px 0px 0px 15px;
  }
  .card_1 .cardHeading .call_button span{
    background-color:#fff; 
    padding:10px 15px; 
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
  }
  .card_1 .cardHeading span:hover{
    box-shadow: 2px 4px 2px 0px #007bff;
  }

  .bx_hding {
    width: 100%;
    text-align: center; 
    padding-top: 30px;
   }
  .mymodal_body{
    padding: 0px;
 }
  .mymodal_body a{ 
    text-decoration:none;
 }
  
  .close2{
    position: absolute;
    right: 3%;
    top: 4px;
    z-index: 11;
    opacity: 1;
    color: #ab0101 !important;
    text-shadow: 0 0 0 #000;
  }
  .mymodel_here{
    border-bottom: 0;
    padding: 0; 
    min-height:auto;
  }

  @media (min-width:320px) and (max-width:479px){
    .modal { 
        top: 15%;
        left: 2%;
    }
    .modal-lg { 
        width: 96%; 
        margin: 0;
    }
  }

  @media (min-width:360px) and (max-width:639px){
    .modal { 
        top: 15%;
        left: 5%;
    }
    .modal-lg { 
        width: 90%; 
        margin: 0;
        left: 0%;
    }
    .card_1 .cardHeading{
      padding-top: 2em;
    }
    .card_1 .cardHeading h4{
      font-size: 15px;
    }
    .card_1 .cardHeading .mid_list{
      padding: 5px 0px;
    }
    .card_1 .cardHeading .mid_list ul{
      padding-left: 20px !important;
    }
    .card_1 .cardHeading .mid_list ul li{
      font-size: 12px;
      line-height: 23px;
    }
    .card_1 .cardHeading .call_button{
      padding: 5px 0px 5px 5px;
    }
    .card_1 .cardHeading .call_button span{
      padding: 8px 10px;
      font-size: 14px;
    }

  }
  

  @media (min-width:480px) and (max-width:639px){
    .modal { 
        top: 10%;
    }
    .modal-lg { 
        width: 75%; 
        margin: 0;
    }
  }
  table{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  table tr td{
    border: 1px solid #000;
    padding: 3px 10px;
    color: #000;
  }

/*the below code copied from animate.css for demo purposes*/

/* #main_head .wrt_number span {
  display: block;
}
.wrt_number .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

#main_head .wrt_number .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
} */



