@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


body{
     font-family: "Lora", serif;
/*     font-family: "Playfair Display", serif;*/
}


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:  sans-serif;
    /*font-family: 'Lora', serif;*/
}
:root{
    --color-black: #1e1e1e;
    --color-white: white;
    --color-common: #014380;
    --color-purple: #3C144C;
    --color-yellow: #DF8838;
    --color-light: #F6F5F8;
    --color-red: #014380;
    --color-blue: #11172B;
}
a, li{
    list-style: none;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

p{
    margin: 0px;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    margin: 0px;
    padding: 0px;
}
.container, .container-fluid{
    /* margin: 0px; */
    padding: 0px;
}
img{
    width: 100%;
    /* height: 100%; */
}
.destination_img::before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,1));
}
.row,ul{
    margin: 0px;
    padding: 0px;
}
.flex_prop{
    display: flex;
    align-items: center;
    
}
.relative{
    position: relative;
}
.color_red{
    color: var(--color-red);
}
.bg_img_common{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.line_cust{
    height: 20px;
    width: 2px;
    background-color: rgba(0,0,0,0.5);
    margin: 0px 15px;
    border-radius: 10px;
}

.common_title{
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    font-family: serif;
/*    color: #fff;*/
}
.common_title span{
     font-family: serif;
}
/**/
header{
    /* position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; */
    z-index: 99;
}
header{
    background-color: var(--color-blue);
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.nav_logo_c img {
    width: auto;
    height:40px;
}
.nav_links ul{
    display: flex;
    gap: 30px;
    align-items: center;
}
.nav_links ul li a {
    color: var(--color-black);
    display: flex;
    align-items: center;
}
.nav_btns a {
    background-color: var(--color-common);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    padding: 11px 25px;
    border-radius: 50px;
    gap: 3px;
    font-size:18px;
    font-weight: 500;
}
.nav_btns a img {
    height: 29px;
    width: auto;
}
/**/
/*Hero Banner*/
.hero_section {
    padding: 30px 0px;
    padding-top: 0px;
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 74%)), url(./../img/banner/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
}
.train_engine {
    background-color: #fff;
    padding: 11px;
}
.hero_section2{
    background-image: url("https://www.deltahighfly.com/frontentAssets/imgMe/delta-banner.webp");
    padding: 50px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.hero_section2::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
        border-radius:10px;
}
.semi_para{
    font-size: 20px;
    font-weight: 500;
}
.hero_btn{
    background: linear-gradient(to left, #DF8838,#DF6B38);
    color: var(--color-black);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 5px;
}

.hero_sup_img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #16a085,#07f989);
    border-radius: 50%;
}
.hero_sup_img img{
    height: 35px;
    width: auto;
}
.hero_support_grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 20px;
    border-radius: 50px;
}
.hero_sup_container{
    gap: 9px;
}
.hero_content_sub_title {
    font-size: 14px;
}
.hero_search_main {
    padding: 18px;
    border-radius: 0px 0px 5px 5px;
}
.close_nav {
    width: 38px;
}
.hero_search {
    background-color: rgb(255 255 255);
    border-radius: 2px;
}
.input_holder {
    padding: 10px 14px;
    color: var(--color-white);
    position: relative;
    border-radius: 0;
    border-right: 2px solid #ebeaea;
    border: 1px solid #3a3a3a;
}
.input_holder label {
    font-size: 12px;
    margin-bottom: 3px;
    color: #3a3a3a;
}
.input_holder input{
    border-radius: 0px;
    background-color: transparent;
    border: none;
/*    color: var(--color-black) !important;*/
    padding: 0px;
    font-size: 14px;
}
.input_holder input::placeholder{
    color: var(--color-black) !important;
}
.input_holder input:focus{
    box-shadow: none;
    background-color: transparent;
}
.btn_ps{
    width: 100%;
    height: 90%;
    border: none;
    font-size: 18px;
/*    background: linear-gradient(to bottom, #DF8838,#DF6B38);*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.btn_ps img{
    height: 25px;
    width: auto;
}
.tab-content{
    padding: 0px;
}
.nav_tabs li button{
    border-radius: 5px 5px 0px 0px !important;
    font-size: 18px;
    color: var(--color-white) !important;
}
.nav-link.active{
    color: var(--color-black) !important;
}
/*End Hero Banner*/
.color_common{
    color: var(--color-common);
}
.nav_login{
    gap: 12px;
}
.nav_login a{
    border: none;
    background-color: var(--color-common);
    color: var(--color-white);
    padding: 9px 25px;
    outline: none;
    border-radius: 50px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav_login button span{
    font-size: 18px !important;
}
.white{
    color: var(--color-white);
}
.margin_top{
    margin-top: 60px;
}
.semi_title{
     font-size: 18px;
     font-weight: 500;
     text-transform: uppercase;
     position: relative;
     color: var(--color-yellow);
     letter-spacing: 1px;
}
.semi_title::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 70px;
    height: 3px;
    background-color: var(--color-yellow);
    border-radius: 10px;
    
}
.color_common2{
    color: var(--color-yellow);
}
.font_small{
    font-size: 14px;
}
/*Footer*/
.footer_title{
    font-size: 24px;
    position: relative;
}
.footer_title::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100px;
    height: 3px;
    background-color: var(--color-common);
    border-radius: 50px;
}
.footer_ul{
    display: flex;
    flex-direction: column;
    gap: 7px;

}
.footer_ul li{
    list-style:square;
}
.footer_ul li a{
    color: var(--color-black);
}
.footer_hr{
    margin: 15px 0px;
}

.footer_sub_ul li a{
    color: var(--color-black);
}
.line_footer{
    margin: 0px 10px !important;
}
.nav_header{
    display: none !important;
}
.menu_icon{
    display: none !important;
}
.menu_icon span{
 color: var(--color-black);
}
.detail_margin p{
    margin:0.6rem 0px;
}
.detail_margin h4{
    margin-top: 0.75rem;
}
.detail_margin h5{
    margin-top: 0.75rem;
}
.ul_list_common li{
    list-style: disc;
    margin: 7px 0px;
}
.detail_margin p, .detail_margin li {
    font-weight: 400;
    line-height: 30px;
}
.inner_blog_cnt p, .inner_blog_cnt {
    line-height: 36px;
    font-size: 17px;
}
.inner_blog_cnt h3 ,.inner_blog_cnt h2 {
    padding: 10px 0px;
}
/*Blog Page*/
.banner_common{
    background-image: url("../imgs/banner_img.webp");
    height: 350px;
    justify-content: center;
}
.banner_title{
    /*font-size:;*/
    font-weight: 600;
    text-transform: uppercase;
}
.margin_para_t{
    margin-top: 0.75rem;
}
footer{
    border-top: 1px solid var(--color-black);
}
.bg_mark{
    background-color: #ffa3a3;
}
.weight_500{
    font-weight: 500;
}
.latestPostSideBar ul {
    align-items: start;
}
.latestPostSideBar {
    align-items: start;
}
.cmnLiclass ul li {
    list-style: disc!important;
}
.cmnLiclass ul {
    padding-inline-start:30px;
}
 .dropdown-menu{
      border-radius: 3px;
      width: 250px;
      padding: 0px;
      /*display: none !important;*/
  }
  .dropdown-menu-nav{
   
      display: none !important;
  }
      .dropdown-menu li a{
          color: var(--color-black) !important;
      }
      .dropdown:hover .dropdown-menu-nav {
    display: block !important;
}
.dropdown:hover a{
    color: var(--color-common);
}
.drop_div {
    margin:0px;
}
.dropdown-item{
     padding: 5px 10px;
}
.dropdown-item:hover{
    background-color: var(--color-common);
    color: var(--color-white);
}
.sub_menu{
  position: relative;
}
.sub_menu_semi{
  background-color: var(--color-white);
  position: absolute;
  left:195px;
  top: 0px;
  width: 200px;
  display: none;
}
.sub_menu:hover .sub_menu_semi{
  display: block;
}
.sub_menu_semi li a{
   padding: 5px 10px;
   display: flex;
   font-size: 15px;
}
.sub_menu_semi li{
  border-top: 1px solid rgba(0,0,0,0.3);
}
.sub_menu_semi li a:hover{
   background-color: var(--color-common);
    color: var(--color-white);
}
.cust_drop{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cust_drop::after{
    font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
}
h3.faq-q {
    background: #d1d1d1;
    font-weight: 600;
    color: var(--color-black);
    padding: 10px 10px !important;
    font-size: 20px;
    display: flex;
    gap: 7px;
    align-items:center;
}
.faq-question{
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.faq-a{
    padding: 13px;
}
h3.faq-q::before{
     font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.links_post{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.links_post p{
        background: var(--color-common);
    color: var(--color-black);
    display: inline-flex;
    align-items:center;
    gap: 5px;
    padding: 2px 10px;
    border-bottom: 2px solid var(--color-black);
    border-radius: 3px;
}
.links_post p:before{
     font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.links_post p a{
    color: var(--color-black);
      font-size: 14px;
}
.call_fixed{
    position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color-common);
    color: var(--color-black);
    padding: 6px;
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    display: none;
    z-index: 99;
}
.font_weight_600{
    font-weight: 600;
}
.call_fixed_icon_semi{
    background-color: var(--color-blue);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display:flex;
    align-items:center;
    justify-content:center;
   
}
.support_content{
    width: calc(100% - 70px);
}
.call_fixed_icon_semi i{
     font-size: 15px;
    animation: anim_a 1s linear infinite;
}
@keyframes anim_a {
    0%{
        transform:scale(1);
    }
    100%{
           transform:scale(1.1);
    }
}
.dropdown-menu li a{
    font-size: 15px;
}
@media screen and (max-width: 1200px){
    .nav_links ul {
        gap: 20px;
    }
    .common_padding{
        padding: 0px 5px;
    }
    .nav_logo img {
    width: 190px;
}
.banner_title{
    font-size: 35px;
}
.margin_minus {
    margin-top: -40px !important;
}
}

@media screen and (max-width: 992px){
    .navbar_cust {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 999;
        width: 100%;
        padding: 0px 12px;
    }
    header{
        position: static;
        transform: initial;
    }
    .nav_links{
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
       z-index: 999;
       background-color: rgba(0,0,0,0.4);
     opacity: 0;
     visibility: hidden;
     transition: 0.3s;
     
    }
    .nav_btns {
        gap: 10px;
    }
    .nav_links_active{
        visibility: visible;
        opacity: 1;
    }
    .nav_links ul{
        width: 50%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--color-white);
        padding: 20px 20px;
        gap: 25px;
        position: relative;
        overflow: scroll;
    }
    .nav_links ul li{
        width: 100%;
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
    }
    .dropdown-menu{
        width: 100% !important;
    }
    .dropdown-item{
        text-align:center;
    }
     .cust_drop{
         justify-content:center;
         gap: 10px
     }
     .sub_menu_semi{
         left: 20px;
    width: 100%;
    padding: 0px !important;
     }
     .dropdown-menu ul li{
         border: none !important;
     }
     .dropdown-menu ul li{
         border-top: 1px solid rgba(0,0,0,0.3);
     }
    .nav_links ul li a{
        color: var(--color-black);
        font-size: 18px;
    }
    .nav_logo_nav p{
        color: var(--color-black);
    }
    .nav_header{
        display: flex !important;
        justify-content: space-between;
        position: absolute;
        top: 20px;
        width: 100%;
        padding: 0px 20px;
    }
    .footer_title {
        font-size: 20px;}

        .footer_title::after{
            width: 60px;
        }
        .menu_icon{
            display: flex !important;
            background-color: var(--color-black);
            color: var(--color-white);
            width: 35px;
            height: 35px;
            justify-content: center;
            border-radius: 50%;
          }
          .menu_icon span{
            font-size: 22px;
          }
          .sub_header{
            display: none;
        }
        .banner_title {
            font-size: 45px;}
            .banner_title{
                font-size: 30px;
            }
            .btn_ps{
                height: 60px;
            }
            .hero_content_sub_title {
    font-size: 16px;
}
.hero_sup_img{
    width: 40px;
    height: 40px;
}
.hero_sup_container {
    gap: 5px;
}
.hero_sup_img img{
    height: 25px;
}
}
@media screen and (max-width: 768px){
    .banner_common{
        height: 400px;
    }
    .hero_section2{
        padding: 30px;
    }
    .common_title{
        font-size: 30px;
    }
}

@media screen and (max-width: 568px){
    .margin_top{
        margin-top: 30px;
      }
    p,li{
        font-size: 14px;
    }
    .nav_links ul{
        width: 100%;}
        .nav_login a{
            font-size: 14px;
            padding: 8px 15px;
            border-radius: 5px;
        }
        .nav_login a span{
            font-size: 20px;
        }
        .nav_login{
            gap: 8px;
        }
        .nav_logo_c img{
            height: auto;
            width: 99px;
        }
        .nav_btns a{
            padding: 6px 10px;
            font-size: 14px;
            border-radius: 5px;
        }
        .nav_btns a img{
            height: 16px;
        }
        .banner_common .banner_title{
            font-size: 25px !important;
        }
        .banner_title {
    text-transform: capitalize;
    font-size: 30px !important;
    font-weight: 600;
    padding: 0px 12px;
}
        .hero_section2 {
            display: none;
        }
      .call_fixed{
          display: flex;
      }
      .call_big_b{
          font-size: 18px;
          font-weight: 600;
      }
      .line_1{
          height: 40px;width: 1px;background-color: var(--color-black);display:inline-flex;margin:0px 6px;
      }
      .common_title{
        font-size: 25px;
    }
        .footer_hr {
            margin: 10px 0px;
        }
        .footer_ul{
            gap: 7px;
        }
        .footer_title {
            font-size: 19px;
        }
        .footer_title::after {
            width: 50px;
        }
        .semi_title {
            font-size: 16px;} 
            .menu_icon{
                border-radius: 5px !important;
              } 
              .menu_icon span{
                font-size: 20px;
              }   
              .nav_links ul{
                gap: 15px;
              } 
              .banner_title {
                font-size: 35px;}
                .banner_common{
                    height: 170px;
                }
                .blog_grid2 {
                    grid-template-columns: repeat(1,1fr) !important;
                }
                .form_control_c{
                    font-size: 12px;
                    padding: 6px 10px;
                }
                .nav_logo img{
                    width: 70px;
                    object-fit: contain;
                }
                .input_holder label {
    font-size: 16px;
}
.input_holder{
    padding: 7px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;

}
.input_holder input{
    font-size: 13px;
}
.btn_ps{
    height: 45px;
}
.hero_section{
    padding:13px 0px;
    border-radius: 0px 0px 20px 20px;
}
.nav_tabs li button{
    font-size: 16px;
    padding: 6px 15px;
}
.hero_search_main {
    background-color: transparent;
    padding: 0px;
    
}
.post_links li a {
    font-size: 16px;}
    .btn_ps{
        font-size: 14px;
    }
    .btn_ps img{
        height: 18px;
    }
    .search_btn{
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 50px;
        border-radius: 5px;
    }
    .hero_search{
        border-radius: 0px 0px 50px 50px;
        background-color: transparent;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    h3.faq-q{
        font-weight: 500;
        font-size: 16px;
    }
}
@media screen and (max-width: 412px ){
    .nav_login a span {
        font-size: 16px;
    }
    .nav_login a {
        font-size: 12px;
        padding: 6px 10px;
    }
    .menu_icon{
       height: 33px;
    width: 35px;
    font-size: 18px;
      }
      .des_days{
          flex-wrap: wrap;
      }
      .des_days p span {
    font-size: 13px;
}
}
@media screen and (max-width: 348px){
    .call_btn{
        display: none !important;
    }
}






/* model css  flight search*/


.modal_cust {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 0.5rem;
--bs-modal-color: ;
--bs-modal-bg: #fff;
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: 1px;
--bs-modal-border-radius: 0.5rem;
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-inner-border-radius: calc(0.5rem - 1px);
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: 1px;
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-bg: ;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: 1px;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-modal-zindex);
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.sDC {
display: flex;
justify-content: space-between;
padding-top: 24px;
align-items: center;

}
.progress {
margin-top: 15px;
}
.loder__body h3 {
text-align: center;
}
.loder__body {
padding: 100px 27px;
background-color: antiquewhite;
}



/* 
header.container-fluid.container-xl.common_padding {
    position: relative;
    margin: initial;
    background-color: #1e1e1e;
    padding: 10px;
} */




.radio__btn .form-check-label {
    color: var(--color-black);
    font-weight:  600;
}

.radio__btn {
    text-align: left;
    padding: 0px;
    padding-bottom: 13px;
}
ul.typeahead.dropdown-menu {
    background: linear-gradient(to bottom, #DF8838,#DF6B38);
    padding: 5px;
    width: 300px;
}
ul.typeahead.dropdown-menu li a{
        border-bottom: 1px solid rgba(0,0,0,0.4);
}
.the-datepicker__main{
        background: linear-gradient(to bottom, #DF8838,#DF6B38);
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__day-content{
    color: var(--color-black);
    background-color: var(--color-white);
    cursor: pointer;
    border-radius: 3px;
}
.the-datepicker__main th.the-datepicker__week-day{
    color: var(--color-black) !important;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__day-content:hover{
    background-color: var(--color-white) !important;
}
.the-datepicker__top {
    position: absolute;
    top: 0px;
    right: 10px;
}
.the-datepicker__close {
    background: var(--color-blue);
    border-radius: 3px;
    color: white;
}
.the-datepicker__close a{
    color: var(--color-white) !important;
}
.the-datepicker__main .the-datepicker__header{
    padding-top: 20px !important;
}
.the-datepicker__main select.the-datepicker__select{
   padding: 5px 10px !important;
   border: none;
}
.the-datepicker__year a{
    color: var(--color-black) !important;
}
span.the-datepicker__button-content.the-datepicker__year-cell-content {
    background: white;
    color: black;
    font-size: 14px;
    border-radius: 3px !important;
}
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content, .the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content{
    color: var(--color-white) !important;
}
.the-datepicker__main .the-datepicker__go{
    background-color: var(--color-white);
    border: 1px solid var(--color-blue);
    border-radius: 50% !important;
}
.the-datepicker__main .the-datepicker__go{
    width: 25px !important;
    height: 25px !important;
}
.the-datepicker__main .the-datepicker__navigation{
        justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}
.the-datepicker__main .the-datepicker__go a.the-datepicker__button{
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.the-datepicker__main .the-datepicker__go a{
    color: var(--color-black) !important;
}
.dropdown-item{
    white-space: initial;
}
.form_hero {
    /* background-color: var(--color-light); */
    /* background-image: url(../imgs/search_banner.webp); */
    background-image: none;
    border-radius: 3px;
    width: 65% !important;
    padding-top: 30px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.adList p {
    margin-right: 7px;
}

.boxTrvlr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px;
}

.boxTrvlr .fas {
    cursor: pointer;
    font-size: 21px;
}

.dropdown-menu input {
    border: transparent;
}

.adlt_list_inc {
    display: flex;
}

input:focus-visible {
    border: none;
    outline: none;
}

.custome_bdr_tvlr {
    margin: 0px;
}

.cmn_flx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 4px;
}

.trvlerLIst {
    width: 100px;
}

.the-datepicker__deselect {
    position: absolute;
    bottom: 46px;
    margin-left: 58px;
    z-index: 1000;
}
.fl_list_show{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.the-datepicker__deselect {
    position: absolute;
    right: 0px;
    top: 0px;
}
.the-datepicker__deselect .the-datepicker__deselect-button{
    left: initial !important;
    right: 8px;
    font-size: 20px;
}
.the-datepicker__deselect .the-datepicker__deselect-button{
    color: var(--color-white) !important;
}
.form-check-inline{
        background: linear-gradient(to bottom, #DF8838,#DF6B38);
    padding: 8px 35px;
    border-radius: 50px;
    cursor: pointer;
}
.form-check-inline input , label{
    cursor: pointer;
}
#showTrvlerDropDown{
    background: linear-gradient(to bottom, #DF8838,#DF6B38);
}
.the-datepicker__close a.the-datepicker__button:hover{
    background-color: var(--color-blue) !important;
}
.boxTrvlr .fas {
    cursor: pointer;
    font-size: 21px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.wrap_cmn{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('.././img/banner/bg3.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_cmn h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
}
.cmn_pdg {
    padding: 50px 0;
}
.tg_cnt h3 {
    line-height: 52px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Merriweather', serif;
}
.tg_cnt h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Merriweather', serif;
}
.tg_cnt p {
    line-height: 27px;
}
.tg_cnt h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
}
/**/
.listing_dir{
    border: 1px solid rgba(0,0,0,0.4);
    background: #f5f5f5;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 375px){
    .des_days p {
    font-size: 10px;
}
.des_content{
    padding: 10px 5px;
}
}

.subMit {
    background-color: var(--color-common);
}
.form-control{
    background-color: transparent;
}
