@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
.header .full_width{display: flex; align-items: center; justify-content: space-between;}
.header .full_width .RightSideCall a{display: flex ; align-items: center; gap: 5px; font-size: 20px; font-weight: 700; color: #333; border: 1px solid; padding: 5px 12px; border-radius: 5px;}
.header .full_width .RightSideCall a svg{background: #f44c28; padding: 3px; border-radius: 3px; height: 30px; width: 30px;}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card_2 .rwt_bottom_number{margin: 0px; padding: 0px;}
.close2{position: absolute;right: 9px;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;}
.half-quater-1{background: #efefef;padding: 20px;}
.half-quater-2{background: #fff;padding: 20px;}
.card_1 .pro_pic{text-align: center; padding: 10px; display: flex; justify-content: center;}
.card_1 .pro_pic img{border-radius: 75%; width: 40%; background: #022739; float: left; height: 100%;}
.card_1 .heading{text-align: center;border-bottom: 2px solid #fff; padding: 10px; float: left; width: 100%;}
.card_1 .heading_parg{text-align: center; padding: 10px 20px; float: left; width: 100%;}
.card_2{text-align: left;}
.card_2 .rwt_top_heading{margin-top: 15%; padding-bottom: 40px; border-bottom: 2px solid #efefef;}
.card_2 .rwt_top_heading h4{font-size: 40px; font-weight: 700; text-align: center;}
.card_2 .rwt_bottom_number h4{font-size: 40px; font-weight: 700;}
body .rwt-bottom { margin-top: 0%; padding: 40px 0px;}
.flievesSvBg{z-index: 9; background: url(../images/comp/flievesSvBg.webp) no-repeat; background-size: cover; background-position: bottom;}
.flievesDoBg{z-index: 9; background: url(../images/comp/flievesDoBg.webp) no-repeat; background-size: cover; background-position: bottom;}
.banner_home .banner_top_box a{
    background: #333;
    padding: 6px 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: max-content;
    position: relative;
    border-radius: 30px 0px 0px 30px;
    border-right: 4px solid #fff;
    margin: 0 auto;
}
.banner_home .banner_top_box a:hover{
  background: #f44c28;
  text-decoration: none;
}

@media(max-width: 500px){
    .half-quater-1{background: #efefef;padding: 10px;}
    .half-quater-2{background: #fff;padding: 10px;}
    .card_1 .pro_pic img{width: 30%;}
    .card_2 .rwt_top_heading{margin-top: 2%; padding-bottom: 5px;}
    .card_2 .rwt_top_heading h4{font-size: 20px; font-weight: 700;}
    .card_2 .rwt_bottom_number{margin-top: 2%; padding: 5px 0px;}
    .card_2 .rwt_bottom_number h4{font-size: 40px; font-weight: 700;}
}
body .rwt_sidebar_call {width: auto; position: fixed; top: 65%; right: 15px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); background: #fff; z-index: 999; font-family: Arial; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; line-height: 1.5; text-align: left;}
body .rwt_sidebar_call>a {font-size: 18px; background: #f3f5f7; font-weight: 700; display: flex; padding: 8px 15px 8px 15px; 
    color: #000; text-decoration: none; transition: none; -webkit-transition: none; -moz-transition: none; 
    align-items: center; border-bottom: 1px solid #f44c28;}
    body .rwt_sidebar_call a img {margin-right: 5px; border-radius: 50px; width: 30px; height: 30px;}
    body .rwt_sidebar_call>a>span {display: inline-block;}
    body .rwt_sidebar_call b {
      padding: 5px 10px 5px 10px; font-size: 14px; display: block; text-align: center; background: #f44c28; border-radius: 0px 0px 20px 20px;  color: #fff;
  }
  body .rwt_sidebar_call.active {
      background: none;
      border: none;
  }
  body .rwt_sidebar_call.active>a {
      line-height: 43px;
      width: 55px;
      height: 55px;
      text-align: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      box-shadow: 0px 0px 5px grey;
      -webkit-box-shadow: 0px 0px 5px grey;
      -moz-box-shadow: 0px 0px 5px grey;
      background: #fff;
      border: 5px solid #fff;
      margin: 0 0px 5px 10px;
      padding: 0!important;
      float: none;
      overflow: hidden;
  }
  body .rwt_sidebar_call.active img {
      width: 45px;
      margin: 0;
      height: 45px;
  }
  body .rwt_sidebar_call.active span {
      display: none;
  }
  body .rwt_sidebar_call.active b {
      display: none;
  }
  body .rwt-bottom { margin-top: 0%; padding: 40px 0px;}


  body .rwt-bottom a img {max-width: 45px;}

  ul.support_lists li span svg path {
    fill: #f44c28;
}

.footer .footer_box .sub_head~p a img{
    width: 30px;
    border-radius: 3px;

}
.header .navigation_bar>li>a{
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f44c28;
    padding: 6px 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
.header .navigation_bar>li>a:hover{color: #fff9ca; text-decoration: none;}
.navigation_bar img.flag__header{border-radius: 5px; width: 30px;}
.tfn__fixed__footer{display: none; z-index: 9; position: fixed; bottom: 0; width: 100%; padding: 10px; text-align: center; background: #333;}
.tfn__fixed__footer a {
   color: #fff;
   margin-right: 0;
   font-size: 24px;
   font-weight: 600;
   background: #f44c28;
   padding: 5px 15px;
   border-radius: 8px;
}
.tfn__fixed__footer a img{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.home_content {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
.home_content p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}
.home_content h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 11px;
    line-height: 1.5;
}
.home_content ul {
    margin: 0;
    padding: 10px 0 0 25px;
}
.home_content ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
}

@media  screen and (max-width:767px) {
    .tfn__fixed__footer{display: block;}
    .Copyright{margin-bottom: 50px;}
    .home_content h2 {font-size: 18px;}
    .home_content { margin: 10px 0 20px 0;}
}

.autoOpenPopup { position:fixed; top:0; left:0; width:100%; height:100%; z-index:100000000; display:none;}
.autoOpenPopup > div { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:rgba(0, 0, 0, 0.7); }
.autoOpenPopup > div > div { width:600px; display:flex; flex-wrap:wrap; background:white;transform:scaleY(0); -webkit-transform:scaleY(0); transform-origin:bottom; -webkit-transform-origin:bottom; transition:all 0.5s; -webkit-transition:all 0.5s; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.autoOpenPopup div > div.active { transform:scaleY(1); -webkit-transform:scaleY(1); transition:all 0.5s; -webkit-transition:all 0.5s; }
.autoOpenPopup > div > div > i.fa-times { position:absolute; top:15px; right:15px;width:35px; height:35px;font-size:20px; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; display:flex; justify-content:center; align-items:center; cursor:pointer; transition: 0.2s linear;-webkit-transition: 0.2s linear;-moz-transition: 0.2s linear;background: #eee;}

.autoOpenPopup > div > div > a.fa-phone { position:absolute; top:15px; right:60px;width:35px; height:35px;font-size:20px; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;display:flex; justify-content:center; align-items:center; cursor:pointer; transition: 0.2s linear;-webkit-transition: 0.2s linear;-moz-transition: 0.2s linear;background: #eee;text-decoration: none;}
.autoOpenPopup > div > div > i.fa-times, .autoOpenPopup > div > div > a.fa-phone{color:#999;}
.autoOpenPopup > div > div > i.fa-times:hover, .autoOpenPopup > div > div > a.fa-phone:hover {color:#1e1e1e;}


.autoOpenPopup div.main_popup{width:100%;float:left;padding:65px 30px 20px 30px;}
.autoOpenPopup div.main_popup p{width:100%;float:left;margin-bottom: 10px;text-align: center;line-height: 1.3;}
.autoOpenPopup div.main_popup p.head{font-weight: bold;font-size: 30px;color:#1e1e1e;margin-bottom: 20px;}
.autoOpenPopup div.main_popup .partition{padding:0;margin:0 -5px;clear: both;}
.autoOpenPopup div.main_popup .partition::before, .autoOpenPopup div.main_popup .partition::after{content:"";display: table;clear: both;}
.autoOpenPopup div.main_popup .partition > li{width:50%;float:left;padding:0 5px;list-style: none;}
.autoOpenPopup div.main_popup .partition > li > a{width:100%;float:left;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background: #fdc900;margin-bottom: 10px;padding:20px 10px 10px;display: flex;align-content: center;flex-direction: column;justify-content: center;text-decoration: none;}
.autoOpenPopup div.main_popup .partition > li > a.chang{background: #FFD8D8; border: 1px solid #FFD8D8;}
.autoOpenPopup div.main_popup .partition > li > a.chang span{color: #f50642;}
.autoOpenPopup div.main_popup .partition > li > a.ref{background: #D4E9F4; border: 1px solid #D4E9F4;}
.autoOpenPopup div.main_popup .partition > li > a.ref span{color: #00547e;}
.autoOpenPopup div.main_popup .partition > li > a.res{background: #DCDCDC; border: 1px solid #DCDCDC;}
.autoOpenPopup div.main_popup .partition > li > a.res span{color: #0d0a0e;}
.autoOpenPopup div.main_popup .partition > li > a.rebook{background: #FFCFC6; border: 1px solid #FFCFC6;}
.autoOpenPopup div.main_popup .partition > li > a.rebook span{color: #f55206;}


.autoOpenPopup div.main_popup .partition > li > a > *{width:100%;float:left;margin-bottom: 10px;text-align: center;font-weight: bold;}
.autoOpenPopup div.main_popup .partition > li > a > p{line-height: 1;}
.autoOpenPopup div.main_popup .partition > li > a img{display: inline-block;height: 50px;}

.autoOpenPopup div.main_popup p.phone_number{display: flex;justify-content: center;}
.autoOpenPopup div.main_popup p.phone_number > a{width:100%;float:left;color: #fff;font-weight: bold;padding: 15px 25px;background: #1e1e1e;text-decoration: none;font-size: 24px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}

@media (min-width:768px) and (max-width:991px)
{
    .autoOpenPopup div.main_popup{width:100%;padding:60px 10px 0;}
    .autoOpenPopup > div > div { width:500px;}
    .autoOpenPopup div.main_popup p.head{font-size: 26px;}
}
@media (max-width:767px)
{
    .autoOpenPopup div.main_popup{width:100%;padding:60px 10px 0;}
    .autoOpenPopup > div > div { width:310px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
    .autoOpenPopup div.main_popup .partition > li > a{height: 140px;justify-content: start;}
    .autoOpenPopup div.main_popup p.head{font-size: 16px;}
    .autoOpenPopup div.main_popup p.phone_number > a{padding: 10px 25px;font-size: 20px;}
    .banner_home .banner_top_box h1{font-size: 24px;}
    .banner_home .banner_top_box p{font-size: 16px;}
    .banner_home .middle_area{-webkit-transform: translate(-57%, -50%);}
    .banner_home .banner_top_box{padding: 15px;}
    .right_side_box_size .icon{margin: 15px 128px;}
}

/*page css*/
.TrainService{padding: 60px 0px !important;}
.TrainService .PnrandServicecard .img img{width: 100%; padding-bottom: 15px; -webkit-transition: 0.4s ease; transition: 0.4s ease;}
.TrainService .PnrandServicecard{margin-bottom: 30px; text-align: center; position: relative;}
.TrainService .PnrandServicecard:hover .img img{-webkit-transform: scale(1.05); transform: scale(1.05);}
.TrainService .PnrandServicecard:before{position: absolute; content: ""; background: #f0f7ff; bottom: 0px; width: 100%; height: 160px; left: 0px; z-index: -1; border-radius: 30px 30px 0px 0px; border-bottom: 1px dashed #f44c28;}
.TrainsSpandBg{background-image: url(../images/popup/TrainBgEra.webp) !important;}
/*page css end*/

/*top__banner__section*/
.CallUsNow{font-size: 32px; font-weight: 700;}
.CompainPage .full_width{display: flex; align-items: center; justify-content: space-between;}
.CompainPage .full_width .tfnSection a{font-size: 20px; color: #fff; font-weight: 600; background: #f44c28; padding: 6px 16px; border-radius: 10px; display: flex; align-items: center; gap: 5px;}
.CompainPage .full_width .tfnSection a:hover{background: #333; text-decoration: none;}
.CompainPage .full_width .tfnSection span{position: absolute; right: 30px; top: 5px; font-size: 10px; background: #f44c28; padding: 2px 7px; border-radius: 10px 10px 0px 10px; color: #fff;}
.CompainPage .full_width .tfnSection{margin-top: -8px;}
.CompainPage .full_width .tfnSection a i{animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear;}
@keyframes trin {
  from {transform:rotate3d(0, 0, 1, 0deg);}
  20%, 32%, 44%, 56%, 68% {transform: rotate3d(0, 0, 1, 0deg);}
  23%, 35%, 47%, 59%, 71% {transform: rotate3d(0,0,1,15deg);}
  26%, 38%, 50%, 62%, 74% {transform: rotate3d(0,0,1,0deg);}
  29%, 41%, 53%, 65%, 77% {transform: rotate3d(0,0,1,-15deg);}
  80% {transform:rotate3d(0, 0, 1, 0deg);}
}
.paddingComman{padding: 60px 0px;}
div.new_header_area ul.new_header_area_partition{display: flex; justify-content: space-between; align-items: center;}
div.new_header_area ul.new_header_area_partition a{font-size: 20px; font-weight: 700; color: #f44c28;}
.banner{margin-top: 0px;}
.middle__banner__call{float: left; width: 100%; padding: 60px 0px;}
.middle__banner__call .banner__card img{border-radius: 20px;}
.navbar-dark .navbar-brand{margin-top: 6px;}
.call_now_box a{font-size: 24px;}
.footer_txt a, .footer_txt p{font-size: 18px;}
.top__banner__section {background: url(../images/popup/BannerReseMonkBg.webp) no-repeat; background-size: cover; padding: 130px 0px; float: left; width: 100%; position: relative;}
.top__banner__section .contentBanner p{font-size: 42px; font-family: "K2D", sans-serif; font-weight: 600; margin-bottom: 40px; color: #fff; float: none;}
.top__banner__section .contentBanner p span{color: #f44c28;font-size: 40px; font-weight: 700; float: left; width: 100%; border-radius: 10px; position: relative; text-shadow: 2px 3px 3px rgb(0 0 0 / 30%);}
.CardBanner .line{position: relative; width: 100px; height: 3px; background: #fff; border-radius: 50px;}
.tavel_guide_area .tavel_guide img{border-radius: 10px;}
.CardBanner .line:before{position: absolute; content: ""; width: 20px; left: 107px; background: #f44c28; height: 3px; top: 0px; border-radius: 50px;}
.CardBanner .line:after{position: absolute; content: ""; width: 20px; left: 134px; background: #f44c28; height: 3px; top: 0px; border-radius: 10px;}
.top__banner__section .d-flex{display: flex;}
.top__banner__section .right__img {position: absolute; bottom: 0; width: 100%}
.top__banner__section .left__img__with__price .img__bg img {width: 100%; margin-bottom: 40px; position: relative; bottom: 40px;}
.top__banner__section .right__img img {width: 100%; display: block;}
.top__banner__section .tfn__box__middle p.feel__free {font-size: 22px; margin-bottom: 30px; color: #000; text-align: center; font-weight: 700}
.top__banner__section .model-top-rht p.phone_number a {display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-size: 28px; color: #fff; background: #032f55; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 8px 25px; width: 58%;}
.top__banner__section .model-top-rht p.phone_number a:hover {background: #376dee; text-decoration: none;}
.top__banner__section .model-top-rht p.phone_number a.active {background: #f44c28; padding: 13px 18px; font-size: 38px; font-weight: 700;}
.top__banner__section .model-top-rht p.phone_number a.active:hover{background: #ff6430; text-decoration: none; color: #fff;}
.top__banner__section .model-top-rht p.phone_number a img {width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff}
.tfn__box__middle .numberList{position: relative; float: left; width: 100%;}
.tfn__box__middle .numberList a{position: relative; z-index: 1; display: flex; align-items: center; margin-left: -15px; color: #FFF; font-size: 48px; font-style: normal; gap: 10px; font-weight: 700; line-height: normal;}
.tfn__box__middle .model-top-rht{position: relative;margin-top: 26px;margin-bottom: 23px;float: left;width: 100%;float: left;}
.tfn__box__middle .model-top-rht span{position: relative; font-size: 14px; background: #300a04; padding: 8px 20px; border-radius: 10px 10px 0px 10px; color: #fff;} 
.tfn__box__middle .numberList a .callIcon{background: linear-gradient(90deg, rgba(244,76,40,1) 0%, rgba(0,0,0,1) 100%); color: #fff; padding: 12px 20px; display: flex; align-items: center; gap: 10px; border-radius: 10px; margin-left: 13px;}
.tfn__box__middle .numberList a .callIcon:hover{background: #300a04;}
.top__banner__section .flex__box {display: flex; align-items: center}
.NeedSupDes .CardBanner p.payMentRelated{color: #fff; margin-top: 15px; font-size: 16px;}
.NeedSupDes .tfn__box__middle .numberList a{font-size: 42px;}
.top__banner__section.StartEs p {font-size: 34px;}
.top__banner__section.StartEs p span{font-size: 32px;}
.top__banner__section .flex__box .tfn__box__middle {width: 90%; margin: 0px 0px 80px auto;}
.top__banner__section .left__img__with__price .price__box p.price {color: #fff; margin-bottom: 20px; font-weight: 600}
.StartEs .tfn__box__middle .numberList a{font-size: 36px;}
.StartEs .tfn__box__middle .numberList a:hover{text-decoration: none;}
/*top__banner__section end*/

.RVM_Hintro_B .RVM_Hintro_cntnt{background: transparent;}
.RVM_Hintro_B .RVM_Hintro_icon{background: transparent;}
.WhyChoiceCompain .process-img img{filter: invert(1)}
.WhyChoiceCompain span.process-num{font-size: 40px;}
.WhyChoiceCompain .bg_top_area{background: transparent;}
.WhyChoiceCompain{padding: 60px 0px;}
.tavel_guide_area .tavel_guide{margin-bottom: 20px;}
.WhyChoiseUs .about_content h2{font-size: 28px; font-weight: 600;}
.WhyChoiseUs .about_content .about_bootom_area ul{font-size: 16px; margin-left: 20px;}
.WhyChoiseUs .about_content .about_bootom_area ul li{line-height: 40px; color: #333;}
.WhyChoiseUs .about_right img{width: 100%; border-radius: 20px;}

/*ComapinFooter*/
.ComapinFooter .footer_box{text-align: center;}
.ComapinFooter .CallNow{font-size: 36px; font-weight: 700;}
.ComapinFooter a.CallIcon {display: flex !important; align-items: center; justify-content: center; gap: 10px;}
.ComapinFooter a.CallIcon:hover{color: #f44c28;}
/*ComapinFooter end*/

/*CarRentalSection*/
.CarRentalSection .contentBanner p span{font-size: 42px;}
.CarRentalSection .terms p.termsPrice {font-size: 12px; color: #fff;}
.CarRentalSection .tfn__box__middle .numberList a .callIcon{margin-bottom: 15px;}
.CarRentalSection {padding: 90px 0px; background: url(../images/popup/CarRentalBg.webp); background-position: right;}
.WhyChoiseCar{padding: 60px 0px;}
.RVM_Hvactn_pack_new > div:first-child{background: url(../images/popup/BannerReseMonkBgBottom.webp); background-position: top;}
.RVM_Hvactn_pack_new > div.AmazingFlightBg{background: url(../images/popup/AmazingFlightBg.webp); background-position: top;}
.RVM_Hvactn_pack_new > div.AmazingHotelDeal{background: url(../images/popup/AmazingHotelDeal.webp); background-position: top;}
.HotelSectionBg{background: url(../images/popup/HotelSectionBg.webp); background-position: top;}
.WhyChoiseCar .GRTS_Hintro_icon{position: relative;}
.WhyChoiseCar .WhYcard{padding: 20px; background: #f7f7f7; border-radius: 10px;}
.WhyChoiseCar .WhYcard .GRTS_Hintro_icon{width: 80px; height: 80px; border-radius: 16px; margin: 0 auto; margin-bottom: 20px; background-color: #ecf4f5; font-size: 28px; color: #f44c28;}
.WhyChoiseCar .WhYcard .GRTS_Hintro_icon svg{width: 25px;}
.WhyChoiseCar .GRTS_Hintro_cntnt{padding: 0px; text-align: center;}
.WhyChoiseCar .WhYcard .GRTS_Hintro_cntnt p{font-size: 13px; color: #727272; line-height: 26px; letter-spacing: 0px;}
.WhyChoiseCar .WhYcard .GRTS_Hintro_cntnt h2{font-size: 18px;}
.WhyChoiseCar .WhYcard .BgGreen{background: #f44c28; color: #fff;}
.AmazingCarBg{background: url(../images/popup/AmazingCarBg.webp); background-position: right;}
.MostPopularCar .GRTS_HPdestination>div>div{padding: 0px; border-radius: 10px;}
.MostPopularCar .GRTS_Hs_destination .GRTS_H_hover{background: rgb(0,0,0); background: linear-gradient(0deg, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 0%) 100%); border-radius: 10px;}
.MostPopularCar .GRTS_Hs_destination .GRTS_H_hover h4{color: #e7b248;}
.MostPopularCar .GRTS_Hs_destination .GRTS_H_hover:hover h4{color: #fff;}
.HotelBannerOffer{background: url(../images/popup/HotelBannerOffer.webp); background-position: right;}
.WhyChoiseCar .GRTS_Hintro_icon img{width: 50px;}
.GRTS_HPdestination>div{margin: 0px;}
.bg-light{background: #fbfbfb;}
.FlightDealsOffer{background: url(../images/popup/FlightDealsOffer.webp); background-position: right;}
.FlightBannerBg{background: url(../images/popup/FlightBannerBg.webp); background-position: right;}
.TravelAgBanner{background: url(../images/popup/TravelAgBanner.webp) no-repeat; padding: 120px 0px; position: relative; background-position: right;}
.TravelAgBanner:before{background: linear-gradient(270deg, rgb(54 60 66 / 0%) 0%, rgb(0 0 0) 100%); position: absolute; content: ""; height: 100%; width: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px;}
.RVM_footer_sec{margin-bottom: -10px;}

/*CarRentalSection end*/

/*banner*/
.customer__support__banner{display: block; position: relative; background: url(../images/popup/banner__bg__call.webp) no-repeat; background-size: cover; height: 580px;}
.customer__support__banner:before{position: absolute; content: ""; background: linear-gradient(0deg, rgb(1 170 198 / 61%) 0%, rgb(0 0 0 / 85%) 100%);  height: 100%; width: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px;}
.customer__support__banner .d-flex{display: flex; align-items: center;}
.customer__support__banner .right__img img{width: auto; position: relative; top: 73px; right: 1px;}
.customer__support__banner .icon__and__box{background: url(../images/popup/box_with__icon.png) no-repeat; background-size: contain; width: 100%; height: 270px; padding: 30px 20px 27px 20px; background-position: center;}
.customer__support__banner .icon__and__box .icon__list .icon__box{display: flex; align-items: center; gap: 5px; margin-top: 5px;}
.customer__support__banner .icon__and__box .icon__list .icon__box span{color: #fff; font-size: 14px;}
.customer__support__banner .flight__booking__middle{text-align: left; margin-top: 50px;}
.customer__support__banner .sky__high__left img.airplane{position: relative; left: -48px; top: 8px;} 
.customer__support__banner .flight__booking__middle h3{font-family: "Niconne", cursive; font-weight: 100; font-size: 36px; color: #fff;}
.customer__support__banner .flight__booking__middle h3 span{color: #02bddc; font-size: 40px;}
.customer__support__banner .flight__booking__middle span{font-family: "Niconne", cursive; font-size: 64px; color: #fff;}
.customer__support__banner .flight__booking__middle .icon__img img{position: relative; top: -15px; left: 155px; margin-bottom: 40px;}
.customer__support__banner .flight__booking__middle .call__us .btn__box a{background: #f44c28; padding: 6px 24px 6px 15px; width: max-content; color: #fff; margin-bottom: 0px; font-size: 34px; border-radius: 30px 5px 5px 30px; -webkit-border-radius: 50px 0px 0px 50px; -moz-border-radius: 30px 5px 5px 30px; font-family: "Kumbh Sans", sans-serif; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 3px solid #fff;}
.customer__support__banner .flight__booking__middle .call__us .btn__box a:hover{background: #333; text-decoration: none;}
.customer__support__banner .flight__booking__middle .call__us .btn__box a img{border-radius: 50px; width: 35px; height: 35px; border: 2px solid #fff;}
.customer__support__banner .flight__booking__middle .call__us p{font-size: 20px; color: #fff; margin-bottom: 15px; font-family: "Kumbh Sans", sans-serif;}
.customer__support__banner .sky__high__left{margin-top: 60px; position: relative; left: 20px;}
.customer__support__mobile{display: none;}
/*banner end*/

/*spanishContent*/
.spanishContent{float: left; width: 100%; padding: 60px 0px;}
.spanishContent .content h2{font-size: 24px; color: #333; margin-bottom: 10px; border-bottom: 1px solid #e8e8e8; padding-bottom: 10px;}
.spanishContent .content ul li{margin-left: 30px; color: #333;margin-bottom: 5px;}
.spanishContent .content p{color: #333;}
.top__banner__section.StartEs{background: url(../images/popup/tickets-booking-ban.webp); background-position: center center;background-size: cover;}
/*spanishContent end*/

.top__banner__section.ticket-booking{background: url(../images/popup/ES_ES_bg.webp); background-position: center center;}

/*customer__support__mobile*/
.customer__support__mobile{padding: 20px 0px; position: relative; background: url(../images/popup/banner__bg__call.webp) no-repeat; background-size: cover;}
.customer__support__mobile:before { position: absolute; content: ""; background: linear-gradient(0deg, rgb(1 170 198 / 61%) 0%, rgb(0 0 0) 100%); height: 100%; width: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.customer__support__mobile .customer__support__body .img__top{margin-left: 9px;}
.customer__support__mobile .customer__support__body .middle__content{display: flex; align-items: center; background: url(../images/popup//box_with__icon__mobile.png) no-repeat; background-size: auto; height: 186px; margin-bottom: 15px; background-position: center;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3{padding: 0px 50px; text-align: center; color: #fff; font-family: "Niconne", cursive; font-size: 32px;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3 span{color: #02bddc;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3 span.flight{color: #fff; font-size: 24px;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now p{text-align: center; font-size: 16px; color: #fff; font-family: "Kumbh Sans", sans-serif; margin: 10px 0px;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box a{background: #F15B58; position: relative; padding: 10px 20px 10px 35px; color: #fff; font-size: 26px; border-radius: 20px 5px 0px 20px; -webkit-border-radius: 20px 5px 0px 20px; -moz-border-radius: 20px 5px 0px 20px; font-family: "Kumbh Sans", sans-serif; font-weight: 700;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box a:before{position: absolute; content: ""; right: 0px; bottom: -16px; width: 0; height: 0; border-top: 16px solid #813E3D; border-right: 15px solid transparent;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box{text-align: right; position: relative; right: 20px;}
.customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box img{width: 55px; position: relative; top: -5px; left: 30px; z-index: 9;}
.customer__support__mobile .customer__support__body .box__bottom .icon__box{display: flex; align-items: center; gap: 5px; margin-bottom: 15px;}
.customer__support__mobile .customer__support__body .box__bottom .icon__box span{color: #fff; font-size: 9px;}
.customer__support__mobile .customer__support__body .middle__content .icon__img{text-align: center;}
.customer__support__mobile .customer__support__body .middle__content .icon__img img{width: 118px;}
/*customer__support__mobile end*/

.sidebar-call {width: 100%; position: fixed; top: 50%; left: 100%; transform: translate(-30px, -50%); -webkit-transform: translate(-30px, -50%); -moz-transform: translate(-30px, -50%); z-index: 999; transition: .3s linear; -webkit-transition: .3s linear; -moz-transition: .3s linear}
.sidebar-call:hover {transform: translate(-232px, -50%); -webkit-transform: translate(-232px, -50%); -moz-transform: translate(-232px, -50%)}
.sidebar-call>a {width: auto; float: left; font-weight: 700; display: block; text-decoration: none; line-height: 1.5; text-align: left; position: relative; padding: 7px 20px 7px 35px; background: linear-gradient(90deg, rgba(244,76,40,1) 0%, rgba(0,0,0,1) 100%);}
.sidebar-call>a>span {position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); border: 7px solid #d64323; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%}
.sidebar-call>a>span>img {background: #fff; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; float: left}
.sidebar-call>a>b {font-size: 21px; color: #fff}
div.main_header div.main_header_top .header_numbers .call1 a{background: #214c6b; display: flex; align-items: center; padding: 10px 20px; border-radius: 8px; color: #fff;}
div.main_header div.main_header_top .header_numbers .call1 a:hover{background: #333; text-decoration: none; color: #fff;}
div.main_header div.main_header_top .header_numbers .call1 img{width: 25px; height: 25px; border-radius: 50px; border: 2px solid #fff;}
div.main_header div.main_header_top .header_numbers .call1{margin-top: 0px;}

/*popup*/
.autoOpenPopupNew { position:fixed; top:0; left:0; width:100%; height:100%; z-index:100000000; display:none;}
.autoOpenPopupNew > div { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:rgba(0, 0, 0, 0.7); }
.autoOpenPopupNew > div > div { width:720px; background:white;transform:scaleY(0); -webkit-transform:scaleY(0); transform-origin:bottom; -webkit-transform-origin:bottom; transition:all 0.5s; -webkit-transition:all 0.5s; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px; border: 10px solid #e7ffff;}
.autoOpenPopupNew div > div.active { transform:scaleY(1); -webkit-transform:scaleY(1); transition:all 0.5s; -webkit-transition:all 0.5s; }
.autoOpenPopupNew > div > div > .fa {z-index: 9; position:absolute; top:15px; width:35px; height:35px;font-size:20px; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; display:flex; justify-content:center; align-items:center; cursor:pointer; transition: 0.2s linear;-webkit-transition: 0.2s linear;-moz-transition: 0.2s linear;background: #eee;text-decoration:none;color:#999;}
.autoOpenPopupNew > div > div > .fa-times{right: 15px;}
.autoOpenPopupNew > div > div > .fa-phone{right: 60px;}
.autoOpenPopupNew > div > div > .fa:hover{color:#111;}
.flightbook-modal .modal-content{max-width: 720px;}
.flightbook-modal .model-top-rht{width: 100%;}
.flightbook-modal .model-bottom{background: rgb(223,250,241); background: linear-gradient(0deg, rgba(223,250,241,1) 0%, rgba(185,241,222,1) 100%);}
.flightbook-modal .model-top{float: none;}
.flightbook-modal .content-ins p{margin-bottom: 4px;}
.flightbook-modal .model-bottom .top__heading p{font-size: 20px; color: #333; font-weight: 600; position: relative; margin-bottom: 30px;}
.flightbook-modal .model-bottom .top__heading p:before{position: absolute; content: ""; height: 2px; width: 100%; background: #43cc9e; top: 70px;}
.flightbook-modal .model-bottom{padding: 50px 30px 60px 20px; padding-bottom: 30px;}
.flightbook-modal .model-top-lft img.Image{width: auto; height: auto; border: none; border-radius: 10%; -webkit-border-radius: 10%; -moz-border-radius: 10%; border: 6px solid #f2f2f2;}
.flightbook-modal .model-top .model-top-lft{width: auto; float: none; margin-top: 42px;}
.flightbook-modal .model-top{padding: 0px 26px 0px 0px; text-align: center;}
.flightbook-modal .model-top-rht p.phone_number a{float: left; width: 100%; display: flex; align-items: center; text-align: left; margin-bottom: 10px; font-size: 28px; background: #f44c28; text-decoration: none; color: #fff; padding: 8px 12px; border-radius: 5px; font-weight: 700;}
.flightbook-modal .model-top-rht p.phone_number a:hover{background: #333;}
.flightbook-modal .content__middle span{float: left; width: 100%;}
.flightbook-modal .content__middle span{font-size: 13px; margin-bottom: 10px;}
.flightbook-modal p.phone_number a img{margin-right: 12px; width: 26px; border-radius: 50%; border: 2px solid #fff;}
.flightbook-modal .content-inn img{border-radius: 4px; border: 1px solid #8affd9;}
.flightbook-modal .main_popup .model-bottom .right__side__box{display: flex; align-items: center; gap: 10px; margin-bottom: 30px;}
.flightbook-modal .main_popup .content-ins p {color: #3a465f; font-size: 13px; font-weight: 600; margin-bottom: 0px;}
.flightbook-modal .main_popup .content-ins h5 { margin: 0 0 0 0; font-weight: bold; font-size: 14px; color: #3a465f; }
.flightbook-modal .content__middle h3{margin: 8px 0px; font-weight: 600;}
.flightbook-modal .main_popup .model-bottom .right__side__box{margin-bottom: 28px;}
.phone-only .icon__box{margin-bottom: 3px;}
.flightbook-modal .content__middle h3{font-size: 20px; color: #333;}
.phone-only .icon__box .content p{font-size: 11px;}
.phone-only .icon__box .content span.bold{font-size: 12px;}
.footer_fasttrack .footer-upper .footer-links h3{font-size: 20px; margin-bottom: 10px;}
.flightbook-modal .model-bottom{padding: 20px 15px 16px 6px; float: left; background: #e7ffff;}
.autoOpenPopupNew .partition{padding:0;margin:0 -5px;clear: both; text-align: center;}
.autoOpenPopupNew .partition > li{width:50%;float:left;padding:0 5px;list-style: none;}
.autoOpenPopupNew .partition > li > a{width:100%;float:left;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background: #fdc900;margin-bottom: 10px;padding:20px 10px 10px;display: flex;align-content: center;flex-direction: column;justify-content: center;text-decoration: none; min-height: 145px;}
.autoOpenPopupNew .partition > li > a.chang{background: #FFD8D8; border: 3px solid #dccdcd;}
.autoOpenPopupNew .partition > li > a.chang span{color: #f50642;}
.autoOpenPopupNew .partition > li > a.ref{background: #D4E9F4; border: 3px solid #c7e0ee;}
.autoOpenPopupNew .partition > li > a.ref span{color: #00547e;}
.autoOpenPopupNew .partition > li > a.res{background: #DCDCDC; border: 3px solid #d3d3d3;}
.autoOpenPopupNew .partition > li > a.res span{color: #0d0a0e;}
.autoOpenPopupNew .partition > li > a.rebook{background: #FFCFC6; border: 3px solid #ebc3bb;}
.autoOpenPopupNew .partition > li > a.rebook span{color: #f55206;}
.footer_fasttrack .footer-upper .footer-about p{margin-top: 10px !important;}
.phone-only .call__btn__body .call__tfn .phone_number a img.flage-code{height: 26px; width: 26px;}
.flightbook-modal p.phone_number a img{height: 28px; width: 28px;}
.headerClsFix{display: none;}
.MobileViewBanner{display: none;}

.sidebar_call {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 100%;
    transform: translate(-30px,-50%);
    -webkit-transform: translate(-30px,-50%);
    -moz-transform: translate(-30px,-50%);
    z-index: 999;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear
}

.sidebar_call:hover {
    transform: translate(-226px,-50%);
    -webkit-transform: translate(-226px,-50%);
    -moz-transform: translate(-226px,-50%)
}
.top_desti .col {
    padding: 0;
}

.sidebar_call>a {
    width: auto;
    float: left;
    font-weight: 700;
    display: block;
    text-decoration: none;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding: 7px 20px 7px 35px;
    background: #f44c28;
}
.sidebar_call>a:hover{text-decoration: none;}
.sidebar_call>a>span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border: 7px solid #f44c28;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.sidebar_call>a>span>img {
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    float: left
}

.sidebar_call>a>b {
    font-size: 21px;
    color: #fff;
}
.sidebar_call>a>b:hover{text-decoration: none;}

/*.MobileViewBanner*/
@media (max-width: 767px) {
  .flightbook-modal .content__middle h3{font-size: 16px; margin-top: 7px;}
  .MobileViewBanner{display: block;}
  .MobileViewBanner .AirlineFlightTicket h2{margin: 0px; background: #013069; padding: 10px; font-size: 20px; text-align: center; color: #fff;}
  .MobileViewBanner .MiddleImg img{width: 100%; display: block;}
  .MobileViewBanner .reservationText h3{margin: 0px; background: #353535; padding: 10px; font-size: 20px; text-align: center; color: #fff;}
  .MobileViewBanner .NoHold p{text-align: center; font-size: 16px; padding: 10px 20px 0px;}
  .MobileViewBanner .CallUsNow{margin: 0px; background: transparent; padding: 10px;}
  .MobileViewBanner .CallUsNow a{ font-size: 30px; text-align: center; color: #fff;}
  .MobileViewBanner .CallUsNow .callIcon{display: flex; align-items: center; justify-content: center; gap: 5px;}
  .MobileViewBanner .HelplineBottom p{text-align: center; padding-top: 10px; font-size: 20px;}
  .HeaderTFNNew li.TfnIcon svg{width: 17px; height: 17px;}
  .ComapinFooter a.CallIcon {font-size: 26px;}
}
/*.MobileViewBanner end*/

/*mobile tfn fixed*/
.mobile__tfn__fixed{position: fixed; display: none; z-index: 99; padding: 10px; bottom: 0px; text-align: center; background: #333; float: left; width: 100%;}
.mobile__tfn__fixed a{color: #fff; font-size: 20px;}

@media screen and (min-width: 992px) and (max-width: 1366px) {
  .flightbook-modal .model-bottom{width: 100%;}
}

@media screen and (max-width: 992px) {
  .flightbook-modal .model-bottom{width: 100%;}
  .flightbook-modal .model-top-rht{display: flex; justify-content: center;}
  .top__banner__section .model-top-rht p.phone_number a.active{font-size: 22px; margin-bottom: 15px; width: max-content; margin: 0 auto;}
}

@media screen and (min-width: 767px) and (max-width: 1200px){
  .mobile__tfn__fixed{display: block;}
  .col-lg-6 {width: 100%;}
  .flightbook-modal .model-top{padding: 0px 30px 0px 30px;}
  .flightbook-modal .model-top-lft img.Image{display: none;}
  .outer_fotter_mbl{border: none; background: transparent;}
  .flightbook-modal .model-top-rht p.phone_number a{font-size: 22px;}
  .flightbook-modal .model-top .model-top-lft{margin-top: 20px;}
  .flightbook-modal .model-bottom{padding: 65px 15px 8px 6px;}
  .top__banner__section .model-top-rht p.phone_number a.active{font-size: 24px; margin-bottom: 15px; width: auto;}
  .top__banner__section .tfn__box__middle p.feel__free{margin-bottom: 15px; font-size: 18px;}
  .top__banner__section .flex__box .tfn__box__middle{margin-bottom: 50px; padding: 15px;}
  .top__banner__section .left__img__with__price .img__bg img{display: none;}
  .top__banner__section .right__img{position: relative;}
  .top__banner__section .right__img img{display: none;}
  .top__banner__section .model-top-rht p.phone_number a{margin-bottom: 0px;}
  .copyright p{margin-bottom: 55px;}
  .subs_title_hdng h2{font-size: 32px;}
  .flightbook-modal .model-top-rht{display: flex; justify-content: center;}
  .MbCompain{margin-bottom: 70px;}
  .top__banner__section .flex__box .tfn__box__middle{width: 100%; margin-bottom: 10px;}
  .top__banner__section{padding: 30px 0px;}
  .top__banner__section .d-flex{display: block;}
  .top__banner__section .flex__box{width: 100%;}
  .main .full_width ul li a{font-size: 14px;}
  div.new_header_area ul.new_header_area_partition > li.second{width: auto;}
  div.new_header_area ul.new_header_area_partition a{font-size: 14px;}
  .CompainPage .full_width .tfnSection a{font-size: 14px;}
  .top__banner__section .contentBanner p span{font-size: 26px;}
  .top__banner__section .contentBanner p{font-size: 24px; text-align: left;}
  .tfn__box__middle .numberList a{font-size: 26px; margin-left: 0px;}
  .GRTS_new_header_area_partition .GRTS_second{width: auto;}
  .top__banner__section .contentBanner p span:before{width: 75px; height: 2px; top: -10px;}
  .top__banner__section .contentBanner p span:after{height: 2px; top: -10px; left: 82px;}
  .tfn__box__middle .model-top-rht span{left: 10px;}
  .WhyChoiseCar .WhYcard{padding: 20px !important;}
  .WhyChoiseCar .GRTS_Hintro_B{border-bottom: 0px !important; box-shadow: none;}
  .WhyChoiseCar .GRTS_Hintro_cntnt{justify-content: center;}
  .WhyChoiseCar{padding: 60px 0px !important;}
  .MostPopularCar{padding: 60px 15px !important;}
  .MostPopularCar .GRTS_Hs_destination .GRTS_H_hover h4{font-size: 10px;}
  .GRTS_HPdestination>div{margin: 5px 0px;}
  .GRTS_footer_sec{margin-bottom: 100px;}
  .autoOpenPopupNew > div > div{width: 380px;}
  .header .logo img{width: 130px;}
  .header .logo{margin-top: 0px;}
  .footerNumShow{display: block;}
  .footerNumShow{position: fixed;bottom: 0; width: 100%; padding: 20px; background: #f44c28; z-index: 9999; display: flex; gap: 15px; justify-content: flex-start; align-items: center; border-radius: 15px 15px 0 0; border-top: 4px solid #004b8e; transition: all 0.3s;}
  .footerNumShow .rightCall p{color: #fff; margin: 0; font-size: 20px;}
  .footerNumShow .rightCall span{font-size: 40px; color: #fff; font-weight: 600;}
  .footerNumShow .callIcon img{width: 100px; display: block; margin-bottom: -22px;}

}


@media screen and (max-width: 767px) {
  .mobile__tfn__fixed{display: block;}
  .col-lg-6 {width: 100%;}
  .flightbook-modal .model-top{padding: 0px 30px 0px 30px;}
  .flightbook-modal .model-top-lft img.Image{display: none;}
  .outer_fotter_mbl{border: none; background: transparent;}
  .flightbook-modal .model-top-rht p.phone_number a{font-size: 22px;}
  .flightbook-modal .model-top .model-top-lft{margin-top: 20px;}
  .flightbook-modal .model-bottom{padding: 65px 15px 8px 6px;}
  .top__banner__section .model-top-rht p.phone_number a.active{font-size: 24px; margin-bottom: 15px; width: auto;}
  .top__banner__section .tfn__box__middle p.feel__free{margin-bottom: 15px; font-size: 18px;}
  .top__banner__section .flex__box .tfn__box__middle{margin-bottom: 50px; padding: 15px;}
  .top__banner__section .left__img__with__price .img__bg img{display: none;}
  .top__banner__section .right__img{position: relative;}
  .top__banner__section .right__img img{display: none;}
  .top__banner__section .model-top-rht p.phone_number a{margin-bottom: 0px;}
  .RVM_Hvactn_pack_new > .RVM_linedesing > span{margin: auto auto 20px auto;}
  .RVM_Hvactn_pack_new > div:first-child{margin-bottom: 220px; height: 500px;}
  .copyright p{margin-bottom: 55px;}
  .subs_title_hdng h2{font-size: 32px;}
  .flightbook-modal .model-top-rht{display: flex; justify-content: center;}
  .MbCompain{margin-bottom: 70px;}
  .top__banner__section .flex__box .tfn__box__middle{width: 100%; margin-bottom: 10px;}
  .top__banner__section{padding-left: 15px; background-position: 80%; position: relative;}
  .top__banner__section:before{position: absolute; content: ""; height: 100%; width: 100%; background: rgb(0 0 0 / 76%); bottom: 0px; left: 0px; right: 0px; top: 0px;}
  .top__banner__section .d-flex{display: block;}
  .top__banner__section .flex__box{width: 100%;}
  .main .full_width ul li a{font-size: 14px;}
  div.new_header_area ul.new_header_area_partition > li.second{width: auto;}
  div.new_header_area ul.new_header_area_partition a{font-size: 14px;}
  .top__banner__section{margin-top: 0px;}
  .CompainPage .full_width .tfnSection a{font-size: 12px; padding: 6px 14px;}
  .RVM_footer_sec {margin-bottom: 60px;}
  .top__banner__section .contentBanner p span{font-size: 20px;}
  .top__banner__section .contentBanner p{font-size: 22px; margin-top: 15px;}
  .tfn__box__middle .numberList a{font-size: 22px; margin-left: -8px;}
  .tfn__box__middle .numberList{display: flex; justify-content: flex-start; float: none; margin-bottom: 40px;}
  .CompainPage .full_width .tfnSection span{top: 8px;}
  .autoOpenPopupNew > div > div{width: 380px;}
  .header .logo img{width: 130px;}
  .header .logo{margin-top: 0px;}
  .footerNumShow{display: block;}
  .footerNumShow{position: fixed; bottom: 0; width: 100%; padding: 20px; background: #f44c28; z-index: 9990; display: flex; gap: 15px; justify-content: flex-start; align-items: center; border-radius: 15px 15px 0 0; border-top: 4px solid #000; transition: all 0.3s;}
  .footerNumShow .rightCall p{color: #fff; margin: 0;}
  .footerNumShow .rightCall span{font-size: 32px; color: #fff; font-weight: 600;}
  
  .RVM_new_header_area_partition .RVM_second{padding: 13px 0; width: auto;}
}

@media screen and (min-width: 768px) and (max-width: 1200px){
  .customer__support__banner{display: none;}
  .customer__support__mobile{display: block; padding-top: 0px;}
  .customer__support__mobile .customer__support__body .middle__content{background-size: cover;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box a{font-size: 24px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box{right: -1px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3{padding: 0px 40px; font-size: 32px;}
  .customer__support__mobile .customer__support__body .img__top{display: flex; justify-content: center;}
  .customer__support__mobile .customer__support__body{padding: 5px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now p{margin: 15px 0px;}
  .customer__support__mobile .call__us .btn__box a{background: #f44c28; padding: 10px 24px 10px 15px; width:100%; color: #fff; margin-bottom: 20px; font-size: 24px; border-radius: 30px 5px 5px 30px; -webkit-border-radius: 30px 5px 5px 30px; -moz-border-radius: 30px 5px 5px 30px; font-family: "Kumbh Sans", sans-serif; font-weight: 700; display: flex; align-items: center; gap: 10px;}
  .customer__support__mobile .customer__support__body .col-xs-6{width: 50%; float: left;}
  .customer__support__mobile .call__us .btn__box a img{width: 25px; height: 25px; border: 2px solid #fff; border-radius: 50px;}
  .Copyright{margin-bottom: 100px;}
  .customer__support__mobile .call__us{display: flex;}
  .customer__support__mobile .call__us .btn__box{margin: 0 auto;}
  .Customersupport{float: left; width: 100%; background: linear-gradient(180deg, rgb(13 6 5) 0%, rgb(90 14 0) 100%); padding: 40px 0px 40px;}
  .Customersupport .CardBox{float: left; width: 100%; border: 1px solid #453f5c; margin-bottom: 20px; border-radius: 50px;}
  .Customersupport .CardBox p{margin: 0px; font-size: 12px; color: #ffffff; text-align: center; padding: 6px 0px; font-weight: 600;}
  .Customersupport div.heading_area h1{color: #fff; padding: 0px;}
  .Customersupport div.heading_area span.light_font{color: #fff;}
  .Customersupport h1{color: #fff; text-align: center; font-size: 20px; margin-bottom: 20px;}
  .Customersupport h1 span{font-weight: 600;}
  .HelpBoxSection .heading_area h1{padding-bottom: 0px; line-height: normal; justify-content: center;}
  div.heading_area{background: transparent; padding: 0px; margin: 0px;}
  .HelpBoxSection {background: #f7f7f7; float: left; width: 100%; padding: 60px 0px;}
  .HelpBoxSection .boxService {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}
.HelpBoxSection .boxService .box {
    border: 2px solid #2c205a;
    width: 48.5%;
    box-shadow: 0 1px 4px #ccc;
    background-color: #fff;
    box-shadow: 0 1px 8px #ccc;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 0px;
}

.HelpBoxSection .boxService .icons {
    background-color: #1e0c08;
    width: 100%;
    height: 115px;
    border-radius: 0% 50%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: -40%;
}
.HelpBoxSection .boxService .icons svg{stroke: #fff; fill: #fff; width: 30px;}
.HelpBoxSection .icons img {
    filter: none;
}
.HelpBoxSection .boxService p {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding-top: 15px;
    margin: 0;
    color: #2c205a;
}
}


@media screen and (min-width: 320px) and (max-width: 767px){
  .footerNumShow .rightCall span{font-size: 24px; color: #fff; font-weight: 600;}
  .CompainPage .full_width .tfnSection span{top: 8px; font-size: 8px; right: 15px;}
  .tfn__box__middle .numberList{margin-bottom: 0px;}
  .RVM_new_header_area_partition .RVM_second{padding: 13px 0; width: auto;}
  .GRTS_new_header_area_partition .GRTS_second{width: auto;}
  .top__banner__section .contentBanner p span:before{width: 75px; height: 2px; top: -10px;}
  .top__banner__section .contentBanner p span:after{height: 2px; top: -10px; left: 82px;}
  .tfn__box__middle .model-top-rht span{left: 10px;}
  .WhyChoiseCar .WhYcard{padding: 20px !important;}
  .WhyChoiseCar .GRTS_Hintro_B{border-bottom: 0px !important; box-shadow: none;}
  .WhyChoiseCar .GRTS_Hintro_cntnt{justify-content: center;}
  .WhyChoiseCar{padding: 60px 0px !important;}
  .MostPopularCar{padding: 60px 15px !important;}
  .MostPopularCar .GRTS_Hs_destination .GRTS_H_hover h4{font-size: 10px;}
  .GRTS_HPdestination>div{margin: 5px 0px;}
  .GRTS_footer_sec{margin-bottom: 100px;}
  .RVM_Hvactn_pack_new > .RVM_linedesing > span{margin: auto auto 20px auto;}
  .RVM_Hvactn_pack_new > div:first-child{margin-bottom: 220px; height: 500px;}
  .sidebar-call{display: none;}
  .main_heading span{font-size: 20px;}
  .FlightBannerBg{padding: 80px 15px;}
  .Customersupport{float: left; width: 100%; background: linear-gradient(180deg, rgb(13 6 5) 0%, rgb(90 14 0) 100%); padding: 40px 0px 40px;}
  .Customersupport .CardBox{float: left; width: 100%; border: 1px solid #453f5c; margin-bottom: 20px; border-radius: 50px;}
  .Customersupport .CardBox p{margin: 0px; font-size: 12px; color: #ffffff; text-align: center; padding: 6px 0px; font-weight: 600;}
  .Customersupport div.heading_area h1{color: #fff; padding: 0px;}
  .Customersupport div.heading_area span.light_font{color: #fff;}
  .Customersupport h1{color: #fff; text-align: center; font-size: 20px; margin-bottom: 20px;}
  .Customersupport h1 span{font-weight: 600;}
  .HelpBoxSection .heading_area h1{padding-bottom: 0px; line-height: normal; justify-content: center;}
  div.heading_area{background: transparent; padding: 0px; margin: 0px;}
  .HelpBoxSection {background: #f7f7f7; float: left; width: 100%; padding: 60px 0px;}
  .HelpBoxSection .boxService {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}
.HelpBoxSection .boxService .box {
    border: 2px solid #2c205a;
    width: 48.5%;
    box-shadow: 0 1px 4px #ccc;
    background-color: #fff;
    box-shadow: 0 1px 8px #ccc;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 0px;
}

.HelpBoxSection .boxService .icons {
    background-color: #1e0c08;
    width: 100%;
    height: 115px;
    border-radius: 0% 50%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: -40%;
}
.HelpBoxSection .boxService .icons svg{stroke: #fff; fill: #fff; width: 30px;}
.HelpBoxSection .icons img {
    filter: none;
}
.HelpBoxSection .boxService p {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding-top: 15px;
    margin: 0;
    color: #2c205a;
}

/*.MobileViewBanner*/
.MobileViewBanner{display: block;}
.MobileViewBanner .AirlineFlightTicket h2{margin: 0px; background: #013069; padding: 10px; font-size: 13px; text-align: center; color: #fff;}
.MobileViewBanner .MiddleImg img{width: 100%; display: block;}
.MobileViewBanner .reservationText h3{margin: 0px; background: #0d1013; padding: 5px 0px; font-size: 16px; text-align: center; color: #fff;}
.MobileViewBanner .FlightBookingUs h3{border-radius: 0px; background: linear-gradient(0deg, rgba(13,16,19,1) 0%, rgba(4,57,110,1) 100%);}
.MobileViewBanner .NoHold p{text-align: center; font-size: 14px; padding: 10px 20px 0px;}
.MobileViewBanner .CallVactionA p{color: #162b45;}
.MobileViewBanner .CallUsNow{margin: 0px; float: left; width: 100%; background: transparent; padding: 10px;}
.MobileViewBanner .VacationDealMob{background: #162b45; color: #fff; padding-bottom: 10px;}
.MobileViewBanner .CallUsNow a{ font-size: 26px; text-align: center; color: #fff;}
.MobileViewBanner .CallUsNow .callIcon{color: #162b45; display: flex; align-items: center; justify-content: center; gap: 5px;}
.MobileViewBanner .CallUsNow .FlightCallIcon{background: #162b45; border-radius: 50px; color: #fff;}
.MobileViewBanner .HelplineBottom p{text-align: center; color: #162b45; padding: 15px; font-weight: 700; font-size: 16px;}
.MobileViewBanner .AirportMobDeals h2{border-radius: 50px 50px 0px 0px; background: #162b45;}
.MobileViewBanner .VacationDealMob .callIcon{color: #fff;}
.HeaderTFNNew li.TfnIcon svg{width: 17px; height: 17px;}
.MobileViewBanner .CallUsNow .callIcon svg{border: 2px solid #162b45; padding: 5px; height: 35px; width: 35px; border-radius: 5px;}
.HotelSearchbyGet{display: none;}
.MobileViewBanner .CallUsNow .FlightCallIcon svg{border: 2px solid #fff; border-radius: 50px;}
.MobileViewBanner .VacationDealMob .callIcon svg{border: 2px solid #ffffff;}
.TopDestination{display: none;}
.WhyChoiseCar{display: none;}
.CompainHeader .LogoComapain img{width: 120px;}
.CompainHeader .callwithIcon a{font-size: 13px; padding: 2px 10px;}
.CompainHeader .callwithIcon svg{width: 18px;}
.header .full_width .TfnHeader a{font-size: 10px;}
.header .full_width .TfnHeader a svg{height: 18px; width: 18px; padding: 2px;}
.header .full_width .TfnHeader span{top: -9px; font-size: 8px;}
.header .full_width .TfnHeader a{padding: 6px 12px;}
.footer .footer_box a.FooterTfn{font-size: 24px;}
.footer .container:after{top: -65px; border-radius: 150px; left: 0px;}
.main .sub_head{font-size: 18px !important;}
.main .sub_head:before{margin-left: 2px; width: 55px;}
.footer .footer_box .sub_head, .footer_links .sub_head{font-size: 18px;}
.MobileViewBanner .CallBookingBg{background: linear-gradient(90deg, rgba(22, 43, 69, 1) 0%, rgb(244 76 40) 50%, rgba(17, 59, 110, 1) 100%); padding-bottom: 10px;}
.MobileViewBanner .CallBookingBg .callIcon{color: #fff;}
.MobileViewBanner .CallBookingBg .callIcon svg{border-radius: 50px; border: 2px solid #ffffff;}
.header{padding: 5px 0px;}
.header .full_width .TfnHeader{top: 4px;}
.footerNumShow{display: block;}
.footerNumShow{position: fixed; bottom: -1px; width: 100%; padding: 10px 20px 0px; background: linear-gradient(90deg, rgba(22, 43, 69, 1) 0%, rgb(244 76 40) 50%, rgb(51 51 51) 100%); z-index: 9990; display: flex; gap: 10px; justify-content: flex-start; align-items: center; border-radius: 15px 15px 0 0; border-top: 4px solid #f44c28; transition: all 0.3s;}
.footerNumShow .callIcon img {width: 50px; display: block;}
.Copyright{margin-bottom: 65px; font-size: 12px; padding: 18px 10px;}
.footerNumShow .rightCall p{color: #fff; margin: 0;}
.footerNumShow .rightCall span{font-size: 22px; color: #fff; font-weight: 600;} 
/*.MobileViewBanner end*/
}

/*mobile tfn fixed end*/
@media (min-width:479px) and (max-width:767px) {
  .customer__support__banner{display: none;}
  .customer__support__mobile{display: block; padding-top: 0px;}
  .customer__support__mobile .customer__support__body .middle__content{background-size: cover;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box a{font-size: 24px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box{right: -1px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3{padding: 0px 40px; font-size: 32px;}
  .customer__support__mobile .customer__support__body .img__top{display: flex; justify-content: center;}
  .customer__support__mobile .customer__support__body{padding: 5px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now p{margin: 15px 0px;}
  .customer__support__mobile .call__us .btn__box a{background: #f44c28; padding: 10px 24px 10px 15px; width:100%; color: #fff; margin-bottom: 20px; font-size: 24px; border-radius: 30px 5px 5px 30px; -webkit-border-radius: 30px 5px 5px 30px; -moz-border-radius: 30px 5px 5px 30px; font-family: "Kumbh Sans", sans-serif; font-weight: 700; display: flex; align-items: center; gap: 10px;}
  .customer__support__mobile .customer__support__body .col-xs-6{width: 50%; float: left;}
  .customer__support__mobile .call__us .btn__box a img{width: 25px; height: 25px; border: 2px solid #fff; border-radius: 50px;}
  .customer__support__mobile .call__us{display: flex;}
  .customer__support__mobile .call__us .btn__box{margin: 0 auto;}
  .main .WhyChoiseUs{padding-top: 0px; background: #f5f5f5;}
  .WhyChoiseUs .about_content .about_bootom_area ul{text-align: left;}
  .WhyChoiseUs .about_content .about_bootom_area ul li{line-height: 30px;}
  .WhyChoiseUs .about_right img{margin-top: 60px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg{padding: 60px 10px 0px; float: left; width: 100%; text-align: center;}
  .MobileViewBanner.NeedTaktHelp .NoHold{float: left; width: 100%;}
  .MobileViewBanner.NeedTaktHelp .reservationText{float: left; width: 100%;}
  .MobileViewBanner.NeedTaktHelp .CallBookingBg{margin-bottom: 20px; border-radius: 50px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg h2{font-weight: 600; color: #333; margin-bottom: 15px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.need{margin-bottom: 20px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.need span{background: #333; padding: 6px 15px; color: #fff; font-size: 16px; border-radius: 5px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.payMentRelated{font-size: 16px; font-weight: 600; color: #333;}
  .header .full_width .RightSideCall a{font-size: 14px; padding: 2px 6px; gap: 2px;}
  .header .full_width .RightSideCall a svg{height: 16px; width: 18px;}
  .header img.logo{margin-top: 0px; width: 115px;}
  .sidebar_call{display: none;}
  
}

@media (min-width:320px) and (max-width:479px) {
  .customer__support__banner{display: none;}
  .customer__support__mobile{display: block; padding-top: 0px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box a{font-size: 24px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now .btn__box{right: -1px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3{padding: 0px 40px; font-size: 32px; font-weight: 100; color: #fff;}
  .customer__support__mobile .customer__support__body .img__top{margin-left: 0px;}
  .customer__support__mobile .customer__support__body{padding: 5px;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb .call__us__now p{margin: 15px 0px;}
  .customer__support__mobile .call__us .btn__box a{background: #f44c28; padding: 10px 24px 10px 15px; width: max-content; color: #fff; margin-bottom: 20px; font-size: 24px; border-radius: 30px 5px 5px 30px; -webkit-border-radius: 30px 5px 5px 30px; -moz-border-radius: 30px 5px 5px 30px; font-family: "Kumbh Sans", sans-serif; font-weight: 700; display: flex; align-items: center; gap: 10px;}
  .customer__support__mobile .customer__support__body .col-xs-6{width: 50%; float: left;}
  .customer__support__mobile .call__us .btn__box a img{width: 30px; height: 30px; border: 2px solid #fff; border-radius: 50px;}
  .ComapinFooter .CallNow{font-size: 24px;}
  .customer__support__mobile .customer__support__body .img__top img{width: 100%;}
  .customer__support__mobile .customer__support__body .middle__content{background-size: contain;}
  .customer__support__mobile .customer__support__body .middle__content .img__bg__mb h3{font-size: 24px;}
  .customer__support__mobile .call__us{display: flex;}
  .customer__support__mobile .call__us .btn__box{margin: 0 auto;}
  .main .WhyChoiseUs{padding-top: 0px; background: #f5f5f5;}
  .WhyChoiseUs .about_content .about_bootom_area ul{text-align: left;}
  .WhyChoiseUs .about_content .about_bootom_area ul li{line-height: 30px;}
  .WhyChoiseUs .about_right img{margin-top: 60px;}

  .MobileViewBanner.NeedTaktHelp .MiddleImg{padding: 40px 10px 20px; float: left; width: 100%; text-align: center;}
  .MobileViewBanner.NeedTaktHelp .NoHold{float: left; width: 100%;}
  .MobileViewBanner.NeedTaktHelp .reservationText{float: left; width: 100%;}
  .MobileViewBanner.NeedTaktHelp .CallBookingBg{margin-bottom: 20px; border-radius: 50px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg h2{font-weight: 600; color: #333; margin-bottom: 20px; font-size: 22px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.need{margin-bottom: 20px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.need span{background: #333; padding: 6px 15px; color: #fff; font-size: 16px; border-radius: 5px;}
  .MobileViewBanner.NeedTaktHelp .MiddleImg p.payMentRelated{font-size: 16px; font-weight: 600; color: #333;}
  .header .full_width .RightSideCall a{font-size: 14px; padding: 2px 6px; gap: 2px;}
  .header .full_width .RightSideCall a svg{height: 16px; width: 18px;}
  .header img.logo{margin-top: 0px; width: 115px;}
  .sidebar_call{display: none;}
  .spanishContent{
     font-size: 15px;
  }
  .spanishContent .content h2{
    font-size: 20px;
  }

   .footer .footer_box p{
        font-size: 14px;
    }

    .disclaimer p{
        line-height: 22px;
        font-size: 14px;
    }

    .footer_box .links>li>a{
        font-size: 14px;
    }

}


@media screen and (max-width: 576px){
    .NeedSupport .need{
        display: none;
    }
}

.spanishContent h5{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.bantitle{
    font-size: 30px;
    font-weight: 600;
    margin-top: 16px;
    font-family: "K2D", sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
}

.NeedSupportImg{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 30px;
}

.NeedSupportImg img{
    width: 180px;
    margin: 0px auto;
}