* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --dynamic-background: #0d0b68;
    --dynamic-color: #7d71ff;
    --dynamic-footer: #0d0b68;
}

a{
    text-decoration: none;
}
.fs14{
    font-size: 14px;
}

.loaderFlight{
    position: fixed;top: 0;left: 0;width: 100%;z-index: 999999999999999999;height: 100vh;background: #fff;display: grid;place-items: center;
}
.loaderFlight object{
    height: auto;width: 400px;object-fit: cover;
}
.loaderFlight.active{
    display:none;
}


header{
    position: relative;background: var(--dynamic-header);
}

header .logo {
    height: 40px;
    width: 200px;
    overflow: hidden;display: block;
}
header .headerLinks a{
    color: white;transition:all ease-in-out .2s;border-bottom: 2px solid #ffffff00;font-size:14px;font-weight:500;
    &:hover{
        border-color: white;
    }
    &.active{
        border-color: white;
    }
}
header .headerLogin{
    border: 0px;background: var(--dynamic-color);color: white;padding: 6px 10px 6px 8px;border-radius: 6px;font-size: 14px;font-weight: 500;
}
header .moreLinks{
    border: 0px;background: transparent;color: white;padding: 0;font-size: 14px;font-weight: 500;border-bottom: 1px solid transparent;transition: all ease-in-out .2s;
    &:hover{
        border-color: white;
    }
    &.active{
        border-color: white;
    }
}

.indexfirstContent{
    background: var(--dynamic-background);padding-top: 7rem;padding-bottom: 4rem;position: relative;
    &::before{
        content: '';position: absolute;top: 92%;width: 100%;display: block;height: 50px;background: white;border-radius: 40px 40px 0 0;z-index: 2;
    }
}
.indexfirstContent .mainHeadif{
    color: white;font-size:38px;font-weight:500;z-index: 1;position: relative;
    & span{
        color: var(--dynamic-color);
    }
}
.indexfirstContent .bacindexXImage{
    position: absolute;top: 0;right: 0;height: 350px;width: 350px;overflow: hidden;
}

.mainLinksSection{
    display: flex;align-items: center;flex-wrap: wrap;gap:3.5rem;
}

.mainLinksSection a {
    display: flex;flex-direction: column;align-items: center;gap: 6px;font-size: 16px;font-weight: 600;color:white;transition:all ease-in-out .3s;
    & .icon{
        height: 60px;width: 60px;padding: 12px;border-radius: 50%;
    }
    &:hover{
        color:var(--dynamic-color);
        & .icon{
            background: var(--dynamic-color)
        }
    }
    &.active{
        color:var(--dynamic-color);
        & .icon{
            background: var(--dynamic-color)
        }
    }
}

.tripTypeD{
    color: white;padding: 6px 18px;border: 1px solid var(--dynamic-color);border-radius: 26px;cursor: pointer;transition:all ease-in-out .3s;display: flex;align-items: center;gap: 8px;font-size: 14px;font-weight: 600;cursor: pointer;
    & input{
        display: none;
    }
    &:hover{
        color: var(--dynamic-color);
    }
    &.active{
        background: var(--dynamic-color);
        &:hover{
            color: white;
        }
    }
}

.formElementWeb>div{
    background-color: white;width: calc((100% - (44px + 140px)) / 5);position: relative;
    &.hotels{
        width: 488px;
    }
    &.holiday{
        width: 500px;
    }
    
}
.formElementWeb.bus>div{
    width: calc((100% - (44px + 140px)) / 3)
}
.formElementWeb>div:first-child{
    border-radius: 12px 0px 0px 12px;
}
.formElementWeb>div:last-child{
    width: 140px;border-radius: 0px 12px 12px 0px;overflow: hidden;
}
.formElementWeb .rotateDiv{
    display: flex;align-items: center;width: 44px !important;justify-content: center;border-right: 1px solid;border-left: 1px solid;border-color: #ddd;color: #9b9eb1;cursor: pointer;transition:all ease-in-out .2s;
    &:hover{
        border-color: var(--dynamic-color);color: var(--dynamic-color);
    }
    & i{
        transition: all ease-in-out .3s;   
    }&.active i{
        transform: rotate(180deg);
    }
}
.formElementWeb .flightLabel{
    padding: 24px 4px 4px 9px;position: relative;width:100%;
    & span{
        position: absolute;top: 12px;left: 14px;color: #8b8e9f;font-size: 16px;font-weight: 500;transition:all ease-in-out .2s;
        &.active{
            transform: translateY(-28%);font-size: 12px;
        }
    }
    & input{
        border: 0px;outline: none;padding: 0;margin: 0;font-size: 16px;padding-left: 6px;width: 100%;font-weight: 500;
    }
    & select{
        width: 100%;font-size: 16px;background: transparent;border: 0px;
    }
}
.formElementWeb>div.holiday .flightLabel{
    padding: 12px 18px;
}
.borderEND{
    border-right: 1px solid #ddd;
}

.formElementWeb .submitBTN{
    width: 100%;height: 100%;border: 0;background: var(--dynamic-color);color: white;font-size: 16px;font-weight: 600;
}

.selectCityLIST{
    position: absolute;z-index: 4;width: 18rem;background: white;max-height: 21rem;top: 3.5rem;border-radius: 12px;padding: 10px;box-shadow: 0px 0px 7px 0px #0000003d;overflow: auto;display:none;
    &.active{
        display: block;
    }
    &.bus{
        width: 100%;
    }
}
.selectCityLIST .childSelect{ 
    display: flex;align-items: start;justify-content: space-between;border-bottom: 1px solid #eaeaea;padding:4px;padding-bottom: 8px;cursor: pointer;transition: all ease-in-out .1s;margin-bottom:8px;
    &:hover{
        background:#f6f6f6 ;
    }
}
.selectCityLIST .childSelect>div:first-child{
    width: calc(100% - 50px) ;
} 
.selectCityLIST .childSelect>div:last-child{
    width: 50px;font-size: 16px;font-weight: 600;text-align: end;
} 
.selectCityLIST .childSelect .notFOUND{
    width: 100% !important;text-align: center !important;
}
.selectCityLIST .childSelect .country{
    font-size: 14px;color: #6e6e6e;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.selectCityLIST .childSelect .city{
    font-size: 16px;font-weight: 500;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}


/* .indexSecondCOntent{
    background: var(--dynamic-background);
}
.indexSecondCOntent .rounded12{
    border-radius: 46px 46px 0 0;
} */
.offerSLBIX{
    border-radius: 26px;overflow: hidden;background: #f2f2f7;color: #181c2d;
}
.offerSLBIX h3{
    font-size: 24px;font-weight: 600;
}
.offerSLBIX p{
    font-size: 16px;font-weight: 500;
}
.offerSLBIX .imgBOX{
    height: 380px;border-radius: 30px;overflow: hidden;
}

.sliderCustomBTN{
    & .slick-arrow{
        position: absolute;top: 0;height: 100%;display: flex;align-items: center;z-index: 2;cursor: pointer;
        &.right{
            right: -20px;
        }
        &.left{
            left: -20px;
        }
        & i{
            height: 35px;width: 35px;background: white;display: grid;place-items: center;border-radius: 50%;font-size: 14px;box-shadow: 1px 1px 7px 1px #00000024;transition:all ease-in-out .2s;
            &:hover{
                transform: scale(1.1);background: #f6f6f6;
            }
        }
        &.slick-disabled{
            opacity: 0.6;
            & i:hover{transform: none;}
        }
    }
    &.multi{
        margin: 0 -10px;
    }
    &.multi .left{
        left: -10px;
    }
    &.multi .right{
        right: -10px;
    }
}


.offerSLiderImg{
    padding: 0px 10px;cursor: pointer;
    &>div{
        width: 100%;height: 280px;overflow: hidden;border-radius: 12px;
    }
}



.indexFourthCOntent .divideTHeDiv7 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 24px;
    margin-top: 2rem;
    & img{
        height: 100%;width: 100%;object-fit: cover;transition:all ease-in-out .2s;
    }
    &>div{
        border-radius: 14px;background: #f5f5f9;overflow: hidden;transition:all ease-in-out .2s;
        & a{
            color: #2a2b3c;transition:all ease-in-out .2s;
            & .first{
                padding: 19px 22px;
                & h4{
                    margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
                }
                & p{
                    margin-bottom: 0;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
                }
            }
            & .imgSec1{
                height: 200px;border-radius: 16px 16px 0 0;overflow: hidden;
            }
            & .imgSec2{
                height: 100%;border-radius: 16px 16px 0 0;overflow: hidden;
            }
        }
        &:hover{
            background: var(--dynamic-color);
            & a{
                color: white;
                & img{
                    transform: scale(1.05);
                }
            }
        }
    }
    & .div1 {
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
    }

    & .div2 {
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
        grid-column-start: 1;
        grid-row-start: 4;
    }

    & .div3 {
        grid-column: span 2 / span 2;
        grid-row: span 6 / span 6;
        grid-column-start: 3;
        grid-row-start: 1;
    }

    .div4 {
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
        grid-column-start: 5;
        grid-row-start: 1;
    }

    .div5 {
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
        grid-column-start: 5;
        grid-row-start: 4;
    }
}
        

.whyWithUs .mainSectionDS{
    display: grid;grid-template-columns: repeat(4,1fr);gap: 12px;
    &>div{
        background: #eff0ff;border-radius: 14px;padding: 20px;display: flex;flex-direction: column;justify-content: space-between;
        & h3{
            font-size: 18px;font-weight: 600;
        }
        & p{
            font-size: 14px;color: #606483;
        }
        & .imgDIVIIV{
            height: 50px;width: 50px;margin-left: auto;margin-top: 1rem;
        }
    }
}



footer {
    background-color: white;margin-top: 3rem;
}
footer .footerASAD{
    background: var(--dynamic-footer);border-radius: 38px 38px 0 0 ;padding: 3rem 0;
}
footer .footerASAD .foorterLOgo{
    width: 270px;height: 70px;
}
footer h4{
    color: white;font-size: 16px;font-weight: 500;
}
footer .fotoerLI{
    display: flex;list-style: none;flex-direction: column;gap: 6px;margin: 0;padding: 0;font-size: 14px;margin-top: 1rem;
    & a{
        color: #8384aa;
        &:hover{
            text-decoration: underline;
        }
    }
}
footer a i.fa-brands{
    height: 30px;width: 30px;display: grid;place-items: center;border-radius: 6px;color:white;
    &.fa-whatsapp {
        background: #25D366;
    }
    &.fa-facebook {
        background: #1877F2;
    }
    &.fa-x-twitter {
        background: #000000;
    }
    &.fa-instagram {
        background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    }
    &.fa-linkedin {
        background: #0A66C2;
    }
    &.fa-youtube {
        background: #FF0000;
    }
}
footer .fooetBottom{
    color: #9496b4;font-size: 14px;font-weight: 500;margin-top: 2rem;padding-top: 2rem;border-top: 1px solid #7d7d7d;
}


.moreLinksDrop .dropdown-item{
    display: flex;align-items: center;gap: 10px;font-size: 14px;font-weight: 500;color: #393939;
    &.active{
        color: white;background: var(--dynamic-color);
    }
}

.faq-section h2 {
  font-weight: 600;
  font-size: 1.75rem;
}

.faq-section .accordion-item {
  border: none;
}

.faq-section .accordion-button {
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    &:focus{
        box-shadow:none
    }
}
.faq-section .accordion-body {
    font-size: 14px;font-weight: 500;
}

.faq-section .accordion-button{
    border: 1px solid rgb(223, 223, 223);
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: var(--dynamic-color);
}

.blogHEADING{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.testimonial-section{
    padding: 40px 0;position: relative;background:#00000064;
    & h3{
        color: white;
    }
    & .card{
        background: #ffffffb2;backdrop-filter: blur(6px);
    }
}





.travellers_box{
    position: absolute;top: 104%;right: 0;width: 35rem;display: none;background: #fff;z-index: 2;cursor: auto;
}
.travellers_box.active{
    display: block;
}
.travellers_box .first{
    padding: 26px;display: flex;flex-direction: column;gap: 12px;
}
.travellers_box .ygugyuyvyuyvu{
    display: flex;flex-direction: column;align-items: center;
}
.travellers_box .ygugyuyvyuyvu input{
    width: 20px;text-align: center;border: 0;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(1){
    font-size: 16px;font-weight: 600;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(2){
    font-size: 12px;font-weight: 400;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(3){
    display: flex;align-items: center;width: 6rem;justify-content: space-between;margin-top: 12px;border-radius: 6px;border: 2px solid #dbdbdb;padding: 4px 14px;
}
.travellers_box .ygugyuyvyuyvu .act {
    cursor: pointer;user-select: none;display: grid;place-items: center;
}
.travellers_box .ygugyuyvyuyvu .act i{
    cursor: pointer;font-size: 10px;user-select: none;
}
.travellers_box .travel_class{
    display: flex;align-items: center;justify-content: space-between;
}
.travellers_box .travel_class>div{
    font-size: 13px;border-radius: 6px;border: 1.5px solid #ddd;padding: 4px 10px;font-weight: 500;cursor: pointer;color: #666;transition: all ease-in-out .2s;
}
.travellers_box .travel_class>div.active{
    border-color: var(--dynamic-color);background: #eee;color: var(--dynamic-color);font-weight: 600;
}
.travellers_box .second{
    padding: 12px 26px;border-top: 1px solid #ddd;display: flex;align-items: center;justify-content: end;gap: 24px;
}
.travellers_box .second>div:nth-child(1){
    font-size: 16px;font-weight: 600;cursor: pointer;
}
.travellers_box .second>div:nth-child(2){
    padding: 4px 16px;border-radius: 4px;
}
.special_fare .spe_chi .ghyujioiuhyg{
    position: absolute;top: 100%;left: 0;width: 22rem;z-index: 1;opacity: 0;user-select: none;pointer-events: none;transition: all ease-in-out .2s;background: rgba(34, 34, 34, 0.9);color: #fff;padding: 12px;
}
.special_fare .spe_chi:hover .ghyujioiuhyg{
    opacity: 1;pointer-events: all;
}
.special_fare .spe_chi .ghyujioiuhyg h4{
    font-size: 16px;font-weight: 600;margin-bottom: 6px;
}
.special_fare .spe_chi .ghyujioiuhyg p{
    font-size: 10px;font-weight: 600;margin-bottom: 0;
}
.btn_custom{
    background: var(--dynamic-color);color: white;cursor: pointer;
}


/*? Css for hotel page starts */
.outer-first-hotel{
    background-color: var(--dynamic-header);width: 100%;padding: 50px 0 60px 0;
}
.src_bs_nw_hotel h1 {
    font-size: 20px !important;margin: auto !important;color: var(--dynamic-color);text-align: center;
}
.input_htl_lo {
    background: #fff;-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);padding: 11px 10px 11px 30px;outline: 0;border: 0;width: 98%;font-size: 16px;color: #000;font-weight: 700;display: none;
}
.input_htl_lo.activate{
    display: inline-block;
}
.dropdownlistsHotelcities{
    left:0;width: 100%;min-height: 50px;background: #fff;float: left;max-height: 317px;position: absolute;z-index: 999;top: 56px;overflow: auto;border: none !important;border-radius: 12px;box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);padding-top: 5px;display: none;
    &.active{
        display: block;
    }
}
.dropdownlistsHotelcities ul{
    float: left;height: auto !important;margin: 0;overflow: auto;padding-bottom: 6%;width: 100%;border-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-top-left-radius: 0px;border-top-right-radius: 0px;padding: 0;
}
.dropdownlistsHotelcities ul li{
    font-size: 15px;list-style: none;padding: 0;margin: 0;border-bottom: 1px solid #e6e6e6;line-height: 28px;position: relative;padding: 10px 12px 10px 13px;cursor: pointer;color: #333;text-transform: capitalize;font-weight: 500;display: flex;align-items: center;
}
.dropdownlistsHotelcities.busInpTo{
    width: 100%;
}


.paxContent {
    display: none;background: #fff;position: absolute;top: 56px;left: 0;width: 300px;-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;-ms-border-radius: 0 0 4px 4px;border-radius: 4px;z-index: 99;padding: 7px;
}
#roomshtml { 
    max-height: 345px;overflow: auto;
}
.addroom {
    margin-top: 4px;color: var(--dynamic-color);padding: 0px;-webkit-border-radius: 40px;-moz-border-radius: 40px;-ms-border-radius: 40px;border-radius: 40px;margin-left: 6px;margin-bottom: 6px;font-size: 13px;border: 1px solid var(--dynamic-color);padding: 6px 8px;float: left;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;text-decoration: none;cursor: pointer;
}
.removeroom {
    color: #e00005;border-color: #e00005;
}
.exitroom {
    color: #fff;background: var(--dynamic-color);float: right;margin-right: 6px;border-color: var(--dynamic-color);display: block;width: 32%;text-align: center;padding: 6px 8px;
}
.box {
    margin-top: 0px;border-bottom: 1px solid #e8e9eb;padding: 6px 6px 6px 6px;clear: both;height: auto;overflow: auto;font-size: 14px;-o-animation-name: animateElement;-moz-animation-name: animateElement;-webkit-animation-name: animateElement;animation-name: animateElement;-o-animation-duration: 0.2s;-moz-animation-duration: 0.2s;-webkit-animation-duration: 0.2s;animation-duration: 0.2s;-o-animation-iteration-count: 1;-moz-animation-iteration-count: 1;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;-o-animation-timing-function: linear;-moz-animation-timing-function: linear;-webkit-animation-timing-function: linear;animation-timing-function: linear;
}
.box:last-child{
    border: 0px;
}
.roomTxt {
    color: #000;font-weight: 600;margin-bottom: 1px;
}
.pull-left {float: left;}
.pull-left {width: 63%;}
.txt {display: block;padding-top: 2px;text-align: left;color: #000;}
.txt em {font-size: 11px;color: #737373;display: block;font-style: normal;}
.pull-right {float: right; width: 36%;}
.pull-right {border: 1px solid #e3e3e3;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}
          .spacer {
            height: 10px;
            clear: both;}
          .PlusMinusRow {
            border-radius: 2px;
            position: relative;
            margin: 0;
            overflow: hidden;
            min-height: 30px;
            line-height: 28px;
            text-align: center;
          }
          .sub {
            font-size: 22px;
            font-weight: 600;
            left: 0;
            top: 0px;
            width: 33px;
            position: absolute;
            cursor: pointer;
            user-select: none;
            color: #000000;
            background: #f5f9ff;
            height: 30px;
            border-right: 1px solid #e3e3e3;
          }
          .PlusMinus_number, .PlusMinus_label {
            margin-top: 0px;
            display: inline-block;
          }
          .PlusMinus_number {
            font-size: 14px;
            color: #000000;
            width: 32px;
            margin: auto;
              margin-top: auto;
            text-align: center;
            border: 0;
            outline: 0;
            height: 30px;
            line-height: 30px;
            font-weight: 600;
          }
.add {font-weight: 600;font-size: 17px;width: 33px;position: absolute;cursor: pointer;user-select: none;color: #000000;right: 0;top: 0;background: #f5f9ff;height: 30px;border-left: 1px solid #e3e3e3;}
.childresAgeTxt {margin: 2px 0px 3px 0;  margin-top: 2px;font-size: 12px;color: #959595;text-align: left;width: 100%;margin-top: 13px;float: left;}
.paxContent select {border: 1px solid #c3c3c3;margin-right: 16px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;font-size: 13px;width: 58px;color: #434343;-webkit-appearance: none;padding: 3px 8px;height: 30px;background: #ffffff url(https://www.easemytrip.com/dm-img/arrow_down.png) no-repeat 81% 50%;}

/*? Css for hotel page ends */



.holidayDivniIin{
    width: 100%;border-radius:28px;overflow:hidden;background: #f2f2f7;
    & .first{
        height: 200px;width: 100%;border-radius: 0 0 28px 28px;overflow: hidden;
        & img{
            width: 100%;height: 100%;object-fit: cover;transition: all ease-in-out .3s;
        }
    }
    & .second{
        padding: 18px 22px;
        & h5{
            color: #4f505f;font-size: 22px;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
        }
        & p{
            color:#242424;font-size: 14px;font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0;
        }
    }
    &:hover{
        & img{
            transform: scale(1.1);
        }
    }
}




/*!------------------ Css for Holiday Page ----------------------- */
.packagemainbox{
    display: flex;flex-wrap: wrap;gap: 32px;
}

.package-card {
    width: calc((100% / 3) - (22px));
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card .imgDiv {
    height: 240px;overflow: hidden;
    & img{
        width: 100%;height: 100%;object-fit: cover;
    }
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-gradient {
    background: linear-gradient(45deg, #7b2ff7, #f107a3);
    color: #fff;
    font-weight: 600;
    border: none;
}

.btn-gradient:hover {
    opacity: 0.9;
}

.packagedetails p{
    margin-bottom:1rem;font-size:15px;line-height:20px;font-weight:400
}
.packagedetails .custom-p{
    margin: 0;font-size: 12px;line-height: 14px;
}
.hideMe{display: none;}
.flight_schedule{
    width: 400px;
}
.flight_row_icon{
    position: relative;width: 50%;display: flex;justify-content: center;
}
.flight_row_icon i{
    position: relative;z-index: 9;
}
.flight_row_icon::after{
    position: absolute;content: '';width: 100%;height: 1px;background: #f4f4f4;top: 50%;left: 0;transform: translateY(-50%);
}
.hotel_image{
    min-width: 260px;overflow: hidden;border-radius: 5px;height: 150px;
}
.hotel_image_gallery_modal{
    max-width: 800px;height: 100%;
}
#hotel_name{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 500px;
}
.activity_image{
    min-width: 260px;overflow: hidden;border-radius: 5px;height: 150px;
}
.helloWorld{
    width: 100%;padding: 10px;border-radius: 5px;border: none;background-color: var(--dynamic-color);display: block;text-align: center;
}
/* .img {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
} */

.itinearyGallery {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    background: #000000f0;
    z-index: 3;
    display: none;
    padding: 12px 20px;
}

.itinearyGallery img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.itinearyGallery .slick-list,
.itinearyGallery .slick-track,
.itinearyGallery .slick-track,
.itinearyGallery .slick-slide>div {
    height: 100%;
}

.itinearyGallery .slick-prev {left:0}
.itinearyGallery .slick-next {right:0}
.itinearyGallery.active {
    display: block;
}

.itinearyGallery.active .slider_dotsCs .slick-dots {
    margin-top: 1rem;
}

.itinearyGallery>div:first-child {
    height: 20%;
}

.itinearyGallery>div:last-child {
    height: 60%;
}
.slider_dotsCs{margin-bottom: 10px !important;}
.slider_dotsCs .slick-dots {position: relative;bottom: 5px;}
.slider_dotsCs .slick-dots li{
    width: 6px;height: 6px;background: #ccc;border-radius: 15px;transition: all ease-in-out .2s;
}
.slider_dotsCs .slick-dots li.slick-active{width: 18px;background: var(--dynamic-color);}
.slider_dotsCs .slick-dots li button{
    display: none;
}
#captcha-img img{
    height: 40px !important;
}
.btn-dangerCs,
.bg-dangerCs{
    background: var(--dynamic-color);color: white;
}
.pacakgeITI.accordion-button {
    color: #1f1f1f;
    font-weight: 600;
    &:focus{
        box-shadow:none
    }
}

.pacakgeITI.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: var(--dynamic-color);
}
.itinerary-img>div {
    background: #f8f8f8;
    border: 0.5px solid #e9e3e3;
    padding: 10px 20px;
    width: 80px;
    border-radius: 8px;
    & img{
        width: 100%;height: 100%;object-fit: cover;
    }
}

.width120{
    width:90px;text-align: center;
}
.widthM120{
    width: calc(100% - 140px);
}
.packagedetails form li {
    cursor: pointer;
    color: #594b4b;
    font-size: 12px;
  }
  
  .packagedetails form hr {
    margin: 0px;
  }
  
  .packagedetails form ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 10px 16px;
    margin-bottom: 0px;
    border: 0.5px solid #7d7d7d;
    border-radius: 5px;
    gap: 8px;
  }

.loginMainDIv{
    border-left: 1px solid #fff;padding-left: 20px;
}
.loginMainButton{
    border: 0;border-radius: 6px;background: var(--dynamic-color);color: white;padding: 5px 12px;font-size: 14px;font-weight: 500;border:1px solid transparent;transition:all ease-in-out .2s;width: 150px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
    &:hover{
        background: transparent;border-color:var(--dynamic-color);color: var(--dynamic-color);
    }
}
.loginebde1{
    font-size: 16px;width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;font-weight: 600;
}
.ewrtbgwe4rg{
    font-size: 12px;color: #353535;line-height: 1;
}
.loginebde2{
    display: flex;align-items: center;gap: 10px;color: inherit;border-bottom: 1px solid #666;
}