.DynamicContentArea {
	background: #eff4f6;
	min-height: 550px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.breadcrumb_dy {
	background: #fff;
	border: solid #cccccc 1px;
	border-radius: 10px;
}
.breadcrumb_dy ul {
	display: flex;
	width: 100%;
}
.breadcrumb_dy ul li {
	width: 100%;
	display: flex;
	position: relative;
}
.breadcrumb_dy ul li a {
	padding: 11px;
	border-right: solid #ccc 1px;
	text-align: center;
	width: 100%;
	color: #001326;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.breadcrumb_dy ul li:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 18px;
	background: url(../images/breadcrumb_shape.svg);
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	top: 31%;
	right: -9px;
	z-index: 1;
}
.breadcrumb_dy ul li.active {
	background: #e8f3ff;
}
.breadcrumb_dy ul li.active:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 18px;
	background: url(../images/breadcrumb_shape_active.svg);
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	top: 31%;
	right: -9px;
	z-index: 1;
}
.breadcrumb_dy ul li:first-child {
	width: 10%;
	border-right: solid #ccc 1px;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.breadcrumb_dy ul li:last-child a {
	border-right: solid #ccc 0px;
}
.breadcrumb_dy ul li:last-child:after {
	display: none;
}

.globe_dy {
	width: 20px;
	height: 24px;
	background: url(../images/globe_dy.svg);
	background-size: contain;
	display: inline-block;
	position: absolute;
}
.flight_breadcrumb_dy {
	width: 16px;
	height: 16px;
	background: url(../images/flight_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.bed_breadcrumb_dy {
	width: 16px;
	height: 13px;
	background: url(../images/bed_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.activities_breadcrumb_dy {
	width: 17px;
	height: 13px;
	background: url(../images/activities_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.summary_breadcrumb_dy {
	width: 11px;
	height: 14px;
	background: url(../images/summary_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.passengers_breadcrumb_dy {
	width: 16px;
	height: 14px;
	background: url(../images/passengers_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.payment_breadcrumb_dy {
	width: 16px;
	height: 13px;
	background: url(../images/payment_breadcrumb_dy.svg);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}

.modify_search_Box_dy {
    width: 100%;
    background: #fff;
    border: solid #cccccc 1px;
    border-radius: 10px;
    display: flex;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.modify_search_Box_dy .RsltFltr_field_ourt_dy{
	width: 33.3%;
	margin-top: 0px;
}
.modify_search_Box_dy .RsltFltr_fieldChange_dy{
	width: 33.3%;
	margin-top: 0px;
	height: 41px;
}

.modify_search_Box_dy .RsltFtrPriceForm_dy{
	width:75%;
	display: flex;
	gap: 20px;
	padding: 20px;
}
.modify_search_Box_dy .RsltFtrPriceFormRht_dy{
	width:25%;
	background:#004a97;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.modify_search_Box_dy .RsltFtrPriceForm_dy {
    width: 100%;
}
.modify_price_sec_dy{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding:0 15px;
}
.modify_price_sec_dy h3{
    color: #fff;
    font-size: 20px;
    font-family: 'AvenirHeavy', 'BukraBold';
    padding: 0px;
	line-height: 18px;
}
.modify_price_sec_dy h3 span{
	padding-right:2px;
}
.RsltFltr_field_ourt_dy {
	border: solid #CCC 1px;
	background: #fff;
	border-radius: 5px;
	min-height: 40px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.RsltFltr_field_dvd1_dy {
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.RsltFltr_field_dvd2_dy {
	width: 85%;
	height: 100%;
	display: flex;
	align-items: center;
}
.RsltFltr_field_dvd2_dy span {
	font-size: 14px;
	color: #001326;
	padding: 0 3px;
}
.modify_search_Box_dy.DY_modify_new_sec .RsltFltr_field_ourt_dy {
    width: auto;
	padding: 10px 20px;
}
.modify_search_Box_dy.DY_modify_new_sec a.RsltFltr_fieldChange_dy {
    width: auto;
	padding: 10px 20px;
}
.modify_search_Box_dy.DY_modify_new_sec a.RsltFltr_fieldChange_dy {
    width: auto;
    background: #004a97;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #004a97;
    padding: 10px 20px;
	height: auto;
	gap: 5px;
    display: flex;
}
.modify_search_Box_dy.DY_modify_new_sec .RsltFltr_field_dvd2_dy {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.dypackModify_line{
	width: 31px;
	height: 15px;
	background: url(../images/dypackModify_line.png);
	background-size: contain;
	display: inline-block;
}
.dymodifyEditicon {
    width: 28px;
    height: 23px;
    background: url(../images/dymodify_editIcon.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: -3px;
}
.RsltFltrfld_adulticon_dy {
    width: 13px;
    height: 17px;
    background: url(../images/adult_icon_dy.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.RsltFtrPriceForm_dy span {
    color: #004a97;
    font-family: 'AvenirHeavy', 'BukraBold';
    font-size: 14px;
}
.RsltFltrfld_clndericon_dy {
	width: 14px;
	height: 16px;
	background: url(../images/calendar_icon_dy.png);
	display: inline-block;
	margin-right: 0px;
}
.RsltFltr_fieldChange_dy {
	border: solid #CCC 1px;
	background: #f4f4f4;
	color: #001326;
	font-size: 14px;
	border-radius: 5px;
	height: 40px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dypackairlineMatrix .dypackMetrixBox{
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 20px 15px;
	position: relative;
    cursor: pointer;
       gap: 20px;
    justify-content: space-between;
	margin-bottom: 10px;
}
.owl-carousel .owl-item .dypackMetrixBox img {
    width: 115px;

}
.dydivider{
	background-color: #ccc;
	width: 1px;
	height: 50px;
	margin:0 5px;
}

.dypackMetrixBox p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 16px;
    color: #696969;
}
.dypackMetrixBox p span {
    font-family: 'AvenirHeavy', 'BukraBold';
	font-size: 13px;
	color: #26282a;
}
.dyflDestCodes span {
    font-size: 15px;
    color: #000;
    font-family: 'AvenirHeavy', 'BukraBold';
}
.dyflDestTimes span {
    font-size: 15px;
	line-height: 16px;
    color: #000;
    font-family: 'AvenirHeavy', 'BukraBold';
	display: flex;
    align-items: center;
}
.dypackMetrixBox .flightdetailsbt {
    color: #004a97;
    font-size: 14px;
    padding-top: 5px;
    font-family: 'AvenirHeavy', 'BukraBold';
}	
.flDtlsModal .modal-dialog{
	width: 620px !important;
    max-width: 620px;
}


.dypackMetrixBox.selected {
    border: 2px solid #00994f;
}
.dypackselected {
    position: absolute;
    top: 0px;
    right: -1px;
    background: #00994f;
    color: #fff;
    border-radius: 0 15px 0 15px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.dypackairlineMatrix .owl-nav {
    display: none;
}
.dypackDestHeads .rslt_trip_hd_lft_dy {
    display: flex;
    align-items: center;
    width: 50%;
    background: #fff;
    border: solid #b3c9e0 1px;
    border-radius: 30px;
}
.dypackDestHeads .date_hd_dy {
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    background: #004a97;
    width: fit-content;
    height: 100%;
    color: #fff;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    line-height: 16px;
}
.dypackDestHeads .rslt_trip_hd_lft_dy h3 {
    color: #001326;
    font-size: 14px;
    padding-left: 18px;
}
.rslt_trip_hd_lft_dy h3 span {
    color: #001326;
    font-size: 16px;
    font-family: 'AvenirHeavy', 'BukraBold';
    padding: 0 5px;
}
.dypackairlineMatrix {
    margin-bottom: 30px;
}
.dypackDestHeads {
    display: flex;
    align-items: center;
     gap: 18px;
     display: none;
	
}
.DyFilterModalWrap {
    width: 100%;
}
.dypackDestHeads .dypackFilterSelct {
    display: flex;
    align-items: center;
    width: 31.3%;
    background: #fff;
    border: solid #cccccc 1px;
    border-radius: 10px;
    padding: 4px 10px;
}
.dypackDestHeads .dypackFilterSelct span {
    width: 38%;
    padding-left: 5px;
}
.dypackDestHeads .dypackFilterSelct select {
    width: 62%;
    border: none;
    box-shadow: none;
    padding: 0px;
    padding-left: 5px;
}
.dypackFilterSelct input:focus, .dypackFilterSelct select:focus {
    border: none !important;
    box-shadow: none !important;
}
.DypackdownArrow{position: relative;}
.DypackdownArrow::after {
    background: url(../images/pack_hmDownArrow_black.svg);
    width: 12px;
    height: 8px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
    content: "";
}
.newdypackResultArea {
    margin-top:15px;
    margin-bottom: 20px;
}
.newdypackRsltBox {
    border-radius:15px;
    position: relative;
    width:100%;
    display: flex;
	background: #fff;
	margin-bottom: 15px;
    padding: 15px 20px;
}
.dyPackRsltDtls {
    padding-left: 25px;
    width: 82%;
	display: flex;
    justify-content: space-between;
}

.dypackRsltpic img {
    height: 190px;
    width: 230px;
    border-radius: 20px;
}
.dypackRsltBottom {
    padding:0;
}
.dypackRsltBottom ul li {
    display: flex;
    align-items: center;
    gap: 5px;
	color: #004c97;
}
.dypackFlIcon{
	background: url(../images/dypackRslt_flicon.svg);
    width: 17px;
    height: 17px;
    background-size: contain;
    display: inline-block;
}
.dypackHtlIcon{
	background: url(../images/dypackRslt_HtlIcon.svg);
    width: 17px;
    height: 17px;
    background-size: contain;
    display: inline-block;
}
.dypackTransIcon{
	background: url(../images/dypackRslt_transferIcon.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}
.dypackActivityIcon{
	background: url(../images/dypackRslt_ActivityIcon.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}
.dypackRsltBottom ul {
    gap:15px;
	align-items: center;
}
li.lineBar {
    height: 20px;
    width: 1px;
    background: #fff;
}
.dypackAirlineBagages {
    display: flex;
    padding: 15px;
}
.dypackAirline{border:1px solid #ccc; border-radius: 5px; padding:5px 15px; text-align: center;}
.dypackAirline img {
    width: 75px;
    height: 25px;
    margin-bottom: 5px;
}
.dypackAirline p{
	font-size: 12px;
}
.checkinBagIcon{
	background: url(../images/bag_check_icon.svg);
    width: 12px;
    height: 22px;
    background-size: contain;
    display: inline-block;
}
.handleBagIcon{
	background: url(../images/bag_cabin_icon.svg);
    width:17px;
    height: 14px;
    background-size: contain;
    display: inline-block;
}
.dypackBaggage {
    padding-left: 15px;
    padding-top: 5px;
}
.dypackBagDtls {
    display: flex;
    align-items: center;
    gap: 25px;
}
.chekinBag {
    display: flex;
    align-items: center;
    gap: 5px;
}
.handleBag {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dypackRfunds {
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 5px;
    font-size: 14px;
}
.non_refundIcon{
	background: url(../images/non_refund_dypackicon.png);
    width:21px;
    height: 23px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.nonRefundable{color: #f00;}

.refundableIcon{
	background: url(../images/refund_dypackicon.png);
    width:21px;
    height: 23px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.refundable{color: #0cb813;}

.partialyrefundIcon{
	background: url(../images/partialy_refund_dypackicon.png);
    width:21px;
    height: 23px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.partialyrefundable{color: #f08600;}
.dyhtlPriceDtls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newdypackRsltHtlRsltPrice .dyhtlPriceDtls {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 10px;
	text-align: right;
}
.newdypackRsltHtlRsltPrice {
    position: relative;
    width: 20%;
}
.newdypackRsltHtlRsltName {
    width: 80%;
	padding-top: 10px;
}
.dyhtlRsltAminity span {
    color: #000;
    font-size: 14px;
}
.dypackRstlHtlDtls h1 {
    font-size:20px;
    font-family: 'AvenirHeavy', 'BukraBold';
    padding-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
button.dypackSelectBtn {
    background: #ffce00;
	border: 1px solid #004a97 !important;
    border: 0px;
    color: #1c1b1f;
    padding: 10px 40px;
    border-radius: 45px;
    font-size: 18px;
    font-family: 'AvenirHeavy', 'BukraBold';
    text-align: center;
}
.dyPackprice h2 {
        font-size: 22px;
    color: #004c97;
    font-family: 'AvenirBlack', 'BukraBold' !important;
}
.dyPackprice h2 span {
        font-size: 22px;
    color: #004c97;
    font-family: 'AvenirBlack', 'BukraBold' !important;
}
.newdypackRsltBox span.tooltiptext{
	font-family: 'AvenirRegular', 'BukraRegular' !important;
	font-size:12px;
	color:#fff;
}
.htlPriceInfo{
	background: url(../images/info_icon.svg);
    width:17px;
    height:17px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.dypackRstlHtlDtls .htlStar {
	background-image: url(../images/star_rating.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width:80px;
	height:15px;
	display: inline-block;
	margin: 5px 0px 10px;
}
.dypackRstlHtlDtls .htlStar.fivestar {
	background-position: 0px 0px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dypackRstlHtlDtls .htlStar.fourstar {
	background-position: 0px -16px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dypackRstlHtlDtls .htlStar.threestar {
	background-position: 0px -33px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dypackRstlHtlDtls .htlStar.twostar {
	background-position: 0px -50px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dypackRstlHtlDtls .htlStar.onestar {
	background-position: 0px -68px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dypackRstlHtlDtls .htlStar.zerostar {
	background-position: 0px -85px;
	width:80px;
	height:15px;
	background-size: cover;
}
.dyPackprice {
    padding-top: 5px;
    position: relative;
    text-align: right;
    padding-bottom: 25px;
}
.dyPackprice p {
    font-size: 15px;
    color: #626262;
}
.td-tooltip {
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    width: auto;
    border-radius: 5px;
    background-color: #004a97;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 7px 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: opacity .3s;
    transform: translate(-50%, 0);
    line-height: 18px;
    margin-top: -40px;
    white-space: nowrap;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #004a97 transparent transparent;
}
    .td-tooltip:hover .tooltiptext {
    visibility:visible;
    opacity:1
    }
.newdyViewMore{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
button.newDyMoreBtn {
    border: none;
    background: #ffce00;
    padding: 10px 30px;
    border-radius:30px;
    color: #001326;
    font-size: 16px;
	line-height: 24px;
    font-family: 'AvenirBlack', 'BukraBold';
}
.dyhtlPriceDtls .tooltiptext{
	width: 210px;
	border-radius: 5px;
	top: 20%;
}
.RsltFltr_field_ourt_dy {
    background: #e3f4fb;
    border-radius: 50px;
    border: 1px solid #004d97;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dy_ResultFiletrnew {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 0;
    gap: 15px;
}
/* Hotels heading (repurposed filter title) — sits left of the filters */
.dy_ResultFiletrTittle {
	display: block;
	width: auto;
	white-space: nowrap;
	color: #001326;
	font-size: 20px;
	font-family: 'AvenirHeavy', 'BukraBold' !important;
}
/* Dynamic package result — Flights section heading + right-side action on one row */
.dyResultSecHeadRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 8px 0 12px;
}
.dyResultSecHeadRow .dypackMetrixShowMore {
	margin-bottom: 0;
}
.dyResultSecHead {
	font-size: 20px;
	font-family: 'AvenirHeavy', 'BukraBold' !important;
	color: #001326;
	margin: 0;
}
.dy_ResultFiletrnewList {
	width: max-content;
	display: flex;
}
.dy_ResultFiletrnewList ul {
	width: 100%;
	display: flex;
	column-gap: 15px
}
.dy_ResultFiletrnewList ul li {
	display: flex;
	align-items: center;
	width: auto;
}
/* Search box a usable width; the input grows, the icon button stays fixed */
.dy_ResultFiletrnewList .DyFillterByName {
	width: 280px;
}
.dy_ResultFiletrnewList .DyFillterByName input {
	flex: 1 1 auto;
	min-width: 0;
}
.DyFillterByName {
	width: 100%;
	display: flex;
}
.DyFillterByName input {
	font-size: 14px;
	height: 50px;
	border: solid #b3c9e0 1px;
	border-radius: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 10px 15px;
}
.DyFillterByName input::placeholder{
	color: #001326 !important;
}
.DyFillterByName button {
	width: 60px;
	flex: 0 0 60px;
	padding: 0 13px;
	background: none;
	position: relative;
	font-size: 16px;
	background: #004a97;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border: 0;
}

.DyFillterProperty{
	width: 100%;
	display: flex;
}
.DyFillterProperty input {
	font-size: 14px;
	height: 50px;
	border: solid #b3c9e0 1px;
	border-radius: 30px;
	padding: 10px 15px;
	background-color: #fff !important;
}
.DyFillterProperty input::placeholder{
	color: #001326 !important;
}
.Dy_Rslt_downArrow1{
	position:relative;
}
.Dy_Rslt_downArrow1:after {
	background: url(../images/pack_hmDownArrow_black.svg);
	width: 12px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	content:'';
	right: 15px;
	top: 20px;
}

.DyFillterStarRate {
	width: 100%;
	display: flex;
	position: relative;
}
.DyFillterStarRateBox {
	width: 100%;
	background-color: #fff;
	border: solid #b3c9e0 1px;
	height: 50px;
	border-radius: 30px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
}
/* Rating filter: give it room for the label + star + the absolute down-arrow */
.dy_ResultFiletrnewList .DyFillterStarRate {
	width: auto;
	min-width: 190px;
}
.dy_ResultFiletrnewList .DyFillterStarRateBox {
	padding-right: 34px;
	white-space: nowrap;
}
.Dy_Rslt_downArrow {
	background: url(../images/pack_hmDownArrow_black.svg);
	width: 12px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 20px;
}
.Dy_Rslt_upArrow {
	background: url(../images/pack_hmDownArrow_black.svg);
	width: 12px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 20px;
	rotate: 180deg;
}

.Dy_Rslt_StarBox {
	background: #fff;
	padding: 16px;
	width: 240px;
	position: absolute;
	z-index: 1;
	border: solid #ccc 1px;
	border-radius: 10px;
	top: 50px;
	right: 0;
}
.Dy_Rslt_StarBox ul {
	flex-wrap: wrap;
	width: 100%;
}
.Dy_Rslt_StarBox ul li {
	width: 100%;
	padding-bottom: 10px;
}
.Dy_Rslt_StarBox input[type="checkbox"], input[type="radio"] {
	display: none
}
.Dy_Rslt_StarBox input[type="checkbox"]+label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	margin-bottom: 0;
	width: 100%;
}
.Dy_Rslt_StarBox input[type="checkbox"]+label::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 5px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 18px;
	background: #fff;
}
.Dy_Rslt_StarBox input[type="checkbox"]:checked+label::before {
	content: '\ ';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #004a97 url(../images/checktick.svg) no-repeat center;
	background-size: 70%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid #004a97;
}
.Dy_Rslt_StarBox .htlRsltStar {
	margin: 4px 0;
	flex-shrink: 0;
	min-width: 91px;
}
.Dy_Rslt_StarBox input[type="checkbox"]+label {
	gap: 10px;
	align-items: center;
}
.Dy_Rslt_StarBox input[type="checkbox"]+label span {
	font-size: 13px;
	flex-shrink: 0;
	white-space: nowrap;
}
.dynewbreakFastIcon{
background:url(../images/dypack_breakfast_icon.svg);
background-size: contain;
width:16px;
height: 20px;
display: block;
margin-right: 10px;
}
.dynewbaggageIcon {
    background: url(../images/dypack_baggage_icon.svg);
    background-size: contain;
    width: 16px;
    height: 22px;
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.dyhtlRsltAminity li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.dybrandedbagTopicon{
    background: url(../images/dyPackBranded_bagIcon.png);
    background-size: contain;
    width:60px;
    height:50px;
    display: block;
    background-repeat: no-repeat;
}
.brandedhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 20px;
}
.dybrandedbagTopIcon {
    padding-right: 20px;
}
.htlDtlsnewGaleryCol01 {
    width: 50%;
}
.htlDtlsnewGaleryCol02 {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}
.htlDtlsgalerySecondrow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.htlDtlsgalerySecondrow img {
    height: 254px;
    width: 100%;
    border-radius: 30px;
}


section.jazeeraActivityResult .DY_modify_new_sec .RsltFtrPriceForm_dy {
    gap: 10px;
}
span.modifyspace {
    margin: 0 5px;
}
.modal-header.moreRoomFaciltyPopup {
    background: transparent;
    padding: 0px;
    margin: 0px;
}
.dyrsltmetrixComon {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
	gap:20px;
}
.dyrsltmetrixRoundTrips {
    width: 48%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.dyflDestTimes .Numday {
    background: #e3f4fb;
    border: solid #bfbfbf 1px;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    display: inline-flex;
    color: #004a97;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    line-height: 16px;
}
/* Mobile-only "Hotels" heading (the filter — which carries the desktop Hotels
   title — is hidden as a modal on mobile) */
.dyHotelsHeadMob { display: none; }
@media (max-width: 767px) {
    .dyHotelsHeadMob { display: block; margin-top: 6px; }
    /* Filters: stack full width in mobile */
    .dy_ResultFiletrnewList {
        width: 100%;
    }
    .dy_ResultFiletrnewList ul {
        flex-direction: column;
        row-gap: 12px;
        width: 100%;
    }
    .dy_ResultFiletrnewList ul li {
        width: 100%;
    }
    .dy_ResultFiletrnewList .DyFillterByName {
        width: 100%;
    }
    .dy_ResultFiletrnewList .DyFillterStarRate {
        width: 100%;
        min-width: 0;
    }
    .dy_ResultFiletrnewList .DyFillterStarRateBox {
        width: 100%;
    }
    .Dy_Rslt_StarBox {
        width: 100%;
    }
}
