.main-form{
    width: 85%;
    margin: auto;
}
.home-form-box{
    background: #fff;
    padding: 0px 15px;
    border: 3px solid #222;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
/*.nav-pills.abc{
    background: #d4effe;
    padding: 10px 20px;
}
.nav-pills.abc li{
    
}
.nav-pills.abc li a{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #222;
    padding: 2px 10px;
}
.nav-pills.abc li.active a{
    color: #1b71c6;
}*/
.dateselect-box{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 0px 0px 40px;
}
.depDateBox, .retDateBox{
   width: 50%; 
   cursor: pointer;
}
.depDateBox{
    
}
.retDateBox{
    
}
.homeInputdate{
   cursor: pointer;
}
.input-wrap{
    position: relative;
}
.dropdown-menu{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.homeInputshow, .homeInputdate{
    width: 100%;
    height: 55px;
    text-align: left;
    padding: 5px 5px 5px 40px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    background: transparent;
    outline: none;
    border: none;
}
.homeInputshow:focus{
    background:#f0f5f7;
    border: none;
}
.homeInputdate{
    padding: 5px 5px 5px 5px;
}
.homeInputdate:focus{
    border: none;
    outline: none;
}
.homeInput{
    width: 100%;
    height: 40px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #222;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.icon-wrap{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
}
.ui-widget.ui-widget-content {
    z-index: 9895;
}
.home-search-box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    position: absolute;
    right: 8px;
    top: 0;
}
.from-input, .to-input, .dateselect-box{
    border-right: 1px dotted #999;
}
.from-input:focus{
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.passengerInput, .passengerInput:focus{
    /*padding-right: 45px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;*/
    cursor: pointer;
}
.passengerInput:focus{
    
}
.to-input{
    
}
.homeform-dropdown{
    width: 420px;
    margin-top: 15px;
}
.mainTitle, .mainTitle span{
    font-size: 55px;
    font-weight: 800;
    margin: 0px;
}
.mainTitle span{
    color: #1c6ce1;
}
.mainSubTitle{
    font-size: 18px;
    color: #222;
    line-height: 22px;
    font-weight: 400;
}
.pageHeader.center{
    margin-bottom: 50px;
}
.pageTitle.center{
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
}

.pageSubtitle.center{
    font-size: 16px;
    color: #222;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}
.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    color:#fff;
    font-size:36px;
    font-weight:600;
}
/* Image */
.explore-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}
.section-gap{
    padding: 70px 0px;
}
/* Card */
.explore-card{
    position:relative;
    height:340px;
    border-radius:25px;
    overflow:hidden;
    background:rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border:1px solid rgba(255,255,255,0.1);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition:0.5s ease;
    cursor:pointer;
}

/* Image */
.explore-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}

/* Overlay content */
.card-content{
    position:absolute;
    bottom:0;
    width:100%;
    padding:25px;
    color:#fff;
    transition:0.4s;
}

.card-content h5{
    font-size:22px;
    font-weight:500;
}

.card-content p{
    font-size:14px;
    margin-top:8px;
    opacity:0;
    transform:translateY(15px);
    transition:0.4s;
}

/* Shine effect */
.explore-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:50%;
    height:100%;
    background:linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
    transform:skewX(-20deg);
    transition:0.7s;
}

/* Hover */
.explore-card:hover{
    transform:translateY(-5px);
}

.explore-card:hover img{
    transform:scale(1.1);
}

.explore-card:hover::before{
    left:150%;
}

.explore-card:hover .card-content p{
    opacity:1;
    transform:translateY(0);
}
.dEalCard {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 15px;
    padding: 18px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all ease-in-out 0.3s;
  }
.dEalCard:hover{
    transform: translateY(-5px);
}
  .dEalCard img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
  }

  .dEalContent {
    margin-top: 18px;
  }

  .dEaltitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
  }

  .dEaldetails {
    font-size: 16px;
    color: #444;
    margin-bottom: 4px;
  }

  .dEaldates {
    font-size: 16px;
    color: #222;
    margin-bottom: 24px;
  }

  .dEalprice {
    font-size: 24px;
    font-weight: 700;
    color: #111;
  }

  .dEalprice span {
    font-weight: 400;
  }
  .date-wrap{
    position: absolute;
    left: 20px;
    top: 20px;
  }
.tRaveler-label{
    font-size: 14px!important;
    color: #222;
    font-weight: 600;
    line-height: 18px!important;
    display: block;
}
.tRaveler-sublabel{
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 18px;
    display: block;
}
.trv-control{
    width: 30px !important;
    border: none;
    padding: 0 !important;
    font-size: 15px !important;
}
.btn.btn-default.text-dark{
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    background: transparent;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    padding: 0;
}
.input-group.number-spinner {
    width: 80px;
    margin-left: auto;
}
.tRavaddmin-icon{
    width: 12px;
}
.sEarchFlightspn{
    display: none;
    font-size: 15px;
    font-weight: 500;
    color: :#fff;
}
.dropdown-header{
    display: none;
}
.modifiy-form-box{
    border: 3px solid #6aa4fb;
    background: #fff;
    padding: 0px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.modFromInput, .modToInput{
    
}
.modFromInput{
    
}
.modToInput{
    
}
.modFrombutton, .modFrombutton:hover, .modFrombutton:focus, .modTobutton, .modTobutton:hover, .modTobutton:focus{
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 40px;
    height: 50px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    background: transparent;
    border-right: 1px dotted #999;
}
.modFrombutton, .modFrombutton:focus{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.modTobutton, .modTobutton:focus{
    
}
.mod-icon-wrap{
    position: absolute;
    left: 18px;
    top: 14px;
}
.modify-from-inp{
    
}
.modify-from-inp{
    
}
.modify-to-inp{
    
}
.mod-dateDepRet{
    display: flex;
    padding: 0px 0px 0px 40px;
    border-right: 1px dotted #999;
}
.modDepdate{
    width: 50%;
}
.modRetdate{
   width: 50%; 
}
.modify-inputdtp, .modify-inputdtp:focus{
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 5px;
    height: 50px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    border: none;
    outline: none;
}
.main-modify-box{
    width: 85%;
    margin: auto;
}
.modify-searchbtn-box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: absolute;
    right: 8px;
    top: 0;
}
.modifyDropdown{
    width: 420px;
    position: absolute!important;
}
.list-Wraper{
    padding: 20px 0px 0px;
}
/*sElectFilghtMainInfo*/
.sElectFilghtMainInfo{
    display: flex;
    align-items: center;
    gap: 20px;
}
.aIrLineListInfo{
    width: 25%;
}
.aIrLineListInfoInner{
    display: flex;
    flex-direction: column;
}
.ListaIrlineImgStopTime{
    display: flex;
    gap: 10px;
}
.listAirlineName{
    
}
.lIstAirlineImg{
    
}
.lIststopTime{
    
}
.lIstStop{
    
}
.lIstTime{
    
}
.lIstRoutedistance{
    width: 25%;
}
.lIstRouteLine{
    
}
.lIstDepartureBox, .lIstArrivalBox{
    width: 25%;
}
.lIstDepartureBox{
    
}
.lIstArrivalBox{
    
}
.listDepartureTime, .listArrivalTime{
    font-family: var(--font-family-sanspro);
    font-size: 16px;
    display: block;
    color: #000;
    font-weight: 700;
    line-height: 22px
}
.listDepartureTime{
    
}
.listArrivalTime{
    
}
.lIstOrigin, .lIstDestination{
    font-family: var(--font-family-sanspro);
    font-size: 13px;
    display: block;
    color: #5d5d5d;
    font-weight: 400;
    line-height: 18px;
}
.lIstOrigin{
    
}
.lIstDestination{
    
}
@media only screen and (max-width: 1200px) {
    .main-form {
        width: 90%;
    }
    .main-modify-box{
        width: 90%;
    }
}
@media only screen and (max-width: 992px) {
    .main-form, .main-modify-box {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .home-banner {
        min-height: auto;
        padding: 80px 0px 0px;
    }
    .from-input, .to-input, .dateselect-box {
        border-right: none;
    }
    .from-input:focus {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 35px;
    }
    .home-search-box {
        height: auto;
        padding: 10px 15px 10px;
        position: relative;
        right: 0px;
        top: 0;
    }
    .home-banner .s011 form .group-btn-submit {
        height: 40px;
        width: 95%;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .sEarchFlightspn{
        display: block;
    }
    .bb-767{
        border-bottom: 1px solid #ddd;
    }
    .mainTitle, .mainTitle span {
        font-size: 45px;
        margin: 0px 0px 10px;
        line-height: 50px;
    }
    .homeform-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .homeInput {
        width: 100% !important;
    }
    .dropdown-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 15px;
    }
    .dropwdownTitle, .dropdownclose{
        font-size: 18px;
        line-height: 20px;
        color: #222;
        font-weight: 600;
    }
    .dropdownclose{
        border: none;
        outline: none;
        width: 25px;
        height: 25px;
        background: transparent;
    }
    .icon-wrap {
        top: 22px;
    }
    .pageTitle.center {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .pass-div {
        width: 100%;
    }
    .sidebar-item{
        display: none;
    }
    .modify-search-btn{
        width: 100%;
        height: 40px;
        padding: 5px;
        border-radius: 30px;
    }
    .modify-searchbtn-box {
        height: 50px;
        position: relative;
        right: auto;
        left: 50%;
        width: 90%;
        padding: 10px 0px;
        transform: translateX(-50%);
    }
}