.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: #373e43;
	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: #dcf2fa;
}
.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:#184b92;
	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: 'Roboto-SemiBold', 'DroidKufiBold';
    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;
	padding: 10px 12px;
	border-left: solid #ccc 1px;
	justify-content: space-between;
}
.RsltFltr_field_dvd2_dy span {
	font-size: 14px;
	color: #373e43;
	padding: 0 3px;
}
.RsltFltrfld_adulticon_dy {
	width: 15px;
	height: 15px;
	background: url(../images/adult_icon_dy.svg);
	background-size: contain;
	display: inline-block;
}
.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: #373e43;
	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: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px 20px 15px;
	position: relative;
    cursor: pointer;
    cursor: pointer;
}
.owl-carousel .owl-item .dypackMetrixBox img {
    width: 115px;
    margin-bottom: 10px;
}
.dypackMetrixBox  img{
	margin-bottom: 10px;
}

.dypackMetrixBox p {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 16px;
	color: #373e43
}
.dypackMetrixBox p span {
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
	font-size: 13px;
	color: #26282a;
}
.dypackMetrixBox .flightdetailsbt{
	color: #184b92;
    font-size: 13px;
    padding-top: 5px;
}	
.flDtlsModal .modal-dialog{
	width: 620px !important;
    max-width: 620px;
}


.dypackMetrixBox.selected {
    border: 2px solid #00994f;
}
.dypackselected {
    position: absolute;
    top: 0px;
    right: -2px;
    background: #00994f;
    color: #fff;
    border-radius: 0 10px 0 10px;
	padding:2px 10px;
	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 #cccccc 1px;
    border-radius: 10px;
}
.dypackDestHeads .date_hd_dy {
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    background: #184b92;
    width: fit-content;
    height: 100%;
    color: #fff;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 16px;
}
.dypackDestHeads .rslt_trip_hd_lft_dy h3 {
    color: #000;
    font-size: 14px;
    padding-left: 18px;
}
.rslt_trip_hd_lft_dy h3 span {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
    padding: 0 5px;
}
.dypackairlineMatrix {
    margin-bottom: 30px;
}
.dypackDestHeads {
    display: flex;
    align-items: center;
     gap: 18px;
	
}
.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 {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.newdypackRsltBox {
    border: 1px solid #184b92;
    border-radius: 10px;
    position: relative;
    width: 49%;
    overflow: hidden;
    display: flex;
	background: #fff;
}
.dyPackRsltDtls{
	width:60%;
	height: 270px;
	position: relative;
    background-image: url(../images/rooms.png);
    background-image: url(../images/rooms.png);
}
.dypackRsltpic {
    width: 55%;
    height: 270px;
    background-color: #184b92;
    transform-origin: bottom left;
    -ms-transform: skew(335deg, 0deg);
    -webkit-transform: skew(335deg, 0deg);
    transform: skew(335deg, 0deg);
    overflow: hidden;
	position: absolute;
    right: 0px;
    top: 0px;
}
.dypackRsltpic img {
    transform-origin: bottom left;
    -ms-transform: skew(385deg, 0deg);
    -webkit-transform: skew(385deg, 0deg);
    transform: skew(385deg, 0deg);
    height: 280px;
    width: 100%;
    position: relative;
	right: -5px;
}
.dypackRsltBottom {
    position: absolute;
    bottom: 0px;
    background-color: #184b92;
    height: 50px;
    width: 85%;
	padding: 15px 20px;
}
.dypackFlIcon{
	background: url(../images/dypackRslt_flicon.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
}
.dypackHtlIcon{
	background: url(../images/dypackRslt_HtlIcon.svg);
    width: 16px;
    height: 16px;
    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:18px;
	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;
}
.dypackRstlHtlDtls {
    padding-left: 15px;
    padding-right: 10px;
}
.dypackRstlHtlDtls h1 {
    font-size: 16px;
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
    padding-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
button.dypackSelectBtn {
    background: #ffce00;
    border: 0px;
    color: #000;
    padding: 7px 45px 7px 20px;
    border-radius:5px;
    font-size: 15px;
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
	position: relative;
    right: 10px;
}
.dyPackprice h2 {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto-Bold', 'DroidKufiBold' !important;
}
.dyPackprice h2 span {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto-Bold', 'DroidKufiBold' !important;
}
.newdypackRsltBox span.tooltiptext{
	font-family: 'Roboto-Medium', 'DroidKufiRegular' !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: 0px 0px;
}
.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;
}
.td-tooltip {
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    width: auto;
    border-radius: 5px;
    background-color: #184b92;
    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: #184b92 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: 12px 30px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
}
.dyhtlPriceDtls .tooltiptext{
	width: 210px;
	border-radius: 5px;
	top: 20%;
}


.dy_ResultFiletrnew {
	display: flex;
	align-items: center;
	padding-top: 15px;
}
.dy_ResultFiletrTittle {
	width: 10%;
	color: #000;
	font-size: 16px;
	font-family: 'Roboto-Bold', 'DroidKufiBold' !important;
}
.dy_ResultFiletrnewList {
	width: 90%;
	display: flex;
}
.dy_ResultFiletrnewList ul {
	width: 100%;
	display: flex;
	column-gap: 15px
}
.dy_ResultFiletrnewList ul li {
	display: flex;
	align-items: center;
	width: 33.3%;
}
.DyFillterByName {
	width: 100%;
	display: flex;
}
.DyFillterByName input {
	font-size: 14px;
	height: 50px;
	border: solid #cccccc 1px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 15px;
}
.DyFillterByName button {
	width: 60px;
	flex-grow: 1;
	padding: 0 13px;
	background: none;
	position: relative;
	font-size: 16px;
	background: #184b92;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0;
}

.DyFillterProperty{
	width: 100%;
	display: flex;
}
.DyFillterProperty input {
	font-size: 14px;
	height: 50px;
	border: solid #cccccc 1px;
	border-radius: 10px;
	padding: 10px 15px;
}
.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 #cccccc 1px;
	height: 50px;
	border-radius: 10px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	position: relative;
}
.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: 20px;
	width: 300px;
	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%;
}
.Dy_Rslt_StarBox input[type="checkbox"], input[type="radio"] {
	display: none
}
.Dy_Rslt_StarBox input[type="checkbox"]+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	margin-bottom: 0
}
.Dy_Rslt_StarBox input[type="checkbox"]+label::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 5px;
	left: 0;
	line-height: 18px;
	background: #fff;
}
.Dy_Rslt_StarBox input[type="checkbox"]:checked+label::before {
	content: '\ ';
	width: 22px;
	height: 22px;
	position: absolute;
	background: #184b92 url(../images/checktick.svg) no-repeat center;
	background-size: 70%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid #184b92;
}
.Dy_Rslt_StarBox .htlRsltStar {
	margin: 10px 0;
}
.Dy_Rslt_StarBox input[type="checkbox"]+label span {
	font-size: 13px;
}









