@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

.dropdwnsec::-webkit-scrollbar, .ovscroll::-webkit-scrollbar {
    width: 5px !important;
    display: block !important;
}

.dropdwnsec::-webkit-scrollbar-track, .ovscroll::-webkit-scrollbar-track {
    background: #eee !important;
}

.dropdwnsec::-webkit-scrollbar-thumb, .ovscroll::-webkit-scrollbar-thumb {
    background: #2196f3 !important;
}


body {
    font-family: poppins;
}

.d-flex {
    display: flex;
}

.flx-wrp {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.gap-20 {
    gap: 20px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.fnt-23 {
    font-size: 23px;
}

.fnt-600 {
    font-weight: 600;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.my-20 {
    margin: 10px 0;
    margin-bottom: 0;
}
.my-15 {
    margin: 5px 0;
}

.ml-20 {
    margin-left: 20px;
}

.clr-gry {
    color: #454647;
}

.clr-blue {
    color: #2196f3;
}

.ovf-hid {
    overflow: hidden;
}

.ml-right {
    margin-left: auto;
}
/* .mnbx{
    margin-bottom: 90px;
  } */


.bck-button {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

.hld-cont {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
/* .hldsrch{
  margin-bottom: 90px;
} */
.banner {
    padding: 35px 10px;
    background: url(lstimg/banner-img.jpg) no-repeat;
    background-size: 100% !important;
    height: 260px;
    color: #fff;
    position: relative;
}
.ovclrbg {
    background: #00000057;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.banner-caption {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    z-index: 1;
    position: relative;
}
.srchbr {
    background: #fff;
    padding: 0px 0px 0px 10px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 9;
    width: 600px;
    max-width: 90%;
    margin: auto;
}

.frm, .whn {
    position: relative;
}

.frmbx {
    font-size: 12px;
    color: #181818c7;
    width: 100%;
    display: block;
    cursor: pointer;
}
.bredcm {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    cursor: pointer;
}

.frmbx input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    font-family: poppins;
    background: transparent;
    color: #000;
    padding: 0;
}

.srttile {
    font-weight: 500;
}

.sugg-list {
    position: absolute;
    top: 100%;
    left: auto;
    min-width: 100%;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(128, 128, 128, 0.466);
    z-index: 9;
    display: none;
}

    .sugg-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sugg-list ul li {
            padding: 8px;
            border-bottom: 1px solid #0000003c;
            font-size: 13px;
            color: #000;
        }

            .sugg-list ul li:last-child {
                border-bottom: 0;
            }

.editbx {
    background: #EF6614;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 40px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.dvdr {
    height: 53px;
    width: 1px;
    background: #A0B0B6;
    border: 0;
}

.bnr-item:hover {background: #6b6b6b;}
.bnr-item {
    padding: 10px;
    background: #edf7fe78;
    border-radius: 40px;
    width: fit-content;
    font-size: 13px;
    color: #fff;
    margin: 20px 0 15px;
    backdrop-filter: blur(5px);
    line-height: 0;
    cursor: pointer;
}

.checkbxin {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .checkbxin input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .itms  .checkmark:hover {    background: #f5f5f5;}
    .checkbxin .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 4px;
        border: 1px solid #E1E1E1;
        background-color: #fff;
    }



    .checkbxin input:checked ~ .checkmark {
        background-color: #2196F3;
        border: 1px solid #2196F3;
    }

    .checkbxin .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbxin input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbxin .checkmark:after {
        left: 6px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.blubx:hover {    background: #e9f5ff;}
.blubx {
    border-radius: 8px;
    border: 1px solid #2196F3;
    background: #fff;
    padding: 7px 20px;
    font-size: 13px;
    min-width: fit-content;
    color: #2196F3;
    cursor: pointer;
}

.cur-pnt {
    cursor: pointer;
}

.blbx {
    padding: 10px;
    font-size: 13px;
    min-width: fit-content;
    margin-left: auto;
    gap: 20px;
}

.ptitle {
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
}
.imgs {
    position: relative;
}

    .imgs img {
        display: block;
    }

    .imgs .bdge {
        position: absolute;
        top: 10px;
        left: 14px;
        background: #DA0D0D;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 9px;
        color: #fff;
        line-height: 0;
    }

.pckg-card:hover {box-shadow: 0 0 6px 0 #0000003c;}
.pckg-card {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    min-width: 340px;
    max-width: 431px;
    display: flex; 
    flex-direction: column;
    position: relative;
}
.whslstbx .pckg-card {
    max-width: 387px;
}
.incTxt {
    font-size: 11px;
    color: #000;
    text-align: center;
    display: none;
}
.pckslt {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90%;
    z-index: 1;
    display: flex;
    align-items: center;
}
.pckg-card .img-top {
    position: relative;
    padding: 10px;
}

.img-top .whslst.active {
    filter: brightness(0) saturate(100%) invert(16%) sepia(43%) saturate(7031%) hue-rotate(353deg) brightness(108%) contrast(124%);
}

.pckg-card .img-top > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.card-body {
    padding: 10px;
    padding-top: 0;
}
.bgclradd {
    background: linear-gradient(to right, #271b62, #2608c0);
    padding: 3px 5px 3px 26px;
    font-size: 12px;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}
.pckslt .checkbxin .checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 17px;
    width: 17px;
    border-radius: 5px;
    border: 0;
    background: #fff;
}
.pckslt .checkbxin input:checked ~ .checkmark {
    background-color: #fff;
    border: 0;
}
.pckslt .checkbxin .checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #27196d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.durbadge {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: linear-gradient(to right, #3F51B5, #2196F3);
    border-radius: 28px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
}
.poscfc{
	position: absolute;
    margin: 0;
    width: auto;
    z-index: 1;
    right: 18px;
    top: 20px;
}
.poscfc span {
        background: linear-gradient(to right, #FF5722, #FFC107);
    color: #fff;
    border-radius: 40px;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1px 7px 1px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.poscfc span img {
    margin-right: 0;
    width: 20px;
}
.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1F1F29;
}

.pckdur {
    font-size: 12px;
    color: #1818188e;
}

.glrybx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 14px;
}

.gallit .glimg {
    width: 1200px;
    height: 260px;
}

.glimg {
    position: relative;
}

.sdrow {
    width: 30%;
}

.imgcap {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000006f;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.pckginc ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: start;
}
        .pckginc ul li {
            margin-bottom: 0px;
            position: relative;
            font-size: 13px;
            margin-left: 15px;
        }
.pckginc ul li::after {
    position: absolute;
    left: -20px;
    top: 12px;
    height: 2px;
    min-width: 12px;
    background-color: #04a77a;
    content: "";
    transform: translateX(10px) rotate(305deg);
    transform-origin: left bottom;
}
.pckginc ul li::before {
    position: absolute;
    left: -21px;
    top: 8px;
    height: 5px;
    min-width: 2px;
    background-color: #04a77a;
    content: "";
    transform: translateX(10px) rotate(312deg);
    transform-origin: left bottom;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-top: 0;
}
.tgle_prt {
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.inc-t {
    font-size: 13px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.strbx {
    padding: 0 5px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    width: fit-content;
}
.stars-rating ul li, .stars-rating-v2 ul li {
    width: auto;
    margin: 0;
    color: #666;
    font-size: 1.3em;
    text-align: center;
    list-style: none;
    margin-right: 10px;
}
.htl-incl input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

.htl-incl .bdrbx {
    padding: 5px 0 0 !important;
    border-bottom: 0;
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
    margin-bottom: 5px;
}
.htl-incl input[type=checkbox]:checked::before {
    background-color: #358CED;
    border: 2px solid #358CED;
}

.htl-incl input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -3px;
    left: 0;
    border: 2px solid #99AFC1;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 1px;
}

.htl-incl input[type=checkbox]:checked::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 7px;
}

input:checked + .slider {
    background: linear-gradient(to right,#0FB746,#0E702E);
}

.slider.round {
    border-radius: 34px;
    padding-top: 2px;
    padding-left: 1px;
    color: #fff;
    font-size: 9px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider.round:before {
        border-radius: 50%;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 1.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.prc {
    font-size: 10px;
}

.cutprice {
    font-size: 13px;
    color: #000;
    display: flex;
    font-weight: 500;
    text-decoration: line-through;
    position: relative;
}

.prc-nm {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
.hicn {
    float: left;
    margin-right: 0;
}
.pckg-btn {
    background: #EF6614;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
}

.whst {
    padding: 10px;
    width: 100%;
    background: #2AA81A;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    min-width: fit-content;
    height: 60px;
    justify-content: center;
}

.qrybx {
    padding: 10px;
    width: 100%;
    background: #EC821C;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    min-width: fit-content;
    height: 60px;
    justify-content: center;
}
/* whislist */
.rmv {
    color: #2196F3;
    font-size: 14px;
}

.whslstbx {
    display: none;
}

/* Filter Pop*/


.popbx {
    /* overflow-x: scroll; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 90%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 10px 60px;
    border-radius: 20px 20px 0 0;
    z-index: 100;
}

.tooltip {
    position: relative;
}

    .tooltip img {
        display: block;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background: #000;
        color: #ffffff;
        text-align: center;
        border: 1px solid #000000;
        border-radius: 6px;
        padding: 11px;
        font-size: 14px;
        position: absolute;
        z-index: 1;
        top: 120%;
        right: 0;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 6%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

.maincity {
    width: 100%;
    display: flex;
}

.fromcity {
    width: auto;
    margin-right: auto;
}

.tyeu {
    text-align: left;
    font-size: 12px;
}

.cityu {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.iconcity {
    margin: auto 15px;
    width: auto;
}

.aricon {
    background: url(https://www.easemytrip.com/holidays/lstimg/toarrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    display: inline-block;
    margin: auto;
}

.tocityhu {
    margin-left: auto;
    width: auto;
}

.tiorig {
    text-align: right;
    font-size: 12px;
}

.cityur {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.pd-bx {
    margin-top: 15px;
}

.text-end {
    text-align: end;
}

.bx-1 {
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #D5DEE4;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: inset 0 -1px 3px 0 #ccd9e388;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background: linear-gradient(0deg, #FAFDFF, #fff);
}

.sort-pop .bx-1 {
    flex-direction: column;
}

.srtbl {
    font-size: 11px;
    color: #2196F3;
}

.clckd {
    background: #EBF6FF;
    color: #2196F3;
    border-color: #2196F3;
}

.sort-pop .clckd img {
    filter: invert(48%) sepia(79%) saturate(1265%) hue-rotate(179deg) brightness(100%) contrast(119%)
}

/* .flter::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 3px;
  width: 30px;
  border-radius: 4px;
  background: #2196F3;
}
.flter{
  padding: 20px 0 14px;
 
  position: relative;
} */

.fltr-title {
    font-size: 18px;
    font-weight: 600;
}

.flter small {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;

    color: #e53935;
}
.flter small:hover{background: #ffeaea; 
    border-radius: 50px;
}
.pd-title {
    padding: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
}
.chevron-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: transform 0.3s ease;
    color: #555;
}
.gap-14 {
    gap: 14px;
}
.range {
    padding: 0 5px;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #e1e9f6;
    border-radius: 2px;
    margin-top: 20px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #358CED;
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -6px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .range-input input::-webkit-slider-thumb {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            outline: 5px solid #81bafc65;
            background-color: #358CED;
            pointer-events: auto;
            -webkit-appearance: none;
        }

        .range-input input::-moz-range-thumb {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 3px solid #81bafc;
            background-color: #358CED;
            pointer-events: auto;
            -moz-appearance: none;
        }

.range-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .range-price input {
        width: 47px;
        border: 0;
        padding: 0;
        outline: none;
        font-weight: 500;
        font-family: poppins;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brd-pnt .bx-1 {
    width: fit-content;
    border-radius: 35px;
    padding: 7px 10px;
}

.pn-mr {
    font-size: 13px;
    color: #2196F3;
    font-weight: 600;
}

.apl-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

    .apl-btn a {
        width: 100%;
        display: block;
    }

.popbx .pd-bx {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #EEEEEE; */
}

.actpop {
    height: 100%;
    width: 100%;
    background: #00000094;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.ovf-sc {
    overflow-x: auto;
    max-height: 80vh;
}

.close-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    position: absolute;
    top: -40px;
    background: #00000070;
    left: 50%;
    border-radius: 100%;
    height: 30px;
    justify-content: center;
    width: 30px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0);
}

.srchbx {
    position: relative;
    margin-top: 10px;
}

    .srchbx::after {
        content: url(lstimg/search-icn.svg);
        position: absolute;
        right: 18px;
        top: 11px;
    }

    .srchbx input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #eeeeee;
        border-radius: 100px;
        box-shadow: inset 0 -3px 6px 0 #ccd9e359;
        font-family: poppins;
        font-size: 15px;
    }

.apl-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 10px;
}

.slt-st {
    background: #EF6614;
    color: #fff;
    font-size: 15px;
    padding: 9px 18px;
    border-radius: 45px;
    width: 100%;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.bdrbx{
    padding: 15px 0 !important;
    border-bottom: 0;
    border-top: 1px solid #EEEEEE;
    margin-top: 0;
}
.mnmx {
    margin-bottom: 25px;
}

.mnxsr input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #eeeeee;
    border-radius: 100px;
    box-shadow: inset 0 -3px 6px 0 #ccd9e359;
    font-family: poppins;
    font-size: 13px;
}

.mbx {
    font-size: 13px;
    color: #0000005a;
}

.hydv {
    height: 1px;
    width: 20px;
    background: #00000024;
    border: 0;
    margin-top: 10px;
}
/* Compare  */
.cmpre {
    display: none;
}

.add-pck {
    padding: 10px 30px;
    border: 1px solid #2196F3;
    border-radius: 6px;
    background: #F2F9FF;
    color: #2196F3;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.cmp-tbl {
    width: 100%;
    overflow: auto;
    margin-bottom: 15px;
}

    .cmp-tbl table {
        font-size: 13px;
        outline: 1px solid #CDD5E1;
        border-radius: 10px;
        overflow: hidden;
        border: 0;
    }

    .cmp-tbl tbody tr, .cmp-tbl thead tr {
        border: 1px solid #CDD5E1;
    }

        .cmp-tbl thead tr th {
            background: #E2ECF5;
            padding: 10px;
            font-weight: 600;
            text-align: start;
            min-width: 200px;
            min-width: 250px;
            text-align: center;
            border: 0;
        }

.cmp-tbl tbody tr td {
    background: #fff;
    padding: 15px 10px;
    text-align: center;    max-width: 325px;
    width: 325px;

}

        .cmp-tbl tbody tr:first-child td, .cmp-tbl thead tr th:first-child {
            padding: 10px;
            text-align: left;
    max-width: 200px;
        }
        .cmp-tbl tbody tr td:first-child {
            font-weight: 600;
            text-align: left;
    max-width: 200px;
        }
.clrbluetxt {
    color: #2196F3;
    font-size: 14px;
    font-weight: 600;
}

.view-btn {
    background: #EF6614;
    border-radius: 6px;
    border: 1px solid #EF6614;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.rmv-btn {
       cursor: pointer;
    border-radius: 6px;
    border: 1px solid #2196F3;
    padding: 10px 20px;
    font-size: 13px;
    color: #2196F3;
    font-weight: 500;
    text-align: center;
}
.rmv-btn:hover{background: #F2F9FF;}
/* About Place  */
.abtplc {
    display: none;
}

.imgsld {
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

    .imgsld img {
        aspect-ratio: 5/3;
        border-radius: 10px;
    }

.plc-title {
    font-size: 19px;
    font-weight: 700;
}

.dtlbx .tab {
    margin-top: 10px;
    border-bottom: 1px solid #00000024;
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
}

    .dtlbx .tab a {
        background: none;
        border: none;
        outline: none;
        transition: 0.3s;
        font-size: 16px;
        color: #18181879;
        padding: 10px 0;
        min-width: max-content;
        text-decoration: none;
    }



        .dtlbx .tab a.active {
            border-bottom: 3px solid #2196F3;
            z-index: 9;
            color: #000;
        }

.dtlbx .tabcontent {
    padding: 10px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pdtabx {
    margin-top: 10px;
}

.dtlbx p {
    font-size: 15px;
    margin-bottom: 15px;
}

.dtlbx .pd-title2 {
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
}

.dtlbx .pd-title {
    padding: 0 0 5px;
    font-size: 25px;
    font-weight: 700;
}

.tpatt {
    background: #E8F2FA;
    padding: 20px 0 5px;
}

    .tpatt .owl-theme .owl-nav, .ttdo .owl-theme .owl-nav {
        top: -43px;
    }

    .tpatt .owl-prev::before,
    .tpatt .owl-next::before, .ttdo .owl-prev::before,
    .ttdo .owl-next::before {
        content: url(lstimg/owl-nav.svg) !important;
        height: 15px;
    }

    .tpatt .owl-theme .owl-nav [class*=owl-], .ttdo .owl-theme .owl-nav [class*=owl-] {
        border-color: #2196F3;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tpatt .owl-theme .owl-nav [class*=owl-]:hover, .ttdo .owl-theme .owl-nav [class*=owl-]:hover {
            color: #FFF;
            text-decoration: none;
            background: #2196F3 !important;
        }

    .tpatt .owl-next:hover::before,
    .ttdo .owl-next:hover::before {
        content: url(lstimg/owl-nav.svg) !important;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(105%) contrast(101%);
        background: transparent;
        transform: rotate(180deg) !important;
    }

    .tpatt .owl-prev:hover::before, .ttdo .owl-prev:hover::before {
        content: url(lstimg/owl-nav.svg) !important;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(105%) contrast(101%);
        transform: rotate(0deg) !important;
        background: transparent;
    }

.attcrd {
    min-width: 85%;
    margin-top: 10px;
}

    .attcrd img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        border-radius: 8px;
    }

.attcrds strong {
    margin: 10px 0;
    display: block;
}

.ttdo {
    margin: 40px 0;
}

    .ttdo ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .ttdo ul li {
            margin-top: 10px;
            position: relative;
            font-size: 14px;
            border: 1px solid #339900;
            padding: 10px;
            border-radius: 12px;
            background: #33990010;
            padding-left: 35px;
            width: 48%;
        }

            .ttdo ul li::after {
                content: url(lstimg/checked.svg);
                position: absolute;
                top: 13px;
                left: 10px;
            }

.dltitl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.lcdel {
    margin: 20px 0;
    width: 31%;
}

    .lcdel img {
        width: 100%;
        border-radius: 10px;
    }

/*.dtlbx .tab::-webkit-scrollbar, .imgsld::-webkit-scrollbar {
    display: none;
}*/
/* place to visit  */
.sliderbx {
    position: fixed;
    background: #000000cc;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.placmv {
    max-width: 25%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    max-height: 90vh;
    overflow: hidden;
}
    .placmv .bck-button {
        position: absolute;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        top: 5px;
        width: 100%;
        z-index: 9;
    }

.bnr-cpn {
    position: absolute;
    top: 25%;
    left: 50%;
    padding: 0 10px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.dbtitle {
    font-size: 20px;
    color: #fff;
}

.mntitle {
    font-size: 65px;
    color: #fff;
    min-width: max-content;
}
/* .plc-slider.owl-carousel .item{
  height: 100vh;
  width: 100%;
} */
.plc-slider.owl-carousel .item > img {
    width: auto;
    height: 100vh;
    border-radius: 10px;
    object-fit: fill;
}
.plc-slider.owl-carousel .owl-stage-outer {
    padding: 0;
}

.plc-slider.owl-carousel .owl-nav {
    display: none;
}

.plc-slider.owl-carousel .owl-dots{
    display: flex;
    position: absolute;
    top: 20px;
    width: 96%;
    right: 3px;
    gap: 10px;
    padding: 10px;
}
.bck {
    cursor: pointer;
}
    .plc-slider.owl-carousel .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ffffff6d;
        width: 100%;
        margin: 0;
        height: 6px;
        position: relative;
    }

    .plc-slider.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        background: transparent;
        border: 0;
        padding: 0;
        width: 100%;
    }

.plc-slider.owl-theme .owl-dots .owl-dot.active span, .plc-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff6d;
}

    .plc-slider.owl-theme .owl-dots .owl-dot.active span::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        animation: slide ease-in-out 5s;
        background: #fff;
        height: 100%;
        border-radius: 30px;
    }

@keyframes slide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.gtbtn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    background: #ffffff33;
    padding: 20px;
    border-radius: 50%;
    backdrop-filter: blur(2px);
    outline: 2px solid #fff;
    transform: translate(-50%,-50%);
    animation: flow ease-in-out 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

    .gtbtn img {
        height: 70px;
        width: 70px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
        aspect-ratio: 1;
    }

/* @keyframes flow{
  0%{
    padding: 0;
  }

  100%{
    padding: 20px;
  }
  
  100%{
    padding: 20px;
  }
} */



    .emi_text img {
        margin-right: 5px;
    }

.chsemi {
    color: #2196f3;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
}

.emipop {
    display: block;
}

.emibox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 8px;
    width: 92%;
    text-align: center;
}

.hdemi {
    font-size: 15px;
    display: flex;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.pop_c_bx {
    border: 1px solid #D5DEE4;
    margin: 12px 0 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(250, 253, 255, 1) 100%);
    box-shadow: 0 0 7px rgb(0 0 0 / 3%);
    border-radius: 15px;
    padding: 5px;
}

.closeemi {
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50px;
    position: absolute;
    right: -8px;
    top: -8px;
    color: #fff;
}

.emiplan {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(250, 253, 255, 1) 100%);
    margin-bottom: 10px;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

    .emiplan table {
        border-collapse: collapse;
        width: 100%;
        font-size: 12px;
    }

        .emiplan table th:first-child {
            background: #eee;
            border: 0;
            height: 30px;
            text-align: center;
            border-radius: 10px 0 0 0;
        }

        .emiplan table th {
            background: #eee;
            border: 0;
            height: 30px;
            text-align: center;
            border-radius: inherit;
        }

.bdrtp {
    border-top: 1px solid #dfdfdf;
}

.emiplan table td {
    height: 25px;
    border: 0;
}

.inpt-cv {
    width: 48% !important;
}

.inpemi {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 ;
    outline: 0;
    width: 48%;
    font-family: poppins;
}

.inpt-cv .inpemi {
    width: 100%;
    margin: 5px 0 0px 0px;
}

.inpemisub {
    width: 100%;
    background: #f26822;
    color: #fff;
    height: 40px;
    border-radius: 40px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.eminotes {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
}

    .eminotes ul {
        padding-left: 18px;
        margin: 0;
    }

.fon-note {
    font-weight: 600;
    margin-top: 0px;
    font-size: 13px;
}

/* filter  */

.fltritm {
    position: relative;
    display: flex;
}
._srtbtn{
	    padding: 10px 0;
    display: flex;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
    color: #222;
    background-color: #f6f6f6;
box-shadow: inset 0 0 0 1px #e0e0e0;}
.fltritm:hover ._srtbtn {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.grid-list {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 15px 0;
}
.fltritm:last-child {
    border-right: 0;
}

.pd-bx {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D5DEE4;
    margin-top: 15px;
    box-shadow: 0 0 3px #e7e7e7;
}

.fltittl {
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    width: 100%;
}
.mgtp20{
    margin-top: 15px;
    float: left;
    width: 100%;
}
.fltritm .active .srtbx img {
    transform: rotate(-180deg);
}

.fltritm .srtbx img {
    transition: .5s all ease-in-out;
}

.fltitmcont {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    min-width: 220px;
    z-index: 99;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.fltitmcont:after {
    content: "";
    position: absolute;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    top: -5px;
    background: #fff;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    z-index: 4;
    left: 30px;
}

.brd-srch {
    position: relative;
    margin: 10px 0;
}

    .brd-srch input {
        border: 1px solid #D5DEE4;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        font-size: 11px;
        font-family: poppins;
    }

    .brd-srch::after {
        content: url(../lstimg/_x32_-Magnifying_Glass.svg);
        position: absolute;
        top: 10px;
        right: 10px;
    }

.brd-pnt {
    max-height: 200px;
    padding: inherit;
    overflow-y: auto;
}

    .brd-pnt::-webkit-scrollbar {
        width: 5px;
    }

    .brd-pnt::-webkit-scrollbar-track {
        background: #D5DEE4;
        border-radius: 10px;
    }

    .brd-pnt::-webkit-scrollbar-thumb {
        background: #358CED;
        border-radius: 10px;
    }

.fltittl {
    margin: 0px 5px 5px;
    font-size: 1rem;
    font-weight: 600;
}
    .brd-pnt input[type=checkbox] {
        position: relative;
        cursor: pointer;
    }
.brd-pnt label{
    padding: 6px 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    min-width: max-content;
    border-radius: 20px;
    transition: background 0.3s;
    gap: 2px;
}
.brd-pnt label:hover {
    background: #e9f5ff;
}

.brd-pnt input {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
        .brd-pnt input[type=checkbox]::before {
            content: "";
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            top: -3px;
            left: 0;
            border: 1px solid #9c9c9c;
            border-radius: 3px;
            background-color: #ffffff;
            padding: 1px;
        }


    .brd-pnt label:hover input[type=checkbox]::before {
        background: #f3faff;
    }
    .brd-pnt input[type=checkbox]:checked::after {
        content: "";
        display: block;
        width: 4px;
        height: 10px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0px;
        left: 7px;
    }

label:hover input[type=checkbox]:checked::before {
    background: #358CED;
}

.brd-pnt input[type=checkbox]:checked::before {
    background-color: #358CED;
    border: 1px solid #358CED;
}

.slt-t {
    font-size: 12px;
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.range {
    padding: 0 5px;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #e1e9f6;
    border-radius: 2px;
    margin-top: 20px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #358CED;
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -6px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.range-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.range-price input {
    width: 47px;
    border: 0;
    padding: 0;
    outline: none;
    font-weight: 500;
}

.dur .range-price input {
    width: 18px;
    border: 0;
    padding: 0;
    outline: none;
    font-weight: 500;
    text-align: center;
}

.dur .range-price {
    font-size: 14px;
}

.fltr-title {
    font-size: 18px;
    font-weight: 600;
}
.fltrsltd{
    padding: 5px 0;
}
.fltslitm {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2196F3;
    font-size: 19px;
    border: 1px solid #2196F3;
    border-radius: 40px;
    padding: 0px 10px 0px 12px;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}
    .fltslitm span {
        font-size: 13px;
    }
.flterbx {
    padding: 11px 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    z-index: 2;
    position: relative;
}
.fancy {
    overflow: hidden;
    --offset: 1px;
    border: 1px solid #aedbff;
    text-decoration: none;
}

#CBtn:hover {background:#fffaf6;}
.modal_btn {
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 3px 6px #EC821C30;
    border: 1px solid #EC821C;
    border-radius: 100px;
    color: #181818;
    font-weight: bold;
    font-size: 14px;
    height: 57px;
    padding: 18px;
    text-decoration: none;
    position: fixed;
    right: 35px;cursor:pointer;
    bottom: 30px;
    z-index: 50;
    background: #fff;
}

.fancy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    background: conic-gradient(transparent 180deg, #EC821C, #EC821C);
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    animation: rotate 2s linear infinite;
}

.whts {
    box-shadow: 0px 3px 6px #2AA81A;
    border: 1px solid #2AA81A;
    bottom: 100px;
    padding: 18px 18px 18px 9px;
}

    .whts::before {
        background: conic-gradient(transparent 180deg, #2AA81A, #2AA81A);
    }

.modal_btn span, .fancy img {
    position: relative;
    z-index: 1;
}

.modal_btn span {
    line-height: 17px;
    margin-left: 10px;
}

.fancy::after {
    content: "";
    position: absolute;
    width: calc(100% - 2* var(--offset));
    height: calc(100% - 2* var(--offset));
    inset: var(--offset);
    background: inherit;
    border-radius: inherit;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}


.dropdwnsec {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 8px;
    top: 45px;
    overflow: auto;
    max-height: 180px;
    z-index: 999;
    box-shadow: 0 0 7px rgb(0 0 0 / 25%);
}
.no-serch {
    padding: 20px;
    border: 1px solid #d6d6d6;
    background: #fff;
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    margin: 40px auto;
    box-shadow: 0px 0px 8px 0px rgba(50,50,50,0.20);
}

.txtcnt {
    margin-top: 15px;
    font-weight: 600;
}

.ifslrTTC .inclsn, .inclsn .ifslrTTC, .ifslrTTC .inclsn {
    display: none;
}

.ifslrTTC {
    min-height: 340px;
}

    .ifslrTTC .pricesec {
        padding: 0px;
        display: none;
    }
.piltgnw {
    position: absolute;
    right: 20px;
    background: #CB0A0A;
    border-radius: 28px;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
    width: fit-content;
    top: 20px;
    z-index: 1;
}
.ListImg img {
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
    height: 190px;
    width: 100%;
    border-radius: 12px;
}
.pricesecabs {
    padding: 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
}
.pop_c_bx {
    border: 1px solid #D5DEE4;
    margin: 12px 0 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 8%, rgba(250,253,255,1) 100%);
    box-shadow: 0 0 7px rgb(0 0 0 / 3%);
    border-radius: 15px;
    padding: 15px;
}

.eminotes {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
}

    .eminotes ul {
        padding-left: 18px;
        margin: 0;
    }

ul.listitm li {
    list-style: disc;
}

.inpemisub {
    width: 100%;
    background: #f26822;
    color: #fff;
    height: 40px;
    border-radius: 40px;
    font-size: 18px;
    cursor: pointer;
}

.inpemi {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    width: 100%;
}

.inempbx {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 10px;
    background: #f1f5f9;
    margin: 15px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wd40{
    width: 32%;
}
.wid150 {
    width: 33%;
}

.alertmsg {
    font-size: 11px;
    color: red;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
}

.flxdiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flxdivwrp {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.emipop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    -ms-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgb(0 0 0 / 45%);
    z-index: 99999;
}

.emibox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    border-radius: 8px;
    width: 50%;
    text-align: center;
}

.hdemi {
    font-size: 18px;
    display: flex;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.emiplan {
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 8%, rgba(250,253,255,1) 100%);
    padding: 0x;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

    .emiplan table {
        font-size: 14px;
        border-collapse: collapse;
        width: 100%;
    }

.closeemi {
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50px;
    position: absolute;
    right: -8px;
    top: -8px;
    color: #fff;
}

.emiplan table th {
    background: #eee;
    border: 0;
    height: 40px;
    text-align: center;
    border-radius: inherit;
}

.emiplan table td {
    height: 35px;
    border: 0;
}

.emiplan table th:first-child {
    background: #eee;
    border: 0;
    height: 30px;
    text-align: center;
    border-radius: 10px 0 0 0;    font-size: 12px;
    font-weight: 500;
}
.emiplan table th:last-child {
    background: #eee;
    border: 0;
    height: 30px;
    text-align: center;
    border-radius: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
}


.read-more-news, .read-more-news-label {
    display: none;
}

.tblrsv {
    margin-top: 15px;
}
/*accordian*/
.accordion {
    margin: auto;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.accordion__item__header{
    padding: 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding-right: 30px;
}
    .accordion__item__header::before {
        height: 12px;
        width: 12px;
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
}

.accordion__item__header.active_faq {
    transition: .4s;
}

    .accordion__item__header.active_faq::before {
        transform: rotate(-135deg);
        top: 23px;
    }

.errorfrmm {
    color: #ff2828;
    font-size: 11px;
    background: #ffeaee;
    padding: 3px 10px;
    border: 0;
    border-radius: 4px;
    display: none;
    position: absolute;
    line-height: 15px;
    white-space: nowrap;
    transition: all .5s ease;
    text-transform: capitalize;
    width: auto;
    margin: 0;
    left: 0;
    top: 60px;
    z-index: 999;
    font-weight: 500;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

    .errorfrmm::before {
        content: "";
        left: 5px;
        top: -7px;
        width: 0;
        height: 0;
        border-top: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #ffeaee;
        position: absolute;
        z-index: 10;
    }


.stars-rating ul input[type=radio]:checked + label, .stars-rating-v2 ul input[type=radio]:checked + label {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
    font-weight: 600;
    width: 40px;
    gap: 3px;
}


.filter-sld {
    overflow-x: auto;
    padding-top: 8px;
}

.prcvd {
    font-size: 10px;
}

.flt-itm {
    position: relative;
}

.bgylw {
    display: inline-block;
    position: relative;
}

    .bgylw img {
        display: block;
        border-radius: 50%;
        animation: round-border 3s linear infinite;
        width: 100%;
    }
@keyframes round-border {
    0% {
        box-shadow: 0 0 0 0 rgb(39 11 175 / 24%);
    }

    50% {
        box-shadow: 0 0 0 20px rgb(205 205 205 / 0%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(205 205 205 / 0%);
    }
}
.CompSd {
    position: fixed;
    z-index: 4;
    bottom: 220px;
    right: 65px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.bgylw {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textcmpr {
    position: absolute;
    top: -7px;
    right: -6px;
    background: #ce0000;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.pyt-15 {
    padding-top: 15px
}

.mrel {
    position: relative
}
.cmpimg {
    max-width: 100%;
    min-width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.abttxt {
    float: left;
    width: 100%;
}

.ctycvr {
    font-size: 12px;
    min-height: unset;
}

.headtl {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.topFilter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainList {
    min-height: 495px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    -webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}

.listpnl {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.stickytopFilter {
    position: sticky;
    top: 0;
    background: #fbfbfb;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    z-index: 99;
}

    .stickytopFilter .filter_wrap {
        padding: 0;
        width: 1150px;
        margin: auto;
        background: #fff;
        border-radius: 10px;
        margin: 0 auto;
        padding-right: 15px;
        border: 1px solid #E2DCDC;
    }

.mtabs {
    width: 25%;
    color: #989898;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
}

.actvoptn {
    background-image: linear-gradient(to top, #ffffff, #E2F3FF);
    font-weight: 600;
    border-radius: inherit;
    overflow: hidden;
    border-top: 3px solid #2196f3;
}

    .actvoptn .tpico {
        filter: invert(48%) sepia(54%) saturate(2378%) hue-rotate(184deg) brightness(97%) contrast(97%);
    }

.bgtbsmnu {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin: 15px 0;
}

.topselling {
    background-image: url(https://www.easemytrip.com/holidays/Content/customize/img/topselling.svg);
    background-size: 19px 29px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.turmngr {
    background-image: url(https://www.easemytrip.com/holidays/Content/customize/img/tourmanger.svg);
    background-size: 19px 29px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.incpkg {
    background-image: url(https://www.easemytrip.com/holidays/Content/customize/img/travel-insurance.svg);
    background-size: 19px 29px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.mtabs input {
    display: none;
}

._recmd {
    background-image: url(https://www.easemytrip.com/holidays/Content/customize/img/recommneded.svg);
    width: 93px;
    height: 20px;
    background-size: 100%;
    margin-left: 5px;
}



.mainList {
    min-height: 495px;
}



.abttxt table {
    border-collapse: collapse;
    width: 100%;
}

.abttxt td, .abttxt th {
    border: 1px solid #ddd;
    padding: 8px;
}

.abttxt tr:hover {
    background-color: #eee;
}

.abttxt th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #EAF6FF;
    color: #000;
    font-weight: 600;
}

.abttxt td a, .abttxt a {
    color: #2196f3
}

.inclsn {
    width: 100%;
    float: left;
    margin: 8px 0 0px 0;
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #e3e3e3;
    padding: 7px 0;
}

.emi_text {
    font-size: 12px;
    font-weight: 500;
    color: #3d3d3d;
    padding: 4px 10px;
    width: 100%;
    display: flex;
    border-radius: 0px 0px 15px 15px;
    background: #EDFFE9;
}

.chsemi {
    color: #2196f3;
    font-size: 11px;
    cursor: pointer;
}

.emi_text img {
    margin-right: 5px;
}

.pricesec {
    padding: 4px 8px 0px 8px;
    width: 100%;
    float: left;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
    flex-wrap: wrap;
    background: #fff;
}

.lodr {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.build_btn {
    position: absolute;
    bottom: -45px;
    right: 0;
    background: white;
    outline: 0;
    padding: 7px 20px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #2196f3;
    border-radius: 50px;
    color: #2196f3;
}

    .build_btn:hover {
        background: #2196f3;
        color: white;
    }

.visearn {
    border: 1px solid #e7e7e7;
    width: 40%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 15px;
}

.visimg {
    padding: 5px;
    width: 100px;
}

.visearnn {
    font-size: 10px;
    width: auto;
    text-align: center;
}

.pos_cfc {
    position: absolute;
    margin: 0;
    float: left;
    width: auto;
    z-index: 9;
    left: 12px;
    top: 12px;
}

.edt1 {
    background: url(left-hotel-deal-icon.svg);
    width: 8px;
    height: 48px;
    background-repeat: no-repeat;
    left: -8px;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.pos_cfc span img {
    margin-right: 5px;
    width: 21px;
}

.pos_cfc span {
    background: linear-gradient(to right, #EF3E3E, #9f2626);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.editbx:hover, .pckg-btn:hover, .view-btn:hover{background:#da5200;}

.tabemi {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.tabemi .tab-button {
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 50px;
    color: #2196F3;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #2196F3;
    cursor: pointer;
}
.tabemi  .activeemi{
    background: #2196F3;
    border-radius: 50px;
    color: #fff;
}

.emiplannew     table {
      border-collapse: collapse;
      width: 100%;
    }
.emiplannew th{
    padding: 6px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
}
.emiplannew td{
    padding: 6px 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
}
    .emiplannew th, .emiplannew td {
      border-bottom: 0;
      border-left: 0;
      border-right: 0;
    }
.emiplannew tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.abttxt p {
    font-size: 14px;
    margin-bottom: 10px;
}
.abttxt h2 {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

