:root {
  --global-font: 14px;
  --black-color: #000;
  --white-color: #ffffff;
  --link-color: #2077C9;
  --brand-primary-color: #004965;
  --brand-second-color: #D99757;
  --gray-color: #737373;
  --text-color: #000;
  --primary-font: "Poppins", sans-serif;
}
.breadcrumbarea {
  background: #D99757;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0px;
}
.innermaincontarea {
  background: #FDFAF4;
  padding: 30px 0px;
}
.modifysearchformarea {
  background: #fff;
  padding: 10px 10px 0px 10px;
  border-radius: 12px;
  border: solid 1px #E4E6E8;
  margin-bottom: 40px;
}
.madifyfiledmar {
  margin-bottom: 10px;
}
.filtercountnum {
  background: #F9EDE0;
  border-radius: 5px;
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  padding: 3px 5px;
}
.ratingstar {
  display: flex;
  gap: 3px;
}
.staractive {
  font-size: 14px;
  color: #FAAA19;
}
.stardeactive {
  font-size: 14px;
  color: #FFEDC7;
}
.filteroperatorsarea {
  margin: 0px;
}
.filteroperatorsbox {
  position: relative;
}
.filteroperators-input {
  background: #fff;
  border: solid 1px #DFE6EA;
  border-radius: 6px;
  font-size: 14px;
  color: #616161;
  height: 42px;
  width: 100%;
  padding: 0px 0px 0px 10px;
}
.filteroperators-input:focus {
  outline: none;
}
.filteroperators-button {
  position: absolute;
  right: 0px;
  margin-right: 4px;
  margin-top: 4px;
  height: 34px;
  padding: 0px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #FAEDD0;
  border: solid 0px #F3F3F3;
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  transition: 0.4s;
}
.filteroperators-button:hover {
  background-color: #e5d6b7;
}
.resultheadarea {
	margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.resulthead {
  margin: 0px;
}
.resulthead h3 {
	font-size: 22px;
	color: var(--text-color);
	line-height: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}
.resulthead h3 span {
	font-size: 14px;
	color: var(--text-color);
	font-weight: 300;
}
.sortbyarea {
	font-size:13px;
	color: var(--text-color);
  margin-left: auto;
}
.sortbyarea ul {
	padding:0px;
	margin:0px;
}
.sortbyarea li {
	list-style:none;
	display:inline-block;
	margin-right: 20px;
}
.sortbyarea li a {
	color: var(--text-color);
	text-decoration:none;
}
.sortbyarea li a:hover {
	color: var(--link-color);
	text-decoration:none;
}
.sortbyarea i {
	font-size:11px;
}
.resultsearcfieldarea {
  position: relative;
  display: flex;
  align-items: center;
}



.listbox {
	background: #fff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  margin-bottom: 20px;
}
.listboximg {
	height:250px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 30px;
  position: relative;
}
.listboximg img {
	width:100%;
	height:250px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 30px;
}
.packglistcitylabel {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 25px;
    margin-right: 20px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 13px;
    color: var(--brand-primary-color);
    font-weight: 500;
}
.listboxcontarea {
	padding: 25px 25px;
}
.listboxcontarea h3 {
	font-size: 18px;
	color: var(--text-color);
	line-height:20px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 10px;
}
.listboxcontarea h3 a {
	color: var(--text-color);
	text-decoration: none;
}
.listboxcontarea h3 a:hover {
	color:var(--brand-primary-color);
	text-decoration: none;
}
.locationsnighttext1 {
  font-size: 15px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 400;
}
.locationsnighttext1 span {
  color: var(--text-color);
  font-weight: 600;
}
.packgschetext {
  font-size: 14px;
	color: var(--text-color);
	line-height: 20px;
	font-weight: 400;
}
.packgschetext span {
  color: var(--text-color);
  text-decoration: underline;
	font-weight: 600;
}
.includeiconsarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.includeicons {
	background: #FEF5E9;
	width: 40px;
	height: 40px;
	border-radius: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  display: table;
}
.includeiconsimg {
	display: table-cell;
  vertical-align: middle;
}
.includeiconsimg img {
	height: 25px;
}
.listboxpricearea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
.listboxbtnarea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.bookbtn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  border: solid 1px var(--brand-primary-color);
  background: var(--brand-primary-color);
  border-radius: 8px;
  transition:0.4s;
  padding: 7px 12px;
}
.bookbtn:hover, .bookbtn:focus, .bookbtn.focus {
	text-decoration: none;
	background:#003347;
  border: solid 1px #003347;
}
.quickbtn {
  font-size: 14px;
  color: var(--brand-second-color);
  font-weight: 500;
  text-align: center;
  line-height: normal;
  border: solid 1px var(--brand-second-color);
  background: #fff;
  border-radius: 7px;
  transition:0.4s;
  padding: 7px 12px;
  white-space: nowrap;
}
.quickbtn:hover, .quickbtn:focus, .quickbtn.focus {
	text-decoration: none;
	background: #FEF0DE;
}
.quickviewbox {
  border: solid 1px #227FA4;
	margin: 0px;
  border-radius: 25px;
  padding: 25px 25px;
  margin: 10px 5px 5px 5px;
}
.quickviewbox h5 {
	font-size: 18px;
	color: var(--brand-primary-color);
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
}
.quickviewbox h6 {
	font-size: 15px;
	color: var(--brand-primary-color);
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}
.packginfotext {
	font-size:14px;
	color: var(--text-color);
	line-height:20px;
}
.packginfotext a {
	color: var(--text-color);
	text-decoration: underline;
}
.packginfotext a:hover {
	color:var(--link-color);
	text-decoration: underline;
}
.packginfotext ul {
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 0px;
}
.packginfotext ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 18px;
}
.quickviewpackgbyarea {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text-color);
}
.quickviewpackgbyarea img {
  height: 60px;
}
.quickviewboxinner {
  margin-bottom: 0px;
  border-bottom: dashed 1px #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.hotelinfotxt {
	font-size:13px;
	color: var(--text-color);
	line-height:18px;
}
.hotelinfotxt p {
	margin-bottom: 15px;
}
.hotelinfotxt p:last-child {
	margin-bottom: 0px;
}
.depadatearea {
  margin-bottom: 0px;
}
.depadatetext {
	font-size:14px;
	color: var(--text-color);
	line-height:18px;
  margin-top: 10px;
}
.depadatetext ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.depadatetext ul li {
	list-style-type: none;
	margin: 0px 10px 15px 0px;
	padding: 0px 0px;
	display: inline-block;
}
.depadatetext ul li span {
	background: #FAEDD0;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 5px;
  font-size:13px;
}
.sponsoredbox {
  background: var(--brand-second-color);
  padding: 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.sponsoredstar {
  padding-left: 5px;
  font-size: 13px;
  color: var(--white-color);
}
.sponsoredlabel {
  background: #fff;
  padding: 2px 5px;
  font-size: 13px;
  color: var(--brand-second-color);
  font-weight: 500;
  border-radius: 0px 5px 5px 0px;
}
/* Navbar Styling */
.fixednavbar {
  position: sticky;
  top: 129px;
  background-color: #FAEDD0;
  padding: 15px 0px;
  z-index: 100;
  white-space: nowrap;
  overflow-x: auto;
}
.fixednavbar ul {
  list-style: none;
  text-align: center;
  margin: 0px 0px;
  padding: 0px 0px;
}
.fixednavbar ul li {
  display: inline-block;
  margin: 0px 15px;
}
.fixednavbar ul li a {
  color: #936F45;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 0px 0px;
  display: inline-block;
}
.fixednavbar ul li a.active {
  color: var(--text-color);
}
.fixednavbar ul li a:focus {
  color: var(--text-color);
}
.fixednavbar ul li a:hover {
  color: var(--text-color);
}
.packagedetailsec {
  margin-bottom: 20px;
}
.packgoverviewtitlesec {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.packgoverviewtitle {
  flex: 1;
}
.packgoverviewtitle h2 {
  font-size: 28px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.packgoverviewnumnts {
	color: var(--brand-primary-color);
	font-size: 18px;
	line-height: 20px;
  font-weight: 400;
}
.packgoverviewnumnts span {
	color: var(--text-color);
  font-weight: 400;
}
.packgoverviewnumnts strong {
	color: var(--text-color);
  font-weight: 600;
}
.packgoverviewbuttonsec {
  margin: 0px;
}
.packgoverviewbuttonsec ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.packgoverviewbuttonsec ul li {
  list-style-type: none;
  padding: 0px;
  display: inline-block;
  margin-left: 8px;
}
.packgoverviewbuttonsec ul li:nth-child(1) a {
  background: #FAE7D0;
  border-radius: 6px;
  font-size: 14px;
  color: #C85C2A;
  line-height: 16px;
  text-decoration: none;
  padding: 8px 8px;
  display: block;
}
.packgoverviewbuttonsec ul li:nth-child(2) a {
  background: #DEF2F0;
  border-radius: 6px;
  font-size: 14px;
  color: #034A66;
  line-height: 16px;
  text-decoration: none;
  padding: 8px 8px;
  display: block;
}
.packgoverviewbuttonsec ul li:nth-child(3) a {
  background: #FEDFE6;
  border-radius: 6px;
  font-size: 14px;
  color: #C62048;
  line-height: 16px;
  text-decoration: none;
  padding: 9px 8px;
  display: block;
}
.packgoverviewbuttonsec ul li .share {
  background: #FEDFE6 !important;
  color: #C62048 !important;
}
.sharepopuptoggle {
  display: none;
  right: 0px;
  width: 220px;
  margin-top: 5px;
  margin-left: 0px;
  background: #fff;
  border: solid 1px #DFE6EA;
  border-radius: 8px;
  padding: 10px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
}
.sharepopuptoggle.show {
  display: block;
  position: absolute;
  z-index: 9;
}
.sharepopupbox {
  margin: 0px;
}
.sharepopupbox a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px #DFE6EA;
  padding: 5px 0px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-decoration: none;
}
.sharepopupbox a:hover {
  color: #000;
}
.sharepopupbox:first-child a {
  padding: 0px 0px 5px 0px;
}
.sharepopupbox:last-child a {
  border-bottom: solid 0px #DFE6EA;
  padding: 5px 0px 0px 0px;
}
.sharepopupbox img {
  height: 30px;
}
.packagedetailsbox {
  background: #fff;
  border-radius: 30px;
  padding: 25px 25px;
  border: solid 1px #E4E6E8;
}
.packagedetailsbox h4 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.packagedetailsbox h5 {
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.packagedetailsbox h6 {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.itineraryarea {
  margin-top: 20px;
}
.itinerarybox {
  border-bottom: solid 1px #DFE6EA;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
}
.itinerarydaystext {
  font-size: 18px;
  color: var(--brand-second-color);
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.itinerarycontent {
  margin: 0px;
}
.itinerarytitletext {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.itinerarytext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
}
.includeditinerary {
	margin:20px 0px 0px 0px;
	padding:0px;
}
.includeditinerary ul {
	margin:0px;
	padding:0px;
}
.includeditinerary ul li {
	font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 20px;
	display:inline-block;
	margin-right:15px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.includeditinerary ul li img {
	padding-bottom: 2px;
}
.viewtextsecondry {
  font-size:14px;
  color: var(--brand-second-color);
  line-height:18px;
  font-weight: 500;
}
.viewtextsecondry i {
	font-size:13px;
}
.viewtextsecondry a {
	color: var(--brand-second-color);
	text-decoration:none;
}
.viewtextsecondry a:hover {
	color: var(--brand-primary-color);
	text-decoration:none;
}
.viewtextprimary {
  font-size:14px;
  color: var(--brand-primary-color);
  line-height:18px;
  font-weight: 500;
}
.viewtextprimary i {
	font-size:13px;
}
.viewtextprimary a {
	color: var(--brand-primary-color);
	text-decoration:none;
}
.viewtextprimary a:hover {
	color: var(--brand-second-color);
	text-decoration:none;
}
.tourcostareabg {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 15px 15px;
  margin-top: 20px;
}
.tourcostarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tourcostdeptext {
  font-size: 16px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
  flex: 1;
}
.tourcostdeptext span {
  font-weight: 600;
}
.tourcostshowhidetext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 16px;
  font-weight: 400;
}
.tourcostbox {
  background: #fff;
  border-radius: 6px;
  padding: 10px 10px 0px 10px;
  margin-top: 15px;
}
.tourcostboxcont {
  margin-bottom: 10px;
}
.incexccontarea {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.inclusionbox {
  flex: 1;
  background: #EDFAFF;
  border: solid 1px #EDFAFF;
  border-radius: 12px;
  padding: 15px 15px;
  font-size:14px;
	color: var(--text-color);
	line-height:18px;
}
.inclusionbox ul {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
}
.inclusionbox ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
}
.inclusionbox a {
	color: var(--text-color);
	text-decoration: underline;
}
.inclusionbox a:hover {
	color:var(--link-color);
	text-decoration: underline;
}
.inclusionbox h5 {
  font-size: 16px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.packgdethotelarea {
  margin: 0px;
}
.packgdethotelarea .packgdethotelbox {
  border-bottom: solid 1px #DFE6EA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.packgdethotelarea .packgdethotelbox:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.packgdethotelimg {
	margin-bottom: 0px;
  width: 70px;
	height: 50px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 8px;
}
.packgdethotelimg img {
	width:100%;
	height: 50px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 8px;
}
.photogallerybigimg {
	background:url(../img/noimage.png) no-repeat center center #F0F0F0;
	height:380px;
  border-radius: 18px;
  margin-bottom: 10px;
}
.photogallerybigimg img {
	width:100%;
	height:380px;
	object-fit: cover;
	object-position: 50% 50%;
  border-radius: 18px;
}
.photogalleryimg {
	background:url(../img/noimage.png) no-repeat center center #F0F0F0;
	height:185px;
  border-radius: 18px;
  margin-bottom: 10px;
  position: relative;
}
.photogalleryimg img {
	width:100%;
	height:185px;
	object-fit: cover;
	object-position: 50% 50%;
  border-radius: 18px;
}
.seeallphotostext {
  position: absolute;
  font-size: 20px;
	color:#fff;
	line-height:20px;
  font-weight: 400;
	text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  width: 100%;
  height: 185px;
  padding-top: 80px;
}
.seeallphotostext a {
	color:#fff;
	text-decoration:none;
}
.seeallphotostext a:hover {
	color:#fff;
	text-decoration:none;
}
.packagedetailsbox1 {
  background: #FFF7E0;
  border-radius: 30px;
  padding: 25px 25px;
  border: solid 1px #E8AD68;
}
.packagedetailsbox1 h4 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}

/*stickybar*/
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}
.sidebar-item {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}
.make-me-sticky {
  position: sticky;
  top: 180px;
  padding: 0px;
}
.tourdesk {
  display: block !important;
}
.tourmob {
  display: none !important;
}
.sidebarbookingbox {
  background: #EDFAFF;
  border-radius: 30px;
  padding: 20px 20px;
  margin-bottom: 20px;
  border: solid 1px #227FA4;
}
.sidebarbookingbox h3 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sidebarboxpricearea {
  padding: 15px 0px;
  border-top: solid 1px #BAD5DF;
  border-bottom: solid 1px #BAD5DF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebarboxbtnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.sidebarboxbtnarea .item {
  width: 100%;
  flex: 1;
}
.poweredbybox {
  background: #fff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  margin-bottom: 20px;
}
.poweredbylogo {
  text-align: center;
  margin: 20px 15px;
}
.poweredbylogo img {
  height: 100px;
}
.poweredbycontbox {
  background: #EDFAFF;
  border-radius: 30px;
  padding: 25px 25px;
}
.poweredbycontbox h5 {
  font-size: 20px;
  color: var(--brand-second-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
.poweredbytext {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
}
.supportboxbg {
  background: url(../img/supportbg.jpg) no-repeat right bottom;
  border-radius: 30px;
}
.supportbox {
  background: #034A66;
  background: linear-gradient(120deg,rgba(3, 74, 102, 1) 23%, rgba(217, 217, 217, 0) 100%);
  min-height: 260px;
  border-radius: 30px;
  padding: 25px 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.supportbox h5 {
  font-size: 20px;
  color: var(--white-color);
  line-height: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.supportboxtext {
  font-size: 16px;
  color: var(--white-color);
  line-height: 22px;
  font-weight: 400;
}
.supportboxtext span {
  font-weight: 600;
}
.supportboxtext a {
  color: var(--white-color);
  text-decoration: none;
}
.pricesummarybox {
  background: #EDFAFF;
  border-radius: 30px;
  border: solid 1px #227FA4;
  margin-bottom: 20px;
}
.pricesummaryboxarea {
  padding: 20px 20px;
}
.pricesummaryboxarea h4 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.pricesummarycont {
  border-bottom: solid 1px #BAD5DF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pricesummaryheadtext {
  font-size: 18px;
  color: var(--brand-second-color);
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pricesummaryheadtext span {
  font-size: 14px;
  color: #2077C9;
  line-height: 16px;
  font-weight: 500;
  background: #CAEBF8;
  border-radius: 15px;
  padding: 2px 10px;
}
.pricesummarytext {
	font-size:14px;
	color: var(--text-color);
	line-height: 20px;
  font-weight: 400;
}
.pricesummarytext span {
	font-weight: 600;
}
.pricesummarytext a {
	color: var(--text-color);
	text-decoration: none;
}
.pricesummarytext a:hover {
	color:var(--brand-primary-color);
	text-decoration: none;
}
.pricesummarytext ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
.pricesummarytext ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
  line-height:18px;
}
.pricesummarybreakup {
  margin-bottom: 5px;
}
.pricetotalarea {
  background: #D6F2FE;
  padding: 20px 20px;
  border-radius: 0px 0px 30px 30px;
}
.pricetotalarea hr {
  background: #227FA4;
  margin: 15px 0px;
}
.pricetotalarea .pricesumbreakline {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #BAD5DF;
  padding: 10px 0px;
}
.pricetotalarea .pricesumbreakline:first-child {
  padding: 0px 0px 10px 0px;
}
.pricetotalarea .pricesumbreakline:last-child {
  padding: 10px 0px 0px 0px;
  border-bottom: solid 0px #BAD5DF;
}
.pricetotaltext {
  font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 20px;
   font-weight: 500;
}
.canpolicybox {
  background: #fff;
  border-radius: 30px;
  padding: 25px 20px;
  border: solid 1px #E4E6E8;
  margin-bottom: 20px;
}
.canpolicybox h5 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bookingprogarea {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bookingprogline {
  background: var(--brand-second-color);
  height: 1px;
  margin-top: 25px;
}
.bookingprogstepsarea {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-top: -32px;
}
.bookingprogsteps {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.bookingprogsteps h6 {
  font-size: 18px;
  color: var(--brand-second-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bookingprogcircle {
  background: var(--brand-second-color);
  height: 65px;
  width: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingprogcircle svg {
  fill: #333;
  height: 30px;
}
.bookingprogsteps1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.bookingprogsteps1 h6 {
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bookingprogcircle1 {
  background: var(--brand-primary-color);
  height: 65px;
  width: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingprogcircle1 svg {
  fill: #FEF4E0;
  height: 30px;
}
.bookingdetbox {
  background: #fff;
  padding: 25px 25px;
  border-radius: 30px;
  margin-bottom: 25px;
  border: solid 1px #E4E6E8;
}
.bookingdetbox h3 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.bookingdetbox h4 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.bookingdetbox h5 {
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bookingdetbox h6 {
  font-size: 16px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.bookingtotalprice {
  background: #FEF4E0;
  border-radius: 6px;
  font-size: 17px;
  color: var(--brand-second-color);
  font-weight: 600;
  text-align: right;
  padding: 10px 10px 7px 10px;
}
.bookinggrandtotalprice {
  background: #FEF4E0;
  border-radius: 6px;
  font-size: 20px;
  color: var(--brand-second-color);
  font-weight: 600;
  text-align: right;
  padding: 10px 10px;
}
.flexcont2items {
  display: flex;
  justify-content: space-between;
}
.paymentlogobox {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
  border: solid 1px #E4E6E8;
  border-radius: 12px;
  padding: 15px 15px;
}
.paymentlogo {
  margin: 0px;
}
.paymentlogo img {
  height: 60px;
}
.paymentdetboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.banktransferbox {
  /*background: #FEF4E0;
  border-radius: 12px;
  padding: 15px 15px;
  flex: 1;*/
  position: relative;
}
.availablecreditbox {
  background: #EDFAFF;
  border-radius: 12px;
  padding: 15px 15px;
  flex: 1;
}
.directbox {
  background: #FEF4E0;
  border-radius: 12px;
  padding: 15px 15px;
  flex: 1;
}
.bookingconheadtext {
  font-size: 40px;
  color: var(--brand-second-color);
  line-height: 45px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bookingcontext {
  font-size: 18px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 400;
}
.bookingsuccessbox {
  background: #fff;
  border: solid 1px #FAEDD0;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.paysuccesstext {
  font-size: 20px;
  color: var(--gray-color);
  line-height: 24px;
  font-weight: 400;
}
.bookingconfcircle {
  background: #FAEDD0;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingconfcircle1 {
  background: #F2DDAF;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentdetbox {
  background: url(../img/paymentdetboxbg.png) repeat-x center bottom #FEF4E0;
  border-radius: 30px;
  padding: 30px 30px;
  margin-bottom: 20px;
}
.paymentdetbox h4 {
  font-size: 24px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}
.paymentdetcontbox {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin: 15px 0px;
}
.paymentdettext {
  font-size: 16px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 400;
}
.paymentdettextbold {
  font-size: 16px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
}
.textsuccess {
  font-size: 16px;
  color: #319711;
  line-height: 18px;
  font-weight: 600;
}
.texthold {
  font-size: 16px;
  color: #C85C2A;
  line-height: 18px;
  font-weight: 600;
}
.textprocessing {
  font-size: 16px;
  color: #185EEB;
  line-height: 18px;
  font-weight: 600;
}
.textfailed {
  font-size: 16px;
  color: #DF0B0B;
  line-height: 18px;
  font-weight: 600;
}
.loginbgarea {
  background: url(../img/loginbg.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0px;
}
.loginbox {
  background: #FAEDD0;
  border-radius: 50px;
}
.loginboxcontarea {
  padding: 50px 30px 50px 50px;
}
.loginboxcontarea h2 {
  font-size: 28px;
  color: var(--brand-primary-color);
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.loginbotext {
  font-size: 18px;
  color: var(--gray-color);
  line-height: 24px;
  font-weight: 400;
}
.registercontarea {
  background: #fff;
  padding: 50px 50px 50px 50px;
  border-radius: 0px 50px 50px 0px;
}
.registercontarea h2 {
  font-size: 28px;
  color: var(--brand-second-color);
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}

.loginimg {
  position: relative;
}
.loginimg img {
	width:100%;
	height:375px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 0px 18px 18px 0px;
}
.loginimgcontarea {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 375px;
  border-radius: 0px 18px 18px 0px;
  background: rgba(66, 50, 16, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0px 30px 30px 30px;
}
.loginimgcontarea h2 {
  font-family: "Katibeh", serif;
  font-size: 36px;
  color: var(--white-color);
  line-height: 27px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
.loginimgtext {
  font-size: 14px;
  color: var(--white-color);
  line-height: 18px;
  font-weight: 500;
}
.myaccountmenu {
  margin-bottom: 30px;
}
.myaccountmenu ul {
  margin: 0px 0px;
  padding: 0px 0px;
  overflow-x: auto;
  white-space: nowrap;
}
.myaccountmenu ul li {
  list-style-type: none;
  margin: 0px 3px;
  padding: 0px 0px;
  display: inline-block;
}
.myaccountmenu ul li a {
  border: solid 1px var(--brand-primary-color);
  font-size: 14px;
	color: var(--brand-primary-color);
  line-height: 18px;
	text-decoration: none;
  font-weight: 400;
	display: block;
  transition: 0.4s;
  border-radius: 8px;
  padding: 11px 15px;
}
.myaccountmenu ul li a:hover {
  background: var(--brand-primary-color);
  color: var(--white-color);
  text-decoration: none;
}
.myaccountmenuactive {
  background: var(--brand-primary-color) !important;
  color: var(--white-color) !important;
	text-decoration: none;
  fill: var(--brand-primary-color) !important;
}
.mytripbox {
  border: solid 1px #FFEDC7;
  background: #fff;
  border-radius: 18px;
  padding: 15px 20px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.mytripbox h6 {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.mytripbox h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.mytripbox h6 a:hover {
  color: var(--brand-primary-color);
  text-decoration: none;
}
.mytripbox:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 25px 0px;
}
.locationsnighttext2 {
  font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 400;
}
.locationsnighttext2 span {
  color: var(--text-color);
  font-weight: 600;
}
.mytripdetailsbox {
  border: solid 1px #FFEDC7;
  background: #fff;
  border-radius: 18px;
  padding: 20px 20px;
  transition: 0.4s;
  margin-bottom: 20px;
}
.mytripdetailsbox h5 {
  font-size: 22px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.mytripdetailsbox h6 {
  font-size: 18px;
  line-height: 20px;
  color: var(--brand-second-color);
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}
.mytripdetailsbox hr {
  background-color: #999;
}
.mytriphotelbox {
  border: solid 1px #E4E6E8;
  border-radius: 12px;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.nightlabel {
  background: #FAEDD0;
  border-radius: 6px;
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  padding: 3px 7px;
  display: inline-block;
  border: none;
}
.pricetext18green {
	font-size: 18px !important;
  color: #319711 !important;
  line-height: 20px;
  font-weight: 600 !important;
}
.pricetext20red {
	font-size: 20px;
  color:#FD1C20;
  line-height: 22px;
  font-weight: 600;
}


.pricetext18red {
	font-size: 18px;
  color:#FD1C20;
  line-height: 22px;
  font-weight: 600;
}

.pricetext18gray {
	font-size: 18px !important;
  color: var(--gray-color) !important;
  line-height: 20px;
  font-weight: 600 !important;
}
.notesbox {
  background: #FFEDC7;
  border: solid 1px #FEF4E0;
  padding: 20px 20px;
  border-radius: 18px;
}
.myfavrtpackgbox {
  background: #FAEDD0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 452px;
  padding: 20px 20px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 25px;
  color: var(--brand-second-color);
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.myfavrtpackgbox span {
  color: var(--brand-primary-color);
}
.packgviewtext {
  font-size: 15px;
  color: var(--brand-second-color);
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
  margin-top: -15px;
}
.travellerstab {
  margin-bottom: 5px;
  transition: 0.4s;
}
.travellerstab a {
  outline: none;
  text-decoration: none;
}
.travellerstabbox {
  border: solid 1px var(--brand-second-color);
  border-radius: 8px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-color);
  font-weight: 400;
}
.travellerstabbox a {
  color: var(--text-color);
}
.travellerstabbox a:hover {
  color: var(--brand-primary-color);
}
.travellerstabbox:hover {
  border: solid 1px var(--brand-primary-color);
}
.travellerstabbox_active {
  border: solid 1px #227FA4;
  border-radius: 8px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #227FA4;
  font-weight: 400;
}
.travellerstabbox_active a {
  color: #227FA4;
}
.travellername {
  font-size: 18px;
  color: #227FA4;
  line-height: 20px;
  font-weight: 600;
}
.profileimg {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  position: relative;
}
.profileimg img {
  width: 100%;
  height: 75px;
  border-radius: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.profileimgedit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: var(--brand-primary-color);
  width: 23px;
  height: 23px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.profileimgedit a {
  color: #fff;
  text-decoration: none;
}
.blogscatarea {
  position: relative;
  margin-bottom: 30px;
}
.blogscatarea a {
  outline: none;
  text-decoration: none;
}
.blogscatarea h6 {
  font-size: 15px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blogscatarea:hover h6 {
  color: var(--brand-primary-color);
  text-decoration: none;
}
.blogscatbox {
  text-align: center;
}
.blogscatboximg {
  background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.blogscatboximg img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blogscatarea:hover .blogscatboximg img {
  transform: scale(1.1);
  position: relative;
}
.blogsboxarea {
  position: relative;
  margin-bottom: 30px;
}
.blogsboxarea a {
  outline: none;
  text-decoration: none;
}
.blogsbox {
  background: #fff;
  border-radius: 30px;
  border: solid 1px #E4E6E8;
  padding: 10px 10px;
  transition: 0.4s;
}
.blogsbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blogsboximg {
  background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  width: 100%;
  height: 220px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.blogsboximg img {
  width: 100%;
  height: 220px;
  border-radius: 24px;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blogsboxarea:hover .blogsboximg img {
  transform: scale(1.1);
  position: relative;
}
.blogsboxcontarea {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 200px;
}
.blogsboxcontarea h4 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
}
.blogsboxarea:hover .blogsboxcontarea h4 {
  color: var(--brand-primary-color);
  text-decoration: none;
}
.blogsdatetext {
  font-size: 14px;
  color: var(--brand-second-color);
  line-height: 18px;
  font-style: italic;
}
.blogsidebarbox {
  background: #fff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  padding: 25px 25px;
  margin-bottom: 25px;
}
.blogsidebarbox h4 {
  font-size: 24px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.blogsidebarbox ul {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
}
.blogsidebarbox ul li {
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	font-size: 16px;
  color: var(--brand-second-color);
  line-height: 20px;
}
.blogsidebarbox ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.blogsidebarbox ul li a {
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
}
.blogsidebarbox ul li a:hover {
  color: var(--brand-primary-color);
  text-decoration: none;
}
.blogsidebartagsarea {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.blogsidebartags {
  background: #FEF4E0;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 12px;
  color: var(--brand-second-color);
}
.blogsidebartags a {
  color: var(--brand-second-color);
  text-decoration: none;
}
.blogdetheadarea {
  margin-bottom: 30px;
}
.blogdetheadarea h2 {
  font-size: 30px;
  color: var(--text-color);
  line-height: 32px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.blogdetcontarea {
  margin-bottom: 30px;
}
.blogdetcontarea p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
.blogdetcontarea p span {
  font-weight: 600;
}
.blogdetimg {
  margin-bottom: 30px;
}
.blogdetimg img {
  width: 100%;
  border-radius: 24px;
}
.blogdetadminarea {
  border-top: solid 4px #FAEDD0;
  padding-top: 25px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.blogdetadminimg {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.blogdetadminimg img {
  width: 100%;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.blogdetadmintext {
  font-size: 19px;
  color: var(--brand-primary-color);
  line-height: 21px;
  font-weight: 600;
}
.mainheadinginner {
  padding: 0px;
}
.mainheadinginner h3 {
  font-size: 28px;
  color: var(--brand-second-color);
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mainheadinginner h6 {
  font-size: 18px;
  color: var(--brand-second-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.feedbacktestiarea {
  border-top: solid 1px #E8AD68;
  padding-top: 30px;
  margin-top: 40px;
}
.feedbacktestiarea h4 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.feedbacktestimobox {
  background: #ffffff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  padding: 25px 25px;
  margin-bottom: 20px;
}
.feedbacktestimohead {
  display: flex;
  gap: 15px;
  align-items: center;
}
.feedbacktestimoimg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.feedbacktestimoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.feedbacktestimoheadin {
  padding: auto;
}
.feedbacktestimoheadin h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.feedbacktestimocont {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color:var(--text-color);
  font-weight: 400;
  min-height: 135px;
}
.feedbacktestimocont span {
  font-weight: 600;
}
.feedbacktestimofooter {
  padding-top: 20px;
  border-top: 1px solid #E4E6E8;
  font-size: 14px;
  line-height: 20px;
  color: #227FA4;
  font-weight: 400;
}
.feedbacktestimofooter span {
  font-weight: 600;
}
.custsupbox {
  background: var(--gray-color);
  margin-bottom: 30px;
  border-radius: 25px;
}
.custsupbox1 {
  background: #FAEDD0;
  border-radius: 25px;
  margin-right: 30px;
}
.custsupbox1 h4 {
  font-size: 25px;
  font-weight: 500;
  color: var(--brand-second-color);
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.custsupbox2 {
  background: #EDFAFF;
  border-radius: 25px;
  margin-left: 30px;
}
.custsupbox2 h4 {
  font-size: 25px;
  font-weight: 500;
  color: var(--brand-primary-color);
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.custsupimg {
  padding: 0px;
}
.custsupimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px 25px 25px 0px;
}
.custsupcontarea {
  padding: 30px 0px 30px 30px;
}
.custsuptext {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 24px;
}
.custsupcallemail {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 30px;
  margin-top: 50px;
}
.custsupcallemail a {
  color: var(--text-color);
  text-decoration: none;
}
.custsupcallemail a:hover {
  color: var(--brand-primary-color);
  text-decoration: none;
}
.agentlistbox {
	background: #fff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  margin-bottom: 20px;
}
.agentlistboxtop {
  padding: 20px 20px;
}
.agentlistboxtop h3 {
	font-size: 20px;
	color:var(--brand-primary-color);
	line-height:22px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 10px;
  transition: 0.4s;
}
.agentlistboxtop h3 a {
	color:var(--brand-primary-color);
	text-decoration: none;
}
.agentlistboxtop h3 a:hover {
	color:var(--text-color);
	text-decoration: none;
}
.bannerimg {
  padding: 0px;
}
.agentlistboximg {
	height:160px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 15px;
  position: relative;
}
.agentlistboximg img {
	width:100%;
	height:160px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 15px;
}
.agentlistlogoarea {
  position: relative;
}
.agentlistlogo {
  border-radius: 15px;
  border: solid 1px #E4E6E8;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}
.agentlistlogo img {
  width: 100%;
}
.agentfaviconarea {
  position: absolute;
  right: 0px;
  z-index: 99;
  margin-top: 10px;
  margin-right: 10px;
}
.agentfavicon {
  font-size: 17px;
  color: var(--text-color);
  transition: 0.4s;
}
.agentfavicon a {
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agentfavicon a:hover {
  color: #FD1C20;
  text-decoration: none;
}
.agentfaviconactive {
  color: #FD1C20 !important;
}
.agentlistboxbottom {
  background: #FEF4E0;
  border-radius: 0px 0px 30px 30px;
  padding: 20px 20px;
}
.textsecond14 {
  font-size: 14px;
  color: var(--brand-second-color);
  line-height: 20px;
  font-weight: 600;
}
.offerlabel {
  background: #ED0006;
  border-radius: 6px;
  font-size: 13px;
  color: var(--white-color);
  line-height: 18px;
  padding: 2px 5px;
  display: inline-block;
  border: none;
}
.agentdetbox {
  background: #EDFAFF;
  border: solid 1px #227FA4;
  border-radius: 25px;
  margin-bottom: 40px;
}
.agentdetcontarea {
  padding: 25px 25px;
}
.agentdetcontarea h2 {
	font-size: 28px;
	color:var(--brand-primary-color);
	line-height:30px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 10px;
  transition: 0.4s;
}
.agentdetlogo {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.agentdetlogo img {
  height: 90px;
}
.agentdetboximg {
	height:450px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 0px 25px 25px 0px;
  position: relative;
}
.agentdetboximg img {
	width:100%;
	height:450px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 0px 25px 25px 0px;
}
.agentdetboximg:lang(ar) {
	border-radius: 25px 0px 0px 25px;
}
.agentdetboximg:lang(ar) img {
	border-radius: 25px 0px 0px 25px;
}
.agentdetmenutab {
  margin-bottom: 30px;
  text-align: center;
}
.agentdetmenutab ul {
  margin: 0px 0px;
  padding: 0px 0px;
  overflow-x: auto;
  white-space: nowrap;
}
.agentdetmenutab ul li {
  list-style-type: none;
  margin: 0px 2px;
  padding: 0px 0px;
  display: inline-block;
}
.agentdetmenutab ul li a {
  background: #FAEDD0;
  font-size: 14px;
	color: var(--text-color);
  line-height: 18px;
	text-decoration: none;
  font-weight: 400;
  transition: 0.4s;
  border-radius: 8px;
  padding: 11px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.agentdetmenutab ul li a:hover {
  background: var(--brand-primary-color);
  color: var(--white-color);
  text-decoration: none;
}
.agentdetmenutabactive {
  background: var(--brand-primary-color) !important;
  color: var(--white-color) !important;
	text-decoration: none;
  fill: var(--brand-primary-color) !important;
}
.agenttabcount {
  background: #fff;
  border-radius: 6px;
  font-size: 12px;
  color: var(--text-color);
  padding: 2px 5px;
}
.agentreviewbox {
  background: #fff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  padding: 25px 25px;
  margin-bottom: 25px;
}
.agentreviewbox h6 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.agentreviewchart {
  margin-top: 20px;
}
.agentreviewrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.agentreviewbar-wrap {
  width: 100%;
  height: 10px;
  background: #D9D9D9;
  position: relative;
}
.agentreviewbar {
  height: 10px;
  background: #FAAA19;
}
.feedbacktestimodivider {
  border-left: solid 1px #E4E6E8;
  padding-left: 30px;
  min-height: 75px;
  display: flex;
  align-items: center;
}
.feedbacktestimocont1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color:var(--text-color);
  font-weight: 400;
}
.feedbacktestimocont1 span {
  font-weight: 600;
}
.companyprofilebox {
  background: #ffffff;
  border: solid 1px #E4E6E8;
  border-radius: 30px;
  padding: 30px 30px;
}
.companyprofilebox h5 {
  font-size: 18px;
  color: var(--brand-second-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.companyprofilebox h6 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.companyprofiletext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
}
.agentloginbg {
  background: #FDFAF4;
  padding: 60px 0px;
}
.agentloginbox {
  background: #227FA4;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px;
}
.agentloginboxcontarea {
  padding: 50px 30px 50px 50px;
}
.agentloginboxcontarea h2 {
  font-size: 28px;
  color: var(--white-color);
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.agentloginbotext {
  font-size: 18px;
  color: var(--white-color);
  line-height: 24px;
  font-weight: 400;
}
.agentregisterarea {
  position: relative;
  background: #000;
  border-radius: 0px 50px 50px 0px;
}
.agentregisterarea img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px 48px 48px 0px;
  opacity: 0.9;
}
.agentregisterarea:lang(ar) {
  border-radius: 50px 0px 0px 50px;
}
.agentregisterarea img:lang(ar) {
  border-radius: 48px 0px 0px 48px;
}
.agentregistercont {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  z-index: 999;
}
.agentregistercont h2 {
  font-size: 36px;
  color: var(--white-color);
  line-height: 38px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
  opacity: 1;
}
.needhelpregbg {
  background: url(../img/needhelpregbg.jpg) no-repeat right bottom;
  background-size: contain;
  border-radius: 30px;
}
.alreadyregbox {
  background: #EDFAFF;
  border-radius: 30px;
  padding: 20px 20px;
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.alreadyregbox a {
  color: var(--brand-primary-color);
  text-decoration: underline;
}
.alreadyregbox a:hover {
  color: var(--brand-second-color);
  text-decoration: underline;
}
.whyholybox {
  background: #FAEDD0;
  border: solid 1px var(--brand-second-color);
  border-radius: 30px;
  padding: 20px 20px;
}
.whyholybox h4 {
  font-size: 20px;
  color: var(--brand-second-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}
.whyholybox ul {
	margin: 0px;
	padding: 0px;
}
.whyholybox ul li {
  background: url(../img/check_icon3.png) no-repeat left top;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 35px;
}
.whyholybox ul li:lang(ar) {
  background: url(../img/check_icon3.png) no-repeat right top;
	list-style-type: none;
	padding: 0px 35px 0px 0px;
}
.whyholybox ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.whyholytextbold {
  font-size: 15px;
  color: var(--brand-primary-color);
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.whyholytext {
  font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 16px;
  font-weight: 400;
}
.viewsummarybox {
  margin-top: 15px;
}
.viewsummarybox h6 {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.viewsummarybox ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.viewsummarybox ul li {
  list-style-type: none;
  margin: 0px 0px;
  padding: 10px 0px;
  border-bottom: solid 1px #BAD5DF;
}
.pricetext13 {
	font-size: 13px;
  color: var(--brand-primary-color);
  line-height: 18px;
  font-weight: 700;
}
.pricebreaktext12 {
	font-size: 12px;
  color: var(--brand-primary-color);
  line-height: 14px;
  font-weight: 600;
  text-decoration: line-through;
}
.discountlabel {
  background: var(--brand-second-color);
  padding: 3px 10px 3px 3px;
  border-radius: 30px;
  font-size: 13px;
  color: var(--white-color);
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
}
.discounticon {
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discounticon img {
  height: 18px;
}

/*stickybar*/
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}
.sidebar-item {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}
.make-me-sticky {
  position: sticky;
  top: 150px;
  padding: 0px;
}




/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media (min-width: 1920px) {

.packgoverviewnumnts {
	font-size: 20px;
	line-height: 22px;
}
.custsupcallemail {
  font-size: 18px;
}

}

@media (max-width: 1080px) {


}

@media (max-width: 992px) {

.listboxcontarea {
	padding: 20px 20px 20px 0px;
}
.packagedetailsbox {
  padding: 20px 15px;
  border-radius: 20px;
}
.bookingdetbox {
  border-radius: 20px;
  padding: 20px 15px;
}
.tourdesk {
  display: none !important;
}
.tourmob {
  display: block !important;
}
.bookingconheadtext {
  font-size: 36px;
  line-height: 42px;
}
.bookingcontext {
  font-size: 16px;
  line-height: 22px;
}
.bookingsuccessbox {
  padding: 20px 20px;
}
.paymentdetbox {
  padding: 30px 20px;
}
.loginboxcontarea {
  padding: 50px 50px 50px 50px;
}
.registercontarea {
  border-radius:  0px 0px 50px 50px;
}
.feedbacktestimocont {
  min-height: 180px;
}
.custsupbox1 {
  margin-right: 0px;
}
.custsupbox2 {
  margin-left: 0px;
}
.agentdetboximg {
	height:400px;
  border-radius: 0px 0px 25px 25px;
}
.agentdetboximg img {
	height:400px;
	border-radius: 0px 0px 25px 25px;
}
.agentdetboximg:lang(ar) {
	border-radius: 0px 0px 25px 25px;
}
.agentdetboximg:lang(ar) img {
	border-radius: 0px 0px 25px 25px;
}
.companyprofilebox {
  padding: 20px 20px;
}
.agentloginbg {
  padding: 30px 0px;
}
.agentloginboxcontarea {
  padding: 50px 50px 50px 50px;
}
.agentregisterarea {
  border-radius: 0px 0px 50px 50px;
}
.agentregisterarea img {
  border-radius: 0px 0px 48px 48px;
}
.agentregisterarea:lang(ar) {
  border-radius: 0px 0px 50px 50px;
}
.agentregisterarea img:lang(ar) {
  border-radius: 0px 0px 48px 48px;
}

}

@media (max-width: 568px) {

.resultheadarea {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sortbyarea {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.resultsearcfieldarea {
  width: 100%;
}
.listboxcontarea {
	padding: 20px 15px 20px 15px;
}
.listboxpricearea {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.listboxbtnarea {
  flex-direction: row-reverse;
  gap: 5px;
}
.bookbtn {
  font-size: 13px;
  padding: 7px 10px;
}
.quickbtn {
  font-size: 13px;
  padding: 7px 10px;
}
.quickviewbox {
  padding: 15px 15px;
}
.packgoverviewtitlesec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.packgoverviewbuttonsec {
  margin-top: 15px;
}
.fixednavbar {
  top: 107px;
}
.itinerarybox {
  flex-direction: column;
  gap: 15px;
}
.incexccontarea {
  flex-direction: column;
  gap: 20px;
}
.photogallerybigimg {
	height:160px;
  background-size: contain;
  border-radius: 10px;
}
.photogallerybigimg img {
	height:160px;
  border-radius: 10px;
}
.photogalleryimg {
	height:75px;
  background-size: contain;
  border-radius: 10px;
}
.photogalleryimg img {
	height:75px;
  border-radius: 10px;
}
.seeallphotostext {
  font-size: 11px;
	line-height:16px;
  height: 75px;
  padding-top: 30px;
}
.bookingprogstepsarea {
  gap: 15px;
  margin-top: -32px;
}
.bookingprogsteps h6 {
  font-size: 16px;
  line-height: 20px;
}
.bookingprogsteps1 h6 {
  font-size: 16px;
  line-height: 20px;
}
.paymentlogo img {
  height: 40px;
}
.paymentdetboxes {
  flex-direction: column;
}
.bookingconheadtext {
  font-size: 30px;
  line-height: 36px;
}
.paymentdettext {
  font-size: 14px;
  line-height: 20px;
}
.paymentdettextbold {
  font-size: 14px;
  line-height: 20px;
}
.loginbox {
  border-radius: 30px;
}
.loginboxcontarea {
  padding: 30px 20px;
}
.registercontarea {
  padding: 30px 20px;
  border-radius: 0px 0px 30px 30px;
}
.custsupimg img {
  height: 250px;
  border-radius: 0px 0px 25px 25px;
}
.agentdetcontarea {
  padding: 20px 20px;
}
.agentdetboximg {
	height:300px;
}
.agentdetboximg img {
	height:300px;
}
.feedbacktestimodivider {
  border-left: solid 0px #E4E6E8;
  padding-left: 0px;
  min-height: auto;
  margin-top: 30px;
}
.agentloginboxcontarea {
  padding: 30px 20px 30px 20px;
}
.agentregistercont {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}


}


@media (max-width: 480px) {


}
