a{text-decoration: none;}
a:hover
{
    text-decoration: none;
}
.lg\:w-3\/12{
    width: 18% !important;
}
/* .body_bgimage{
  background-color: #ffffff6e !important;
  background-image: url('../image/bunnyfares_bg.webp');
  background-size: inherit;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
} */
.body_bgimage {
  position: relative;
  z-index: 1;
}

.body_bgimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../image/bunnyfares_bg.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: inherit;
  background-position: center;
  opacity: 0.3; /* 👈 Set your desired opacity */
  z-index: -1;
}
/*********Start Navigation*************/

#top_header{
     padding-top: 10px;
}

.drop_ul{
     float: right;
}

.navbar-toggler
{
     position: absolute;
     right: 10px;
     top: 8px;
     background-color: #f0f8ff !important;
}
.navbar{
     margin-top: 5px;
     position: relative;
     z-index: 3;    
  background: transparent !important;
}
.navbar-nav{
     padding: 0px;
     margin: 0px;
}

.navbar-nav .nav-item{
     position: relative;
     padding: 0px 28px;

}

/*.navbar-nav .nav-item .subnav{
     display: none;
     position: absolute;
     padding: 0px;
     width: 250px;
     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 .nav-link{
     color: #ffffff;
}

.navbar-light .navbar-nav .nav-item .nav-link{
     font-size: 16px;
     font-weight: 600;
     -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 .navbar-nav .nav-item .nav-link:hover{
    color:#ffffff;
}

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

/***************Form Card********************/
#bredcrumbBlog{
  background-color: #EEEEEE;
}
ul.breadcrumbs {
  padding: 8px 16px;
  list-style: none;
  margin: 0px;
}
ul.breadcrumbs li {
  display: inline;
  font-size: 16px;
  font-weight: 600;
}
ul.breadcrumbs li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumbs li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #01447e;
  text-decoration: underline;
}
@media(max-width:500px){
  
}
.b_headingForm{
  padding-top:14rem;
  text-align: -webkit-center;
}
#top_section .crd_wrp{
  padding: 0px 10px;
}
#top_section .crd_wrp2{
   margin-top: 19px;
}
#top_section .rw_btn{
  margin-bottom: 10px;
  padding-top: 10px
}
#top_section .S_btn1 input{
  border-radius: 6px;
  padding: 5px;
  outline: none;
  width: 50%;
  color: #fff;
  background: #183661;
}
#top_section .S_btn input{
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px;
  outline: none;
  width: 95%;
  color: #fff;
  background: #243265;
}
#top_section .file_btn{
  margin-top: 13px;
}
#top_section .S_btn input:hover{
  background-color:#C6E5FC;
  transition: 1s;
  color: #363491;
  outline: transparent;
}
#top_section .User_Id{
  margin-top: 5px;
  padding:5px;
}
#top_section .User_Id input{
  /*width: 100%;*/
  border:none;
  border-bottom: 2px solid #183661;
}
#top_section .User_Id input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#top_section .Password{
   padding:5px;
}
#top_section .Password input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#top_section .Password input{
  width: 100%;
  border:none;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#top_section .Password select{
  border:none;
  border-bottom: 2px solid #183661;
  padding-top: 13px;
}
#top_section .phonebox input{
  width: 70%;
  border:none;
  float: right;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#top_section .card_Box{
  background-color: #F9F3F2 ;
  border-radius:5px;
  height: 300px;
}
#top_section .crd{
  padding:0px;
}
#top_section .crd_spc{
  margin: 35px 0 40px 0;
}

#top_section .form_box{
  padding: 20px;
}

#top_section .frm-card{
  top:55px;
  left:23px;
}

#top_section .bg-ground{
  background: #ffffff52;
  margin-top: 50px;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}

#top_section .home_bg{
  background: #ffffffe3;
  margin-top: 21em;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}

.from_section label{
    padding: 5px;
    margin-bottom: 0px;
}

#top_section .home_bg .from_radio label{
  padding-right: 10px;
  font-weight: 600;
}

#top_section .home_bg .from label{
  font-weight: 600;
}

#top_section .home_bg .from input{
  border: 2px #000000;
  padding: 6px 4px;
  height: 36px;
  color: #000000;
  background: #fff;
}

#top_section .home_bg .from_button input{
  border-radius: 5px;
  padding: 5px;
  margin-top: 30px;
  width: 90%;
  color: #fff;
  background: #325A88;
}
#top_section .home_bg .from_button input:hover{
  background-color: #243265;
}

#top_section .home_bg .from select{
  border: 2px #000000;
  padding: 6px 4px;
  height: 36px;
  width: 100%;
  color: #000000;
  background: #fff;
}

#top_section .home_bg .from_button select{
  border-radius: 5px;
  padding: 5px;
  margin-top: 30px;
  color: #fff;
  background: #325A88;
}
#top_section .home_bg .from_button select:hover{
  background-color: #243265;
}

@media(max-width: 500px){
  .cir_bg{
    display: none;
  }
}

@media(max-width: 500px){
  #top_section .home_bg .from input{
    width: 100%;
  }
  #top_section .home_bg{
    margin-top: 5em;
  }
}

/*---------------------Vuelos_form-----------------------*/

#top_section-2 .crd_wrp{
  padding: 0px 10px;
}
#top_section-2 .crd_wrp2{
   margin-top: 19px;
}
#top_section-2 .rw_btn{
  margin-bottom: 10px;
  padding-top: 10px
}
#top_section-2 .S_btn1 input{
  border-radius: 6px;
  padding: 5px;
  outline: none;
  width: 50%;
  color: #fff;
  background: #183661;
}
#top_section-2 .S_btn input{
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px;
  outline: none;
  width: 95%;
  color: #fff;
  background: #243265;
}
#top_section-2 .file_btn{
  margin-top: 13px;
}
#top_section-2 .S_btn input:hover{
  background-color:#C6E5FC;
  transition: 1s;
  color: #363491;
  outline: transparent;
}
#top_section-2 .User_Id{
  margin-top: 5px;
  padding:5px;
}
#top_section-2 .User_Id input{
  /*width: 100%;*/
  border:none;
  border-bottom: 2px solid #183661;
}
#top_section-2 .User_Id input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#top_section-2 .Password{
   padding:5px;
}
#top_section-2 .Password input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#top_section-2 .Password input{
  width: 100%;
  border:none;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#top_section-2 .Password select{
  border:none;
  border-bottom: 2px solid #183661;
  padding-top: 13px;
}
#top_section-2 .phonebox input{
  width: 70%;
  border:none;
  float: right;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#top_section-2 .card_Box{
  background-color: #F9F3F2 ;
  border-radius:5px;
  height: 300px;
}
#top_section-2 .crd{
  padding:0px;
}
#top_section-2 .crd_spc{
  margin: 35px 0 40px 0;
}

#top_section-2 .form_box{
  padding: 20px;
}

#top_section-2 .frm-card{
  top:55px;
  left:23px;
}


@media only screen and (max-width: 600px) {
  .frm-card {
   top:0px;
   left:-5px;
   padding-bottom: 10px
  }
}

#top_section-2 .bg-ground{
  background: #ffffff52;
  margin-top: 50px;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}

#top_section-2 .home_bg{
  background: #ffffffe3;
  margin-top: 12em;
  padding: 20px 10px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}

#top_section-2 .home_bg .from_radio label{
  padding-right: 10px;
  font-weight: 600;
}

#top_section-2 .home_bg .from label{
  font-weight: 600;
}

#top_section-2 .home_bg .from input{
  border: 2px #000000;
  padding: 6px 4px;
  height: 36px;
  color: #000000;
  background: #fff;
}

#top_section-2 .home_bg .from_button input{
  border-radius: 5px;
  padding: 5px;
  margin-top: 30px;
  width: 90%;
  color: #fff;
  background: #325A88;
}
#top_section-2 .home_bg .from_button input:hover{
  background-color: #243265;
}

#top_section-2 .home_bg .from select{
  border: 2px #000000;
  padding: 6px 4px;
  height: 36px;
  width: 100%;
  color: #000000;
  background: #fff;
}

#top_section-2 .home_bg .from_button select{
  border-radius: 5px;
  padding: 5px;
  margin-top: 30px;
  color: #fff;
  background: #325A88;
}
#top_section-2 .home_bg .from_button select:hover{
  background-color: #243265;
}

/************End Form Card **************/

/* whyTObook */
.whyTObook p {
	line-height: 30px;
	font-size: 18px;
}
.whyTObookRight {
	position: relative;
}
.SocialwhyTObookRight ul {
  position: absolute;
  bottom: -8%;
  left: 22%;
}
.ImgwhyTObookRight img{
  display: block;
  margin: auto;
}
.SocialwhyTObookRight ul li {
	  float:left;
    padding: 0 20px;
    
}

/**************gall_img****************/

#gall_img{
     padding: 1em 0em;
}
#gall_img .blog_card{
  position: relative;
  text-align: center;
  max-height: 195px;
  overflow: hidden;
  border-radius: 6px;
}
#gall_img .blog_card img{
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  height: 200px;
  object-fit: cover;
  transition: all .3s ease;
}
#gall_img .blog_card img:hover {
  transform: scale(1.1);
}
#gall_img .Catg_title{
    position: absolute;
    bottom: 5%;
    color: #fff;
    background: #0b137775;
    border-radius: 16px;
    left: 25%;
    right: 25%;
    padding: 6px 0px 0px 0px;
    box-shadow: 0px 1px 4px 2px #b1b1b1;
}
#gall_img .Catg_title h4{
  font-size: 15px;
}
#gall_img .rcntPost_title{
  
    /* position: absolute;
    bottom: 5%; */
    color: #000000;
    background: #e0e0e075;
    /* border-radius: 16px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 15px;
    /* left: 5%;
    right: 5%; */
    padding: 8px 4px;
    box-shadow: 0px 1px 4px 2px #b1b1b1;
}
.rcnt_blog_card img{
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 263px;
  /*aspect-ratio: 2 / 1;*/
  object-fit: cover;
  transition: all .3s ease;
}
#gall_img .rcntPost_title h4{
  font-size: 17px;
  text-align: center;
}

#gall_img .wrt_recent_blog_heading h4{
    font-size: 22px;
    font-weight: 700;
    padding: 5px 0px;
    text-align: center;
    color: #000000;
}
.wrt_rcntPost{
  border:1px solid #efefef;
  border-radius: 5px;
  padding:10px;
}

#gall_img .cat_post_heading{
    padding: 0px 0px 15px 0px;  
}

#gall_img .cat_post_heading h3{
    font-size: 30px;
    padding: 10px 0px;
    font-weight: 700;
}
#whatsapp_strip{
  padding: 4em 0em 1em 0em; 
}
.whatsapp_strip_content ul{
  padding-left: 1em;
}
#whatsapp_strip .whatsapp_card{ 
  border-radius: 8px;   
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
/* .whatsapp_strip_img img{
  width: 100%;
  object-fit: cover;
} */
.whatsapp_strip_qr img{
  display: block;
  margin: 35% auto;
}

/*-------------------FlightRoutes--------------------*/
#routes_slide .card_detail h4{
  font-size:18px;
  font-weight: 600;;
}

/* #flightsRoutes{
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #efefef;
}
#flightsRoutes .crd_cont h4{
    text-align: left;
    font-size: 35px;
    padding:0px 0px 30px 0px;
    font-weight: 700;
}
#flightsRoutes .routsList{
    padding: 5px 0px;
    font-weight: 500;
}
#flightsRoutes .routsList a{
    color: #0056B5 !important;
} */
#airlineRouteDest .crd_cont{
    padding: 1em 0em;
}
#airlineRouteDest .crd_cont h4{
    text-align: center;
    font-size: 25px;
    padding:0px 0px 0px 0px;
    font-weight: 700;
}
#airlineRouteDest .routsList{
    padding: 5px 0px;
    font-weight: 500;
}
#airlineRouteDest .routsList a{
    color: #0056B5;
}
#airlineRouteDest .expDestination{
    padding-bottom: 1.5em;
}
.related_air{
  margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    text-align: center;
    background-color: #000000;
    padding: 10px 0px 8px 15px;
    color: #fff;
    font-weight: 500;
}
@media(max-width:480px){
  /* #flightsRoutes .crd_cont h4{
      font-size: 25px;
  } */
  #secondSec_routsInner .routsNYC h2{
      font-size: 22px;
      font-weight: 700;
  }
  #secondSec_routsInner .rwtHeading_prg h3{
      font-size: 22px;
      font-weight: 700;
  }
  #thirdSec_routsInner .bookFlight_heading h4{
      font-size: 22px;
      font-weight: 700;
  }
  #fourthSec_routsInner .lowHigh_sec h4{
      font-size: 22px;
      font-weight: 700;
  }
  #fifthSec_routsInner .tips_heading h4{
      font-size: 22px;
      font-weight: 700;
  }

  #Faq .faq_heading h4{
      font-size: 22px;
      font-weight: 700;
  }
  #firstSec_routsInner .col_pd{
      width: 50%;
  }
  .whatsapp_strip_qr img{
    margin: 8% auto;
  }
}
#firstSec_routsInner{
    padding-top: 2em;
    padding-bottom: 0em;
}
#firstSec_routsInner .col_pd{
    padding: 10px;
}
#firstSec_routsInner .card_col{
    border-radius: 5px;
    min-height: 110px;
    max-height: 110px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 4px 2px #b1b1b1;
}
#firstSec_routsInner .crd_1{
    background-color: #009899;
    border-radius: 5px;
    min-height: 110px;
    max-height: 110px;
    text-align: center;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 1px 4px 2px #b1b1b1;
}
#firstSec_routsInner .card_col:hover{
    background-color: #009899;
    color: #ffffff;
}

#firstSec_routsInner .card_col .fst_col img{
    padding: 0px 5px;
    width: 35px;
    height: 25px;
    display: inline-block;
}
#firstSec_routsInner .card_col .fst_col span{
    font-size: 15px;
    padding: 8px 5px;
}
#firstSec_routsInner .card_col .scnd_col p{
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px;
}
#secondSec_routsInner{
    padding-top: 0em;
    padding-bottom: 0.5em;
}
#secondSec_routsInner .routsNYC{
    padding-top: 1.5em;
    padding-bottom: 1.7em;
}
#secondSec_routsInner .routsNYC h2{
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5em;
}
#secondSec_routsInner .routsNYC p{
    font-size: 16px;
    /* font-weight: 500; */
    text-align: left;
    padding-top: 1em;
    padding-bottom: 0em;
    line-height: 1.7em;
}
#secondSec_routsInner .rwtHeading_prg h3{
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 0.5em;
}
#secondSec_routsInner .rwtHeading_prg p{
    font-size: 14px;
    font-weight: 500;
    padding-top: 1em;
    padding-bottom: 0em;
    line-height: 1.7em;
}
#secondSec_routsInner .whySantoDomingo_image{
    text-align: -webkit-center;
}
#secondSec_routsInner .whySantoDomingo_image img{
    border-radius: 20px;
}

#thirdSec_routsInner{
    background-image: url(../image/routs/bg-mtm-image.png);
    background-size: cover;
    background-attachment: fixed;
}
#thirdSec_routsInner .bookFlight_heading{
    padding-top: 4em;
    padding-bottom: 4em;
}
#thirdSec_routsInner .bookFlight_heading h4{
    font-size: 31px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 0.5em;
}
#thirdSec_routsInner .bookFlight_heading p{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding-top: 1em;
    padding-bottom: 0em;
    line-height: 1.7em;
}
#fourthSec_routsInner{
    background-color: #E6E6E6;
    padding-top: 2em;
    padding-bottom: 3em;
}
#fourthSec_routsInner .lowHigh_sec{
    text-align: center;
    padding-bottom: 1em;
}
#fourthSec_routsInner .lowHigh_sec h4{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
}
/* #fourthSec_routsInner .crd_high{
    background-color: #E89200;
    border-radius: 10px;
    display: flex;
    height: 90px;
    margin: 10px;
}
#fourthSec_routsInner .crd_high .fst_high_fst{
    padding-top: 1em;
    padding-left: 2em;
    padding-bottom: 1em;
}
#fourthSec_routsInner .crd_high .fst_high_scnd{
    padding-top: 1em;
    padding-left: 1.5em;
} */
#fourthSec_routsInner .crd_low{
    background-color: #E89200;
    border-radius: 10px;
    padding: 8px 5px 8px 10px;
    margin: 10px;
    color: #fff;
}
#fourthSec_routsInner .crd_low p{
    padding: 0px;
    margin: 0px;
}
/* #fourthSec_routsInner .crd_low .fst_low_fst{
    padding-top: 1em;
    padding-left: 2em;
    padding-bottom: 1em;
}
#fourthSec_routsInner .crd_low .fst_low_scnd{
    padding: 10px;
} */
#fifthSec_routsInner{
    padding-top: 2em;
    padding-bottom: 2.5em;
}
#fifthSec_routsInner .tips_heading h4{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 0.5em;
}
#fifthSec_routsInner .tips_popularRoutes{
    position: relative;
    left: 10px;
}
#fifthSec_routsInner .tips_popularRoutes ul{
    padding:0px 10px 0px 15px;
    line-height: 2.3em;
}
#fifthSec_routsInner .tips_popularRoutes ul li{
    list-style: none;
    /* font-weight: 500;  */
}
#fifthSec_routsInner .tips_popularRoutes ul li img{
    position: absolute;
    left: -1%;
    padding-top: 8px;
    width: 20px;
}
#fifthSec_routsInner .popular_routs_heading{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    margin: 10px 0px;
    font-family: arial;
}
#fifthSec_routsInner .popular_routs_heading .recent{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0px;
  font-size: 17px;
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  font-weight: 500;
}
#fifthSec_routsInner .popular_routs_heading h5{
    font-size: 15px;
    padding: 10px 10px 10px 38px;
    position: relative;
}
#fifthSec_routsInner .popular_routs_heading h5 i{
  color: #E08504;
  position: absolute;
  left: 13px;
}
#fifthSec_routsInner .popular_routs_heading h5:hover{
  color: #009999;
}
#fifthSec_routsInner .popular_routs_ ul li{
    list-style: disc;
}

#fifthSec_routsInner .faq_heading h4{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 1em;
}
.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 {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom:15px;
    background-color: #f8f8f8;
}
.panel-body {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    padding: 5px 10px;
    visibility: visible;
}

.panel-body p{
  text-align: justify;
}
.panel-title{
    font-size: 17px;
    color: #000;
    padding: 10px 10px;
}
.panel-title a{
    text-decoration: none;
}
.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---------------------------*/

#first_h1 .parg p{
    padding: 7px 0px;
    line-height: 1.6em;
}
#first_h2 .scnd_heading h2{
    text-align:center; 
    font-weight: 700; 
    padding: 10px 0px;
    font-size: 30px;
}
#first_h2 .parg p{
    padding: 7px 0px;
    line-height: 1.6em;
}

#first_h3 .Thrd_heading h4{
    text-align:center; 
    font-weight: 700; 
    padding: 10px 0px;
    font-size: 30px;
}
#first_h3 .parg p{
    padding: 7px 0px;
    line-height: 1.6em;

}
#first_h2 .parg .parg_list{
    padding-left: 3em;
}
#first_h2 .parg .parg_list li{
    list-style: disc;
    line-height: 2em;
}
#first_h3 .parg .parg_list{
    padding-left: 3em;
}

#first_h3 .parg .parg_list li{
    list-style: disc;
    line-height: 2em;
}

@media(max-width:480px){
  #first_h1 .f_heading h2{
      font-weight: 700; 
      font-size: 22px;
  }
  #first_h2 .scnd_heading h2{
      font-weight: 700; 
      font-size: 22px;
  }

  #gall_img{
      padding-top: 2em;
  }

  #gall_img .wrt_cont h4{
      font-weight: 700; 
      font-size: 22px;
  }
  #first_h3 .Thrd_heading h4{
      font-weight: 700; 
      font-size: 22px;
  }
  .socia_media{
    margin-top: 0px;
  }
}


/**************End gall_img****************/


/*********bottm_footer**********/
footer {
  background-color: #022739;
  padding: 2em 1em;
}
footer h4{
  font-size: 14px;
  font-weight: 600;
}
footer a{
  color: #fff;
  font-size: 15px;;
  text-decoration: none;
}
/* .copyright {
  padding: 25px 0px 25px 0;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 594px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
  border-top: #807d7d solid 1px;
}
.copyright a {
     color: #fff;
}
.copyright a:hover {
     color: #15cfe5;
} */
#Call_now {
  z-index: 999;
  position: fixed;
  bottom: -20px;
  background-color: #043a54;
  width: 100%;
}
.whats_app_img1 {
  z-index: 999;
  position: fixed;
  right: -2%;
  width: 12%;
  top: -2%;
  transform: rotateY(180deg);
}
.whats_app_img2 {
  z-index: 999;
  position: fixed;
  left: -2%;
  width: 12%;
  top: -2%;
}
.socia_media{
  margin-top: -15px;
}
/************END***************/
 

/*************Pop_up**************/
.modal-lg {
  width: 23%;
  font-family: 'Ubuntu', sans-serif;
  }
.modal-content { 
  position: relative; 
  background-color: transparent;
  }
.modal{
  top: 50px;
  }
.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: center;
  padding-top: 2.5em;
}
.card_1 .cardHeading h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 0px 6px #12121247;
}
.card_1 .cardHeading h5{
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0px 12px 0px;
}
.card_1 .cardHeading span{
  background-color:#fff; 
  padding:10px 15px; 
  font-size: 25px;
  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: 0;
 }
  .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:500px) and (max-width:767px){
  .navbar-toggler
  {
      top: -25px;
  }
}
@media (min-width:320px) and (max-width:499px){
  .navbar-toggler
  {
    top: -50px;
  }
}
@media (min-width:320px) and (max-width:479px){
  .modal { 
      top: 10%;
      left: 2%;
  }
  .modal-lg { 
      width: 96%; 
      margin: 0;
  }
}
@media (min-width:360px) and (max-width:639px){
  .modal { 
    top: 10%;
    left: 10%;
  }
  .modal-lg { 
    width: 80%; 
    margin: 0;
  }
}


@media (min-width:480px) and (max-width:639px){
  .modal { 
      top: 10%;
  }
  .modal-lg { 
      width: 75%; 
      margin: 0;
  }
}
#top_section h1{
  text-shadow: #099 2px 3px 4px; 
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  #top_head { display: none; } 
  .btn_no{
  	display: none;
  	}  
}
#main_head .logo_sec{
	padding: 10px;
}
#main_head{
	background: linear-gradient(180deg, rgb(3 79 152) 0%, rgb(8 49 68) 100%);
}
#main_head .mob_no{
	padding-top: 10px;
	padding-bottom: 0px;
  float: right;
}
#main_head .mob_no span{
  padding-right: 8px;
  font-size: 15px;
  font-weight: 550;
}
#main_head .logo_sec{
  padding: 10px;
}
#main_head .logo_sec img{
  width: 75%;
}
#main_head .hd_wrt_number{
  padding-top: 15px;
}
#main_head .hd_wrt_number img{
  width: 22px;
  height: 22px;
}
#main_head .hd_wrt_number span{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
#main_head .col-number{
  margin-top: 14px;
}
#top_section{
  background-image: url("../image/bunnyfares-bg.webp");
  height: 485px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#top_section1{
  background-image: url("../image/bunnyfares-bg.webp");
  height: 425px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#top_section2{
  background-image: url("../image/bunnyfares-bg.webp");
  height: 425px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wrt_call_icon {
  position: absolute;
  top: 20px;
  right: 20%;
  z-index: 9999;
}
.wrt_call_icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#top_section h1{
	font-size: 35px;
	font-weight: 500;
  width: fit-content;
	line-height: 1.25em; 
	color: #020202;
  background-color: #a1b4c8f5;
  border-radius: 8px;
  padding: 10px 10px;
  text-shadow: #c3dada 0px 3px 4px;
}
#top_section-2 h1{
  text-align: left; 
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25em; 
  padding: 0.8em 0em 0px 3em; 
  border-radius: 6px;
  color: #fff;
}

#top_section h1 b{
  letter-spacing: 0.27em; 
  font-variant-caps: petite-caps; 
  font-size: 45px;
}

#top_section-2 h1 b{
  letter-spacing: 0.27em; 
  font-variant-caps: petite-caps; 
  font-size: 45px;
}

#top_head{
	background-color: #ffffff;
}

.top_head_img{
	float: right;
	padding: 0px;
	margin: 0px;
}
.top_head_img li{
	float: left;
	list-style: none;
	padding-right: 10px;
	margin-top: 4px;

}

.top_head_img li img{
	display: flex;
}

/* --------------BLOG PAGE CSS-------------- */
#blogFirst_sec .card_col{
    background-color: #f25e23;
    border-radius: 5px;
    min-height: 90px;
    max-height: 95px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    box-shadow: 0px 1px 4px 2px #b1b1b1;
}
/* #blogFirst_sec .card_col:hover{
    background-color: #043A54;
    color: #ffffff;
} */

#blogFirst_sec .card_col .fst_col img{
    padding: 0px 5px;
    width: 35px;
    height: 25px;
    display: inline-block;
}
#blogFirst_sec .card_col .fst_col span{
    font-size: 17px;
    font-weight: 600;
    padding: 8px 5px;
}
#blogFirst_sec .card_col .fst_col p{
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px;
    margin: 0px;
}
#blogFirst_sec{
    padding: 2em 0em 2.5em 0em;
}
#blogFirst_sec .blog_card img{
  height: 13em;
  width: 100%;
}
#blogFirst_sec .blog_wrt_card{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  height: auto;
  padding: 10px 0px;
  width: 100%;
  text-align: justify;
  font-family: arial;
}
#blogFirst_sec .crd_cont h4{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
}
#blogFirst_sec .blog_card{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  margin: 10px 0px;
  font-family: arial;
}
.latest-post{
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 5px 0px 8px 0px;
}
.trv_book_side ul{
  padding: 0.5em 1em;
}
#blogFirst_sec .blog_card .blogHeading{
  padding:7px 0px 8px 0px;
  text-align: center;
}
#blogFirst_sec .blog_card .Categories{
  margin-bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 17px;
  text-align: left;
  background-color: #E08504;
  padding: 10px 0px 8px 15px;
  color: #fff;
  font-weight: 500;
}
#blogFirst_sec .blog_card ul{
  padding: 0px;
  margin: 0px;
}
#blogFirst_sec .blog_card ul li {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding: 8px 15px;
}

#blogFirst_sec .blog_card ul li:last-child{
  border-bottom: none;
}
#blogFirst_sec .blog_card ul li:hover{
  /* background-color: #2E3192; */
    color: #000000;
}
#blogFirst_sec .blog_card .recent{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0px;
  font-size: 17px;
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  font-weight: 500;
}
#blogFirst_sec .blog_card h5{
  font-size: 15px;
  padding: 10px 10px 10px 38px;
  position: relative;
}
#blogFirst_sec .blog_card h5 i{
  color: #E08504;
  position: absolute;
  left: 13px;
}
#blogFirst_sec .blog_card h5:hover{
  color: #009999;
}
#blogThird_sec{
  padding: 3.5em 0em;
  background-color: #edf3ff;
}
#blogFirst_sec table tr td{
    border: 2px solid #000; 
    padding: 0px 10px;
}
#blogThird_sec .iconCard{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  max-width: 400px;
  height: 330px;
  margin: 10px 0px;
  padding: 10px;
  text-align: justify;
  font-family: arial;
  background-color: #fff;
  border-radius: 5px;
}
#blogThird_sec .iconCard img{  
  padding: 20px 0px 10px 0px;
  width: 60px;
  position: relative;
  display: inline-block;
  left: 40%;
}
#blogThird_sec .iconCard h4{
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-family: arial;
}
#blogForth_sec{
  padding: 1em 0em;
  background-color: #ffffff;
}
#blogForth_sec .cta_blog{
  text-align: center;
}
#blogForth_sec .cta_blog h5{
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  background: #E08504;
  display: inline-block;
  border-radius: 0px;
  padding: 12px 20px;
}
#blogForth_sec .cta_blog h5 span{
  color: #000;
  background: #FDF7EF;
  font-size: 22px;
  padding: 5px 15px;
  margin: 5px 0px 0px 10px;
  font-weight: 600;
  border-radius: 20px;
}

/* ---------------Content_detail-------------- */
.content_detail h2{
  font-size: 28px;
  font-weight: 700;
  padding:10px 0px;
}
.content_detail h3{
  font-size: 24px;
  font-weight: 700;
  padding:10px 0px;
}
.content_detail h4{
  font-size: 20px;
  font-weight: 700;
  padding:10px 0px;
}
.content_detail h5{
  font-size: 18px;
  font-weight: 700;
  padding:10px 0px;
}
.content_detail p{
  font-size: 17px;
  line-height: 1.7em;
  padding: 5px 0px;
}
.content_detail ul, .content_detail ol{
  list-style: disc;
  padding-left: 1.8em;
  line-height: 1.7em;
  font-size: 17px
}
.content_detail ol{
  list-style: decimal;
  padding-left: 1.8em;
  line-height: 1.7em;
  font-size: 17px
}


@media (min-width: 768px) {
    .wrt_call_icon{
        display: none;
    }
}
@media(max-width:500px){
  #main_head .logo_sec{
    width: 260px;
  }
  #main_head .hd_wrt_number{
    display: none;
  } 
  #top_section .main_top_heading h1{
    font-size: 24px;
    padding: 1.1em 0em 0px 0.5em;
    color: #000;
  }
  #top_section h1{
    font-size: 24px;;
  }
  #blogForth_sec .cta_blog h5{
    font-size: 13px;
    display: flex;
  }
  #blogForth_sec .cta_blog h5 span{
    font-size: 13px;
    margin: 0px 0px 0px 20px;
  }
  #blogFirst_sec .blog_card h4 {
    font-size: 21px;
  }
  #top_section{
    height: 35em;
    /* padding: 5em 0em 0em 0em; */
  }
  #blogBannerSec{
    background-image: url(../../assets/image/blog/blog-inner-banner-for-mobile.jpg);
    height: 35em;
  }
  .b_headingForm{
    padding-top: 4rem !important;
  }
  .content_detail h2{
    font-size: 24px;
  }
  .content_detail h3, .content_detail h4{
    font-size: 22px;
  }
  table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .SocialwhyTObookRight ul {
    position: absolute;
    bottom: -10%;
    left: 6%;
  }
}
@media (min-width: 768px) {
  .custom-img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .custom-img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
.frm-card {
  top:0px;
  left:-5px;
  padding-bottom: 10px
}
.lg\:w-3\/12{
  width: 50% !important;
}
#mount{
  position: relative;
  margin-top: 0rem;
}
}

/***************End Blog Card********************/


/*************** Contact Form Card********************/
#Contact_sec .crd_wrp{
  padding: 0px 10px;
}
#Contact_sec .crd_wrp2{
   margin-top: 19px;
}
#Contact_sec .rw_btn{
  margin-bottom: 10px;
  padding-top: 10px
}
#Contact_sec .S_btn1 input{
  border-radius: 6px;
  padding: 5px;
  outline: none;
  width: 50%;
  color: #fff;
  background: #183661;
}
#Contact_sec .S_btn input{
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px;
  outline: none;
  width: 95%;
  color: #fff;
  background: #243265;
}
#Contact_sec .file_btn{
  margin-top: 13px;
}
#Contact_sec .S_btn input:hover{
  background-color:#C6E5FC;
  transition: 1s;
  color: #363491;
  outline: transparent;
}
#Contact_sec .User_Id{
  margin-top: 5px;
  padding:5px;
}
#Contact_sec .User_Id input{
  /*width: 100%;*/
  border:none;
  border-bottom: 2px solid #183661;
}
#Contact_sec .User_Id input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#Contact_sec .Password{
   padding:5px;
}
#Contact_sec .Password input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
#Contact_sec .Password input{
  width: 100%;
  border:none;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#Contact_sec .Password select{
  border:none;
  border-bottom: 2px solid #183661;
  padding-top: 13px;
}
#Contact_sec .phonebox input{
  width: 70%;
  border:none;
  float: right;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}
#Contact_sec .card_Box{
  background-color: #F9F3F2 ;
  border-radius:5px;
  height: 300px;
}
#Contact_sec .crd{
  padding:0px;
}
#Contact_sec .crd_spc{
  margin: 35px 0 40px 0;
}
#Contact_sec .form_box{
  padding: 20px;
}
#Contact_sec .frm-card{
  top:55px;
  left:23px;
}
@media only screen and (max-width: 600px) {
  .frm-card {
   top:0px;
   left:-5px;
   padding-bottom: 10px
  }
}
#Contact_sec .bg-ground{
  background: #ffffff52;
  margin-top: 50px;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}
/************End Form Card **************/

/**********Best Fare*************/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}
.title {
  color: grey;
  font-size: 15px;
}

/***************Start Introduction*************/
#top_mid h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(52% - 100px);
}
#top_mid h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  background: #373493;
  bottom: 0;
  left: calc(50% - 30px);
}
@media (max-width: 500px){
  #top_mid h3 ::before {
    content: '';
    position: absolute;
    display: block;
    width: 260px;
    height: 2px;
    background: #ddd;
    bottom: 1px;
    left: calc(42% - 100px);
  }
  #top_mid h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #373493;
    bottom: 0;
    left: calc(43% - 30px);
  }
}
/***************End Introduction*************/

/**************travel blog Card***************/
#travel_blog .tb_head_line h4::before {
  content: '';
  position: absolute;
  display: block;
  width: 315px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(45% - 100px);
}
#travel_blog .tb_head_line h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 3px;
  background: #373493;
  bottom: 0;
  left: calc(46% - 30px);
}
@media (max-width: 500px){
  #travel_blog .tb_head_line h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 260px;
    height: 2px;
    background: #ddd;
    bottom: 1px;
    left: calc(42% - 100px);
  }

  #travel_blog .tb_head_line h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #373493;
    bottom: 0;
    left: calc(43% - 30px);
  }
}
#travel_blog{
	margin-bottom: 20px; 
}
#travel_blog .tb_head_line h4{
  text-align: center; 
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 35px;
  color: #373493;
}
.card_travel_blog{
  box-shadow: 8px 4px 8px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border: 1.5px solid #fff;
  background: #f0f8ff;
}
.card_travel_blog{
	padding:20px 0 15px 0;
}
.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: 255px;
  background-color: #747b80;
  color: #ffffff;
}
@media(max-width: 500px){
	.card1{
		 height: 285px;
	}	
}
.card1:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #000;
  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;
}

/******************Destination***************/
#destination_slide{
  background: #f0f8ff;
  padding: 2em 0;
}
#serch_cheap_flight{
  padding-top: 2em;
  padding-bottom: 2em;
  background: #325A88;
  color: #fff;
}
#serch_cheap_flight .f_searrch_head h4{
  text-align: center;
  font-size: 30px;
}
#serch_cheap_flight .col-md-3{
  padding: 3px;
}
#serch_cheap_flight .des_des ul{
  padding: 0px;
  margin: 0px;
}
#serch_cheap_flight .des_des ul li{
  list-style: none;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 1px;
  border-radius: 3px; 
}
#serch_cheap_flight .des_des ul li:hover{
  border-left:2px solid #33358F;
  background: #C9E5F9;
}
#serch_cheap_flight .des_des ul li a{
 color: #33358F;
 font-weight: 500;
 font-size: 13px;
 text-transform: uppercase;
}
#serch_cheap_flight .des_des ul li span{
  color: #33358F;
  float: right;
}
#serch_cheap_flight .f_searrch_head h4::before {
  content: '';
  position: absolute;
  display: block;
  width: 490px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(37% - 100px);
}
#serch_cheap_flight .f_searrch_head h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 3px;
  background: #C9E5F9;
  bottom: 0;
  left: calc(43% - 30px);
}

@media (max-width: 500px){
  #serch_cheap_flight .f_searrch_head h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 260px;
    height: 2px;
    background: #ddd;
    bottom: 1px;
    left: calc(42% - 100px);
  }

  #serch_cheap_flight .f_searrch_head h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #C9E5F9;
    bottom: 0;
    left: calc(43% - 30px);
  }
}


/* ----------Tours Cards------------- */

.tours_card{
  box-shadow: 2.3px 1.9px 8px 0 rgb(0 0 0 / 11%);
  border-radius: 10px;
}
.tours_card img {
  width:100%; 
  height: 250px;
  min-height: 220px; 
  object-fit: cover;
}
/* .card_detail {
  padding-left:10px;
} */
.card_detail h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.card_detail ul{
  padding-left: 0px;
  margin-bottom: 0;
}
.badge-custom {
background-color: #0d6efd;
color: white;
border-radius: 20px;
padding: 5px 12px;
font-size: 14px;
}
.view_detail_btn{
  position: relative;
  text-align: right;
  right:10px;
  bottom: 10px; 
}
.custom-img {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tour_itinerary h3{
font-size:22px;
font-weight: 700;
padding: 5px 0px;
}
.highlights_desc h3{
  padding: 5px 0px;
  font-size:22px;
  font-weight: 700;
}
.over_desc p{
font-size: 17px;
line-height: 1.8em;
color: #333;
padding: 5px 0px;
}
.highlights_desc ul {
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.8em;
}
.highlights_desc ul li{
  list-style: disc;
}
.collapse{
  visibility: visible;
}
.include_excludes{
  padding:1em 0em;
}
.include_excludes .collapse{
  visibility: visible;
}
.include_excludes span{
  display: block;
}
.include_excludes span h5{
  display: inline;
}
.include_excludes ul li{
  list-style: disc;
}
.accordion-button{
  padding: 10px 0px;
}


  







