@import url("https://fonts.googleapis.com/css2?family=Krub:wght@300;400;500;600;700&family=Open+Sans:wght@400;500;600;700;800&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", sans-serif !important;
	overflow-x: hidden;
}

/*-----------------------------------------Common Css-----------------------------------------*/
.space {
	margin-top: 10px;
}
.space1 {
	margin-top: 20px;
}
.space2 {
	margin-top: 30px;
}
.space3 {
	margin-top: 40px;
}
.space4 {
	margin-top: 50px;
}
.space5 {
	margin-top: 60px;
}
.space7 {
	margin-top: 70px;
}
.width {
	width: 100%;
}
.max {
	max-width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.display {
	display: inline-block;
	width: 100%;
}
.padding {
	padding: 0px !important;
}
a {
	text-decoration: none !important;
}
.centertxt {
	text-align: center !important;
}
.lefttxt {
	text-align: left !important;
}
/*-----------------------------------------Header-----------------------------------------*/
.newheader {
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0%;
	width: 96%;
	display: contents;
	padding: 0;
	z-index: 9999;
	transition: all 0.2s ease-in-out;
}
.newheader.active {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.3);
}

.mainbannerspace {
	margin-top: auto;
	pointer-events: none;
}

.mycontainerformain {
	width: 100%;
	margin: 0px auto;
	width: 100%;
	max-width: 1390px;
	padding: 100px 20px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

/*-----------------------------------------Left Contact Popup-----------------------------------------*/
#leftsliderbtn a {
	/* position: fixed; */
	text-align: left;
	right: -10%;
	transition: 0.3s;
	padding: 10px 10px 10px 10px;
	width: 100%;
	line-height: 1.5;
	text-decoration: none;
	font-size: 15px;
	color: white;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 99;
	border-radius: 5px 0px 0px 5px;
}

#leftsliderbtn a iconify-icon {
	float: left;
	font-size: 22px;
	margin-right: 8px;
}

#leftsliderbtn a:hover {
	right: 133px;
	background-color: rgb(0, 0, 0, 1);
	border-bottom: none;
	color: #fff;
	position: relative;
}

#slideleft1 {
	/* top: 38%; */
}

#slideleft2 {
	/* top: 46%; */
}

#slideleft3 {
	/* top: 54%; */
}

.slideleft4 {
	background-color: #9e0100;
	border-radius: 5px 5px 0 0;
	padding: 4px 10px 10px 10px;
	margin-top: 0;
	position: fixed;
	right: -46px;
	bottom: 20%;
	rotate: -90deg;
	z-index: 102;
}

.slideleft4 a {
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
}

.slideleft4 a iconify-icon {
	font-size: 22px;
	position: relative;
	top: 6px;
}

/*-----------------------------------------Banner-----------------------------------------*/
.mainbannerbg {
	/* background-image: url(../image/mainbannerbg.png); */
	/* background-size: 100%; */
	min-height: 100vh;
}

.bantxt {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.bantxt h2 {
	/*font-family: "krub";*/
	font-size: 48px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 600;
	line-height: 1.2 !important;
	margin: 10px 0px 0px 0px !important;
}

.bantxt h2 span {
	font-size: 50px;
}

.bantxt p {
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0;
	margin-top: 10px;
	width: 78%;
}

.backgroudborder {
	border-radius: 0px 15px 0px 0px;
	padding: 5px;
	height: 480px;
	width: 375px;
	position: absolute;
	top: -3%;
	left: 0%;
	border: 2px solid #fff;
}

/*-------------------------Tabs-----------------------------*/
ul.tabs {
	padding: 0;
	font-size: 0;
	margin-top: 5%;
	list-style-type: none;
	text-align: left;
	z-index: 10;
	position: relative;
}
ul.tabs li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.tabs li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 0px 7% 0px 0px;
	color: #031420;
	outline: none;
}

ul.tabs li a iconify-icon {
	margin-right: 7px;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	color: #031420;
	padding: 8px 0px 0px 8px;
	border: 2px solid #fff;
	position: relative;
	top: 4px;
	box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
}

ul.tabs li a iconify-icon:hover {
	background-color: #fff;
	color: #031420;
}
ul.tabs li.selected a iconify-icon,
ul.tabs li.selected a iconify-icon:hover {
	background-color: #9e0100;
	color: #ffffff;
	border-color: #9e0100;
}
div.tabcontents {
	padding: 6% 20px 20px 20px;
	background-color: #ffffffc4;
	margin-top: -4.5%;
	border-radius: 15px;
	float: left;
	width: 103%;
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.33);
	z-index: 9;
	position: absolute;
}

.form-group {
	margin: 15px 0px 5px 0px !important;
}
input.form-control {
	height: 45px !important;
}
.form-control {
	border: 1px solid #d6d6d6 !important;
	font-size: 14px !important;
	letter-spacing: 0;
	border-radius: 1px !important;
}

.form-control::placeholder {
	color: #787878 !important;
}

.btn-default {
	border: 2px solid #9e0100 !important;
	background-color: #9e0100 !important;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 18px !important;
	letter-spacing: 0;
	border-radius: 25px !important;
	transition: 1s border-radius;
	width: 100% !important;
	padding: 10px 10px !important;
}

.btn-default:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.tabtxt {
	margin: 5px 0px;
	color: #333;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: capitalize;
}
.modal-body {
	padding: 20px !important;
}
/*----------------------------------------Quick Enquiry Popup-----------------------------------------*/
.popup-btn {
	display: inline-block;
}
.popup-btn:hover {
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	pointer-events: none;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
	z-index: 99999;
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}
.modal-dialog {
	position: relative;
	width: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0.2s;
	width: 40%;
	margin-top: 10%;
}
.modal-content {
	position: relative;
}
.modal-body p {
	line-height: 28px;
}
.modal-header {
	padding: 5px;
	height: 83px !important;
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.motit {
	font-size: 28px;
	/* font-family: Poppins-SemiBold; */
	text-align: center;
	color: #333;
	letter-spacing: 0;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-family: inherit;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-body .close {
	top: -10%;
	right: -6%;
	/* margin-left: 0px; */
	position: absolute;
	z-index: 99;
	color: #fff;
	opacity: 1;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: inherit;
	font-size: 18px;
	font-weight: normal;
}
.modal-body {
	position: relative;
	width: 100%;
	padding: 0px !important;
	background-color: #fff;
	float: left;
	text-align: center;
	border-radius: 30px 0px;
	padding: 20px !important;
}
#driver-terms-modal .modal-body {
	height: 600px;
	overflow: scroll;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal .btn {
	background-color: #9e0100 !important;
	font-family: inherit;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal .btn-default {
	color: #fff;
	background-color: #1f8234;
}
.modal .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}
.modal .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.modal .btn:active,
.modal .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal .btn:focus,
.modal .btn:active:focus,
.modal .btn.active:focus,
.modal .btn.focus,
.modal .btn:active.focus,
.modal .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.modal .btn-default:active,
.modal .btn-default.active,
.modal .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.modal .btn-default:active,
.modal .btn-default.active,
.modal .open > .dropdown-toggle.btn-default {
	background-image: none;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

.enquirytxt {
	color: #333;
	font-size: 28px;
	letter-spacing: 0;
	font-weight: 600;
	text-align: center;
	margin: 10px 0px;
}

.motit iconify-icon {
	color: #fff;
	font-size: 25px;
	margin-top: 12px;
	margin-right: 10px;
}

/*-----------------------------------------Section1-----------------------------------------*/
.section1 {
	/* background: url(../image/section1.png); */
	background: url(../image/section1.webp);
	background-size: cover;
	padding-top: 30px;
	letter-spacing: 0;
	padding-bottom: 70px;
	text-align: center;
}

.section1 h4 {
	font-size: 18px !important;
	color: #fff;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.section1 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #fff;
	margin: 8px 0px 8px 0px !important;
}

.section1 p {
	color: #f5f5f5;
	font-size: 16px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: center;
}

.img1 {
	margin-top: -3%;
	max-width: 100%;
}

.section1 .flexslider {
	margin: 40px auto 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 15px;
}

.myitem {
	/* margin-top: -2%; */
	display: flex;
	flex-direction: column;
	background: #fff;
	text-align: left;
	padding: 20px;
	position: relative;
	margin: 30px 15px 0;
	padding-top: 50px;
	border-radius: 4px;
}

.myitem span {
	color: #9e0100;
	/* opacity: 0.2; */
	font-weight: 800;
	font-size: 100px;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: 0 !important;
	padding: 8px;
	border-radius: 60px;
	background: #ffffff;
	box-shadow: 0px 1px 7px -3px #000000;
	position: absolute;
	top: -30px;
}

.myitem span img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	margin: 0 !important;
}

.myitem h3 {
	margin: 0 0px 5px 0px !important;
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	font-weight: 600;
}

.myitem p {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	text-align: left;
	min-height: 60px;
}

.shifttop2 {
	/* margin-top: 19%; */
}

.shifttop3 {
	/* margin-top: 2%; */
}

.shifttop4 {
	/* margin-top: 10%; */
}

.shifttop5 {
	/* margin-top: 22%; */
}

.shifttop6 {
	/* margin-top: 3%; */
}

.shifttop7 {
	/* margin-top: 10%; */
}

/*-----------------------------------------Section3-----------------------------------------*/
.xtratabwidth {
	width: 86% !important;
}

.section3 {
	margin-top: 30px;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 30px;
}

.section3 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.section3 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.section3 p {
	color: #666;
	font-size: 15px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.section3 label {
	text-transform: uppercase !important;
	font-weight: 600 !important;
	color: #000 !important;
	letter-spacing: 0;
}

.mysec3container {
	width: 92% !important;
}

ul.sec3tabs {
	padding: 20px 0px;
	letter-spacing: 0;
	font-size: 0;
	margin: 30px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 99;
	position: relative;
	background-color: #fbfbfb;
	border-radius: 30px;
	border: 1px solid #ded9d9;
	width: 21%;
	display: flex;
	flex-wrap: wrap;
}
ul.sec3tabs li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.sec3tabs li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 20px 28px;
	color: #333;
	outline: none;
	border-radius: 30px;
	font-weight: 500;
}

ul.sec3tabs li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.sec3tabs li.selected a,
ul.sec3tabs li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.sec3tabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.sec3box {
	background-image: url(../image/img3.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.sec3box:hover {
	filter: grayscale(60%);
}

.sec3boxtxt {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: 27%;
	width: 100%;
}

.sec3boxtxt div:nth-child(2) {
	float: left;
}
.sec3boxtxt div:nth-child(3) {
	float: right;
	color: #9e0100;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 9%;
}

.sec3boxtxt div:nth-child(2) iconify-icon {
	font-size: 10px;
	position: relative;
	left: 5px;
	top: 1px;
}

.sec3boxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sec3boxtxt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.sec3viewbtn {
	letter-spacing: 0;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.sec3viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec3viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec3viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

/*-----------------------------------------Section4-----------------------------------------*/
.section4 {
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 70px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../image/secbg4.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	/* height: 610px; */
}

.sec4sort {
	float: left;
	margin-top: 20px;
	/* margin-right: 4%; */
}

.sec4sort span {
	font-weight: 600 !important;
	color: #000 !important;
	letter-spacing: 0;
}

.sec4sort label {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
}

.section4 h4 {
	font-size: 15px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 70px 0px 0px 0px !important;
	text-align: left;
}

.section4 h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.section4 p {
	color: #666 !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.section4 .radio {
	text-align: left;
	margin: 10px 0px !important;
}

.sec4box {
	background-image: url(../image/img4.png);
	margin-top: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.sec4box:hover {
	filter: grayscale(60%);
}

.sec4boxtxt {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: 115%;
	width: 100%;
}

.sec4boxtxt div:nth-child(1) {
	float: left;
	width: 100%;
}
.sec4boxtxt div:nth-child(2) {
	float: left;
}
.sec4boxtxt div:nth-child(3) {
	float: right;
	color: #9e0100;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 1.5%;
}

.sec4boxtxt div:nth-child(3) span {
	color: #000;
}

.sec4boxtxt div:nth-child(3) iconify-icon {
	font-size: 10px;
	position: relative;
	left: 5px;
	top: 1px;
}

.sec4boxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

.sec4boxtxt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.sec4viewbtn {
	letter-spacing: 0;
	margin-top: 65px;
	display: flex;
	justify-content: center;
}

.sec4viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec4viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec4viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec4padding {
	padding: 0px !important;
}

/*-----------------------------------------Section5-----------------------------------------*/
.section5 {
	padding-top: 30px;
	padding-bottom: 50px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../image/secbg5.png);
	background-repeat: no-repeat;
	background-size: 100%;
	/* height: 510px; */
}

.section5 h4 {
	font-size: 14px !important;
	color: #fff;
	font-weight: 600;
	margin: 60px 0px 0px 0px !important;
	text-align: left;
}

.section5 h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #fff;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.section5 p {
	color: #fff !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.sec5viewbtn {
	letter-spacing: 0;
	margin-top: 50px;
}

.sec5viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec5viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec5viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec5padding {
	padding: 0px !important;
}

.sec5box {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 30px 0px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
	min-height: 160px;
}

.sec5box1 {
	background-image: url(../image/img5.png);
	background-size: cover;
	background-position: center;
}
.sec5box2 {
	background-image: url(../image/img6.png);
	background-size: cover;
	background-position: center;
}
.sec5box3 {
	background-image: url(../image/img7.png);
	background-size: cover;
	background-position: center;
}
.sec5box4 {
	background-image: url(../image/img8.png);
	background-size: cover;
	background-position: center;
}

.sec5box h5 {
	font-weight: 600;
	color: #fff;
	font-size: 36px;
	letter-spacing: 0;
	margin-top: 36%;
}

.sec5boxtxt {
	margin-top: 20px;
}

.sec5boxtxt ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.sec5boxtxt ul li {
	margin: 10px 0px;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 15px 10px;
	text-align: left;
}

.sec5boxtxt ul li a {
	font-weight: 800;
	color: #333 !important;
	font-size: 16px;
}

.sec5boxtxt ul li a span {
	color: #9e0100 !important;
	font-size: 13px;
	text-align: right;
	font-weight: 600;
	float: right;
}

.sec5boxtxt ul li a iconify-icon {
	font-size: 13px;
	position: relative;
	top: 2px;
	left: 1px;
}

/*-----------------------------------------Section6-----------------------------------------*/
.section6 {
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 70px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../image/secbg4.webp);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sec6sort {
	float: right;
	margin-top: 20px;
	margin-right: 4%;
}

.sec6sort span {
	font-weight: 600 !important;
	color: #000 !important;
	letter-spacing: 0;
}

.sec6sort label {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
}

.section6 h4 {
	font-size: 14px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 115px 0px 0px 0px !important;
	text-align: left;
}

.section6 h2 {
	/*font-family: "krub";*/
	font-size: 36px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.section6 p {
	color: #666 !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.section6 .radio {
	text-align: left;
	margin: 10px 0px !important;
}

.sec6box {
	background-image: url(../image/img4.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	background-position: center;
}

.sec6box:hover {
	filter: grayscale(60%);
}

.sec6boxtxt {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec6boxtxt div:nth-child(1) {
	float: left;
	width: 100%;
}

.sec6boxtxt div:nth-child(2) {
	float: left;
}
.sec6boxtxt div:nth-child(3) {
	float: right;
	color: #9e0100;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 1.5%;
}

.sec6boxtxt div:nth-child(3) iconify-icon {
	font-size: 12px;
	position: relative;
	left: 5px;
	top: 1px;
}

.sec6boxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sec6boxtxt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.sec6viewbtn {
	letter-spacing: 0;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.sec6viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec6viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec6viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec6padding {
	padding: 0px !important;
}

ul.sec6tabs {
	padding: 3px 3px;
	display: flex;
	float: left;
	flex-wrap: wrap;
	letter-spacing: 0;
	font-size: 0;
	margin: 10px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #ded9d9;
}
ul.sec6tabs li {
	display: flex;
	margin: 0;
	margin-right: 0px;
}
ul.sec6tabs li a {
	font-size: 14px;
	text-decoration: none;
	position: relative;
	padding: 20px 20px;
	color: #333;
	outline: none;
	border-radius: 30px;
	font-weight: 600;
}

ul.sec6tabs li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.sec6tabs li.selected a,
ul.sec6tabs li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.sec6tabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

/*-----------------------------------------Section7-----------------------------------------*/
.section7 {
	margin-top: 0px;
	padding-top: 10px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../image/secbg7.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 50px;
}

.section7 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.section7 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #fff;
	margin: 8px 0px 8px 0px !important;
}

ul.sec7tabs {
	letter-spacing: 0;
	margin: 20px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 99;
	position: relative;
}
ul.sec7tabs li {
	margin: 15px 0px;
	width: 100%;
	display: flex;
	text-align: left;
}
ul.sec7tabs li a {
	font-size: 14px;
	width: 90%;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	color: #333;
	outline: none;
	border: 2px dashed #fff;
	border-radius: 0px 30px 0px 0px;
	background-color: #fff;
	display: flex;
	align-items: center;
}

ul.sec7tabs li a img {
	margin-right: 10px;
	padding: 10px 10px;
	width: 17%;
}

ul.sec7tabs li a:hover img {
	background-color: #fff;
	padding: 10px 10px;
}

ul.sec7tabs li.selected img,
ul.sec7tabs li.selected img:hover {
	background-color: #fff;
	padding: 10px 10px;
}

ul.sec7tabs li a:hover {
	border: 2px dashed #fff;
	background-color: #031420;
	color: #fff;
}
ul.sec7tabs li.selected a,
ul.sec7tabs li.selected a:hover {
	background-color: #031420;
	color: #fff;
	border: 2px dashed #fff;
}
div.sec7tabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.sec7box {
	background-image: url(../image/img9.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.sec7box:hover {
	filter: grayscale(60%);
}

.rating {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 40px;
	padding: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	float: right;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 40px;
}

.rating iconify-icon {
	font-size: 13px;
	position: relative;
	top: -1px;
}

.sec7boxtxt {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px 0px;
	padding: 10px 10px 0px 10px;
	margin-top: 68%;
	width: 100%;
}

.sec7boxtxt1 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.sec7boxtxt1 div:nth-child(1) {
	float: left;
}
.sec7boxtxt1 div:nth-child(2) {
	float: right;
	color: #9e0100;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 5px;
}

.sec7boxtxt1 div:nth-child(2) span {
	color: #555555;
	display: initial;
	margin: 0px !important;
}

.sec7boxtxt1 div:nth-child(2) iconify-icon {
	font-size: 10px;
	position: relative;
	left: 3px;
	top: 1px;
}

.sec7boxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	/*font-family: "krub";*/
}

.sec7boxtxt p {
	font-size: 14px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.sec7viewbtn {
	letter-spacing: 0;
	margin-top: 50px;
}

.sec7viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec7viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec7viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec7padding {
	padding: 0px !important;
}

/*-----------------------------------------Section8-----------------------------------------*/
.section8 {
	margin-top: 30px;
	padding-bottom: 35px;
}

.section8 h4 {
	font-size: 14px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 25px 0px 0px 0px !important;
	text-align: center;
}

.section8 h2 {
	/*font-family: "krub";*/
	font-size: 36px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: center;
	line-height: 1;
}

.sec8box {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #fff;
	padding: 10px 15px 30px;
	border-radius: 0px 20px;
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.4);
}

.sec8box img {
	margin-top: -15%;
	object-fit: contain;
	height: 110px !important;
	margin-left: auto;
	margin-right: auto;
}

.sec8box p {
	margin-top: 10px;
	font-size: 14px;
	color: #555555;
	line-height: 1.4;
	text-align: center;
}

.sec8box p span {
	font-weight: 600;
	color: #000;
}

.sec8box div {
	margin-top: 10px;
	font-size: 14px;
	color: #555555;
	line-height: 1.4;
}

.sec8box div span {
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

/*-----------------------------------------Section9-----------------------------------------*/
.section9 {
	background-color: #fbfbfb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
}

.section9 h4 {
	font-size: 14px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 0 0px 0px 0px !important;
	text-align: left;
}

.section9 h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.section9 p {
	color: #666 !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.sec9viewbtn {
	letter-spacing: 0;
	margin-top: 50px;
	display: flex;
}

.sec9viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec9viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec9viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec9padding {
	padding: 0px !important;
}

.sec9box {
	margin-top: 20px;
}

.sec9box img {
	border-radius: 20px 0px;
}

.sec9box h3 {
	margin: 0px !important;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
}

.sec9box p {
	line-height: 1.43;
	letter-spacing: 0;
	color: #555555 !important;
	font-size: 13px;
	margin: 4px 0px;
}

.sec9txt {
	display: inline-block;
	color: #333;
	font-weight: 600;
	font-size: 13px;
}

.sec9txt div:nth-child(1) {
	float: left;
	margin-right: 10px;
}

.sec9txt div:nth-child(2) {
	float: right;
}

.sec9txt iconify-icon {
	margin-right: 1px;
	position: relative;
	top: 2px;
}

/*-----------------------------------------Section10-----------------------------------------*/
.section10 {
	margin-top: 30px;
	width: 90% !important;
}

.section10 h4 {
	font-size: 14px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 25px 0px 0px 0px !important;
	text-align: center;
}

.section10 h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: center;
	line-height: 1;
}

/*-----------------------------------------Section11-----------------------------------------*/
.section11 {
	margin-top: 60px;
}

.section11 h4 {
	font-size: 14px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 0 0px 0px 0px !important;
	text-align: left;
}

.section11 h2 {
	/*font-family: "krub";*/
	font-size: 36px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1.2;
}

.section11 p {
	color: #666 !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.5;
	width: 94%;
	text-align: left;
	margin: 10px 0px;
}

.sec11viewbtn {
	letter-spacing: 0;
	margin-top: 30px;
}

.sec11viewbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.sec11viewbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.sec11viewbtn a:hover {
	transition: border-radius 2s;
	border-radius: 50px;
}

.sec11padding {
	padding: 0px !important;
}

.abtxtraspace {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.countdiv {
	display: inline-flex;
	width: 100%;
}

.count {
	color: #9e0100;
	line-height: 1.9;
	font-size: 2.65vw;
	letter-spacing: 0;
	margin-top: 25px;
	font-weight: 900;
	float: left;
}

.countk {
	font-weight: 900;
	font-size: 2.65vw;
	color: #9e0100;
}
.countk span {
	font-size: 33px;
}
.counttxt {
	font-size: 1.4vw !important;
	font-weight: 600 !important;
	color: #000;
	float: left;
	margin-top: 5%;
	line-height: 1.3;
	margin-left: 8px;
	width: 100%;
	display: flex;
	align-items: center;
}

/*-----------------------------------------Section12-----------------------------------------*/
.section12 {
	/* background-color: #031420; */
	background-color: #9e0100;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
}

.ftrlogo {
	width: 35%;
}

.ftricon1 {
	width: 43%;
	margin-top: 25px;
	margin-right: 10px;
}

.ftricon2 {
	width: 21%;
	margin-top: 10px;
	margin-right: 5px;
}

.h4txtspace {
	margin-top: 50px !important;
}

.section12 p {
	font-size: 13px;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	line-height: 1.5;
	margin: 10px 0px;
}

.section12 p span {
	font-weight: 600;
	position: relative;
	margin-top: 20px;
}

.section12 h4 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
	margin: 20px 0px 0px 0px !important;
}

.ftrlink {
	margin-top: 12px;
}

.ftrlink ul {
	line-height: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ftrlink ul li a {
	color: #fff !important;
	padding: 0px 0px 0px 0px;
	transition: 1s padding;
	font-size: 14px;
}

.ftrlink ul li a::before {
	content: url("https://api.iconify.design/ri/arrow-right-double-line.svg?color=white");
	top: 3px;
	margin-right: 5px;
	position: relative;
}

.ftrlink ul li a:hover {
	transition: 1s padding;
	padding: 20px 0px 0px 10px;
}

.socialmidia {
}

.socialmidia ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.socialmidia ul li {
	float: left;
	display: flex;
}

.socialmidia ul li a {
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 9px 5px 0px 9px;
	margin-right: 5px;
	transition: 1s border-radius;
	border-radius: 15px 0px;
}

.socialmidia ul li a iconify-icon {
	color: #9e0100;
	font-size: 22px;
}

.socialmidia ul li a:hover {
	border-radius: 0px 15px;
	transition: 1s border-radius;
}

.copytxt {
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgb(255, 255, 255, 0.5);
}

/*-----------------------------------------Scroller-----------------------------------------*/
#bottom {
	margin-top: 0px 0 0 0;
}
#top a,
#bottom a {
	color: red;
	font-size: 17px;
}
.scrollertop {
	z-index: 100;
	margin-top: 0px;
	left: 48%;
	position: relative;
}
.scrollerbottom {
	float: right;
	right: 20px;
	bottom: 78px;
	z-index: 100;
	position: absolute;
	margin-top: 0px;
}

/*-----------------------------------------InnerBanner-----------------------------------------*/
.innerbannerbg {
	background-image: url(../image/innerbannerbg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 415px;
	display: flex;
}

.innerbannerbg h3 {
	font-size: 58px !important;
	color: #9e0100;
	letter-spacing: 0;
	margin: 1% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
	/* text-transform: uppercase; */
}

.breadcrumbs {
	text-align: center;
	margin-top: 10px;
}

.breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.breadcrumbs ul li {
	color: #9e0100;
	letter-spacing: 0;
	font-size: 18px;
	float: left;
	font-weight: bold;
}

.breadcrumbs ul li::after {
	padding: 0px 10px;
	content: "|";
	color: #9e0100;
}

.breadcrumbs ul li:last-child::after {
	content: "";
	color: #031420;
	display: none;
}

.breadcrumbs ul li a {
	/* color: #fff !important; */
	/* color: #9e0100 !important; */
	color: #031420 !important;
	font-weight: bold;
}

.breadcrumbs ul li a:hover {
	/* color: #9e0100 !important; */
	color: #031420 !important;
	font-weight: bold;
}

.insection {
	margin-top: 40px;
}

.insection h4 {
	text-align: center;
	font-size: 1.5vw !important;
	font-weight: 600;
	letter-spacing: 0;
	color: #9e0100;
	margin: 0px 0px 0px 0px !important;
}

.insection h2 {
	text-align: center;
	font-size: 2.1vw !important;
	font-weight: 800;
	letter-spacing: 0;
	color: #000;
	/*font-family: "Krub" !important;*/
	margin: 8px 0px 8px 0px !important;
}

.contactpara {
	color: #555;
	font-size: 1.1vw;
	margin: 0px auto;
	line-height: 1.4;
	width: 70%;
	text-align: center;
}

/*-----------------------------------------Conatct Us Page-----------------------------------------*/
.contacttxt {
	color: #333;
	font-size: 15px;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5;
}

.contacttxt a {
	color: #333;
	font-size: 16px;
}

.contacttxt iconify-icon {
	color: #9e0100;
	font-size: 55px;
	margin-top: 10px;
}

.contacttxt span {
	font-weight: 800;
	color: #000;
	font-size: 16px;
}

.form-control1 {
	background-color: #f0f0f0 !important;
	border: 1px solid #d6d6d6 !important;
}

/*-----------------------------------------About Us Page-----------------------------------------*/
.insection h6 {
	text-align: center;
	font-size: 1.35vw !important;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
	/*font-family: "Krub" !important;*/
	margin: 0px 0px 8px 0px !important;
}

.spccolor {
	color: #9e0100 !important;
}

.about-text-container p {
    width: 100%;
    color: #444;
    font-size: 1.1vw;
    line-height: 1.5;
    margin: 0px 0px 10px 0px;
    text-align: justify;
}

.about-sec-img {
    max-height: 410px;
    width: 100%;
    object-fit: cover;
	object-position: top;
}

.inbg1 {
	background-image: url(../image/inbg1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.inbg2 {
	background-color: #fbfbfb;
	padding-top: 40px;
	padding-bottom: 40px;
}

.intxt1 {
	text-align: center;
	font-size: 1.5vw !important;
	letter-spacing: 0;
	color: #333;
	line-height: 1.5;
	/*font-family: "krub";*/
	font-weight: 600;
}

.intxt1 span {
	color: #9e0100;
	font-size: 2vw;
	font-weight: 700;
}

.inbtn1 {
	letter-spacing: 0;
	margin-top: 30px;
}

.inbtn1 a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.inbtn1 a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.inbtn1 a:hover {
	transition: border-radius 2s;
}

.inbg3 {
	background-image: url(../image/inbg2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 60px;
	padding-top: 30px;
	height: 375px;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}

.inbg3 iconify-icon {
	font-size: 120px;
	margin-top: 20px;
}

.inbg3 div {
	/*font-family: "krub";*/
	font-weight: 800;
	font-size: 55px;
	line-height: 1;
}

.inbg3 p {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin: 10px auto 0px auto;
	width: 75%;
}

.intxt2 {
	font-weight: 600;
	color: #333;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	margin-top: 30px;
	min-height: 140px;
}

.intxt2 img {
	border-radius: 20px 0px 20px 0px;
	width: 30%;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
}

/*-----------------------------------------MICE Page-----------------------------------------*/
.inbg4 h6 {
	font-size: 28px !important;
	margin: 12px 0px 8px 0px !important;
	font-weight: 800;
}

.intxt3title {
	font-size: 20px !important;
}

.intxt3xtra p {
	height: 155px !important;
}

.intxt3 {
	color: #555555;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 16px;
	text-align: center;
	display: contents;
}

.intxt3 div {
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 100px;
	padding: 15px 10px 0px 10px;
	width: 100px;
	height: 100px;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
}

.intxt3 h5 {
	font-weight: 800;
	color: #333;
	font-size: 19px;
	line-height: 1.3;
}

.intxt3 p {
	text-align: center !important;
	margin-top: -6px !important;
	height: 100px;
}

.intxt3 div img {
	width: 90%;
}

.karodiv1 {
	margin-top: 20px;
}

.karodiv1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 3.5;
}

.karodiv1 ul li {
	font-size: 16px;
	letter-spacing: 0;
	color: #555555;
	display: inline-flex;
	line-height: 1.3;
	margin-top: 13px;
	width: 100%;
}

.karodiv1 ul li span {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	top: -14px;
	right: 8px;
	border-radius: 100px;
	padding: 8px 0px 0px 7px;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.17);
}

.karodiv1 ul li img {
	width: 85%;
}

.copinbg5 {
	height: 610px !important;
}

.inbg5 {
	background-color: #031420;
	height: 570px;
	padding-top: 0px;
}

.inbg5::before {
	background-image: url(../image/inbg3.png);
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	position: absolute;
}

.inbg55 {
	background-color: #031420;
	height: 550px;
	padding-top: 0px;
}

.inbg55::before {
	background-image: url(../image/inbg3.png);
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	position: absolute;
}

.mycontainerforinner1 {
	width: 92%;
	margin: 0px auto;
}

.box1 {
	display: inline-flex;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	width: 90%;
}

.box1 div {
	float: left;
	margin-right: 12px;
}

.box1 h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	margin: 0px !important;
}

.box1 p {
	color: #fff !important;
	font-size: 16px;
	line-height: 1.2;
	text-align: center !important;
}

.box1 img {
	width: 85px;
	margin-top: 0px;
}

.boxspace1 {
	margin-left: 15%;
	margin-top: 6%;
}

.boxspace2 {
	margin-top: 6%;
	margin-left: 7%;
}

.boxspace3 {
	margin-left: 12%;
	margin-top: 6%;
}

.boxspace4 {
	margin-left: 10%;
	margin-top: 6%;
}

.boxspace5 {
	margin-top: 7%;
	margin-left: 6%;
}

.boxspace6 {
	margin-top: 16%;
	margin-left: 11%;
}

.boxspace7 {
	margin-top: 15%;
	margin-left: 4%;
}

.boxspace8 {
	margin-left: 15%;
	margin-top: 6%;
}

.boxspace9 {
	margin-top: 9%;
	margin-left: 0%;
}

.boxspace10 {
	margin-left: 12%;
	margin-top: 12%;
}

.boxspace11 {
	margin-left: 0%;
	margin-top: 3%;
}

.boxspace12 {
	margin-top: 4%;
	margin-left: 13%;
}

.boxspace13 {
	margin-top: 4%;
	margin-left: 18%;
}

.boxspace14 {
	margin-top: 6%;
	margin-left: 4%;
}

.inbg6 {
	/* background-color: #031420; */
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.inbg6 h2 {
	/* text-align: left;
	font-size: 55px !important;
	font-weight: 800;
	letter-spacing: 0;
	color: #000000;
	/*font-family: "Krub" !important;*/
	margin: 20px 0px 8px 6% !important;
	/* line-height: 1.2; */
	/*font-family: "krub";*/
	font-size: 36px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.myradiospace {
	margin-top: 10px !important;
	padding: 0px 50px;
}

ul.micetab {
	padding: 15px 0%;
	width: 85%;
	letter-spacing: 0;
	font-size: 0;
	margin: 30px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 99;
	position: relative;
	background-color: #fff;
	border: 1px solid #ded9d9;
	border-radius: 30px;
}
ul.micetab li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.micetab li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 15px 22px;
	color: #333;
	outline: none;
	border-radius: 30px;
}

ul.micetab li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.micetab li.selected a,
ul.micetab li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.micetabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

div.micetabcontents h3 {
	text-align: left;
	font-size: 44px !important;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
	margin: 30px 0px 10px 0% !important;
	line-height: 1.2;
}

.inbg7 {
	background-image: url(../image/inbg4.png);
	height: 980px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 40px;
}

.plane1 {
	position: absolute;
	top: -155%;
	left: 0%;
}

.plane2 {
	position: absolute;
	top: 117%;
	left: 0%;
}

.box2 {
	background-color: #fff;
	border-radius: 30px 0px;
	padding: 15px 0px 15px 0px;
	-webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	float: left;
	width: 100%;
}

.box2 h4 {
	font-size: 20px !important;
	color: #333;
	text-align: left;
	margin-left: 3% !important;
}

.box2 h4 span {
	color: #9e0100;
	font-size: 33px;
}

.box2 ul {
	margin: 10px 0px 0px 0px;
	list-style: none;
	padding: 0px;
	line-height: 1.8;
	text-align: left;
}

.box2 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
}

.arrowside {
	margin-top: 25%;
}

/*-----------------------------------------Coporate Travel-----------------------------------------*/
.copbtn {
	letter-spacing: 0;
	margin-top: 30px;
}

.copbtn a {
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	border: 2px solid #fff;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
}

.copbtn a iconify-icon {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.copbtn a:hover {
	transition: border-radius 2s;
}

.redcopbg {
	background-color: #9e0100;
	display: inline-flex;
	width: 100%;
	margin-top: 50px;
	border-radius: 20px 0px;
	padding: 20px 0px 20px 0px;
}

.redcopbg h5 {
	color: #fff;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 800;
	/*font-family: "krub";*/
	font-style: italic;
}

.copbtn1 {
	letter-spacing: 0;
	margin-top: 12px;
}

.copbtn1 a {
	color: #9e0100 !important;
	padding: 15px 20px;
	background-color: #fff;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
}

.copbtn1 a:hover {
	transition: border-radius 2s;
}

.copbtn2 {
	letter-spacing: 0;
	margin-top: 12px;
}

.copbtn2 a {
	font-weight: 600;
	color: #fff !important;
	padding: 15px 20px;
	background-color: #9e0100;
	border: 2px solid #fff;
	transition: border-radius 2s;
	border-radius: 30px;
	font-size: 16px;
}

.copbtn2 a:hover {
	transition: border-radius 2s;
}

.inbg8 {
	background-color: #9e0100;
	padding: 20px 0px 20px 0px;
}

.inbg8 h5 {
	color: #fff;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 800;
	/*font-family: "krub";*/
	font-style: italic;
}

.box3 {
	background-color: #fff;
	border-radius: 30px 0px;
	padding: 15px 0px 15px 0px;
	-webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.29);
	float: left;
	width: 100%;
	margin-top: 10px;
}

.box3 h4 {
	font-size: 17px !important;
	color: #333;
	text-align: left;
	margin-left: 3% !important;
}

.box3 h4 span {
	color: #9e0100;
	font-size: 35px;
	float: left;
	margin-right: 5px;
}

.box3 p {
	color: #555555;
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	line-height: 1.3 !important;
	text-align: left;
}

.arrowside2 {
	margin-top: 75%;
}

.dropdown1 {
	position: relative;
	display: inline-block;
	border: 1px solid #d6d6d6 !important;
	height: 45px !important;
	font-size: 13px !important;
	letter-spacing: 0;
	border-radius: 1px !important;
	background-color: #f0f0f0;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
}

.dropdown1 iconify-icon {
	float: right;
	font-size: 21px;
	position: relative;
	right: -12px;
}

.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px;
	z-index: 1;
	text-align: left;
	top: 42px;
	left: -1px;
}

.dropdown-content1 ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.dropdown-content1 ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
}

.dropdown-content1 ul li a {
	color: #555555;
}

.dropdown-content1 ul li a span {
	color: #333;
	font-weight: 600;
}

.dropdown1:hover .dropdown-content1 {
	display: block;
}

/*-----------------------------------------Coporate Travel Popups-----------------------------------------*/
.mywidmodel {
	width: 45% !important;
}

.coppoptitle {
	color: #9e0100;
	font-size: 26px;
	line-height: 30px;
	/*font-family: "krub";*/
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 20px;
}

.coppoptitle span {
	color: #9e0100;
}

.coppopara {
	color: #555555;
	font-size: 14px !important;
	text-align: center;
	line-height: 1.4 !important;
	letter-spacing: 0;
	margin: 5px 0px !important;
}

.coppopara a {
	color: #9e0100;
	font-weight: 600;
}

.copop-group {
	margin: 15px 0px 5px 0px !important;
}

.copop-control {
	border: 1px solid #d6d6d6 !important;
	height: 45px !important;
	font-size: 13px !important;
	letter-spacing: 0;
	border-radius: 1px !important;
	background-color: #f0f0f0;
	width: 100%;
	padding: 10px 10px;
}

.copop-control::placeholder {
	color: #787878 !important;
}

.copop-default {
	/* background-color: #9e0100 !important; */
	color: #fff !important;
	font-size: 14px !important;
	letter-spacing: 0;
	border-radius: 30px !important;
	transition: 1s border-radius;
	padding: 10px 25px !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	min-width: 100px;
}

.copop-default:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.copop-label {
	text-align: left !important;
	width: 100%;
	color: #666;
	margin-top: 15px !important;
}

.copop-radio {
	text-align: left;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}

.copopbg {
	background-image: url(../image/copopbg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 230px;
}

.modalpadding {
	padding: 0% !important;
}

.copopbor {
	border-right: 1px solid #fff;
}

.copopwhite {
	color: #fff;
	font-size: 18px;
	line-height: 1.4 !important;
	text-align: center;
	margin-top: 10%;
}

.popointer {
	margin-top: 6%;
	text-align: left;
}

.popointer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.popointer ul li::before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
	color: #fff;
	font-size: 22px;
	margin-right: 2px;
}

.popointer ul li {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	float: left;
	padding: 0px 20px;
	width: 33%;
}

.copop-control1 {
	width: 60% !important;
}

.copopforgt {
	margin-top: 10px;
}

.copopforgt a {
	color: #9e0100;
}

.intxt4 {
	text-align: center;
	font-size: 14px;
	color: #333;
}

.intxt6 {
	font-size: 13px;
	color: #666;
	text-align: center;
}

.intxt5 {
	font-size: 35px;
}

.intxt8 {
	color: #9e0100;
	font-size: 12px;
	margin-top: 15px;
	letter-spacing: 0;
	text-align: left;
}

.intxt8 iconify-icon {
	color: #9e0100;
	font-size: 9px;
}

.intxt7 {
	color: #777;
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
	margin-top: -10px;
}

.chectxt {
	text-align: left;
	margin-top: 27px !important;
}

.form-grey {
	background-color: #bbbbbb !important;
}

.enquirytxt1 {
	margin-top: 20px;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	font-weight: 800;
	letter-spacing: 0;
	text-align: center;
	/*font-family: "krub";*/
}

.enquirytxt1 span {
	color: #9e0100;
}

/*-----------------------------------------CT-Not Verified After SignIn Page-----------------------------------------*/
ul.gstveripage {
	padding: 20px 0px;
	letter-spacing: 0;
	font-size: 0;
	margin: 30px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 99;
	position: relative;
	background-color: #fbfbfb;
	border-radius: 30px;
	border: 1px solid #ded9d9;
	width: 33%;
}
ul.gstveripage li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.gstveripage li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 20px 30px;
	color: #333;
	outline: none;
	border-radius: 30px;
	font-weight: 500;
}

ul.gstveripage li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.gstveripage li.selected a,
ul.gstveripage li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.gsttabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.exclamation {
	color: #fff;
	background-color: #9e0100;
	border-radius: 50px;
	position: absolute !important;
	top: -5px !important;
	left: 25%;
	font-size: 16px;
}
.menuicon {
	width: 35px;
	position: relative;
	float: left;
	top: -7px;
	right: 5px;
}

.nav > li > a > div {
	font-size: 9px;
}

.copmenuwid {
	width: 185px;
}

.xtraspace {
	margin-top: 9% !important;
}

.mycontainerforinner {
	width: 100%;
	margin: 0 auto;
	max-width: 1390px;
	padding: 0 15px;
}

.redcopbg1 {
	background-color: #9e0100;
	margin-top: 0px;
	border-radius: 20px 0px;
	padding: 20px 20px 20px 20px;
}

.redcopbg1 h5 {
	color: #fff;
	letter-spacing: 0;
	font-size: 26px;
	font-weight: 800;
	/*font-family: "krub";*/
	font-style: italic;
}

.redcopbg1 p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
}

.redcopform label {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left !important;
}

.redcopselect {
	border-radius: 10px 0px 0px 10px !important;
	padding: 5px !important;
	font-size: 10px !important;
	border: 0px !important;
	background-color: #fbdcdf !important;
}

.redcopbtn {
	border-radius: 0px 10px 10px 0px !important;
	padding: 11px 10px !important;
	font-size: 13px !important;
}

.redcopbox {
	background-image: url(../image/img4.png);
	margin-top: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.redcopbox:hover {
	filter: grayscale(60%);
}

.booking {
	background-color: #9e0100;
	border-radius: 40px;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	float: right;
}

.booking iconify-icon {
	font-size: 8px;
	position: relative;
	top: 0px;
}

.redcopboxtxt {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: 115%;
	width: 100%;
}

.redcopboxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-size: 13px !important;
	letter-spacing: 0;
	color: #555555;
}

.redcopboxtxt h5 {
	text-align: left;
	margin: 0px !important;
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
}

.redcopboxtxt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.redcopboxtxt p a {
	color: #9e0100;
	font-weight: 800;
}

.redcopbg2 {
	background-color: #9e0100;
	margin-top: 0px;
	text-align: center;
	border-radius: 20px 0px;
	padding: 20px 0px 20px 0px;
}

.redcopbg2 h5 {
	color: #fff;
	margin-top: -24px;
	letter-spacing: 0;
	font-size: 26px;
	font-weight: 800;
	/*font-family: "krub";*/
	font-style: italic;
}

.redcopbg2 iconify-icon {
	font-size: 60px;
	position: relative;
	top: 21px;
}

.dateform {
	margin-top: 20px;
	border: 1px solid #a1a1a1 !important;
	width: 20%;
	padding: 10px 10px;
	color: #555555;
	font-size: 13px;
}

.dashnumber {
	text-align: center;
	background-color: #fff;
	margin-top: 30px;
	border-radius: 15px 0px 15px 0px;
	-webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.36);
	padding-bottom: 10px;
}

.dashnumber div {
	background-color: #9e0100;
	margin-bottom: 10px;
	border-radius: 15px 0px 0px 0px;
	padding: 15px 15px;
	text-align: left;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0;
}

.dashnumber div iconify-icon {
	float: right;
	font-size: 12px;
	margin-top: 9px;
}

.dashnumber span {
	color: #333;
	font-size: 72px;
	font-weight: 800;
}

.dashnumber span iconify-icon {
	font-size: 40px;
	margin-right: 5px;
	font-weight: 100;
}

/*----------------------------------------CT Admin Page-----------------------------------------*/
.coplogtxt {
	background-color: #fff !important;
	color: #9e0100 !important;
	padding: 5px 10px !important;
	border-radius: 20px;
	font-size: 14px !important;
	font-weight: 600;
	transition: 1s border-radius;
	line-height: 1.2;
	margin-top: -9px;
}

.coplogtxt span {
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.innerbannerbg h4 {
	font-size: 65px !important;
	color: #fff;
	letter-spacing: 0;
	margin: 0px 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
}

.innerbannerbg p {
	color: #fff;
	letter-spacing: 0;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}

.copspace {
	margin-top: 2%;
}

.copadslidbg {
	background-color: #ffccd1;
	border-radius: 20px 0px;
	padding: 5px 20px;
	margin-top: 15px;
}

.copadslidbg li {
	display: inline-block;
}

.copadslidbg li div {
	float: left;
}

.copadslidbg li div img {
	background-color: #fff;
	margin-right: 10px;
	padding: 20px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
}

.copadslidbg li div h5 {
	font-size: 20px;
	margin-top: 20px;
	color: #333;
	letter-spacing: 0;
	font-weight: 600;
}

.copadslidbg li div p {
	font-size: 13px;
	color: #555555;
}

.green {
	background-color: #0e800c !important;
}

.blue {
	background-color: #1e4bc0 !important;
}

.yellow {
	background-color: #ffa216 !important;
}

.iconsizedash {
	font-size: 35px !important;
	position: relative;
	top: -12px;
}

.dashplus {
	position: absolute;
	right: -7px;
	font-size: 24px;
	bottom: 36%;
}

.dashviewbtn {
	margin-top: 30px;
	text-align: center;
}

.dashviewbtn a {
	font-size: 16px;
	color: #06b1d7;
	letter-spacing: 0;
}

.tabltxtali {
	text-align: center !important;
}

.table {
	margin-top: 20px;
	text-align: left;
	letter-spacing: 0;
}

.table tr td {
	padding: 8px 8px;
	color: #555555;
	letter-spacing: 0;
	font-size: 14px;
}

.table tr td span {
	font-size: 14px;
	font-weight: 700;
	color: #665e5e;
}

.table thead tr {
	background-color: #031420;
}

.table thead tr th {
	color: #fff;
	padding: 15px 10px !important;
	font-size: 16px;
}

.table > thead > tr > th {
	vertical-align: middle !important;
}

.table > tbody > tr > td {
	vertical-align: middle !important;
}

.tdplane {
	background-color: #9e0100;
	width: 5%;
}

.tdplane iconify-icon {
	color: #fff;
	font-size: 30px;
	margin-top: 7px;
}

.dashviewbtn1 {
	margin-top: 10px;
	text-align: center;
}

.dashviewbtn1 a {
	font-size: 16px;
	color: #06b1d7;
	letter-spacing: 0;
}

.pietitle {
	font-size: 22px;
	text-align: center;
	position: relative;
	z-index: 9;
	margin-top: 20px;
	color: #555555;
	letter-spacing: 0;
	/*font-family: "krub";*/
	font-weight: 900;
}

#piechart {
	position: absolute;
	top: 0%;
	left: -10%;
}

.rightforgraph {
	border-right: 1px solid #ddd;
	position: relative;
	z-index: 9;
}

.aprvbtn {
	border: none !important;
}
.aprvbtn a {
	padding: 5px 10px;
	font-weight: 400;
	background-color: #056013;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
}
.aprvbtn a:hover {
	color: #fff;
}

.penbtn {
	border: none !important;
}
.penbtn a {
	padding: 5px 10px;
	font-weight: 400;
	background-color: #ff9d0a;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
}
.penbtn a:hover {
	color: #fff;
}

.rejbtn {
	border: none !important;
}
.rejbtn a {
	padding: 5px 10px;
	font-weight: 400;
	background-color: #cc0000;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
}
.rejbtn a:hover {
	color: #fff;
}

.dashform {
	height: 30px !important;
	font-weight: 400;
	padding: 3px 7px !important;
}

.dashtxt1 {
	background-color: #000;
	padding: 3px 5px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

ul.cominfrm {
	padding: 0;
	font-size: 0;
	margin-top: 30px;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
	border: #d9d9d9 1px solid;
	border-right: none;
}
ul.cominfrm li {
	width: 100%;
	background-color: #fff;
	padding: 20px 10px;
}
ul.cominfrm li a {
	font-size: 16px;
	text-decoration: none;
	color: #031420;
	outline: none;
}

ul.cominfrm li:hover {
	background-color: #d9d9d9;
	color: #333;
}
ul.cominfrm li.selected,
ul.cominfrm li.selected :hover {
	background-color: #d9d9d9;
	color: #333;
}
div.comtabcontents {
	padding: 20px 0px;
	border: #d9d9d9 1px solid;
	margin-top: 30px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
	text-align: left;
	height: 230px;
}

.comtabcontents h3 {
	font-size: 22px;
	letter-spacing: 0;
	color: #333;
	margin: 0px !important;
	font-weight: 600;
}

.comtabcontents a {
	color: #4c7eff;
	font-size: 13px !important;
	letter-spacing: 0;
	float: right;
}

.comtabcontents p {
	color: #555555 !important;
	font-size: 14px;
	margin-top: 10px;
}

.comtabcontents p span {
	color: #000;
	font-weight: 800;
}

.adnewbtn {
}

.adnewbtn a {
	border: 1px solid #ff7a30;
	padding: 10px 10px;
	color: #ff7a30;
	font-size: 16px;
	letter-spacing: 0;
}

.adnewbtn a:hover {
	background-color: #ff7a30;
	color: #fff;
}

.photo {
	background-color: #f0f0f0;
	border: 1px solid #d6d6d6;
	padding: 20px 20px;
	width: 30%;
	text-align: center;
	margin: 30px auto 10px auto;
}

.photo iconify-icon {
	font-size: 50px;
}

label {
	font-weight: 600 !important;
	letter-spacing: 0;
}

.form-group1 {
	margin-top: 25px;
}

.checkbox label {
	font-weight: 400 !important;
}

.inbox1 {
	border: 1px solid #d9d9d9;
	letter-spacing: 0;
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 10px;
}

.inbox1 h3 {
	margin-bottom: 3px !important;
	font-size: 26px !important;
	font-weight: 600;
}

.inbox1 p {
	font-size: 15px;
	color: #555555;
}

.invtbtn {
	float: right;
	margin-top: 4%;
}

.invtbtn a {
	background-color: #056013;
	border-radius: 15px 0px;
	transition: 1s border-radius;
	padding: 20px 10px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
}

.invtbtn a:hover {
	border-radius: 50px;
	transition: 1s border-radius;
	color: #fff;
}

.empspace {
	margin-top: 20px;
}

.nomobpad {
	padding: 0px !important;
}

.intxt9 {
	font-weight: 800;
	color: #333;
	letter-spacing: 0;
	font-size: 26px;
	margin: 18px 0px 0px 0px !important;
}

.intxt9 span {
	font-weight: 300;
	font-size: 15px;
}

.intxt10 {
	text-align: center;
	padding: 6px 5px 2px 5px;
	border: 1px solid #d6d6d6;
	margin-top: 10px;
}

.intxt10 iconify-icon {
	font-size: 30px;
	color: #9e0100;
}

.emform {
	margin-top: 10px !important;
	font-size: 11px !important;
}

.emfrmicon {
	position: absolute;
	right: 8px;
	top: 23px;
	font-size: 20px;
	color: #777;
}

.tableicon {
	top: 4px;
	position: relative;
	font-size: 20px;
}

.intxt11 {
	color: #56abf9 !important;
}

.intxt11 iconify-icon {
	font-size: 15px;
	color: #666;
	margin-top: 4px;
}

.intxt12 {
	vertical-align: top !important;
}

.taborange {
	background-color: #fbe7d8;
	margin-left: 3px;
	font-size: 12px !important;
	font-weight: 400;
	padding: 3px 5px;
	letter-spacing: 0;
	border-radius: 10px;
	color: #f1811a !important;
}

.tabpurple {
	background-color: #dfe4ff;
	margin-left: 3px;
	font-size: 12px !important;
	font-weight: 400;
	padding: 3px 5px;
	letter-spacing: 0;
	border-radius: 10px;
	color: #200aa4 !important;
}

.empdropbtn {
	color: #333;
	font-size: 22px;
	border: none;
	background-color: transparent;
}

.empdropdown {
	position: relative;
	display: inline-block;
}

.empdropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	min-width: 60px;
	z-index: 1;
	top: 5px;
	right: -14px;
}

.empdropdown-content a {
	color: #333 !important;
	letter-spacing: 0;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.empdropdown-content a:hover {
	background-color: #ddd;
}

.empdropdown:hover .empdropdown-content {
	display: block;
}

.mycheking {
	display: inline-block;
	width: 100%;
}

.mycheking div {
	position: absolute;
	color: #999;
	font-size: 13px;
	top: 0px;
	right: 0px;
}

.removebtn {
	margin-top: 25px;
}

.steptxt {
	padding-right: 10px;
	text-align: right;
	color: #777;
	font-size: 13px;
	line-height: 0px;
	margin-bottom: 0px;
	line-height: 13px !important;
	margin-top: 6px;
}

.optiontxt {
	margin-top: 25px;
}

.popbgpink {
	background-color: #ffccd1;
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	letter-spacing: 0;
	border-radius: 15px 0px;
	padding: 20px 20px;
	margin-top: 30px;
	float: left;
	width: 100%;
}

.poptxt1 {
	font-weight: 800;
	font-size: 18px;
}

.poptxt1 span {
	font-size: 14px;
	font-weight: 600;
}

.poptxtxtra {
	font-size: 14px;
	font-weight: 600;
}

.poptxt2 {
	text-align: center;
	margin-top: 30px;
}

.poptxt2 iconify-icon {
	color: #009154;
	font-size: 75px;
}

.poptxt2 p {
	font-size: 13px;
	letter-spacing: 0;
	margin-top: -5px;
	margin-bottom: 20px;
	color: #555555;
	text-align: center;
}

.poptxt3 {
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 0;
	color: #555555;
	text-align: center;
}

.poptxt4 {
	margin-top: 0px;
	letter-spacing: 0;
	background-color: #9e0100;
	padding: 10px 10px;
	transition: 1s border-radius;
	border-radius: 15px 0px;
}

.poptxt4 a {
	color: #fff;
	font-size: 16px;
}

.poptxt4 a span {
	font-size: 18px;
	font-weight: 600;
}

.poptxt4 a:hover {
	color: #fff;
}

.poptxt4:hover {
	border-radius: 50px 0px;
	transition: 1s border-radius;
}

.poptxt5 {
	margin-top: 10px;
	letter-spacing: 0;
	background-color: #fff;
	border: 2px solid #9e0100;
	padding: 10px 10px;
	transition: 1s border-radius;
	border-radius: 15px 0px;
}

.poptxt5 a {
	color: #fff;
	font-size: 16px;
	color: #9e0100;
}

.poptxt5 a span {
	font-size: 18px;
	font-weight: 600;
}

.poptxt5:hover {
	border-radius: 50px 0px;
	transition: 1s border-radius;
}

.poptxt5 a:hover {
	color: #9e0100;
}

/*-----------------------------------------Create Travel Policy-----------------------------------------*/
ul.tpolicy1 {
	padding: 0;
	font-size: 0;
	margin-top: 30px;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
}

ul.tpolicy1 li {
	width: 100%;
	background-color: #fff;
	padding: 15px 10px;
}
ul.tpolicy1 li a {
	font-size: 18px;
	text-decoration: none;
	color: #555;
	outline: none;
}

ul.tpolicy1 li a iconify-icon {
	font-size: 19px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

ul.tpolicy1 li:hover {
	color: #333;
	font-weight: 800;
}
ul.tpolicy1 li.selected,
ul.tpolicy1 li.selected :hover {
	color: #333;
	font-weight: 800;
}
div.tpolicy1tabcontents {
	padding: 20px 0px;
	border: #d9d9d9 1px solid;
	margin-top: 30px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
	text-align: left;
}

.creattxt1 {
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	margin-top: 9%;
	color: #333;
	letter-spacing: 0;
	margin-left: -3.5%;
}

.creattxt1 iconify-icon {
	font-size: 14px;
	position: relative;
	top: -2px;
}

.creatbtn1 {
	float: right;
	margin-top: 30%;
	letter-spacing: 0;
	font-weight: 600;
}

.creatbtn1 a {
	background-color: #056013;
	color: #fff;
	font-size: 16px;
	transition: 1s border-radius;
	padding: 10px 20px;
	border-radius: 15px 0px;
}

.creatbtn1 a:hover {
	border-radius: 30px 0px;
	transition: 1s border-radius;
	color: #fff;
}

.creatbtn2 {
	float: right;
	margin-top: 25%;
	letter-spacing: 0;
	font-weight: 600;
}

.creatbtn2 a {
	background-color: #9e0100;
	color: #fff;
	font-size: 16px;
	transition: 1s border-radius;
	padding: 10px 20px;
	border-radius: 15px 0px;
}

.creatbtn2 a:hover {
	border-radius: 30px 0px;
	transition: 1s border-radius;
	color: #fff;
}

ul.tpolicy2 {
	font-size: 0;
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}
ul.tpolicy2 li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.tpolicy2 li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 0px 7% 0px 0px;
	color: #333;
	outline: none;
}

ul.tpolicy2abs li a:hover {
	color: #9e0100;
}
ul.tpolicy2 li.selected a,
ul.tpolicy2 li.selected a:hover {
	color: #9e0100;
}
div.tpolicy2tabcontents {
	width: 100%;
	z-index: 9;
	position: relative;
	text-align: left;
}

.toggle-button-cover {
	position: relative;
	box-sizing: border-box;
	float: right;
	right: -16%;
	display: inline-flex;
	width: 36%;
}

.toggle-button-cover span {
	font-size: 12px !important;
	color: #666;
	position: relative !important;
	top: 1px !important;
}

.button-cover,
.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.buttonyo {
	position: relative;
	top: 50%;
	width: 60px;
	height: 30px;
	margin: -13px auto 0 auto;
	overflow: hidden;
}

.buttonyo.r,
.buttonyo.r .layer {
	border-radius: 100px;
}

.checkbox1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #d9d9d9;
	transition: 0.3s ease all;
	z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
	content: "No";
	position: absolute;
	top: 4px;
	left: 5px;
	width: 32px;
	height: 22px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	background-color: #fff;
	border-radius: 40%;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox1:checked + .knobs:before {
	content: "Yes";
	left: 22px;
	background-color: #fff;
}

#button-1 .checkbox1:checked ~ .layer {
	background-color: #056013;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
	transition: 0.3s ease all;
}

.myradiotravel label {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #666 !important;
	margin-top: 10px !important;
}

.myradiotravel input {
	display: block;
}

.copdisplay {
	display: inline-block;
	width: 100%;
}

.copdisplay span {
	float: left;
	background-color: #000;
}

.copdiv {
	margin-top: 12px;
	float: right;
}

.copdiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.copdiv ul li {
	float: left;
}

.copdiv ul li a {
	color: #666;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	border: 1px solid #b6b4b4;
}

.copdiv ul li a:hover {
	background-color: #b6b4b4;
}

.copdiv2 {
	margin-top: 12px;
	float: left;
}

.copdiv2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.copdiv2 ul li {
	float: left;
}

.copdiv2 ul li a {
	color: #666;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	border: 1px solid #b6b4b4;
}

.copdiv2 ul li a iconify-icon {
	background-color: transparent;
	color: #666666;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	top: 2px;
	font-size: 16px;
}

.copdiv2 ul li a:hover {
	background-color: #b6b4b4;
}

.xtratxtadded {
	background-color: #e4e4e4;
	padding: 12px 7px;
	margin-top: 15px;
	font-size: 15px;
	color: #333;
	font-weight: 800;
}

.selectcop {
	font-size: 12px !important;
	color: #777 !important;
}

.coppoptxt1 {
	font-weight: 600;
	font-size: 24px;
}

.coppoptxt1 span {
	font-size: 16px;
	font-weight: 400;
}

.coppoptxt2 {
	float: right;
	margin-top: 0px;
}

.coppoptxt2 a {
	color: #9e0100;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 600;
}

.coppoptxt3 {
	color: #333;
	letter-spacing: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	float: left;
	text-align: left;
}

.copop-radio label {
	font-weight: 400 !important;
	color: #555555 !important;
}

/*-----------------------------------------Travel request-----------------------------------------*/
ul.trequest {
	padding: 0;
	font-size: 0;
	margin-top: 30px;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
}

ul.trequest li {
	width: 100%;
	background-color: #fff;
	padding: 15px 10px;
	border-bottom: 1px dashed #d9d9d9;
}

ul.trequest li a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	outline: none;
}

ul.trequest li a span {
	font-size: 16px;
	color: #555;
	font-weight: 400;
}

ul.trequest li a iconify-icon {
	font-size: 19px;
	float: right;
	position: relative;
	top: 5px;
}

ul.trequest li:hover {
	color: #333;
	font-weight: 800;
}
ul.trequest li.selected,
ul.trequest li.selected :hover {
	color: #333;
	font-weight: 800;
}
div.trequesttabcontents {
	border: #d9d9d9 1px solid;
	padding: 20px 0px;
	margin-top: 45px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
	text-align: left;
}

.traveltxt1 {
	padding: 0px 20px;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #333;
}

.traveltxt1 span {
	color: #555;
	font-size: 15px;
	font-weight: 400;
}

.travelborder {
	border-bottom: 1px dashed #d9d9d9;
	margin-top: 20px;
}

.traveltxt2 {
	margin-top: 5%;
	padding: 0px 20px;
	font-weight: 600;
	color: #333;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
}

.traveltxt3 {
	margin-top: 20px;
}

.traveltxt4 {
	background-color: #ffccd1;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.traveltxt4 iconify-icon {
	color: #000;
	font-size: 30px;
}

.traveltxt5 {
	border-radius: 10px;
	display: inline;
	background-color: #9e0100;
	letter-spacing: 0;
	font-size: 14px;
	padding: 2px 5px;
	color: #fff;
}

.traveltxt55 {
	border-radius: 10px;
	display: inline;
	background-color: #056013;
	letter-spacing: 0;
	font-size: 14px;
	padding: 2px 5px;
	color: #fff;
}

.traveltxt6 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
}

.traveltxt7 {
	color: #555555;
	font-size: 15px;
	letter-spacing: 0;
}

.traveltxt7 iconify-icon {
	font-size: 10px;
	color: #555555;
}

.traveltxt7 span {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}

.traveltxt8 {
	font-size: 16px;
	color: #555555;
	line-height: 1.3;
	letter-spacing: 0;
}

.traveltxt8 span {
	font-weight: 600;
	font-size: 18px;
	color: #333;
}

.traveltxt9 {
	margin-top: 15px;
}

.traveltxt9 a {
	font-size: 16px;
	border-radius: 10px;
	transition: 1s border-radius;
	background-color: #000;
	padding: 5px 10px;
	color: #fff;
	letter-spacing: 0;
}

.traveltxt9 a:hover {
	border-radius: 30px;
	transition: 1s border-radius;
	color: #fff;
}

.traveltxt99 {
	margin-top: 25px;
	text-align: left;
}

.traveltxt99 a {
	font-size: 16px;
	color: #23bdff;
	letter-spacing: 0;
}

.traveltxt99 a:hover {
	color: #23bdff;
}

.traveltxt10 {
	border-radius: 10px;
	display: inline;
	background-color: #056013;
	letter-spacing: 0;
	font-size: 14px;
	padding: 2px 5px;
	color: #fff;
}

.traveltxt11 {
	margin-top: 15px;
}

.traveltxt11 a {
	font-size: 14px;
	color: #15b9ff;
	letter-spacing: 0;
}

.traveltxt11 a:hover {
	color: #15b9ff;
}

.xtrainput1 {
	width: 75% !important;
}

.newtraveltxt1 {
	text-align: right;
	color: #333 !important;
	font-weight: 500;
	font-size: 12px !important;
	padding-right: 3%;
}

/*-----------------------------------------Travel Request Action-----------------------------------------*/
.travelrequestbox {
	border: 1px solid #d9d9d9;
	margin-top: 25px;
	text-align: left;
	padding: 10px 0px;
	float: left;
	width: 100%;
}

.traveltxt16 {
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0px;
}

.traveltxt12 {
	margin-top: 15px;
}

.traveltxt12 a {
	font-size: 16px;
	display: block;
	border-radius: 20px 0px;
	transition: 1s border-radius;
	background-color: #9e0100;
	padding: 12px 10px;
	color: #fff;
	letter-spacing: 0;
}

.traveltxt12 a:hover {
	border-radius: 40px 0px;
	transition: 1s border-radius;
	color: #fff;
}

.traveltxt13 {
	margin-top: 15px;
}

.traveltxt13 a {
	font-size: 16px;
	display: block;
	border-radius: 20px 0px;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	background-color: #fff;
	padding: 12px 10px;
	color: #9e0100;
	letter-spacing: 0;
}

.traveltxt13 a:hover {
	border-radius: 40px 0px;
	transition: 1s border-radius;
	color: #9e0100;
}

.traveltxt14 {
	font-size: 18px;
	letter-spacing: 0;
	color: #333;
	line-height: 1.4;
	margin: 10px 0px;
}

.traveltxt15 {
	font-size: 18px;
	letter-spacing: 0;
	margin: 10px 0px;
	color: #333;
	line-height: 1.4;
	text-align: right;
}

.traveltxt15 span {
	font-weight: 600;
}

.traveltxt15 iconify-icon {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.traveltxt17 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
	line-height: 1.4;
	margin: 10px 0px;
}

.traveltxt18 {
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 10px 0px;
	color: #9e0100;
	line-height: 1.4;
	text-align: right;
}

.traveltxt18 iconify-icon {
	position: relative;
	top: 4px;
	font-weight: 600;
}

.travelrequestbox1 {
	border: 1px solid #d9d9d9;
	margin-top: 25px;
	text-align: left;
	padding: 15px 0px;
	float: left;
	width: 100%;
}

.traveltxt19 {
	font-weight: 800;
	color: #9e0100;
	font-size: 18px;
	letter-spacing: 0;
}

.traveltxt20 {
	text-align: right;
	color: #666;
	font-size: 13px;
}

.traveltxt21 {
	font-size: 18px;
	letter-spacing: 0;
	color: #333;
	font-weight: 600;
	margin-top: 15px;
}

.traveltxt21 a {
	color: #3ec5ff;
	font-size: 16px;
	font-weight: 500;
}

.traveltxt22 {
	font-size: 16px;
	letter-spacing: 0;
	color: #666;
	margin-top: 20px;
}

.traveltxt22 span {
	font-weight: 800;
	color: #333;
	font-size: 20px;
}

.traveltxt23 {
	font-size: 20px;
	letter-spacing: 0;
	color: #333;
	font-weight: 800;
}

.traveltxt23 span {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}

.traveltxt24 {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
}

.traveltxt24 {
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	margin-top: 20px;
}

.traveltxt25 {
	background-color: #ffccd1;
	border-radius: 10px;
	padding: 5px 3px;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.traveltxt26 {
	font-size: 17px;
	letter-spacing: 0;
	color: #333;
}

.traveltxt27 {
	background-color: #ffccd1;
	text-align: center;
	display: block;
	border-radius: 10px;
	padding: 5px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	margin-top: -5px;
}

.traveltxt27 a {
	color: #333;
}

.traveltxt29 {
	letter-spacing: 0;
	margin-top: 8px;
	text-align: right;
}

.traveltxt29 a {
	color: #3ec5ff;
	font-size: 14px;
}

.traveltxt28 {
	color: #666;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 8px;
}

.traveltxt28 iconify-icon {
	font-size: 10px;
	color: #555555;
}

.traveltxt28 span {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.traveltxt30 {
	margin-top: 8px;
}

.traveltxt31 {
	letter-spacing: 0;
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
}

.traveltxt31 span {
	font-weight: 800;
	color: #333;
	font-size: 18px;
}

.traveltxt31 span span {
	font-size: 24px;
}

.traveltxt32 {
	margin-top: -18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	height: 11px;
	object-fit: contain;
}

.traveltxt33 {
	text-align: center;
	font-size: 10px;
	color: #555555;
	letter-spacing: 0;
}

.traveltxt34 {
	margin-top: 30px;
}

.xtratabbox {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.xtrafrmcss {
	display: inline-block;
	width: 100%;
}

.xtrafrmcss iconify-icon {
	float: left;
	margin-top: 0px !important;
}

.xtrainput {
	width: 85% !important;
}

.tabicon1 {
	float: right;
}

.creategroupbtn {
	float: right;
	margin-top: 2%;
}

.creategroupbtn a {
	background-color: #056013;
	border-radius: 15px 0px;
	transition: 1s border-radius;
	padding: 20px 10px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
}

.creategroupbtn a:hover {
	border-radius: 50px;
	transition: 1s border-radius;
	color: #fff;
}

.creategrouptxt {
	margin-top: 25px;
	color: #333;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.smallpara {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
}

.xtraicon2 {
	position: absolute;
	right: 3%;
	top: 41%;
	font-size: 20px;
	color: #555555;
}

.popbgpink1 {
	background-color: #ffccd1;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	letter-spacing: 0;
	border-radius: 15px 0px;
	padding: 20px 20px;
	margin-top: 0px;
	float: left;
	width: 100%;
}

.addmemicon {
	color: #9e0100;
	position: absolute;
	font-weight: 800;
	font-size: 20px;
	right: 0px;
	top: -13px;
}

/*-----------------------------------------Travel Invoice-----------------------------------------*/
.tinvoicetxt1 {
	font-weight: 600;
	color: #333;
	letter-spacing: 0;
	text-align: left;
	font-size: 16px;
	margin: 25px 0px 0px 0px !important;
}

.tinvoicechecbox {
	margin-top: 25px !important;
	font-weight: 400 !important;
	float: left;
}

/*-----------------------------------------E Wallet-----------------------------------------*/
.dateform1 {
	margin-top: 10px;
	border: 1px solid #a1a1a1 !important;
	width: 100%;
	padding: 10px 10px;
	color: #555555;
	font-size: 13px;
}

.walletbox {
	border: 1px solid #d9d9d9;
	padding: 20px 20px 30px 20px;
}

.walletbox h6 {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0;
	text-align: left;
}

.walletbox iconify-icon {
	position: absolute;
	font-size: 20px;
	color: #9e0100;
	padding-top: 12px;
	padding-left: 10px;
}

.walletform {
	display: flex;
	margin-top: 25px;
}

.walletform button {
	width: 35% !important;
	text-transform: capitalize !important;
	border-radius: 0px !important;
	margin-top: -2px !important;
	font-size: 14px !important;
}

.walletform input {
	padding-left: 35px !important;
}

.walletbox1 {
	padding: 20px 20px;
	background-color: #ffccd1;
	border-radius: 15px 0px;
}

.walletbox1 h5 {
	font-size: 22px;
	letter-spacing: 0;
	color: #333;
	font-weight: 600;
}

.walletbox1 div {
	color: #9e0100;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
}

.walletbox1 div iconify-icon {
	color: #9e0100;
	font-weight: 600;
	font-size: 35px;
}

.walletpopup {
	float: left;
	width: 100%;
}

.walletpoptxt {
	text-align: left;
	letter-spacing: 0;
	color: #555555;
	font-size: 13px;
	line-height: 1.6;
	margin: 20px 0px;
}

.walletpoptxt span {
	font-weight: 600;
	color: #333;
	font-size: 16px;
}

.wallet-default {
	background-color: #9e0100 !important;
	color: #fff !important;
	font-size: 18px !important;
	letter-spacing: 0;
	border-radius: 20px 0px !important;
	transition: 1s border-radius;
	padding: 12px 30px !important;
}

.wallet-default:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.walletpaybox {
	border: 1px solid #d9d9d9;
	margin-top: 25px;
	float: left;
	width: 100%;
}

.wallinsideboxleft {
	background-color: #ffccd1;
	margin-top: 0px;
	height: 600px;
	float: left;
	width: 100%;
}

.wallinsideboxleft h5 {
	font-size: 24px;
	padding: 20px 10px;
	color: #333;
	font-weight: 800;
	letter-spacing: 0;
	text-align: left;
	margin: 15px 0px;
}

ul.wallet {
	padding: 0;
	font-size: 0;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
	margin-left: 2%;
}

ul.wallet li {
	width: 100%;
	background-color: #ffccd1;
	padding: 10px 10px;
	border-bottom: 1px solid #ff9ba5;
}
ul.wallet li a {
	font-size: 18px;
	text-decoration: none;
	color: #333;
	outline: none;
	font-weight: 800;
}

ul.wallet li a span {
	font-size: 13px;
	color: #666;
	font-weight: 400;
}

ul.wallet li a iconify-icon {
	font-size: 19px;
	margin-right: 5px;
	float: left;
	position: relative;
	top: 3px;
}

ul.wallet li img {
	max-width: 12%;
}

ul.wallet li:hover {
	background-color: #fff;
}
ul.wallet li.selected,
ul.wallet li.selected :hover {
	background-color: #fff;
}
div.wallettabcontents {
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.wallettxt1 {
	color: #9e0100;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 20px;
}

.walletbtn {
	border-radius: 15px 0px !important;
	display: block !important;
	width: 50% !important;
	margin: 0px auto;
	font-size: 18px !important;
	padding: 15px 0px !important;
}

.img17 {
	text-align: center;
	margin: 30px 0px;
}

.wallettxt2 {
	font-size: 28px;
	color: #333;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 20px;
}

.wallettxt2 iconify-icon {
	font-size: 22px;
}

.wallettxt2 span {
	color: #555555;
	font-weight: 400;
	font-size: 16px;
}

.wallettxt3 {
	font-size: 13px;
	letter-spacing: 0;
	color: #555555;
	margin-top: 20px;
	font-weight: 400;
}

.wallettxt4 {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 10px;
}

.wallettxt5 {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #333;
	letter-spacing: 0;
	margin-top: 30px;
}

.img18 {
	text-align: center;
	margin-top: 50px;
}

.img18 img {
	max-width: 65%;
}

/*----------------------------------------Delay Popup-----------------------------------------*/
.instructions {
	text-align: center;
	font-size: 20px;
	margin: 15vh;
}
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	z-index: 99999;
	display: none;
}
.delayedPopupWindow {
	display: none;
	border-radius: 20px 0px;
	text-align: center;
	position: fixed;
	width: 40%;
	top: 32%;
	left: 30%;
	margin-top: -180px;
	background-color: #fff;
	z-index: 99999;
}
#btnClose {
	width: 100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #fff;
	position: absolute;
	z-index: 99;
	right: -34px;
	top: -9px;
	font-size: 33px;
}
#btnClose:hover {
	color: #fff;
}
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
#delayedPopup > div.formDescription h2 {
	color: #555555;
	font-size: 36px;
	line-height: 40px;
}
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
	margin-bottom: 5px;
}
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border: solid 2px #40c348;
	box-shadow: 0 1px 3px #aaaaaa;
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
	border: solid 2px #40c348;
	box-shadow: none;
}
#delayedPopup #mc-embedded-subscribe {
	width: 100% !important;
	height: 40px !important;
	margin: 10px auto 0 auto;
	background: #5d9e62;
	border: none;
	color: #fff;
}
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow: none !important;
	cursor: pointer;
}

/*----------------------------------------My Trips-----------------------------------------*/
ul.mytriptabs {
	padding: 0;
	border: 1px solid #ded9d9;
	width: 100%;
	font-size: 0;
	margin: 0 auto 30px auto;
	list-style-type: none;
	/* text-align: center; */
	z-index: 99;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	gap: 20px;
	display: flex;
}
ul.mytriptabs li {
	display: flex;
	margin: 0;
	margin-right: 0px;
}
ul.mytriptabs li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 20px 30px;
	color: #333;
	outline: none;
	border-radius: 30px;
}

ul.mytriptabs li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.mytriptabs li.selected a,
ul.mytriptabs li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.mytriptabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.mytripbox1 {
	padding: 20px 20px 80px 20px;
	border: 1px solid #9e0100;
	margin-top: 30px;
	border-radius: 8px;
}

.mytripbtn {
	margin-top: 50px;
	letter-spacing: 0;
	display: block;
}

.mytripbtn a {
	background-color: #9e0100;
	border-radius: 15px 0px;
	color: #fff;
	font-size: 18px;
	padding: 20px 20px;
}

.mytripbox2 {
	padding: 20px;
	float: left;
	width: 100%;
	border-radius: 16px;
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.tripstatus1 {
	background-color: #ffccd1;
	font-weight: 600;
	text-align: center;
	border-radius: 20px 0px;
	padding: 9px 5px 10px 5px;
	margin-top: -40px;
	width: 100%;
	float: left;
	font-size: 18px;
	letter-spacing: 0;
}

.tripstatus1 iconify-icon {
	font-size: 24px;
	position: relative;
	top: 5px;
}

.tripstatus2 {
	background-color: #056013;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	border-radius: 20px 0px;
	padding: 12px 5px;
	margin-top: -40px;
	width: 100%;
	float: left;
}

.triptxt1 {
	color: #031420;
	font-size: 26px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
}

.triptxt1 iconify-icon {
	font-size: 15px;
	color: #666;
	position: relative;
	top: 0px;
}

.triptxt2 {
	text-align: left;
	margin-top: 10px;
}

.triptxt3 {
	border-right: 1px solid #555555;
	/* margin-top: 10px; */
	font-size: 14px;
	color: #555555;
	text-align: left;
	font-weight: 500;
	margin-top: 10px;
}

.triptxt4 {
	font-size: 14px;
	color: #555555;
	/* margin-top: 10px; */
	text-align: left;
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.triptxt5 {
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
}

.triptxt5 span {
	font-weight: 600;
}

.triptxt5 span span {
	font-size: 18px;
	font-weight: 800;
}

.triptxt6 {
	font-size: 16px;
	border-radius: 10px 0px;
	padding: 5px 8px;
	margin-top: 40px;
	background-color: #031420;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.triptxt7 {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.4;
}

.triptxt7 span {
	font-weight: 600;
}

.triptxt8 {
	margin-top: 0px;
	display: flex;
}

.triptxt8 a {
	background-color: #9e0100;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	padding: 10px 25px;
	width: 100%;
	min-width: 170px;
	text-align: center;
}

.triptxt9 {
	text-align: center;
}

.triptxt9 a {
	color: #9e0100;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 120px;
}

.triptxt9 a iconify-icon {
	font-size: 18px;
	position: relative;
	top: 3px;
}

.star {
	position: relative;

	display: inline-block;
	width: 0;
	height: 0;

	margin-left: 0.9em;
	margin-right: 0.9em;
	margin-bottom: 1.2em;

	border-right: 0.3em solid transparent;
	border-bottom: 0.7em solid #fc0;
	border-left: 0.3em solid transparent;

	/* Controlls the size of the stars. */
	font-size: 10px;

	&:before,
	&:after {
		content: "";

		display: block;
		width: 0;
		height: 0;

		position: absolute;
		top: 0.6em;
		left: -1em;

		border-right: 1em solid transparent;
		border-bottom: 0.7em solid #fc0;
		border-left: 1em solid transparent;

		transform: rotate(-35deg);
	}

	&:after {
		transform: rotate(35deg);
	}
}

.bookingbox1 {
	border: 1px solid #d9d9d9;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 0px;
}

.bookingtxt3 {
	color: #333;
	letter-spacing: 0;
	font-size: 18px;
	margin-top: 20px;
}

.bookingtxt3 span {
	font-weight: 800;
}

.bookingtxt4 {
	font-weight: 800;
	line-height: 1.1;
	font-size: 24px;
	color: #333;
	letter-spacing: 0;
	margin-top: 20px;
	/*font-family: "krub";*/
	margin-bottom: 20px;
}

.bookingtxt1 {
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}

.bookiborder {
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0px 10px;
	width: 100%;
}

.bookingtxt2 {
	padding: 5px 0px;
	font-size: 16px;
	letter-spacing: 0;
	color: #333;
}

.bookingtxt2 span {
	float: right;
	font-weight: 800;
	font-size: 20px;
	position: relative;
	top: -3px;
}

.bookingtxt2 span iconify-icon {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.bookingtxt2 div {
	color: #0b8f48;
}

.bookingxtramar {
	margin-top: -14px;
}

.bookingtxt5 {
	font-weight: 600;
}

.bookingtxt6 {
	background-color: #9e0100;
	font-weight: 600;
	margin-top: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	padding: 15px 15px;
}

.bookingtxt6 span {
	float: right;
	font-weight: 800;
	font-size: 22px;
	position: relative;
	top: -3px;
}

.bookingtxt6 span iconify-icon {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.bookingtxt7 {
	color: #333;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
}

.bookingbox2 {
	border: 1px solid #d9d9d9;
	padding: 15px 0px;
	float: left;
	width: 100%;
	margin-top: 0;
}

.bookingtxt8 {
	font-weight: 800;
	color: #333;
	letter-spacing: 0;
	font-size: 18px;
}

.bookingtxt8 iconify-icon {
	font-size: 14px;
	color: #777;
	position: relative;
	top: 0px;
}

.bookingtxt9 {
	text-align: left;
	margin-top: 5px;
}

.bookingtxt10 {
	color: #666 !important;
	font-size: 14px;
}

.bookingtxt11 {
	color: #333;
	font-weight: 500;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0;
}

.bookingtxt12 {
	color: #333;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 15px;
}

.bookingtxt12 span {
	font-weight: 600;
}

.bookingtxt12 span span {
	font-size: 20px;
	font-weight: 800;
}

.bookingtxt13 {
	font-size: 16px;
	border-radius: 10px 0px;
	padding: 5px 8px;
	margin-top: 40px;
	background-color: #031420;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.bookingtxt14 {
	color: #333;
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 0;
	margin-top: 15px;
	text-align: left;
}

.bookingtxt14 span {
	color: #9e0100;
}

.bookingtxt15 {
	text-align: center;
	margin-top: 15px;
}

.bookingtxt15 a {
	color: #23bdff;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
}

.bookingtxt15 a iconify-icon {
	font-size: 18px;
	position: relative;
	top: 3px;
}

.bookingtxt16 {
	color: #333;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 22px;
}

.bookingtxt17 {
	margin-top: 0px;
}

.bookingtxt17 ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 2;
	list-style: disc;
}

.bookingtxt17 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
}

.bookingtxt18 {
	margin-top: 5px;
}

.bookingtxt18 a {
	color: #3ddcff;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
}

.bookingtxt19 {
	color: #333;
	letter-spacing: 0;
	font-size: 16px;
	margin-top: 0;
	text-align: right;
}

.bookingtxt19 span {
	font-weight: 800;
}

.bookingtxt20 {
	margin-top: 15px;
}

.bookingtxt20 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bookingtxt20 ul li {
	font-size: 15px;
	float: left;
}

.bookingtxt20 ul li::after {
	padding: 0px 10px;
	content: "|";
	color: #23bdff;
}

.bookingtxt20 ul li:last-child::after {
	color: #fff;
}

.bookingtxt20 ul li a {
	color: #23bdff;
}

.bookingtxt20 ul li a iconify-icon {
	font-size: 16px;
	position: relative;
	top: 2px;
}

.bookingtxt21 {
	font-size: 17px;
	letter-spacing: 0;
	margin-top: 15px;
	color: #333;
	text-transform: capitalize;
}

.bookingtxt21 span {
	font-weight: 600;
}

.bookingtxt21 img {
	float: left;
}

.bookingtxt22 {
	font-size: 14px;
	letter-spacing: 0;
	color: #555555;
	margin: 0px 0px 0px 0px;
}

.bookingtxt22 a {
	color: #2fcdff;
}

.bookingtxt23 {
	margin-top: -14px;
}

.bookingtxt24 iconify-icon {
	font-size: 20px;
}

.bookingtxt24 {
	text-align: center;
	font-size: 10px;
	color: #555555;
	letter-spacing: 0;
}

.bookingtxt25 {
	margin-top: 10px;
}

.bookingtxt26 {
	font-size: #333;
	font-size: 15px;
	margin-top: 10px;
}

.bookingtxt26 iconify-icon {
	font-size: 20px;
	position: relative;
	top: 5px;
}

.bookingtxt27 {
	text-align: left;
	font-weight: 800;
	font-size: 14px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.bookingtxt27 span {
	color: #9e0100;
}

.bookingtxt27 iconify-icon {
	font-size: 20px;
	position: relative;
	font-weight: 800;
	color: #333;
}

.bookingtxt28 {
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0px;
	border: 1px solid #d9d9d9 !important;
}

.bookingtxt28 th,
td {
	border-top: none !important;
}

.bookingtxt28 th {
	color: #000;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0;
}

.bookingtxt28 td {
	font-size: 15px;
	margin-top: 10px;
}

.bookingtxt28 td span {
	font-size: 15px;
	font-weight: 800;
}

.bookingtxt29 {
	margin-top: 0px;
}

.bookingtxt29 ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 2;
	list-style: disc;
}

.bookingtxt29 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
}

.bookingtxt29 ul li span {
	font-weight: 600;
	color: #333;
}

.bookingtxt30 {
	font-size: 15px;
	letter-spacing: 0;
	color: #333;
	margin-top: 8px;
}

.bookingtxt30 iconify-icon {
	font-size: 20px;
	position: relative;
	top: 5px;
}

.bookingtxt31 {
	margin-top: 35px;
}

.bookingtxt31 a {
	color: #3ddcff;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
}

.bookingtxt31 a iconify-icon {
	font-size: 20px;
	position: relative;
	top: 6px;
}

.bookingmobpad {
	padding: 0px !important;
}

.profilebox {
	padding: 16px 16px 20px;
	border-radius: 0 0 16px 16px;
	background: #ffccd1;
	margin: 20px -16px;
	width: calc(100% + 32px);
}

.propop {
	position: absolute;
	right: 15px;
	padding-top: 16px;
	bottom: 15px;
}

.profiletxt1 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.progress-bar-success {
	background-color: #9e0100 !important;
	line-height: 14px !important;
	border-radius: 8px;
}

.progress {
	margin-top: 4px;
	height: 8px !important;
	width: 100%;
	background: #ffffff;
	margin-bottom: 0 !important;
}

.profilebox1 {
	background-color: #ffccd1;
	padding: 10px 0px;
	float: left;
	width: 100%;
	letter-spacing: 0;
	border-radius: 10px 0px;
}

.profiletxt2 {
	font-size: 15px;
	color: #333;
	letter-spacing: 0;
}

.profiletxt2 iconify-icon {
	font-size: 18px;
	color: #056013;
	position: relative;
	top: 3px;
}

.profiletxt3 {
	font-size: 15px;
	color: #333;
	letter-spacing: 0;
}

.profiletxt3 iconify-icon {
	font-size: 18px;
	color: #9e0100;
	position: relative;
	top: 3px;
}

.profiletxt4 {
	font-size: 26px;
	letter-spacing: 0;
	color: #333;
	font-weight: 600;
	margin-top: 30px;
}

.profiletxt5 {
	margin-top: 7%;
	float: right;
}

.profiletxt5 a {
	background-color: #056013;
	padding: 5px 15px;
	color: #fff;
	border-radius: 10px 0px;
	font-size: 16px;
	letter-spacing: 0;
}

.profiletxt5 a iconify-icon {
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 3px;
}

.profilebox2 {
	border: 1px solid #d9d9d9;
	margin-top: 10px;
	padding: 20px 20px;
	float: left;
	width: 100%;
}

.profiletxt6 {
	margin-top: 7%;
	float: right;
}

.profiletxt6 a {
	background-color: #9e0100;
	padding: 8px 15px;
	color: #fff;
	border-radius: 10px 0px;
	font-size: 16px;
	letter-spacing: 0;
}

.profiletxt6 a iconify-icon {
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 3px;
}

.profiletxt7 {
	position: relative;
	background-color: #ffffff;
	padding: 0;
	border: 4px solid #ffccd1;
	border-radius: 120px;
	width: 210px;
	height: 210px;
	display: flex;
	margin-bottom: 16px;
}
.profiletxt7 a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.profiletxt7 img.profile-img {
	border-radius: 120px;
	width: 202px;
	height: 202px;
}
.profiletxt8 {
	font-size: 100px;
	margin: auto;
	color: #9e0100;
}

.profiletxt9 {
	font-size: 18px;
	float: right;
}

.profiletxt10 {
	font-size: 17px;
	color: #333;
	letter-spacing: 0;
}

.profiletxt11 {
	font-weight: 600;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.profiletxt12 {
	font-weight: 600;
	text-align: left;
	font-size: 17px;
	color: #056013;
	letter-spacing: 0;
}

.profiletxt12 iconify-icon {
	font-size: 15px;
	position: relative;
	top: 3px;
}

/*----------------------------------------Holiday Package List-----------------------------------------*/
.packagemaibbg {
	/* background-image: url(../image/packagemaibbg.png); */
	background-size: 100% 100vh;
	position: relative;
	background-repeat: no-repeat;
	min-height: 60vh;
	overflow: hidden;
}

.packagemaibbg .mycontainerformain {
	max-height: 60vh;
}

.packagemaibbg h3 {
	font-size: 55px !important;
	color: #fff;
	letter-spacing: 0;
	margin: 7% 0px 0px 0px !important;
	text-align: left;
	/*font-family: "Krub" !important;*/
}

.packagemaibbg p {
	color: #fff;
	font-size: 16px;
	text-align: left !important;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: 400;
}

.packagemaibbg a {
	color: #00d1ff;
}

.packagemaibbg a:focus,
a:hover {
	color: #00d1ff;
}

#readtext {
	display: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	font-weight: 600;
}

.pack1 {
	position: absolute;
	margin-top: -7%;
	right: 0%;
	display: none;
}

.pactxt1 {
	font-size: 13px;
	color: #555555;
	line-height: 1.6;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.pactxt1 span {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.pactxt2 {
	/*font-family: "Krub" !important;*/
	color: #333;
	margin-top: 0;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0;
}

.pacdivider1 {
	border-bottom: 1px dashed #d9d9d9;
	margin: 20px 0px 20px 0px;
	letter-spacing: 0;
}

.pactxt3 label {
	font-weight: 400 !important;
	color: #333 !important;
	letter-spacing: 0;
	width: 45%;
	margin-top: 15px !important;
	margin-left: 0px !important;
}

.pactxt3 iconify-icon {
	font-size: 12px;
}

.pactxt4 {
	margin-top: -10px;
}

.pactxt4 label {
	font-weight: 400 !important;
	color: #333 !important;
	letter-spacing: 0;
	margin-top: 15px !important;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.fullwidform {
	width: 100% !important;
}

.pactxt5 {
	display: inline-flex;
	float: right;
	width: 45%;
}

.pactxt5 span {
	float: left;
	width: 20%;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
	position: relative;
	border: 1px solid #d6d6d6;
	border-right: 0px !important;
	padding-top: 12px;
	padding-left: 8px;
	border-radius: 10px 0 0 10px;
	white-space: nowrap;
}

.pactxt5 select {
	float: left;
	height: 55px !important;
	border-left: 0px !important;
}

.pacbox1 {
	border: 1px solid #d9d9d9;
	padding: 0;
	margin-top: 25px;
	float: left;
	width: 100%;
	border-radius: 30px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
}

.pacimg1 {
	border-radius: 30px 0;
	height: 100% !important;
	object-fit: cover;
}

.pactag1 {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../image/pac2.png);
	background-repeat: no-repeat;
	width: 66px;
	height: 55px;
}

.pactag1 div {
	transform: rotate(36deg);
	padding-top: 6%;
	padding-left: 42%;
	font-weight: 800;
	font-size: 18px;
}

.pactxt6 {
	background-color: #ffccd1;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px;
	border-radius: 10px;
	color: #333;
	font-weight: 600;
	min-height: 28px;
}

.pactxt7 {
	background-color: #ffccd1 !important;
	font-size: 13px !important;
	text-align: center;
	height: 28px !important;
	padding: 5px 5px !important;
	border: 0px !important;
	border-radius: 10px !important;
	color: #333 !important;
	font-weight: 600 !important;
}

.pactxt8 {
	/*font-family: "Krub" !important;*/
	font-weight: 600;
	color: #333;
	font-size: 20px;
	letter-spacing: 0;
}

.pactxt9 {
	text-align: center;
}

.pactxt9 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.pactxt9 ul li {
	float: left;
	color: #333;
	font-size: 12px;
	letter-spacing: 0;
	max-width: 80px;
}

.pacdivider2 {
	border-bottom: 1px dashed #d9d9d9;
	margin: 12px 0px 12px 0px;
	letter-spacing: 0;
}

.pactxt10 {
	margin-top: 0;
}

.pactxt10 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pactxt10 ul li {
	float: left;
	color: #555555;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.pactxt10 ul li::after {
	padding: 0px 5px;
	position: relative;
	top: -1px;
	content: "\2192";
	font-size: 14px;
}

.pactxt10 ul li:last-child::after {
	padding: 0px 0px;
	content: "";
}
.pactxt10 ul li:first-child::after {
	padding: 0px 0px;
	content: "";
}

.pactxt10 ul li iconify-icon {
	margin-right: 5px;
	position: relative;
	top: 1px;
	font-size: 16px;
}

.pacborderleft1 {
	text-align: right;
	padding: 15px 0;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.pacicon1 {
}

.pacicon1 a iconify-icon {
	color: #333;
}

.pactxt11 {
	color: #9e0100;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 600;
}

.pacprice1 {
	color: #555555;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 10px;
}

.pacprice1 span {
	font-size: 20px;
	font-weight: 800;
}

.pacprice1 span iconify-icon {
	font-size: 18px;
}

.pacbtn1 {
	font-size: 14px;
	margin-top: 25px;
	margin: 0;
	display: flex;
	width: 100%;
}

.pacbtn1 a,
.pacbtn1 button {
	background-color: #9e0100;
	transition: 1s border-radius;
	border-radius: 40px;
	color: #fff;
	padding: 10px 15px;
	/* letter-spacing: 0; */
	width: 100%;
	text-align: center;
	min-height: 42px;
	border: none;
}

.pacbtn1 a:hover,
.pacbtn1 a:focus,
.pacbtn1 button:hover,
.pacbtn1 button:focus {
	transition: 1s border-radius;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
}

.pacbtn2 {
	font-size: 14px;
	margin-top: 0;
	width: 100%;
}

.pacbtn2 a {
	background-color: #fff;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 40px;
	color: #9e0100;
	padding: 8px 15px;
	/* letter-spacing: 0; */
	width: 100%;
	text-align: center;
	min-height: 42px;
}

.pacbtn2 a:hover,
.pacbtn2 a:focus {
	transition: 1s border-radius;
	border-radius: 6px;
	color: #9e0100;
}

.departurebtn {
	font-size: 15px;
	letter-spacing: 0;
	color: #333;
	font-weight: 600;
}

.departurebtn iconify-icon {
	position: relative;
	top: 2px;
	font-size: 14px;
}

.viewdeparture {
	border: 1px solid #d9d9d9;
	background-color: #fbfbfb;
	padding: 10px 10px;
	float: left;
	width: 100%;
}

.pactxt12 {
	color: #333;
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: 0;
	text-align: left;
	font-weight: 500;
}

.pactxt13 {
	margin-top: 5px;
}

.pactxt13 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 3;
}

.pactxt13 ul li {
	font-size: 18px;
	color: #333;
	letter-spacing: 0;
	display: inline-block;
	width: 100%;
}

.pactxt13 ul li div {
	width: 20px;
	height: 20px;
	background-color: #ffccd1;
	border-radius: 20px;
	float: left;
	position: relative;
	top: 16px;
	right: 4px;
}

.pactxt13 ul li .dot1 {
	background-color: #ffccd1;
}

.pactxt13 ul li .dot2 {
	background-color: #9e0100;
}

.pacdatebox {
	border: 1px solid #d9d9d9;
	padding-bottom: 6px;
	border-radius: 5px;
	margin-top: 28px;
	text-align: center;
	letter-spacing: 0;
}

.pacdatebox div:nth-child(1) {
	background-color: #056013;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: -15px auto 0px auto;
	border-radius: 5px;
	font-size: 15px;
}

.pacdatebox div:nth-child(2) {
	font-size: 18px;
	color: #333;
	line-height: 1.3;
}
.pacdatebox div:nth-child(2) span {
	font-size: 40px;
	font-weight: 800;
}

.pacdatebox div:nth-child(3) {
	border-bottom: 1px dashed #d9d9d9;
	margin: 4px 0px 8px 0px;
}

.pacdatebox div:nth-child(4) {
	font-size: 18px;
	color: #333;
	line-height: 1.3;
}

.pacdatebox div:nth-child(4) iconify-icon {
	color: #555555;
	font-size: 14px;
	margin-right: 5px;
}

.placetovisitbg {
	background-color: #fbfbfb;
	margin-top: 50px;
	padding-top: 20px;
}

.placetovisitbg h4 {
	font-size: 16px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 25px 0px 0px 0px !important;
	text-align: center;
	letter-spacing: 0;
}

.placetovisitbg h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: center;
	line-height: 1;
}

.placvisimap {
	background-image: url(../image/placvisitmap.png);
	margin-top: 30px;
	background-size: 100%;
	height: 490px;
	background-repeat: no-repeat;
}

.faqbg {
	margin-top: 30px;
}

.faqbg h4 {
	font-size: 16px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 25px 0px 0px 0px !important;
	text-align: center;
	letter-spacing: 0;
}

.faqbg h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: center;
	line-height: 1;
}

.reelsbg {
	margin-top: 60px;
	width: 95% !important;
}

.reelsbg h4 {
	font-size: 16px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 25px 0px 0px 0px !important;
	text-align: center;
	letter-spacing: 0;
}

.reelsbg h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000;
	margin: 8px 0px 8px 0px !important;
	text-align: center;
	line-height: 1;
}

.reelspadding {
	padding: 0px 5px !important;
}

.reelimg {
	margin-top: 10px;
}

.reelimg div {
	/*font-family: "krub";*/
	margin-top: 20px;
	text-shadow: 1px 1px 3px #6f7273;
	font-weight: 500;
	position: absolute;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
}

.reetxtleft {
	text-align: left;
	margin-left: 20px;
}

.reeltxtright {
	margin-right: 20px;
	right: 0px;
}

.reelimg div span {
	font-weight: 800;
	font-size: 36px;
	font-style: normal;
}

.whybg {
	background-color: #fbfbfb;
	padding-top: 0px;
	letter-spacing: 0;
	padding-bottom: 50px;
	text-align: center;
	margin-top: 40px;
}

.whybg h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.whybg h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.whybg p {
	color: #555;
	font-size: 16px;
	margin: 0px auto;
	line-height: 1.4;
	width: 70%;
	text-align: center;
}

.txtblfeld {
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
}

.copop-default1 {
	border: 2px solid #9e0100 !important;
	background-color: #fff !important;
	color: #9e0100 !important;
	font-size: 16px !important;
	letter-spacing: 0;
	border-radius: 25px !important;
	transition: 1s border-radius;
	padding: 10px 25px !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	width: 100%;
}

.copop-default1:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.orpara {
	margin-top: 25px;
	color: #666;
	letter-spacing: 0;
	font-size: 16px;
}

.pacpop1 {
	text-align: center;
	margin-top: 50px;
}

.pacpop1 iconify-icon {
	color: #009154;
	font-size: 85px;
}

.pacpop2 {
	text-align: left;
}
.pacpop2 iconify-icon {
	font-size: 50px;
	margin-top: 4px;
	margin-right: 10px;
}

/*----------------------------------------Holiday Package Detail-----------------------------------------*/
.pacgallerbg {
	background-color: #fff;
	padding: 10px;
	float: left;
	width: 100%;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.17);
	border-radius: 8px;
}

.pacdblock {
	display: inline-block;
}

.pacd1 {
	background-color: #ffccd1;
	margin-left: 4px;
	font-size: 12px;
	text-align: center;
	padding: 4px 8px;
	border-radius: 10px;
	color: #333;
	font-weight: 600;
	display: inline;
	position: relative;
	top: -5px;
}

.pacd2 {
	/*font-family: "Krub" !important;*/
	margin: 5px 0px !important;
	float: left;
	font-weight: 600;
	color: #333;
	font-size: 25px;
	letter-spacing: 0;
	width: 100%;
	line-height: 36px;
}

.pacd3 {
	text-align: center;
	margin-top: 10px;
}

.pacd3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 15px;
}

.pacd3 ul li {
	float: left;
	padding-right: 0;
	color: #333;
	font-size: 13px;
	letter-spacing: 0;
	max-width: 80px;
}

.pacddivider1 {
	border-bottom: 1px dashed #d9d9d9;
	margin: 6px 0px 5px 0px;
	letter-spacing: 0;
}

.pacd4 {
	margin-top: 5px;
}

.pacd4 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pacd4 ul li {
	float: left;
	color: #555555;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.pacd4 ul li::after {
	padding: 0px 3px;
	position: relative;
	top: -1px;
	content: "\2192";
	font-size: 13px;
}

.pacd4 ul li:last-child::after {
	padding: 0px 0px;
	content: "";
}
.pacd4 ul li:first-child::after {
	padding: 0px 0px;
	content: "";
}

.pacd4 ul li iconify-icon {
	margin-right: 3px;
	position: relative;
	top: 1px;
	font-size: 14px;
}

.pacicon1 {
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
}

.pacicon1 a iconify-icon {
	color: #333;
}

.pacd5 {
	color: #9e0100;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	font-weight: 600;
}

.pacdborderleft1 {
	border-right: 1px solid #d9d9d9;
}

.pacdprice1 {
	color: #555555;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 21px;
}

.pacdprice1 span {
	font-size: 22px;
	font-weight: 800;
}

.pacdprice1 span iconify-icon {
	font-size: 16px;
}

.pacdbtn1 {
	font-size: 15px;
	margin-top: 30px;
	float: right;
	width: 100%;
}

.pacdbtn1 a {
	background-color: #9e0100;
	font-size: 14px;
	transition: 1s border-radius;
	border-radius: 40px;
	color: #fff;
	padding: 10px 8px;
	width: 100%;
	text-align: center;
}

.pacdbtn1 a:hover {
	transition: 1s border-radius;
	color: #fff;
	font-weight: 600;
}

.pacd6 {
	background-color: #ffccd1;
	float: left;
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	padding: 6px 10px;
	border-radius: 10px;
	color: #333;
	font-weight: 600;
}

.pacd7 {
	color: #555555 !important;
	margin-bottom: 0px !important;
	font-size: 14px !important;
	letter-spacing: 0;
	text-align: left !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
}

.pacd8 {
	margin-top: -10px;
	float: right;
}

.pacd8 a iconify-icon {
	margin-left: 10px;
	font-size: 18px;
	color: #333;
}

.pacdtab {
	margin-top: 30px;
	border: 1px solid #ded9d9;
	background-color: #fff;
	position: relative;
	z-index: 99;
	border-radius: 50px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.pacdtab ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	overflow: auto;
}

.pacdtab ul li {
	letter-spacing: 0;
	font-size: 16px;
	padding: 0;
	display: flex;
}

.pacdtab ul li a {
	color: #333;
	padding: 20px 20px;
	white-space: nowrap;
}

.active,
.pacdtab ul li a:hover {
	color: #fff !important;
	background-color: #9e0100;
	border-radius: 50px;
}

#sticky.stick {
	position: fixed;
	width: 70%;
	top: 0;
	z-index: 10000;
}

#visasticky.visastick {
	position: fixed;
	width: 60%;
	top: 0;
	z-index: 10000;
}

.pacdsubtitle {
	color: #333;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 0px;
	/*font-family: "krub";*/
	font-size: 28px;
}

.pacdsubdiv {
	margin-top: 10px;
}

.pacdsubdiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 2;
}

.pacdsubdiv ul li {
	font-size: 15px;
	color: #555555;
	letter-spacing: 0;
}

.pacdsubdiv ul li::before {
	content: "\2713";
	color: #009154;
	font-size: 14px;
	margin-right: 5px;
}

.pacddivider2 {
	border-bottom: 1px dashed #777;
	letter-spacing: 2px;
	margin: 30px 0px;
}

.pacdsubdiv1 {
	margin-top: 10px;
}

.pacdsubdiv1 ul {
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style: disc;
	line-height: 2;
}

.pacdsubdiv1 ul li {
	font-size: 15px;
	color: #555555;
	letter-spacing: 0;
}

.pacd9 {
	letter-spacing: 0;
	color: #333;
	font-weight: 800;
	font-size: 22px;
	margin-top: 5px;
}

.pacd10 {
	letter-spacing: 0;
	color: #333;
	font-weight: 800;
	font-size: 14px;
	margin-top: 5px;
}

ul.pacdetailtab {
	padding: 17px 0px;
	display: flex;
	float: left;

	letter-spacing: 0;
	font-size: 0;
	margin: 20px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	position: relative;
	background-color: #fff;
}
ul.pacdetailtab li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.pacdetailtab li a {
	font-size: 14px;
	text-decoration: none;
	position: relative;
	padding: 20px 20px;
	color: #fff;
	background-color: #031420;
	outline: none;
	border-radius: 10px 10px 0px 0px;
	font-weight: 600;
}

ul.pacdetailtab li a:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #ded9d9;
}
ul.pacdetailtab li.selected a,
ul.pacdetailtab li.selected a:hover {
	background-color: #fff;
	border: 1px solid #ded9d9;
	color: #333;
}
div.pacdetailtabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
	border: 1px solid #ded9d9;
}

.pacdnote {
	letter-spacing: 0;
	margin-top: 20px;
	font-size: 14px;
	color: #555555;
	line-height: 1.2;
}

.pacdnote span {
	font-weight: 600;
}

.tabtable {
	margin: 0px !important;
}

.tabtable thead tr {
	background-color: #fff !important;
}

.tabtable thead tr th {
	color: #333 !important;
}

.pacdsidebox {
	background-color: #fff;
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.pacdsidebox h5 {
	font-size: 20px;
	text-align: center;
	margin: 0px !important;
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
}

.pacdsubbox1 {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0;
	color: #555555;
	font-weight: 500;
}

.pacdsubbox1 span {
	font-size: 30px;
	color: #333;
	font-weight: 800;
}

.pacdsubbox1 iconify-icon {
	color: #9e0100;
	font-size: 70px;
}

.pacsubtxt1 {
	font-size: 24px;
	text-align: center;
	margin: 30px 0px 0px 0px !important;
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
}

.pacdsidebox2 {
	background-color: #fff;
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 20px 0px 40px 0px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.pacdsidebox2 h5 {
	font-size: 24px;
	text-align: center;
	margin: 0px !important;
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
}

.pacdtesti {
	margin-top: 10px;
	text-align: center;
	background-color: #fff;
	padding: 0px 15px;
}

.pacdtesti p {
	margin-top: 10px;
	font-size: 13px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
}

.pacdtesti p span {
	font-weight: 600;
	color: #000;
}

.pacdtestitxt1 {
	margin-top: 0px;
	font-size: 14px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	display: inline-flex;
	margin-left: 17%;
}

.pacdtestitxt1 div {
	float: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.pacdtestitxt1 img {
	width: 24%;
	float: left;
}

.pacdtesti div span {
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

.pacdsidebox3 {
	background-color: #fff;
	margin-top: 15px;
	float: left;
	width: 100%;
	padding: 12px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	border-radius: 8px;
}

.pacdsidebox3 h6 {
	font-size: 16px;
	margin: 8px 0px !important;
	color: #333;
	font-weight: 600;
	letter-spacing: 0;
	text-align: left;
	line-height: 23px;
}

.pacdsidtxt2 {
	background-color: #ffccd1;
	font-size: 13px;
	width: 60%;
	text-align: center;
	padding: 3px 5px;
	border-radius: 10px;
	color: #333;
	font-weight: 600;
}

.pacdsidtxt3 {
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 0;
	color: #333;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}

.pacdsidtxt3 span {
	color: #9e0100;
	font-weight: 600;
}

.pacprice4 {
	color: #333;
	font-size: 12px;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.2;
	margin-right: -15px;
}

.pacprice4 span {
	font-size: 17px;
	font-weight: 800;
}

.pacprice4 span iconify-icon {
	font-size: 14px;
}

.pacbtn5 {
	font-size: 14px;
	margin-top: 0;
	width: 100%;
}

.pacbtn5 a {
	background-color: #9e0100;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 40px;
	color: #fff;
	padding: 8px 10px;
	letter-spacing: 0;
	width: 100%;
	display: block;
	text-align: center;
}

.pacbtn5 a:hover {
	transition: 1s border-radius;
	color: #fff;
	font-weight: 600;
}

.pacbtn6 {
	font-size: 14px;
	width: 100%;
}

.pacbtn6 a {
	background-color: #fff;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 40px;
	color: #9e0100;
	padding: 8px 10px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	display: block;
}

.pacbtn6 a:hover {
	transition: 1s border-radius;
	color: #9e0100;
	font-weight: 600;
}

.mywidmodel2 {
	max-width: 640px;
	min-height: fit-content;
	margin: auto !important;
	padding: 30px 20px;
}

.enqpacpopbg {
	background-color: #f3f3f3;
	border-radius: 30px 0px 0px 0px;
	height: 550px;
}

.enqpactxt {
	color: #333;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	/*font-family: "krub";*/
	font-weight: 800;
	letter-spacing: 0;
	text-align: left;
}

.bodypad {
	padding: 0px !important;
}

.pacpopdiv {
	margin-top: 10px;
	text-align: left;
	padding: 0px 15px;
}

.pacpopdiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.9;
}

.pacpopdiv ul li {
	font-size: 14px;
	color: #555555;
	letter-spacing: 0;
}

.pacpopdiv ul li::before {
	content: "\2713";
	color: #009154;
	font-size: 13px;
	margin-right: 5px;
}

/*----------------------------------------Sign In Main Page-----------------------------------------*/
.mywidmodel3 {
	width: 55% !important;
}

ul.signintab {
	padding: 0px;
	letter-spacing: 0;
	font-size: 0;
	margin: 0px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.signintab li {
	display: flex;
	margin: 0;
	margin-right: 0px;
}
ul.signintab li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 12px 12px;
	color: #8b8b8b;
	outline: none;
	border-radius: 8px;
}

ul.signintab li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.signintab li.selected a,
ul.signintab li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.signintabtabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.signtitle {
	color: #9e0100;
	font-size: 26px;
	line-height: 30px;
	/*font-family: "krub";*/
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 20px;
}

.signtxt1 {
	color: #555555;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}

.signtxt1 span {
	color: #0099ef;
	font-weight: 600;
}

.signtxt2 {
	color: #9e0100;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}

.signtxt3 {
	border: 1px solid #d9d9d9;
	padding: 10px 10px;
	border-radius: 30px;
	width: 70%;
	margin: 10px auto 0px auto;
	font-size: 14px;
	letter-spacing: 0;
	color: #333;
}

.signtxt3 iconify-icon {
	font-size: 26px;
	margin-right: 3px;
	position: relative;
	top: -3px;
	float: left;
	margin-left: 5px;
}

.xtrapopbtn {
	width: 55%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.coppopara1 {
	color: #555555;
	font-size: 13px !important;
	text-align: left;
	line-height: 1.4 !important;
	margin: 5px 0px !important;
}

/*----------------------------------------Flight Search-One Way-Non Stop-----------------------------------------*/
.flightbg {
	background-image: url(../image/flightbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 430px;
}

.flightbg1 {
	/* background-image: url(../image/img6.png); */
	background-size: 100% 100vh;
	background-repeat: no-repeat;
	height: auto;
	margin-bottom: 50px;
}

.flightsearchbg {
	background-color: #ffffffc4;
	padding: 40px 40px;
	border-radius: 15px;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}

.searchdiver {
	border-bottom: 1px dashed #d9d9d9;
	margin: 15px 0px 5px 0px;
}

.searchaddflight {
	width: 100%;
	border: 3px solid #9e0100 !important;
	text-align: center;
	background-color: #fff !important;
	border-radius: 25px !important;
	margin-top: 10px;
	transition: 1s border-radius;
	padding: 10px 18px !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
}

.searchaddflight a {
	color: #9e0100 !important;
	font-size: 16px !important;
	letter-spacing: 0;
}

.flightbannerimg {
	position: absolute;
	left: -4.5%;
	margin-top: 6%;
}

.banflighpad {
	padding: 0px !important;
	padding-left: 15px;
}

.btnwidth {
	width: 100%;
}

.searchdateicon {
	position: absolute;
	right: 8%;
	font-size: 17px;
	top: 44%;
	z-index: 9;
	background-color: #fff;
}

.range-slider1 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 20px;
	.rangeValues {
		display: block;
	}
}

.range-slider1 input[type="range"] {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 100%;
	position: absolute;
	left: 0;
}

.range-slider1 input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #031420;
	border: none;
	border-radius: 3px;
}

.range-slider1 input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	border: #031420 3px solid;
	margin-top: -8px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.range-slider1 input[type="range"]:focus {
	outline: none;
}

.range-slider1 input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #ccc;
}

.range-slider1 input[type="range"]::-moz-range-track {
	width: 300px;
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
}

.range-slider1 input[type="range"]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #21c1ff;
}

/*hide the outline behind the border*/

.range-slider1 input[type="range"]:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

.range-slider1 input[type="range"]::-ms-track {
	width: 300px;
	height: 5px;
	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	background: transparent;
	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
	z-index: -4;
}

.range-slider1 input[type="range"]::-ms-fill-lower {
	background: #777;
	border-radius: 10px;
}

.range-slider1 input[type="range"]::-ms-fill-upper {
	background: #ddd;
	border-radius: 10px;
}

.range-slider1 input[type="range"]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #21c1ff;
}

.range-slider1 input[type="range"]:focus::-ms-fill-lower {
	background: #888;
}

.range-slider1 input[type="range"]:focus::-ms-fill-upper {
	background: #ccc;
}

.txtblfeld3 {
	float: right;
	color: #555555;
	font-size: 12px;
	position: relative;
	top: 16px;
}

.txtblfeld4 {
	float: left;
	color: #555555;
	font-size: 12px;
	position: relative;
	top: 16px;
}

.searchfeild {
	margin-top: 10px;
}

.searchfeild iconify-icon {
	position: absolute;
	right: 7%;
	font-size: 20px;
	margin-top: -33px;
}

.flightfliter {
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.defiltr {
	text-align: center;
	margin-top: 10px;
	display: flex;
}

.defiltr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	width: 100%;
}

.defiltr ul li {
	border: 1px solid #d9d9d9;
	font-size: 10px;
	padding: 5px 6px;
	color: #555555;
	font-weight: 500;
}

.defiltr ul li a {
	color: #555555;
}

.defiltr ul li a iconify-icon {
	font-size: 30px;
}

.flightsortbg {
	border: 1px solid #d9d9d9;
	margin-top: 0;
	width: 100%;
	letter-spacing: 0;
	display: inline-block;
	padding: 5px 0px 5px 15px;
	border-radius: 8px;
}

.flightsortbg span {
	float: left;
	position: relative;
	top: 12px;
}

.flightsortbg select {
	border: 0px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.flightdateslide {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	width: 100%;
	letter-spacing: 0;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}

.flightbox1 {
	border: 3px solid #d9d9d9;
	margin-top: 20px;
	float: left;
	width: 100%;
	border-radius: 30px 0px 30px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
}

.fliborbottom1 {
	border-bottom: 1px solid #d9d9d9;
	margin: 15px 0px;
}

.fltxt1 {
	font-size: 16px;
	letter-spacing: 0;
	color: #555555;
	margin-bottom: 12px;
}

.fltxt1 span {
	font-weight: 600;
}

.fltxt1 iconify-icon {
	font-size: 21px;
	position: relative;
	top: 6px;
}

.fliborleft1 {
	/* border-left: 1px solid #d9d9d9; */
	text-align: center;
	margin-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.flprice1 {
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 10px;
}

.flprice1 span {
	font-size: 28px;
	font-weight: 800;
}

.flprice1 span iconify-icon {
	font-size: 18px;
}

.fltxt2 {
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	color: #555555;
}

.fltxt2 span {
	color: #107807;
}

.flbtn1 {
	font-size: 15px;
	margin-top: 12px;
	width: 100%;
	background-color: #9e0100;
	border-radius: 5px;
	transition: 1s border-radius;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 0;
}

.flbtn1 :hover {
	transition: 1s border-radius;
	border-radius: 40px;
	color: #fff;
}

.flbtn2 {
	font-size: 15px;
	margin-top: 8px;
	transition: 1s border-radius;
	width: 100%;
	background-color: #fff;
	border: 2px solid #9e0100;
	color: #9e0100;
	padding: 10px 15px;
	letter-spacing: 0;
	border-radius: 5px;
}

.flbtn2 :hover {
	transition: 1s border-radius;
	border-radius: 40px;
	color: #9e0100;
}

.fltxt3 {
	font-size: 17px;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 0;
	direction: column;
	display: flex;
	flex-direction: column;
}

.fltxt3 span {
	font-weight: 600;
}

.fltxt3 img {
	float: left;
	width: 60px;
	top: -6px;
	position: relative;
}

.fltxt4 {
	margin-top: -15px;
	text-align: center;
}

.bookingtxt24 iconify-icon {
	font-size: 20px;
}

.bookingtxt24 {
	text-align: center;
	font-size: 10px;
	color: #555555;
	letter-spacing: 0;
}

.fltxt6 {
	text-align: center;
}

.viewdeatil {
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	padding: 10px 10px 10px 15px;
	margin-top: -1px;
	float: left;
	width: 100%;
}

.fltxt7 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
	letter-spacing: 0;
	font-size: 18px;
	text-transform: capitalize;
}

.fltxt8 {
	font-size: 14px;
	display: inline-block;
	line-height: 1.8;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-top: 8px;
	margin-bottom: 0;
}

.fltxt8 span {
	font-weight: 600;
}

.fltxt8img {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
	object-fit: contain;
	border-radius: 40px;
	box-shadow: 0 0 8px -2px #000;
}

.fltxt9 {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 0;
	color: #333;
	text-transform: capitalize;
}

.fltxt9 span {
	font-weight: 600;
	font-size: 16px;
}

.fltxt9 img {
	float: left;
}

.fltxt10 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	color: #555555;
	margin: 5px 0px 0px 0px;
}

.fltxt10 a {
	color: #2fcdff;
}

.fltxt6 iconify-icon {
	font-size: 25px;
}

.viewfare {
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	padding: 0px 0px 0px 0px;
	margin-top: -1px;
	float: left;
	width: 100%;
	border-bottom: none;
}

.viewfare table {
	margin: 0px !important;
	border-bottom: none;
}

.viewfare iconify-icon {
	font-size: 30px;
	color: #000;
}

.viewfare tr {
	border-bottom: 1px solid #d9d9d9;
}

.viewfare td {
	padding: 12px 15px !important;
	font-weight: 600;
}

.vewfareprice {
	font-size: 14px !important;
	color: #333 !important;
	position: relative;
	top: 2px;
}

.viewfarerefundgreen {
	color: #047832 !important;
}

.viewfarerefundred {
	color: #9e0100 !important;
}

.viewfairbookbtn {
	background-color: #9e0100;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	font-weight: 500;
	width: 100%;
	display: block;
}

.viewfairviewbtn {
	color: #019ee1;
}

.flightdetailviewbox {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 0;
}

.flightdetail1 {
	float: left;
	width: 9%;
}

.flightdetail2 {
	float: left;
	width: 19%;
	margin-left: 1.5%;
}

.flightdetail3 {
	float: left;
	width: 11%;
	margin-right: 1.5%;
}

.flightdetail4 {
	float: left;
	width: 14%;
}

.flightdetail5 {
	float: left;
	width: 15%;
}

.viewfairview {
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	padding: 0px 0px 0px 0px;
	margin-top: -1px;
	float: left;
	width: 100%;
}

.viewfairview table {
	margin: 0px !important;
	background-color: #fff;
}

.viewfairview iconify-icon {
	position: relative;
	top: 2px;
	font-size: 13px;
}

.viewfairview table thead tr {
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
	color: #333;
}

.viewfairview table thead tr th {
	color: #333;
}

.viewfairview table thead tr th {
	padding: 14px 15px !important;
	font-size: 15px;
	font-weight: 600;
}

.viewfairview table thead tr th:nth-child(1) {
	width: 20%;
}

.viewfairview table thead tr th:nth-child(2) {
	width: 20%;
}

.viewfairview table thead tr th:nth-child(3) {
	width: 20%;
}

.viewfairview table thead tr th:nth-child(4) {
	width: 40%;
}

.viewfairview table tbody tr td {
	padding: 12px 15px;
}

ul.flighttab1 {
	padding: 17px 20px;
	display: flex;
	float: left;

	letter-spacing: 0;
	font-size: 0;
	margin: 0px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	position: relative;
	background-color: #000;
	width: 100%;
}
ul.flighttab1 li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.flighttab1 li a {
	font-size: 14px;
	text-decoration: none;
	position: relative;
	padding: 20px 20px;
	color: #fff;
	outline: none;
	font-weight: 800;
}

ul.flighttab1 li a:hover {
	background-color: #d9d9d9;
	color: #333;
}
ul.flighttab1 li.selected a,
ul.flighttab1 li.selected a:hover {
	background-color: #d9d9d9;
	color: #333;
}
div.flighttab1tabcontents {
	padding: 15px 20px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
	background-color: #e6e6e6;
}

.fltxt11 {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-top: 0px;
}

.fltxt11 span {
	font-weight: 600 !important;
	font-size: 16px !important;
}

.fltxt11img {
	width: 45px;
	top: 0px;
	position: relative;
}

.flightbg h3 {
	font-size: 65px !important;
	color: #fff;
	letter-spacing: 0;
	margin: 0% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
}

.greendiscount {
	color: #0b8f48;
}

.greendiscount span {
	color: #333;
}

.customflightab {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	display: none;
}

.customflightab ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.customflightab ul li {
	float: left;
	padding-right: 30px;
	letter-spacing: 0;
	font-size: 18px;
}

.customflightab ul li a {
	color: #333;
}

.fltxt12 {
	font-size: 16px;
	display: inline-block;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
}

.fltxt12 span {
	font-weight: 600;
}

.fltxt12 img {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 48px;
	box-shadow: 0 0 8px -2px #000;
}

.fltxt13 {
	/* background-color: #9e0100; */
	padding: 0 15px;
	border-radius: 30px;
	letter-spacing: 0;
	color: #fff;
	/* margin-top: -3%; */
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: 800;
	margin-top: 0px;
}

.fltxt14 {
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 600;
	margin-top: 0;
	color: #333;
	text-transform: capitalize;
	text-align: center;
}

.fltxt14 span {
	font-weight: 800;
	font-size: 20px;
}

.fltxt14 img {
	float: left;
}

.fltxt15 {
	font-size: 14px;
	letter-spacing: 0;
	color: #555555;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.fltxt15 a {
	color: #2fcdff;
}

.fltxt16 {
	letter-spacing: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
	text-align: center;
}

.fltxt17 {
	color: #057546;
	margin-top: -14px;
	font-size: 16px;
	text-align: center;
}

.fltxt18 {
	color: #555555;
	font-size: 15px;
	letter-spacing: 0;
	text-align: left;
	margin-top: 15px;
}

.fltxt18 span {
	font-weight: 800;
	font-size: 17px;
	color: #333;
}

.fltxt19 {
	/* margin-left: 7%; */
}

.minusspace {
	margin-top: 0px;
}

.flightbox2 {
	background-color: #ffccd1;
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.fltxt20 {
	color: #333;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: 800;
	margin-top: 0px;
	display: flex;
	gap: 10px;
}

.fltxt20 iconify-icon {
	color: #9e0100;
	font-size: 33px;
	position: relative;
}

.fltxt21 {
	float: right;
	text-align: center;
	background-color: #9e0100;
	padding: 9px 25px;
	border-radius: 8px;
	transition: 1s border-radius;
	min-width: 115px;
	max-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fltxt21 a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
}

.fltxt21:hover {
	transition: 1s border-radius;
	color: #fff;
}

.flightbox3 {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.fltxt22 {
	float: right;
	text-align: center;
	background-color: #000;
	padding: 10px 25px;
	border-radius: 8px;
	width: fit-content;
	transition: 1s border-radius;
	min-width: 140px;
	max-height: 48px;
}

.fltxt22 a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 20px;
}

.fltxt22:hover {
	color: #fff;
	transition: 1s border-radius;
	color: #fff;
}

.fltxt23 {
	color: #333;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: 800;
	margin-top: 0px;
}

.fltxt23 iconify-icon {
	font-size: 33px;
	position: relative;
	margin-right: 10px;
	top: 9px;
}

.fltxt23 span {
	font-weight: 400;
	font-size: 13px;
}

.flightbox4 {
	background-color: #000;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	letter-spacing: normal;
	float: left;
	width: 100%;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flightbox4 iconify-icon {
	color: #fff;
	font-size: 25px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.flightbox5 {
	border: 1px solid #d9d9d9;
	padding: 20px 20px;
	float: left;
	width: 100%;
}

.fltxt24 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-top: 24px;
	display: flex;
}

.fltxt25 {
	font-size: 12px;
	letter-spacing: 0;
	color: #333;
	margin-top: 0px;
}

.flightbookingbg {
	background-image: url(../image/flightbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 390px;
}

.flightbookingbg h3 {
	font-size: 65px !important;
	color: #fff;
	letter-spacing: 0;
	margin: 0% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
}

/*----------------------------------------Flight Search-Non Stop/Round Way-----------------------------------------*/
.fltxt26 .checkbox iconify-icon {
	position: relative;
	top: 4px;
	font-size: 18px;
}

.fltxt26 .checkbox {
	margin-bottom: 15px !important;
}

.fltxt26 input[type="checkbox"] {
	margin-top: 6px !important;
}

.selectedflightbg {
	background-color: #9e0100;
	margin-top: 60px;
	border-top: 1px solid #fff;
	bottom: 0;
	color: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	position: fixed;
	width: 100%;
	z-index: 101;
}

.fltxt27 {
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
}

.fltxt30 {
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.fltxt30 span {
	font-weight: 600;
}

.fltxt30 img {
	float: left;
	width: 40px;
	top: 0px;
	position: relative;
	height: 40px;
	object-fit: contain;
	border-radius: 40px;
	box-shadow: 0 0 8px -2px #fff;
	background: #fff;
}

.selectborderright {
	border-right: 1px solid #fff;
}

.fltxt31 {
	color: #fff;
	letter-spacing: 0;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	margin-top: 0;
}

.fltxt31 span {
	font-weight: 800;
}

.fltxt31 span iconify-icon {
	position: relative;
	top: 2px;
	font-size: 16px;
}

.fltxt32 {
	margin-top: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.fltxt32 a {
	background-color: #9e0100;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	padding: 8px 10px;
}

.fltxt32 a:hover {
	color: #fff;
}

.destinationbg {
	background-color: #04548d;
	margin-top: 30px;
	float: left;
	width: 100%;
}

.fltxt33 {
	margin: 10px 0px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0;
}

.fltxt33 span {
	font-weight: 800;
	font-size: 14px;
}

.fltxt34 iconify-icon {
	font-size: 12px;
	color: #fff;
	margin-top: 34px;
}

.flright1 {
	float: right;
}

.flrightspace1 {
	padding-left: 5%;
}

.sortbg {
	background-color: #d9d9d9;
	width: 100%;
	float: left;
}

.sortselect {
	background-color: transparent !important;
	font-size: 12px !important;
	padding: 0px !important;
	width: 100% !important;
}

.flprice2 {
	color: #333;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 15px;
}

.flprice2 span {
	font-size: 16px;
	font-weight: 800;
}

.flprice2 span iconify-icon {
	font-size: 11px;
}

.fltxt35 {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
	color: #555555;
}

.fltxt35 span {
	color: #107807;
}

.flbtn3 {
	/* font-size: 14px; */
	text-align: center;
	margin-bottom: 12px;
	margin-top: 5px;
	width: 100%;
	background-color: #9e0100;
	border-radius: 8px;
	transition: 1s border-radius;
	color: #fff;
	padding: 10px 10px;
	letter-spacing: 0;
}

.flbtn3 :hover {
	transition: 1s border-radius;
	border-radius: 40px;
	color: #fff;
}

.flbtn4 {
	/* font-size: 14px; */
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: center;
	transition: 1s border-radius;
	width: 100%;
	background-color: #fff;
	border: 2px solid #9e0100;
	color: #9e0100;
	padding: 8px 10px;
	letter-spacing: 0;
	border-radius: 8px;
}

.flbtn4 :hover {
	transition: 1s border-radius;
	border-radius: 40px;
	color: #9e0100;
}

.fltxt36 {
	font-size: 12px;
	color: #333;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 15px;
}

.fltxt36 span {
	font-weight: 600;
}

.fltxt36 img {
	float: left;
	width: 30px;
	top: 0px;
	position: relative;
}

.fltxt37 {
	margin-top: -15px;
	text-align: center;
	font-size: 11px;
}

.fltxt38 {
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
}

.flightbox6 {
	border: 3px solid #d9d9d9;
	background-color: #fff;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.flightbox6:hover {
	background-color: #ffccd1;
}

.fltxt39 {
	font-size: 13px;
	color: #333;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 15px;
}

.viewfare1 td {
	font-size: 12px !important;
	padding: 10px 5px !important;
	font-weight: 600;
	letter-spacing: 0px !important;
}

.viewfare1 iconify-icon {
	font-size: 16px;
}

.vewfareprice1 {
	font-size: 10px !important;
	color: #333 !important;
	position: relative;
	top: 1px;
}

.viewfairbookbtn1 {
	background-color: #9e0100;
	text-align: center;
	color: #fff;
	padding: 8px 5px;
	border-radius: 5px;
}

.viewfairview1 table thead tr th:nth-child(1) {
	width: 30%;
}

.viewfairview1 table thead tr th:nth-child(2) {
	width: 30%;
}

.viewfairview1 table thead tr th:nth-child(3) {
	width: 30%;
}

.viewfairview1 table thead tr th {
	font-size: 13px;
	font-weight: 600;
}

.viewfairview table tbody tr td {
	font-size: 12px;
}

ul.flighttab2 li a {
	font-size: 12px;
}

.fltxt40 {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-top: 0px;
}

.fltxt40 span {
	font-weight: 600 !important;
	font-size: 14px !important;
}

.fltxt40img {
	width: 35px;
	top: 0px;
	position: relative;
}

.fltxt41 {
	font-weight: 600;
	color: #333;
	letter-spacing: 0;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}

.fliborbottom2 {
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0px;
}

.fltxt42 {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	color: #333;
	text-transform: capitalize;
}

.fltxt42 span {
	font-weight: 800;
	font-size: 15px;
}

.fltxt43 {
	font-size: 13px;
	font-weight: 500;
	color: #555555;
}

.fltxt44 {
	font-size: 12px;
	display: inline-block;
	line-height: 1.4;
	letter-spacing: 0;
	color: #333;
	text-transform: capitalize;
	margin-top: 8px;
	margin-bottom: 20px;
	font-weight: 500;
}

.fltxt44 span {
	font-size: 14px;
	font-weight: 800;
}

.fltxt45img {
	float: left;
	width: 40px;
	height: 40px;
	object-fit: contain;
	top: 10px;
	position: relative;
	border-radius: 40px;
	box-shadow: 0 0 8px -2px #000;
	margin-right: 10px;
}

.fltxt46 {
	margin-top: 30px;
	text-align: center;
}

.fltxt47 {
	margin-top: -15px;
	text-align: center;
	font-size: 11px;
}

.viewdeatil1 {
	padding: 0px 0px 20px 0px;
}

.fltxt48 {
	color: #9e0100;
}

.fltxt49 {
	letter-spacing: 0;
	color: #333;
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 5px;
}

.fltxt49space {
	margin-top: 20px;
}

.defiltr1 {
	text-align: center;
	margin-top: 0px;
	display: flex;
}

.defiltr1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.defiltr1 ul li {
	float: left;
	border: 1px solid #d9d9d9;
	margin-right: 5px;
	font-size: 12px;
	padding: 5px 6px;
	color: #555555;
	font-weight: 500;
	width: 40%;
}

.defiltr1 ul li a span {
	font-weight: 800;
}

.defiltr1 ul li a {
	color: #555555;
}

.defiltr1 ul li a iconify-icon {
	font-size: 30px;
}

.defiltr1icon {
	font-size: 10px !important;
}

.defiltr1 ul li:nth-child(2) {
	margin-left: 15px;
}

.defiltr1 ul li:nth-child(4) {
	margin-left: 15px;
	margin-top: 10px;
}

.defiltr1 ul li:nth-child(3) {
	margin-top: 10px;
}

.fltxt50 span {
	float: right;
}

.fltxt50 label {
	color: #333 !important;
	letter-spacing: 0;
	margin-top: 5px !important;
	font-size: 14px;
}

.fltxt50 iconify-icon {
	font-size: 12px;
}

.fltxt50 .checkbox {
	width: 100%;
	display: grid;
}

.myxtraaccordion {
	background-color: #d9d9d9 !important;
	padding: 15px 15px !important;
}

.fltxt51 {
	background-color: #9e0100;
	font-weight: 800;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	border-radius: 20px 0px 0px 20px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	right: 0%;
	z-index: 9;
}

.flipricespace {
	margin-top: 0;
	text-align: center;
}

.fliborright1 {
	border-right: 1px solid #d9d9d9;
	height: 100%;
	padding-top: 15px !important;
}

.xtrabordertab tr {
	border-bottom: 1px solid #d9d9d9;
}

.bookingbox3 {
	border: 1px solid #d9d9d9;
	padding: 20px 0px 20px 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
}

.bookingbox4 {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding: 15px 0px 15px 0px;
	display: flex;
}

.fltxt52 {
	background-color: #ffccd1;
	margin: 0px auto;
	border-radius: 30px;
	padding: 20px 30px;
	color: #333;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 20px;
	text-align: center;
}

.infohide {
	display: none;
}

.infohide iconify-icon {
	color: #ffccd1;
	position: absolute;
	top: -11px;
	margin: 0px auto;
	left: 45%;
	transform: rotate(180deg);
}

.flightpops {
	position: absolute;
	left: 45%;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	top: 31%;
	padding: 0px;
	line-height: 1px;
}

.flightpops iconify-icon {
	color: #037c00;
	font-size: 18px;
}

.flightpops:hover + .infohide {
	display: block;
	position: absolute;
	top: 42px;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
	background-color: #ffccd1;
	width: 90%;
}

.fltxt53 {
	margin-top: 46px;
	text-align: center;
}

.fltxt54 {
	margin-top: -2px;
	text-align: center;
}

.fltxt55 {
	width: 100%;
	margin: -6px auto 0px auto;
}

.fltxt52 {
	background-color: #ffccd1;
	margin: 0px auto;
	border-radius: 30px;
	padding: 10px 20px;
	color: #333;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}

.infohide1 {
	display: none;
}

.infohide1 iconify-icon {
	color: #fff;
	position: absolute;
	bottom: -8px;
	margin: 0px auto;
	left: 45%;
}

.flightpops1 {
	position: absolute;
	left: 45%;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	top: 43%;
	padding: 0px;
	line-height: 1px;
}

.flightpops1 iconify-icon {
	color: #037c00;
	font-size: 15px;
}

.flightpops1:hover + .infohide1 {
	display: block;
	position: absolute;
	top: -70%;
	padding: 5px 5px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
	background-color: #fff;
	width: 80%;
	border: 1px solid #ddd;
}

.fltxt56 {
	margin-top: 11px;
	text-align: center;
	font-size: 11px;
}

.fltxt57 {
	margin-top: -2px;
	text-align: center;
	font-size: 10px;
}

.fltxt58 {
	background-color: #d9d9d9;
	position: relative;
	left: -1.5%;
	margin-top: 0.5%;
	float: left;
	font-weight: 800;
	color: #333;
	font-size: 17px;
	letter-spacing: 0;
	border-radius: 0px 20px 20px 0px;
	padding: 5px 10px;
}

.fltxt59 {
	font-weight: 800;
	margin-top: 10px;
	color: #333;
	margin-left: 7%;
	letter-spacing: 0;
	font-size: 18px;
	text-transform: capitalize;
}

.flightpaybtn {
	/* border: 2px solid #fff !important; */
	background-color: #9e0100 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin-top: 20px !important;
	width: fit-content;
	letter-spacing: 0;
	border-radius: 25px !important;
	transition: 1s border-radius;
	padding: 9px 25px !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	margin: 0 auto !important;
}

.flightpaybtn:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.pd-5 {
	padding: 0px 5px !important;
}
.pd-left-5 {
	padding-left: 5px !important;
}
/*----------------------------------------Serach Hotel-----------------------------------------*/
.hotelbg {
	/* background-image: url(../image/img6.png); */
	background-size: 100% 100vh;
	background-repeat: no-repeat;
	height: auto;
	padding: 0 !important;
}

.hotelbannerimg {
	position: absolute;
	margin-top: -12%;
}

.searchdateicon1 {
	position: absolute;
	right: 7%;
	font-size: 17px;
	top: 59%;
	z-index: 9;
	background-color: #fff;
}

.hotelintrstbg {
	margin-top: 50px;
	height: 610px;
	padding-top: 10px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../image/hotelintrstbg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.hotelintrstbg h4 {
	font-size: 15px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 115px 0px 0px 0px !important;
	text-align: left;
}

.hotelintrstbg h2 {
	/*font-family: "krub";*/
	font-size: 55px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
	text-align: left;
	line-height: 1;
}

.hotelintrstbg p {
	color: #666 !important;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.hotelintrstbg .radio {
	text-align: left;
	margin: 10px 0px !important;
}

.hotelbox {
	background-image: url(../image/hotel1.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.hotelbox:hover {
	filter: grayscale(60%);
}

.hotelboxtxt {
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px 10px 3px 10px;
	margin-top: 53%;
	width: 100%;
}

.hotelboxtxt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0;
	color: #000;
}

.hotelboxtxt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.hotelsecbg1 {
	background-color: #fbfbfb;
	text-align: center;
	padding-bottom: 60px;
	margin-top: 80px;
}

.hotelsecbg1 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.hotelsecbg1 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.hotelsecbg2 {
	text-align: center;
	margin-top: 0;
}

.hotelsecbg2 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.hotelsecbg2 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.hotelsecbg3 {
	text-align: center;
	margin-top: 40px;
}

.hotelsecbg3 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.hotelsecbg3 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.hotelbox1 {
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.hotelbox1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.hotelbox1 ul li {
	float: left;
	width: 19%;
	border-radius: 20px 0px;
	margin: 20px 0.5%;
	line-height: 1.3;
	padding: 30px 10px 10px 10px;
}

.hotelbox1 ul li img {
	float: left;
	position: relative;
	margin-right: 8px;
	margin-top: -14px;
}

.hotelbox1 ul li:nth-child(1) {
	background-color: #ffacc0;
}

.hotelbox1 ul li:nth-child(2) {
	background-color: #f2c1fe;
}

.hotelbox1 ul li:nth-child(3) {
	background-color: #ffeab4;
}

.hotelbox1 ul li:nth-child(4) {
	background-color: #b5c1ff;
}

.hotelbox1 ul li:nth-child(5) {
	background-color: #d1ffe0;
}

.hotelbox2 {
	background-image: url(../image/hotel2.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.hotelbox2:hover {
	filter: grayscale(60%);
}

.hotelbox2txt {
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: 115%;
	width: 100%;
}

.hotelbox2txt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

.hotelbox2txt p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.hideroom {
	background-color: #f5f5f5;
	z-index: 999;
	border: #d9d9d9 1px solid;
	padding: 5px 0px 10px 0px;
	float: left;
	width: 100%;
	position: absolute;
}

.hideroom h6 {
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	font-weight: 800;
}

.hideroom-control {
	border: 1px solid #d6d6d6 !important;
	height: 42px !important;
	font-size: 13px !important;
	letter-spacing: 0;
	border-radius: 1px !important;
	padding: 5px 5px !important;
	margin-top: 5px;
	width: 100%;
}

.roomadd {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.roomadd a {
	color: #00a61b;
	letter-spacing: 0;
	font-weight: 800;
	font-size: 14px;
}

.roomremove {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	border-left: 1px solid #ddd;
}

.roomremove a {
	color: #9e0100;
	letter-spacing: 0;
	font-weight: 800;
	font-size: 14px;
}

.roomsubmit {
	background-color: #000;
	color: #fff;
	border-radius: 20px !important;
	width: 100%;
	letter-spacing: 0;
	text-align: center;
	font-size: 14px !important;
	font-weight: 800;
}

.star1 {
	color: #ffc700;
	top: 5px;
	font-size: 20px;
	margin: 0px 5px;
	position: relative;
}

.disbtm {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 30px;
}

.setpossiprice1 {
	padding: 0px !important;
	margin-top: 20px;
}

.setpossiprice1 label {
	font-weight: 800 !important;
	font-size: 14px !important;
	color: #333 !important;
	letter-spacing: 0;
	position: absolute;
	top: -10px;
	left: 8px;
}

.setpossiprice1 iconify-icon {
	position: absolute;
	left: 6px;
	font-size: 14px;
	font-weight: 800;
	top: 26px;
}

.setpossiprice1 input {
	height: 50px !important;
	padding-top: 23px;
	padding-left: 18px;
}

.setpossiprice2 {
	margin-top: 20px;
}

.setpossiprice2 label {
	font-weight: 800 !important;
	font-size: 14px !important;
	color: #333 !important;
	letter-spacing: 0;
	position: absolute;
	top: -10px;
	left: 21px;
}

.setpossiprice2 iconify-icon {
	position: absolute;
	left: 19px;
	font-size: 14px;
	font-weight: 800;
	top: 26px;
}

.setpossiprice2 input {
	height: 50px !important;
	padding-top: 23px;
	padding-left: 18px;
}

.pactxt5 select {
	float: left;
	height: 55px !important;
	border-left: 0px !important;
}

.hotellistbox1 {
	border: 1px solid #d9d9d9;
	padding: 0;
	margin-top: 25px;
	float: left;
	width: 100%;
	border-radius: 30px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
}

.hotellistimg {
	border-radius: 30px;
}

.titlestardif {
	display: inline-block;
}

.hotellisttitle {
	/*font-family: "Krub" !important;*/
	font-weight: 800;
	color: #333;
	font-size: 24px;
	letter-spacing: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px !important;
	margin-top: 5px !important;
}

.hoteldetailstar {
	color: #ffc700;
	top: 12px;
	font-size: 24px;
	margin: 0px 0px;
	position: relative;
}

.hotelborderleft1 {
	text-align: right;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	justify-content: center;
	gap: 10px;
}

.hotellistprice {
	color: #555555;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.3;
	padding-top: 0;
}

.hotellistprice span {
	font-size: 20px;
	font-weight: 800;
}

.hotellistprice span iconify-icon {
	font-size: 16px;
}

.hotelistbtn {
	font-size: 14px;
	margin-top: 0;
	display: flex;
	width: 100%;
}

.hotelistbtn a {
	background-color: #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
}

.hotelistbtn a:hover,
.hotelistbtn a:focus {
	transition: 1s border-radius;
	color: #fff !important;
	font-weight: 600;
}

.hotellisttxt1 {
	font-size: 14px;
	letter-spacing: 0;
	color: #555555;
	font-weight: 600;
	margin-top: 10px;
	display: flex;
	align-items: start;
	gap: 8px;
}

.hotellisttxt1 iconify-icon {
	position: relative;
	top: 0;
	font-size: 20px;
}

.hotellisttxt2 {
	color: #007a56;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
	margin-top: 10px;
}

.hotellisttxt2 iconify-icon {
	position: relative;
	top: 2px;
	font-size: 16px;
	margin-right: 3px;
}

.hotellisttxt3 {
	font-size: 13px;
	letter-spacing: 0;
	color: #555555;
	line-height: 1.4;
	margin-top: 15px;
}

.titlestardif1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotellisttitle1 {
	/*font-family: "Krub" !important;*/
	font-weight: 800;
	color: #333;
	font-size: 48px;
	letter-spacing: 0;
	float: left;
	margin-right: 16px;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
}

.titlestardif1 div {
	float: left;
}

.hoteldetailstar1 {
	color: #ffc700;
	top: 12px;
	font-size: 24px;
	margin: 0px 0px;
	position: relative;
}

.hotellisttxt4 {
	font-size: 15px;
	letter-spacing: 0;
	color: #333;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 10px;
	display: flex;
	align-items: start;
	gap: 4px;
}

.hotellisttxt4 iconify-icon {
	position: relative;
	font-size: 20px;
}

.rateSummaryModel {
	width: 400px !important;
}
.rateSummaryModel iconify-icon {
	margin-top: 0px;
	font-size: 13px;
}
.rateSummaryModel .visa-enquiry-total {
	border-top: 1px solid #000;
	margin: 8px 0px;
}
/*----------------------------------------Hotel List-----------------------------------------*/


.displayimage {
	display: inline-flex;
	width: 100%;
	gap: 5px;
}

.displayimage div:nth-child(2) {
	width: 79%;
}

.displayimage div:nth-child(3) {
	width: 39%;
}

.displayimage div:nth-child(4) {
	width: 39%;
}

.displayimage div img:nth-child(2) {
}

.opengallery {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.opengallery a {
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px;
	font-weight: 800;
	font-size: 12px;
	padding: 5px 5px;
	color: #333;
	letter-spacing: 0;
}

.hotellisttxt5 {
	color: #333;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 800;
}

.hotellisttxt5 span {
	font-weight: 500;
	font-size: 14px;
}

.hotellisttxt5 iconify-icon {
	color: #333;
	font-size: 14px;
	position: relative;
	top: 2px;
	right: 2px;
}

.hotellisttxt6 {
	border-bottom: 1px dashed #777777;
	margin: 15px 0px 15px 0px;
}

.hotelborderleft2 {
	border-left: 1px solid #d9d9d9;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
}

.hotellistprice1 {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.3;
	padding-top: 0px;
}

.hotellistprice1 span {
	font-size: 28px;
	font-weight: 900;
}

.hotellistprice1 span iconify-icon {
	font-size: 18px;
}

.hotelistbtn1 {
	font-size: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.hotelistbtn1 a {
	background-color: #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 0;
	min-width: 180px;
}

.hotelistbtn1 a:hover,
.hotelistbtn1 a:focus {
	transition: 1s border-radius;
	color: #fff;
	font-weight: 700;
}

.hotellisttxt7 {
	color: #007a56;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 0px;
	font-weight: 600;
}

.hotellisttxt7 iconify-icon {
	position: relative;
	top: 2px;
	font-size: 16px;
	margin-right: 3px;
}

.pactabdiv {
	width: 51% !important;
}

.roomdetailstable .table thead tr {
	background-color: #9e010024;
	letter-spacing: 0;
}

.roomdetailstable .table thead tr th {
	border-right: 1px solid #d9d9d9;
	color: #9e0100;
	font-size: 16px;
	font-weight: 800;
	min-width: 550px;
	border-left: 1px solid #d9d9d9;
}

.roomdetailstable .table tbody {
	border: 1px solid #d9d9d9;
}

.roomdetailstable .table tbody tr td {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	color: #555555;
	vertical-align: top !important;
}

.roomdetailstable .table thead tr th:nth-child(1) {
	min-width: 469px;
}

/* .roomdetailstable .table tbody tr td iconify-icon {
	margin-top: 10px;
	font-size: 18px;
} */

.roomdetailstable h6 {
	font-weight: 800;
	color: #333;
	font-size: 15px;
	margin: 10px 0px 0px 0px !important;
}

.hoteldiv1 {
	margin-top: 5px;
}

.hoteldiv1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.6;
}

.hoteldiv1 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
}

.hoteldiv1 ul li iconify-icon {
	font-size: 15px !important;
	color: #333;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.hoteldiv2 {
	margin-top: 15px;
	display: flex;
	width: 75%;
}

.hoteldiv2 ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style: disc;
	line-height: 1.6;
}

.hoteldiv2 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	float: left;
	padding-right: 25px;
}

.hoteldiv2 ul li a {
	color: #1c78e5;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
}

.hoteldiv3 {
	margin-top: 8px;
}

.hoteldiv3 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: 2;
}

.hoteldiv3 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
}

.hoteldiv3 ul li::before {
	content: "\2713";
	color: #555555;
	font-size: 14px;
	margin-right: 5px;
}

.hoteldiv3 ul li span {
	color: #007a56;
	font-size: 14px;
	font-weight: 500;
}

.hoteldivider {
	border-bottom: 1px solid #d9d9d9;
	margin: 40px 0px 20px 0px;
}

.hotelrooprice {
	color: #555555;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.3;
	padding-top: 0px;
}

.hotelrooprice span {
	font-size: 20px !important;
	font-weight: 900 !important;
}

.hotelrooprice span iconify-icon {
	font-size: 14px !important;
}

.hotelroombtn {
	font-size: 15px;
	text-align: left;
	display: flex;
	margin-top: 16px;
}

.hotelroombtn a {
	background-color: #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 0;
	min-width: 140px;
	text-align: center;
}

.hotelroombtn a:hover {
	transition: 1s border-radius;
	color: #fff;
	font-weight: 600;
}

.hotelrate {
	margin-top: 10px;
}

.hotelrate a {
	color: #9e0100;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
}

.hidden-content {
	display: none;
	margin: 0px !important;
}

.hotellink {
	margin-top: 5px;
	width: 100%;
	display: flex;
}

.hotellink a {
	color: #1c78e5 !important;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0;
}

.opengallery1 {
	position: absolute;
}

.opengallery1 a {
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px;
	font-weight: 800;
	font-size: 10px;
	padding: 5px 5px;
	color: #333;
	letter-spacing: 0;
}

.hotellisttxt8 {
	color: #555555;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 50%;
}

.hotellisttxt8 span {
	color: #333;
	font-weight: 800;
	font-size: 32px !important;
}

.hotellisttxt8 span iconify-icon {
	font-size: 24px !important;
}

.roomdetailstable1 .table thead tr {
	background-color: #d9d9d9;
	letter-spacing: 0;
}

.roomdetailstable1 .table thead tr th {
	border-right: 1px solid #aeaeae;
	color: #333;
	font-size: 15px;
	font-weight: 800;
}

.roomdetailstable1 .table tbody {
	border: 1px solid #d9d9d9;
}

.roomdetailstable1 .table tbody tr td {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	color: #555555;
	vertical-align: top !important;
}

.roomdetailstable1 .table thead tr th:nth-child(1) {
	width: 33%;
}

.roomdetailstable1 .table thead tr th:nth-child(3) {
	width: 20%;
}

.roomdetailstable1 .table thead tr th:nth-child(4) {
	width: 11%;
}

.roomdetailstable1 .table tbody tr td iconify-icon {
	margin-top: 10px;
	font-size: 18px;
}

.roomdetailstable1 h6 {
	font-weight: 800;
	color: #333;
	font-size: 15px;
	margin: 10px 0px 0px 0px !important;
}

.hotellisttxt9 {
	color: #555555;
	letter-spacing: 0;
	font-size: 14px;
	margin-top: 10px;
}

.hotellisttxt10 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #9e0100;
}

.hotellisttxt10 a {
	color: #9e0100;
	font-size: 18px;
	font-weight: 600;
}

.mywidmodel1 {
	width: 75% !important;
	margin-top: 2% !important;
}

.hotellisttxt11 {
	margin-top: 10px;
	text-align: left;
}

.hotellisttxt11 ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style: disc;
	line-height: 2.2;
}

.hotellisttxt11 ul li {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
}

.hotellisttxt12 {
	font-size: 22px;
	text-align: left;
	letter-spacing: 0;
	color: #333;
	font-weight: 800;
	margin: 0px 0px 0px 0px !important;
}

ul.hotelgallery {
	margin: 5px auto 0px auto;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	position: relative;
	width: 100%;
}
ul.hotelgallery li {
	display: inline;
	margin: 0;
	margin-right: 0px;
	text-align: left;
}
ul.hotelgallery li a {
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 3px;
	color: #333;
	outline: none;
}

ul.hotelgallery li a img {
	width: 150px;
}

ul.hotelgallery li a:hover {
	opacity: 0.5;
}
ul.hotelgallery li.selected a,
ul.hotelgallery li.selected a:hover {
	opacity: 0.5;
}
div.hotelgallerytabcontents {
	padding: 0;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.mywidmodel1 .modal-body .close {
	top: 20px !important;
	right: 20px !important;
	width: 20px;
}

.opengallery-info {
	max-height: 680px;
	overflow-y: auto;
}

#hotelcancel .mywidmodel3{
	width: 40% !important;
}
#hotelcancel button{
	margin-bottom: 20px;
}
/*----------------------------------------Hotel Booking-----------------------------------------*/
.hboodkintxt1 {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	text-transform: capitalize;
	margin-top: 5px;
}

.hboodkintxt2 {
	float: left;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
}

.hboodkintxt2 span {
	font-weight: 800;
	font-size: 14px;
}

.hboodkintxt3 {
	float: right;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	text-align: right;
}

.hboodkintxt3 span {
	font-weight: 800;
	font-size: 14px;
}

.hboodkintxt4 {
	letter-spacing: 0;
	font-weight: 800;
	margin: 5px 15px;
	color: #333;
	font-size: 14px;
}

.bookingspace1 {
	margin-top: 10px;
}

.hboodkintxt5 {
	background-color: #9e0100;
	font-weight: 600;
	margin-top: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	padding: 15px 15px;
}

.hboodkintxt5 span {
	float: right;
	font-weight: 800;
	font-size: 22px;
	position: relative;
	top: -3px;
}

.hboodkintxt5 span iconify-icon {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.hboodkintxt6 {
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0;
	color: #333;
	margin-top: 10px;
}

.promocode {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 20px;
}

.promocode label {
	color: #333 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0;
}

.promocode input {
	float: left;
	width: 75% !important;
	border-radius: 10px 0 0 10px !important;
	border-right: none;
}

.promocode button {
	float: right;
	width: 25% !important;
	font-size: 16px !important;
	padding: 11px 10px !important;
	margin-top: -2px;
	border-radius: 0px 10px 10px 0 !important;
	border: none !important;
	margin: 0;
}

ul.hotelbookingtab {
	display: flex;
	float: left;
	letter-spacing: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
	z-index: 9;
	padding: 0px;
	position: relative;
	width: 100%;
}
ul.hotelbookingtab li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.hotelbookingtab li a {
	font-size: 18px;
	text-decoration: none;
	position: relative;
	padding: 0px 50px 0px 0px;
	color: #333;
	outline: none;
}

ul.hotelbookingtab li a:hover {
	color: #9e0100;
}
ul.hotelbookingtab li.selected a,
ul.hotelbookingtab li.selected a:hover {
	color: #9e0100;
}
div.hotelbookingtabtabcontents {
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.hboodkintxt7 {
	background-color: #9e010024;
	margin-top: 0;
	padding: 20px;
	font-weight: 800;
	color: #9e0100;
	letter-spacing: 0;
	font-size: 20px;
}

.hotelbox3 {
	border: 1px solid #d9d9d9;
	float: left;
	width: 100%;
	padding: 15px 0;
}

.hboodkintxt8 {
	display: inline-block;
	width: 100%;
}

.hboodkintxt9 {
	/*font-family: "Krub" !important;*/
	font-weight: 800;
	color: #333;
	font-size: 24px;
	letter-spacing: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px !important;
	margin-top: 10px !important;
}

.hboodkintxt8 div {
	float: right;
	margin-top: 10px;
}

.hboodkintxt10 {
	color: #ffc700;
	top: 12px;
	font-size: 24px;
	margin: 0px 0px;
	position: relative;
}

.hboodkintxt11 {
	font-size: 14px;
	letter-spacing: 0;
	color: #333;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hboodkintxt11 iconify-icon {
	position: relative;
	font-size: 20px;
}

.hboodkintxt12 {
	font-size: 16px;
	border-radius: 10px 0px;
	padding: 5px 8px;
	margin-top: 20px;
	background-color: #031420;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.hboodkintxt13 {
	color: #333;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 15px;
}

.hboodkintxt13 span {
	font-weight: 600;
}

.hboodkintxt13 span span {
	font-size: 20px;
	font-weight: 800;
}

.hboodkintxt14 {
	font-weight: 800;
	letter-spacing: 0;
	font-size: 20px;
	color: #333;
	padding-left: 15px;
}

.hboodkintxt15 {
	margin-top: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.hboodkintxt15 ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style: 0px;
	line-height: 1.8;
}

.hboodkintxt15 ul li {
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
}

.hotelbookingtable table {
	margin-top: 0px !important;
}

.hotelbookingtable table thead tr {
	background-color: transparent !important;
}

.hotelbookingtable table thead tr th {
	color: #333;
	padding-left: 15px !important;
	white-space: nowrap;
}

.hotelbookingtable table thead tr th:nth-child(1) {
	width: 15%;
}

.hotelbookingtable table thead tr th:nth-child(2) {
	width: 20%;
}

.hotelbookingtable table thead tr th:nth-child(3) {
	width: 20%;
}

.hotelbookingtable table tr td {
	vertical-align: top !important;
	padding-left: 15px !important;
}

.hboodkintxt16 {
	background-color: #000;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0;
	float: left;
	width: 100%;
	padding: 20px 20px;
}

.hboodkintxt16 iconify-icon {
	color: #fff;
	font-size: 25px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.hboodkintxt17 {
	border: 1px solid #d9d9d9;
	float: left;
	width: 100%;
}

.hboodkintxt18 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-top: 24px;
}

.hboodkintxt19 {
	font-size: 12px;
	letter-spacing: 0;
	color: #333;
	margin-top: 0px;
}

.hboodkintxt20 {
	font-size: 24px;
	letter-spacing: 0;
	color: #333;
	font-weight: 800;
	margin-top: 20px;
}

.hboodkintxt20 iconify-icon {
	font-size: 20px;
}

.hboodkintxt21 {
	border: 2px solid #fff !important;
	background-color: #9e0100 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	margin-top: 0 !important;
	width: 100% !important;
	letter-spacing: 0;
	border-radius: 25px !important;
	transition: 1s border-radius;
	padding: 12px 25px !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.28);
}

.hboodkintxt21:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.hboodkintxt22 {
	border: 2px solid #9e0100 !important;
	background-color: #fff !important;
	color: #9e0100 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	margin-top: 0 !important;
	width: 100% !important;
	letter-spacing: 0;
	border-radius: 25px !important;
	transition: 1s border-radius;
	padding: 12px 25px !important;
}

.hboodkintxt22:hover {
	border-radius: 60px;
	transition: 1s border-radius;
}

.hboodkintxt23 {
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
}

.hboodkintxt24 {
	color: #9e0100;
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 20px;
}

.hboodkintxt25 {
	color: #555555;
	letter-spacing: 0;
	font-size: 15px;
	margin-top: 15px;
}

.hboodkintxt25 span {
	font-weight: 800;
	color: #333;
}

.hboodkintxt26 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	margin-top: 10px;
}

.hboodkintxt26 span {
	font-weight: 800;
}

/*----------------------------------------Hotel Confirmed Booking-----------------------------------------*/
.cnfrmbooingtxt1 {
	border: 1px solid #d9d9d9;
	padding: 15px 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
}

.cnfrmbooingtxt2 {
	font-weight: 800;
	color: #333;
	letter-spacing: 0;
	font-size: 22px;
}

.cnfrmbooingtxt3 {
	color: #ffc700;
	top: 0px;
	float: right;
	font-size: 24px;
	margin: 0px 0px;
	position: relative;
}

.cnfrmbooingtxt4 {
	font-size: 15px;
	letter-spacing: 0;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cnfrmbooingtxt4 iconify-icon {
	position: relative;
	top: 2px;
	font-size: 16px;
}

.cnfrmbooingtxt5 {
	color: #333;
	font-weight: 500;
	margin-top: 0px;
	font-size: 14px;
	letter-spacing: 0;
}

.cnfrmbooingtxt5 iconify-icon {
	position: relative;
	top: 4px;
	font-size: 16px;
}

.cnfrmbooingtxt6 {
	color: #333;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
}

.cnfrmbooingtxt6 span {
	font-weight: 600;
}

.cnfrmbooingtxt6 span span {
	font-size: 20px;
	font-weight: 800;
}

.cnfrmbooingtxt7 {
	font-size: 16px;
	border-radius: 10px 0px;
	padding: 5px 8px;
	margin-top: 40px;
	background-color: #031420;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.cnfrmbooingtxt8 {
	color: #333;
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 15px;
	text-align: left;
}

.cnfrmbooingtxt8 span {
	font-weight: 800;
}

.cnfrmbooingtxt9 {
	font-size: 33px;
	letter-spacing: 0;
	color: #333;
	margin-top: 26px;
	font-weight: 800;
}

.cnfrmbooingtxt10 {
	border: 1px solid #d9d9d9;
	padding: 20px 0px;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.cnfrmbooingtxt11 {
	color: #333;
	letter-spacing: 0;
	font-size: 16px;
}

.cnfrmbooingtxt11 span {
	margin-left: 10%;
}

.cnfrmbooingtxt11 iconify-icon {
	font-size: 20px;
	position: relative;
	top: 4px;
}

.cnfrmbooingtxt12 {
	color: #333;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 0px;
}

.cnfrmbooingtxt12 span {
	font-weight: 600;
}

.cnfrmbooingtxt12 span span {
	font-size: 20px;
	font-weight: 800;
}

.cnfrmbooingtxt13 {
	font-size: 17px;
	letter-spacing: 0;
	color: #333;
	line-height: 1.5;
}

.cnfrmbooingtxt13 span {
	font-weight: 800;
}

.cnfrmbooingtxt14 {
	font-size: 17px;
	letter-spacing: 0;
	color: #333;
	line-height: 2.1;
}

.cnfrmbooingtxt14 span {
	font-weight: 800;
}

.cnfrmbooingtxt15 {
	border-bottom: 1px dashed #333;
	margin: 40px 0px 0px 0px;
}

.cnfrmbooingtxt16 {
	color: #9e0100;
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 5px;
}

/*----------------------------------------Dashboard-----------------------------------------*/
.menuwallettxt {
	background-color: #fff !important;
	color: #9e0100 !important;
	padding: 5px 10px !important;
	border-radius: 20px;
	font-size: 14px !important;
	font-weight: 600;
	transition: 1s border-radius;
	line-height: 1.3;
	margin-top: -9px;
}

.menuwallettxt iconify-icon {
	font-size: 12px;
	position: relative;
	top: 1px !important;
}

ul.dashboardtab {
	margin: 0px 0px 30px 0px;
	list-style-type: none;
	text-align: left;
	z-index: 9;
	padding: 20px 0;
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}
ul.dashboardtab li {
	margin: 0;
	margin-right: 0px;
}
ul.dashboardtab li a {
	font-size: 18px;
	padding: 15px 10px;
	background-color: #ffffff;
	border-bottom: 1px dashed #999999;
	text-decoration: none;
	display: flex;
	position: relative;
	color: #333;
	outline: none;
	align-items: center;
	gap: 8px;
}

ul.dashboardtab li a iconify-icon {
	font-size: 27px;
	margin: -1px 10px 0px 6px;
	color: #9e0100;
}

ul.dashboardtab li a:hover {
	color: #333;
	background-color: #ffccd1;
}
ul.dashboardtab li.selected a,
ul.dashboardtab li.selected a:hover {
	background-color: #ffccd1;
}

div.dashboardtabtabcontents {
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

.dashboardbox1 {
	border: 1px solid #d9d9d9;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.maindashtxt1 {
	font-weight: 800;
	letter-spacing: 0;
	font-size: 33px;
	margin-top: 15px;
}

.maindashtxt1 span {
	font-weight: 400;
}

.maindashtxt2 {
	border-bottom: 1px dashed #999;
	margin: 20px 0px 20px 0px;
	width: 100%;
}

.maindashtxt3 {
	display: flex;
}

.maindashtxt3 a {
	background-color: #9e0100;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	padding: 10px 25px;
	width: 100%;
	min-width: 170px;
	text-align: center;
}

.maindashtxt4 {
	font-size: 16px;
	border-radius: 10px 0px;
	padding: 5px 8px;
	margin-top: 30px;
	background-color: #031420;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	position: relative;
	left: -39%;
}

.dashwallettable .table {
	border: 1px solid #d9d9d9;
	margin: 0;
}

.dashwallettable .table thead tr {
	background-color: #fff;
}

.dashwallettable .table thead tr th {
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}

.maindashtxt5 {
	font-size: 15px;
	color: #555555;
	/* margin-top: 30px; */
	text-align: right;
}

.maindashtxt5 iconify-icon {
	position: relative;
	top: 0px;
	font-size: 11px;
}

.maindashtxt6 {
	/* margin-top: 21px; */
	float: right;
}

.maindashtxt6 a {
	background-color: #9e0100;
	padding: 10px 10px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0;
	border-radius: 8px;
}

.maindashtxt7 {
	margin-top: 5%;
	float: right;
}

.maindashtxt7 a {
	background-color: #056013;
	padding: 5px 15px;
	color: #fff;
	border-radius: 10px 0px;
	font-size: 16px;
	letter-spacing: 0;
}

.maindashtxt7 a iconify-icon {
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 3px;
}

.maindashtxt8 {
	color: #056013;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: right;
}

.maindashtxt8 a {
	color: #056013;
}

.maindashtxt9 {
	width: 33% !important;
}

/*----------------------------------------View Page For Every Budget-----------------------------------------*/
.budgetpacbox {
	margin-top: 20px;
}

.budgetpacbox img {
	border-radius: 20px 0px;
}

.budgetpacbox div {
	position: absolute;
	bottom: 3%;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	width: 88%;
	margin: 0px auto;
	left: 6%;
}

.budgetpacbox h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

.budgetpacbox p {
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#border-pagination {
	margin: 50px 0px;
	display: flex;
	width: 100%;
}

#border-pagination ul {
	margin: 0px auto;
	padding: 0;
	text-align: center;
}
#border-pagination li {
	display: inline;
}
#border-pagination li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 800;
	padding: 10px 15px;
	border: 1px solid #ddd;
	float: left;
}
#border-pagination li a {
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
	color: #000;
}
#border-pagination li a.active {
	background-color: #d9d9d9;
	border-radius: 0px !important;
	color: #000 !important;
}
#border-pagination li a:hover:not(.active) {
	background: #d9d9d9;
}

#border-pagination li iconify-icon {
	font-size: 22px;
}

.arrowpagination {
	padding: 9px 9px 4px 9px !important;
}

ul.seasontab {
	padding: 18px 0px;
	letter-spacing: 0;
	font-size: 0;
	margin: 30px auto 0px auto;
	list-style-type: none;
	text-align: left;
	z-index: 99;
	position: relative;
	background-color: #fbfbfb;
	border-radius: 30px;
	border: 1px solid #ded9d9;
	width: 100%;
}
ul.seasontab li {
	display: inline;
	margin: 0;
	margin-right: 0px;
}
ul.seasontab li a {
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 20px 30px;
	color: #333;
	outline: none;
	border-radius: 30px;
	font-weight: 500;
}

ul.seasontab li a:hover {
	background-color: #9e0100;
	color: #fff;
}
ul.seasontab li.selected a,
ul.seasontab li.selected a:hover {
	background-color: #9e0100;
	color: #fff;
}
div.sec3tabcontents {
	padding: 0px 0px;
	float: left;
	width: 100%;
	z-index: 9;
	position: relative;
}

/*-----------------------------------------Visa-----------------------------------------*/
.visabantxt {
	margin-top: 10%;
}

.visabantxt h2 {
	/*font-family: "krub";*/
	font-size: 48px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 600;
	line-height: 1.5 !important;
	margin: 10px 0px 0px 0px !important;
}

.visabantxt h2 span {
	font-size: 55px;
}

.visabox1 {
	width: 80%;
	margin: 30px auto 50px auto;
	display: flex;
}

.visabox1 ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.visabox1 ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* border: 1px solid #ffccd1; */
	border: 1px solid #9e0100;
	border-radius: 8px;
	padding: 32px 32px;
}

.visabox1 ul li span {
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	padding: 5px 10px;
	position: relative;
	top: 20px;
}

.visabox1 ul li div {
	margin-top: 32px;
	/*font-family: "krub";*/
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.visaboxspan1 {
	background-color: #ff6b00;
}
.visaboxspan2 {
	background-color: #26bfa6;
}
.visaboxspan3 {
	background-color: #23a8fe;
}

.visasection2 {
	background-color: #fbfbfb;
	padding-top: 10px;
	letter-spacing: 0;
	padding-bottom: 50px;
	text-align: center;
}

.visasection2 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.visasection2 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.visasection3 {
	margin-top: 10px;
	letter-spacing: 0;
	padding-bottom: 50px;
	text-align: center;
}

.visasection3 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.visasection3 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.visasection4 {
	text-align: center;
	margin-top: 10px;
}

.visasection4 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.visasection4 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.visabox2 {
	background-image: url(../image/visaimg3.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
}

.visabox2:hover {
	filter: grayscale(60%);
}

.visabox2txt {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px 10px 3px 10px;
	margin-top: 40%;
	width: 100%;
}

.visabox2txt h6 {
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

.visabox2txt p {
	font-size: 14px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}

.visabox2txt p span {
	color: #9e0100;
	font-size: 16px;
	font-weight: 800;
}

.visabox2txt p iconify-icon {
	color: #9e0100;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.visasection5 {
	background-color: #fbfbfb;
	margin-top: 60px;
	letter-spacing: 0;
	text-align: center;
}

.visasection5 h4 {
	font-size: 18px !important;
	color: #9e0100;
	font-weight: 600;
	margin: 40px 0px 0px 0px !important;
}

.visasection5 h2 {
	/*font-family: "krub";*/
	font-size: 42px !important;
	font-weight: 800;
	color: #000000;
	margin: 8px 0px 8px 0px !important;
}

.visaxtratabwidth {
	width: 36% !important;
}

.visabox3 {
	background-image: url(../image/img4.png);
	margin-top: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 10px;
	border-radius: 20px 0px;
	position: relative;
	transition: transform 0.3s;
	min-height: 360px;
	display: flex;
	flex-direction: column;
}

.visabox3:hover {
	filter: grayscale(60%);
}

.visaboxnumber {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 40px;
	padding: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	float: right;
}

.visabox3txt {
	display: flex;
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 10px;
	margin-top: auto;
	width: 100%;
	flex-direction: column;
	gap: 4px;
}

.visabox3subbox {
	display: inline-block;
	width: 100%;
}

.visabox3subbox h6 {
	float: left;
	text-align: left;
	margin: 0px !important;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0;
	color: #000;
}

.visabox3subbox div {
	float: right;
	margin-top: 1px;
	color: #9e0100 !important;
	font-weight: 600 !important;
	font-size: 12px !important;
}

.visabox3subbox div iconify-icon {
	font-size: 10px !important;
	position: relative;
	top: 1px !important;
}

.visabox3txt p {
	font-size: 13px;
	color: #555555;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	margin-bottom: 5px !important;
}

.visabox3txt p span {
	color: #007645;
	font-weight: 600;
	margin: 0px !important;
	display: inline !important;
}

.visabox3txt div {
	color: #333;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0;
	font-size: 14px;
}

.visabox3txt div iconify-icon {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.visasection6 {
	/* background-color: #fbfbfb; */
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 0;
	padding-top: 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: inline !important;
}

.owl-prev span,
.owl-next span {
	font-size: 34px;
	position: relative;
	top: -12px;
}

.fullwidthbtn {
	width: 100% !important;
}

/*-----------------------------------------Visa Detail-----------------------------------------*/
.visabannerbg {
	height: 450px;
	overflow: hidden;
	position: relative;
}

.visadetailbantxt {
	margin-top: -33.5%;
}

.visadetailbantxt h2 {
	/*font-family: "krub";*/
	font-size: 60px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 600;
	line-height: 1.3 !important;
	margin: 10px 0px 0px 0px !important;
}

.visadetailbantxt p {
	color: #00d1ff;
	/*font-family: "krub";*/
	font-size: 24px;
	letter-spacing: 0;
}

.visadetailbantxt p iconify-icon {
	position: relative;
	font-size: 18px;
	top: 1px;
}

.visadetailbantxt h4 {
	color: #fff;
	/*font-family: "krub";*/
	font-size: 24px;
	letter-spacing: 0;
}

.visabox4 {
	margin-top: 15px;
	border: 1px solid #d9d9d9;
	border-radius: 20px 0px;
}

.visabox4 img {
	border-radius: 20px 0px 0px 0px;
}

.visabox4 h3 {
	background-color: #d6d6d6;
	font-weight: 800;
	margin: 0px !important;
	padding: 13px 15px;
	letter-spacing: 0;
	font-size: 26px;
	color: #333;
}

.visabox4 div {
	margin-top: 10px;
	padding: 0px 15px 0px 15px;
}

.visabox4 div ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 2;
}

.visabox4 div ul li {
	font-weight: 600;
	font-size: 15px;
}

.visabox4 div ul li iconify-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
}

.visabox4 p {
	font-size: 13px;
	letter-spacing: 0;
	color: #555555;
	padding: 5px 15px 0px 15px;
}

.visatxt1 {
	background-color: #031420;
	margin-top: 20px;
	padding: 16px 15px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
}

.vistxt2 {
	margin-top: 5px !important;
}

.visatxt3 {
	margin-top: 0px;
}

.visatxt3 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
	line-height: 2;
}

.visatxt3 ul li {
	letter-spacing: 0;
	font-size: 14px;
	color: #555555;
}

.visatxt4 {
	font-size: 14px;
	letter-spacing: 0;
	color: #555555;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
	line-height: 1.5 !important;
}

.visatxt4 span {
	font-weight: 800;
}

.visatxt5 {
	font-size: 14px;
	letter-spacing: 0;
	color: #555555;
	display: inline-block;
	margin-top: 20px !important;
	line-height: 1.5 !important;
}

.visatxt5 span {
	font-weight: 800;
}

.visatxt6 {
	font-size: 18px !important;
	text-align: left;
	color: #9e0100;
	font-weight: 600;
}

.visabox5 {
	width: 100%;
	margin: 30px auto 60px auto;
	display: flex;
	text-align: center;
}

.visabox5 ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.visabox5 ul li {
	float: left;
	width: 33%;
}

.visabox5 ul li span {
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	padding: 5px 10px;
	position: relative;
	top: 20px;
}

.visabox5 ul li div {
	margin-top: 32px;
	/*font-family: "krub";*/
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 17px;
	color: #333;
	font-weight: 600;
}

.visaformbox {
	background-color: #fff;
	border-radius: 20px 0px;
	padding: 20px 20px;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.32);
	top: 13%;
	position: fixed;
	margin-right: 50px;
}

.visafrmtxt1 {
	background-color: #031420;
	padding: 20px 15px;
	color: #ffff;
	font-size: 18px;
	letter-spacing: 0;
}

.visafrmtxt1 iconify-icon {
	font-size: 22px;
	color: #fff;
	position: relative;
	margin-right: 5px;
	top: 3px;
}

.visafrmtxt2 {
	font-weight: 800;
	color: #333;
	font-size: 28px;
	/*font-family: "krub";*/
	margin-top: 15px;
}

.visazindex {
	position: relative;
	z-index: 9;
}

/* New css */

/* header */

.newheader {
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	background: #ffffff80;
}

.newheader .site-logo {
	max-height: 60px;
}

.newheader.active {
	position: fixed;
	padding: 10px 0;
	border-radius: 0;
	height: 80px;
}

.newheader.active .site-logo {
	max-height: 50px;
}

.newheader .nav {
	margin: 0;
}

.booking-form {
	position: relative;
	margin-bottom: -100px;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1110px;
	pointer-events: all;
}

.booking-form ul.tabs li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 0;
}

.booking-form ul.tabs {
	display: flex;
	margin: 0;
	gap: 36px;
	position: absolute;
	padding: 0 40px;
	top: -27px;
}

.booking-form .tabcontents {
	position: relative;
	width: 100%;
	padding: 83px 40px 20px;
	margin: 0;
}

.booking-form ul.tabs li a iconify-icon {
	margin: 0;
}

.justify-content-center {
	justify-content: center;
}

input[type="checkbox"] {
	accent-color: #9e0100;
}

input[type="radio"] {
	accent-color: #9e0100;
	width: 15px;
	height: 15px;
}

.section1 .flex-control-nav {
	bottom: 0 !important;
}

.sec9box h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec9box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home-banner-view {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.mainbannerbg {
	position: relative;
	/* overflow: hidden; */
	min-height: 100vh;
}

.home-banner * {
	height: 100%;
}

.home-banner-item {
	position: relative;
}

.home-banner-item .home-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-banner-contain {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 240px;
	max-width: 1110px;
	margin: 0 auto;
	top: 120px;
	left: 0;
	right: 0;
}
.home-banner-contain * {
	height: auto;
}
.booking-form-top-spac {
	min-height: 278px;
	pointer-events: none;
}
.bantxt h4 {
	/*font-family: "krub";*/
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	text-transform: capitalize;
}

.bantxt h2 span {
	font-size: 40px;
	font-weight: 800;
}

.home-banner-img {
	position: relative;
}

.home-banner-img .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #00000020;
}
.home-banner-view .slick-dots {
	bottom: 10px !important;
	height: auto;
}

.home-banner {
	height: 100%;
	margin: 0;
}
.price-btn {
	background: #9e0100;
	margin: 10px auto 0;
	display: inline-flex;
	border-radius: 8px;
	overflow: hidden;
}

.price-btn .price {
	color: #fff;
	padding: 8px 10px;
}

.price-btn a {
	font-weight: 600;
	background: #fff;
	padding: 8px 10px;
	color: #9e0100;
}

.price-btn a:hover {
	color: #9e0100;
	box-shadow: inset 0 0 6px -2px #000;
}
.explore-title-box {
	transform: translate(-55px, 0px);
}

.sec7flexslider.carousel {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 15px;
}
.tabtxt.text-on-top {
	position: absolute;
	top: 20px;
	right: 40px;
}

.innerbanner h3 {
	font-size: 55px !important;
	color: #fff;
	letter-spacing: 0;
	margin: 7% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
}

.innerbanner p {
	color: #fff;
	font-size: 16px;
	text-align: center !important;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: 400;
}

.flex.justify-start.gap-4.mt-3 {
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	margin-top: 12px;
}

.flex.justify-center.gap-4.mt-3 {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.flex.justify-start.flex-wrap.gap-2\.5.mt-3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

img.max.w-1\/5 {
	width: 10%;
}

.sec8box:hover {
	transform: scale(1.04);
	transition: all 0.5s;
	border: 1px solid #9e0100;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.m-auto {
	margin: auto !important;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-0 {
	margin-top: 0 !important;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mt-auto {
	margin-top: auto;
}

.justify-center {
	justify-content: center;
}

.myitem:hover {
	transform: scale(1.1);
	margin-top: 42px;
	transition: all 0.5s;
}

.mobilemenu {
	display: none;
}

.sec11padding .col-xs-12 {
	padding: 0;
}

.footer-links {
	padding-top: 90px;
}

.mx-auto {
	margin: 0 auto;
}

.flightbg1,
.hotelbg {
	position: relative;
	min-height: 60vh;
}

.m-0 {
	margin: 0 !important;
}

.btn-fil {
	background-color: #9e0100;
	transition: 1s border-radius;
	border-radius: 5px;
	color: #fff;
	padding: 8px 12px;
	letter-spacing: 0;
	border: none;
	display: none;
}

.section1 .slick-dots li.slick-active button:before {
	background-color: #ffffff !important;
}

.form-control {
	border-radius: 10px !important;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 32px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E")
		#fff 71px no-repeat;
	background-position: calc(100% - 12px) center;
	height: 45px !important;
}

.hideroom .input-group {
	display: flex;
	gap: 15px;
	align-items: center;
}

.hideroom .input-group .input-group-btn {
	width: 30px;
}

.hideroom .input-group .input-group-btn button.btn.btn-default.btn-number {
	width: 30px !important;
	height: 30px;
	font-size: 10px !important;
	padding: 7px 8px !important;
}

.hideroom .input-group input.form-control.input-number {
	text-align: center;
	padding: 6px !important;
}

.form-group {
	position: relative;
}

select.hideroom-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 6px 12px !important;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E")
		#fff 71px no-repeat;
	background-position: 90%;
	border-radius: 10px !important;
}

.mt-3 {
}

.hideroom .padding {
	gap: 15px 0;
	display: flex;
	flex-wrap: wrap;
}

.fltxt3 img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	top: 0;
	margin-right: 20px;
	border-radius: 48px;
	box-shadow: 0 0 8px -2px #000;
}

.flightfliter {
	width: 25px;
	height: 25px;
	object-fit: contain;
	box-shadow: 0 0 8px -3px #000;
	border-radius: 25px;
}

.flightdetail3 .fltxt6 {
	margin-top: 0;
}

.fltxt-name br {
	display: none;
}

.fliName {
	display: flex;
	flex-direction: column;
}

.fillter-box {
	display: none;
	border: 1px solid #d9d9d9;
	width: 100%;
	letter-spacing: 0;
	padding: 8px 16px;
	border-radius: 8px;
	align-items: center;
	justify-content: space-between;
}

.viewfare tr:last-child {
	border-bottom: none;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt {
	padding: 30px;
	background: #ffffffc4;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	max-width: 720px;
	width: 100%;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt h1 {
	/* color: #9e0100 !important; */
	color: #000 !important;
	font-size: 28px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt h2 {
	color: #000 !important;
	font-size: 18px !important;
	margin-top: 5px !important;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt p {
	color: #000 !important;
	font-size: 14px !important;
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}

.flightbg1 .slideshow-container,
.hotelbg .slideshow-container {
	height: 100%;
}

.flightbg1 .slideshow-container .mycontainerformain,
.hotelbg .slideshow-container .mycontainerformain {
	padding-bottom: 20px;
	min-height: 60vh;
}

.fltxt-name {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 6px;
	font-size: 14px;
	line-height: 17px;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt p {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/* display: -webkit-box; */
}

.packagemaibbg .mycontainerformain .home-banner-contain {
	max-width: 1400px;
	padding: 0 30px;
}

.clients-section {
	padding-bottom: 20px;
}

.customflightab + .space1 {
	margin: 0;
}

select.copop-control.form-control {
}

.bookingtxt2 .remove_promocode {
	width: 18px;
	height: 18px;
	display: inline-flex;
	position: relative;
	top: 2px;
}

.bookingtxt2 .remove_promocode img {
	width: 100% !important;
	height: 100%;
}

.fltxt21:hover .popup-btn {
	color: #fff;
	font-weight: 600;
}

.viewfairbookbtn:hover,
.viewfairbookbtn:focus {
	color: #fff;
}

.viewfairbookbtn:hover {
	font-weight: 600;
}

.gap-x-30 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}

.roundtrip-tab {
	display: flex;
	gap: 1px;
}

.roundtrip-tab .destinationbg {
	margin: 0;
	cursor: pointer;
	background-color: #7b7b7b;
}

.roundtrip-tab .destinationbg.tab-active {
	opacity: 1;
	background-color: #9e0100;
}

.roundtrip-tab-panal .roundtrip-tab-panal-view {
	display: none;
}

.roundtrip-tab-panal .roundtrip-tab-panal-view.tabpanal-active {
	display: block;
}

.viewdeatil .fltxt52 {
	margin-top: 0;
}

.fltxt53 {
	margin-top: 0;
}

.bookingbox4 .fltxt52 {
	margin-top: 0;
}

.selectedflightbg .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
}

.selectedflightbg .row .col-md-4.col-sm-12.col-xs-12 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.selectedflightbg .fltxt32 a {
	background-color: #ffffff;
	color: #9e0100;
	width: 100%;
	text-align: center;
}
.selectedflightbg .fltxt32 a:hover {
	color: #9e0100;
	font-weight: 600;
}

.selectborderright + .col-lg-4.col-md-12.col-sm-12.col-xs-12 {
	align-items: center;
	display: flex;
}

.viewfairbookbtn .flbtn3 {
	margin: 0;
	padding: 0;
}

.pacborderleft1:before {
	content: " ";
	position: absolute;
	width: 0.5px;
	height: 100%;
	background: #d9d9d9;
	left: -15px;
	top: 0;
}

.pacbtn-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.pacicon1 .popup-btn {
	width: 18px;
	height: 18px;
}

.pacbox-info {
	padding: 15px 0 !important;
}

.pacbox-info-tag {
	padding: 0 10px !important;
}

.pacbox-info-tag > div {
	padding: 0 5px !important;
}

.pactxt5 select.form-control {
	border-radius: 0 10px 10px 0 !important;
	box-shadow: none;
}

.pacbtn2 a:hover {
	font-weight: 600;
}

.city-row {
	display: flex;
	gap: 15px;
}

.pacdsid-btn {
	display: flex;
	width: 100%;
	gap: 10px;
	margin-top: 10px;
}

.pacdsidebox3 img.max {
	height: 140px !important;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.pacd3 ul li img {
	width: 36px;
	height: 36px;
}

.pacdsubdiv1 table {
	width: 100% !important;
}

.flightsearchbg.hotelsearchbg {
	padding: 25px 40px 35px;
}

.fltxt22:hover a {
	font-weight: 600;
}

.pactxt9 ul li img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.star-row {
	width: fit-content;
	display: flex;
}

.star-row .star1 {
	margin: 0;
	top: 0;
}

.pactxt4 .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pactxt4 .checkbox label {
	margin: 0 !important;
}

.pactxt4 {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 0px;
}

.hotelbox-info {
	padding: 15px 0 !important;
}

.hotelborderleft1:before {
	content: " ";
	position: absolute;
	width: 0.5px;
	height: 100%;
	background: #d9d9d9;
	left: -15px;
}

.star-row .hoteldetailstar {
	top: 0;
	font-size: 20px;
}

.pactxt4 label input {
	margin: 0;
}

.form-control.showroom {
	background-color: #fff !important;
}

.hotelpriceright {
	padding: 15px 15px 15px 0 !important;
}

.hotelistbtn1 a.book-hotel-room {
	min-width: 120px;
}

.hotelDetail-view {
	padding-top: 40px;
}

.hotelDetail-view .titlestardif1 {
	justify-content: flex-start;
}

.roomdetailstable .table thead tr th:nth-child(3) {
	min-width: 200px;
}

.roomsubmit:hover {
	color: #ffffff !important;
	font-weight: 600;
}

.relative {
	position: relative;
}

.roomdetailstable table {
	margin: 0;
}

.displayimage-col-2 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.displayimage-col-1 img {
	height: 100%;
}

.opengallery-title .hotellisttitle1 {
	font-size: 28px;
	text-align: left;
}

.titlestardif1.opengallery-title {
	justify-content: flex-start;
	margin: 10px 0 20px;
}

.disable-click {
	pointer-events: none !important;
}

.fltxt21:hover a,
.fltxt21 a:hover {
	color: #ffffff;
	font-weight: 600;
}

div#leftsliderbtn {
	display: flex;
    flex-direction: column;
    height: auto;
    position: fixed;
    width: fit-content;
    right: 0;
    transform: translateX(82.5%);
    gap: 10px;
    bottom: 39%;
    z-index: 99;
}

.flex-col {
	flex-direction: column;
}

.mainbannerbg .mycontainerformain {
	min-height: 100vh;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-left: 0 !important;
}

#signin .modal-dialog,
#verificationloginotp .modal-dialog,
#quickenquiry .modal-dialog {
	margin-top: 5%;
}

#enquirepackage .modal-dialog {
	margin-top: 3%;
}

.add-city-btns {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 2px 0 0;
}

.add-row a {
	min-width: 120px;
	/* height: 30px; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #9e0100;
	border-radius: 30px;
	border: 2px solid #9e0100;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.add-row a svg {
	width: 16px;
	height: 16px;
}

.delete-row a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9e0100;
	background: #ffffff;
	border-radius: 30px;
	border: 2px solid #9e0100;
}

.delete-row a svg {
	width: 16px;
	height: 16px;
}

.add-row a:hover {
	color: #ffffff;
}

.delete-row a:hover {
	color: #9e0100;
}

#offerPopup .modal-body {
	border-radius: 0;
	overflow: auto;
}

#offerPopup .modal-dialog {
	margin-top: 3%;
}

.offer-popup .modal-body .close {
	top: 20px;
	right: 20px;
	width: 20px;
}

.offer-contain {
	padding: 40px 15px 40px !important;
	text-align: left;
}

.offer-contain h3 {
	font-weight: 900;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 24px;
	text-align: center;
}

.offer-contain ul li {
	color: #666;
	display: flex;
	align-items: start;
	gap: 8px;
}

.offer-contain ul li img {
	width: 20px;
}

.offer-contain ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.offer-contain p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.offer-contain p a {
	color: #9e0100;
}

.with-icon img {
	position: absolute;
	top: 0;
	border: 0;
	margin: auto;
	padding: 10px 15px 10px 15px;
	min-height: 45px;
	width: 45px;
	border-right: 1px solid #d6d6d6;
	left: 0;
}

.form-group.with-icon {
	position: relative;
	/* padding-bottom: 14px; */
}

.form-group.with-icon .form-control {
	padding-left: 54px;
	border-radius: 8px !important;
}

.offer-inputs p {
	margin-top: 5px;
	margin-bottom: -10px;
	text-align: center;
	font-weight: 600;
}

.offer-contain .btn {
	margin: 0 auto;
	background: #9e0100;
	color: #fff;
	min-width: 100px;
	border-radius: 8px;
}

.offer-contain {
	display: flex;
	flex-direction: column;
}

.offer-inputs .form-group.with-icon:first-child {
	margin-top: 0 !important;
}
.offer-img {
	min-height: 640px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.offer-contain .g-recaptcha {
	transform: scale(0.8) translate(0px, -10px);
	text-align: -moz-center;
	display: flex;
	justify-content: center;
}

.add-row a:hover {
	font-weight: 700;
}

.offer-contain ul li b {
	color: #9e0100;
	font-weight: 800;
}

.paddingl {
	padding-left: 0 !important;
}

.nav .big-nav ul li {
	list-style: none !important;
}

.visamainbannerbg {
	position: relative;
	min-height: 60vh;
}

.search-input {
	position: relative;
}

.search-input svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 12px;
	color: #6f6f6f;
}

.search-input .form-control {
	padding-left: 48px;
}

.visamainbannerbg .mycontainerformain {
	padding-bottom: 20px;
	min-height: 60vh;
}

ul.sec3tabs.visaxtratabwidth li {
	display: block;
}

ul.sec3tabs.visaxtratabwidth li a {
	display: flex;
	border-radius: 16px;
	padding: 16px 32px;
	font-size: 14px;
	line-height: 18px;
}

ul.sec3tabs.visaxtratabwidth {
	padding: 8px 16px;
	border-radius: 16px;
	border-color: #9e0100;
	width: fit-content !important;
}

ul.sec3tabs.visaxtratabwidth li.selected a {
	background: #9e0100;
	font-weight: 700;
}

.visabox-head {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.visabox-head .visabox3subbox {
	width: auto;
}

.visabox-head .visabox3subbox h6 {
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.visabox-head .visabox3price {
	letter-spacing: 0;
	white-space: nowrap;
}

.visabox3txt .visabox-body {
	color: #9e0100 !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}

ul.visa-tag {
	position: absolute;
	text-align: left;
	right: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

ul.visa-tag li {
	background: #ffccd1;
	color: #9e0100;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 4px 16px 4px 8px;
	border-radius: 6px 0 0 6px;
}

#border-pagination li a.active {
	background-color: #9e0100;
}

#border-pagination li a.active {
	color: #fff !important;
}

.visa-title h2 {
	margin: 0 !important;
	color: #9e0100;
}

.visa-title h4 {
	margin: 10px 0 0 !important;
	color: #333;
}

.visa-title {
	margin-top: 20px;
}

.visabox1 ul li img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}

.visabox1 ul li .visaboxtitle {
	margin-top: 0;
	letter-spacing: 0;
	color: #000;
	min-height: 56px;
}

.visabox1 ul li .visaboxtext {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 8px;
}

.visa-list-item-header {
	background: #9e0100;
	color: #fff;
	padding: 16px 32px;
	font-size: 24px;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.visa-list-item {
	border-radius: 12px;
	border: 1px solid #ffccd1;
}

.visa-list-item-body {
	padding: 24px 16px;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	text-align: center;
	gap: 10px;
	align-items: center;
}

.visa-list-item-body-li {
	padding: 8px;
	border: 1px solid #ded9d9;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.visa-list-item-body-li-title {
	color: #9c9c9c;
	font-size: 12px;
	font-weight: 700;
}

.visa-list-item-body-li-text {
	font-size: 14px;
	font-weight: 700;
}

.visa-price {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	gap: 2px;
}

.visa-price iconify-icon {
	position: relative;
}

.visa-list-item-body-li-price {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.visa-list-item-body-li-price a {
	color: #9e0100;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline !important;
}

.visa-list-item-body-li-price a:hover {
	color: #9e0100;
}

.visa-list-item-body-li-text .link,
.visa-list-item-body-li-text .link:hover {
	color: #9e0100;
	text-decoration: underline !important;
	cursor: pointer;
}

.visa-list-item-body-li-btn a {
	background-color: #fff;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #9e0100;
	padding: 8px 10px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visa-list-item-body-li-btn a:hover {
	font-weight: 600;
	color: #9e0100;
}

.visa-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.visa-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.visa-faq-title {
	text-align: center;
}

.visa-faq-title h2 {
	margin: 0;
	/*font-family: "krub";*/
	font-size: 32px !important;
	font-weight: 800;
	color: #9e0100;
}

.visa-faq-title h4 {
	font-size: 2.2vw !important;
	font-weight: 800;
	color: #333;
}

#breakDown.in,
#visaEnquiry.in,
#visaThank.in {
	display: flex !important;
}

#visaEnquiry .modal-dialog,
#breakDown .modal-dialog,
#visaThank .modal-dialog {
	margin-top: 4%;
	max-width: 400px;
	min-height: fit-content;
	margin: auto !important;
}

.visaEnquiry .modal-content {
	border-radius: 8px;
	overflow: hidden;
}

.visaEnquiry .modal-header {
	height: auto !important;
	display: flex;
	justify-content: center;
	background: #9e0100;
	color: #ffffff;
	padding: 16px;
	font-size: 20px;
	/*font-family: "krub";*/
	font-weight: 500;
	position: relative;
}

.visaEnquiry .modal-header svg {
	position: absolute;
	right: 16px;
	width: 18px;
	height: 18px;
	top: 16px;
}

.visaEnquiry .modal-header svg circle,
.visaEnquiry .modal-header svg #Path_31623 {
	fill: #fff !important;
}

.visaEnquiry .modal-header svg #Path_31624 {
	fill: #9e0100;
}

.visaEnquiry .modal-content .modal-body {
	padding: 20px !important;
}

.visaEnquiry .modal-content .modal-body h3 {
	margin: 0;
	/*font-family: "krub";*/
	text-align: left;
	font-weight: 900;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 14px;
}

.visaEnquiry .modal-content .modal-body .form-control:not(textarea) {
	padding-top: 0;
	padding-bottom: 0;
	height: 36px !important;
	border-radius: 6px !important;
	box-shadow: none;
	padding-left: 38px;
}

.visaEnquiry .modal-content .modal-body .with-icon img {
	min-height: 36px;
	width: 36px;
	padding: 12px;
	border: none;
}

.visaEnquiry .modal-content .modal-body hr {
	margin: 15px 0;
}

.visa-enquiry-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.visa-enquiry-total h6 {
	margin: 0;
	/*font-family: "krub";*/
	text-align: left;
	font-weight: 900;
	font-size: 14px;
}

.visa-enquiry-price {
	/*font-family: "krub";*/
	text-align: left;
	font-weight: 900;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 2px;
}

ul.fees-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

ul.fees-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fees-price {
	/*font-family: "krub";*/
	color: #666;
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.fees-price img {
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.visaEnquiry .modal-content .modal-body a {
	background-color: #9e0100;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #fff;
	padding: 8px 10px;
	letter-spacing: 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}

.visaEnquiry .modal-content .modal-body a:hover {
	font-weight: 600;
}

.visaThank .modal-body .close {
	top: 20px;
	right: 20px;
}

.visaThank .modal-body {
	position: relative;
	padding: 40px !important;
	border-radius: 16px;
}

.visaThank .modal-body .close svg {
	width: 20px;
	height: 20px;
}

.visaThank .modal-body h3 {
	margin: 0;
	font-size: 38px;
	font-weight: 700;
}

.visaThank .modal-body h6 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 0;
}

.visaThank .modal-body h6 b {
	color: #9e0100;
	font-weight: 700;
}

.visaThank .modal-body img {
	width: 150px;
	margin: 15px 0;
}

.visaThank .modal-body p {
	font-size: 12px;
	text-align: center;
	color: #000;
	margin: 0;
}

.visa-list-item-body-li-text {
	position: relative;
}

.document-box {
	position: absolute;
	min-width: 300px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 0 4px 2px #ded9d9;
	border-radius: 6px;
	background: #fff !important;
	padding: 16px 16px;
	z-index: 999;
	display: none;
}

.document-box-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #9e0100;
	font-size: 16px;
	font-weight: 900;
}

.document-box-title button {
	padding: 4px 8px;
	background: transparent;
}

.document-actions {
	display: flex;
}

.document-actions button:first-child {
	/* border-right: 1px solid #ded9d9; */
}

.document-box-title button img.max {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.document-box ul {
	margin: 8px 0 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: #666;
	font-size: 12px;
	font-weight: 500;
}

.document-box ul li:before {
	content: " ";
	position: absolute;
	width: 5px;
	height: 5px;
	display: block;
	left: 0;
	top: -1px;
	bottom: 0;
	background: #000;
	margin: auto;
	border-radius: 6px;
}

.document-box ul li {
	position: relative;
	padding-left: 9px;
}

.document-box.active {
	display: block;
}

ul.pagination {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

#border-pagination li a.arrowpagination {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #9e0100;
	color: #fff;
}

#border-pagination li.disable a {
	opacity: 0.5;
}

#border-pagination li a {
	border: none;
	border-radius: 50px;
}

#border-pagination li.active a {
	background: #9e0100;
	color: #fff;
}

#border-pagination li.current-page a {
	padding: 5px 10px !important;
	min-width: 30px;
	min-height: 30px;
}

.visaEnquiry .modal-content .modal-body button {
	background-color: #9e0100;
	border: 2px solid #9e0100;
	transition: 1s border-radius;
	border-radius: 8px;
	color: #fff;
	padding: 8px 10px;
	letter-spacing: 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}

.visaEnquiry .modal-content .modal-body button:hover {
	font-weight: 600;
}

.custom-tooltip {
	display: none;
	margin-left: 40px;
	padding: 5px 12px;
	background-color: #67e67b;
	border-radius: 4px;
	color: #000;
	position: absolute;
	z-index: 9999;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
}

.pacborderleft-info {
	display: flex;
	flex-direction: column;
}

.pacborderleft-info .pacicon1 {
	order: 2;
}

.pacborderleft-info .pactxt11 {
	order: 1;
}

.pacborderleft-info .pacprice1 {
	order: 3;
}
.mainbannerbg {
	padding-bottom: 50px;
}
.visaEnquiry .g-recaptcha {
	float: right;
	transform: scale(0.8) translate(-30px, 0px);
}

.signuptxt {
	margin-left: 20px;
}

.hboodkintxt24 a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.hboodkintxt24 a iconify-icon[icon="zondicons:close-outline"] {
	font-size: 20px;
}

.hboodkintxt24 {
	margin: 0;
}

.visabannerbg .bantxt {
	background: #0000006b;
	padding: 10px;
	width: fit-content;
	border-radius: 10px;
}

.visabannerbg .bantxt h4 {
	margin: 0;
	font-weight: 500;
}

.visabannerbg .bg-overlay {
	display: none;
}

.visabannerbg .mycontainerformain {
	padding-bottom: 60px;
}

#signin .modal-dialog,
#verificationloginotp .modal-dialog,
#forgotpassword .modal-dialog,
/* #offerPopup .modal-dialog, */
#logout .modal-dialog {
	margin: auto !important;
	min-height: fit-content;
	max-width: 920px !important;
	width: 100% !important;
}

#offerPopup .modal-dialog {
	margin: auto !important;
	min-height: fit-content;
	max-width: 865px !important;
	width: 100% !important;
}

#signin.in,
#verificationloginotp.in,
#forgotpassword.in,
#offerPopup.in,
#logout.in {
	display: flex !important;
}

.auth-popup .modal-body .close,
#verificationloginotp .modal-body .close,
#logout .modal-body .close {
	top: 12px;
	right: 20px;
	width: 20px;
}

.auth-popup .modal-body,
#logout .modal-body {
	border-radius: 24px;
	overflow: auto;
}

#signinview1 .signDesc {
	margin-top: 4px;
	font-size: 14px;
}

.auth-popup .offer-inputs {
	margin: 0 auto;
	margin-top: 20px;
}

.radio-tab {
	margin: 15px auto 30px;
	max-width: 100%;
	display: flex;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	background: transparent;
	border: 1px solid #999;
}

.radio-tab .radio-tab-btn {
	position: relative;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.radio-tab .radio-tab-btn input {
	visibility: hidden;
	position: absolute;
}

.radio-tab .radio-tab-btn input[type="radio"]:checked + label {
	background: #9e0100;
	color: #fff;
}

.radio-tab .radio-tab-btn label {
	font-size: 12px;
	padding: 14px 10px;
	border-radius: 8px;
	background: transparent;
	width: 100%;
	margin: -1px;
}

.link-auth-btn {
	margin: 5px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}

.link-auth-btn .otp {
	color: #9e0100;
	font-weight: 600;
}

.link-auth-btn .forgot {
	color: #999;
}

.auth-popup .btn {
	border-radius: 60px !important;
	border: none !important;
	width: 100%;
	max-width: 120px;
	background: #9e0100;
	color: #fff;
	margin-top: 20px;
	padding: 10px;
}

.auth-popup .btn:hover {
	font-weight: 600;
}

.auth-popup .signtxt1 {
	text-align: center;
}

.auth-popup .signtxt1 a {
	color: #9e0100;
}

.auth-or {
	max-width: 200px;
	margin: 15px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #999;
	font-size: 12px;
}

.auth-or span {
	width: 100%;
	height: 0.5px;
	background: #999;
}

.other-login {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.other-login .other-login-btn {
	background: #e7f2f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 8px;
}

.upload-btn {
	position: absolute;
	top: 0;
	margin: 0;
	border-radius: 8px !important;
	border: none !important;
	width: 100%;
	max-width: 80px;
	background: #9e0100;
	color: #fff;
	padding: 12px;
	font-weight: 400 !important;
	right: 0;
	cursor: pointer;
}

.upload-btn input {
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 80px;
}

.form-group-checkbox {
	display: flex;
}

.form-group-checkbox .checkbox-inline {
	margin: 0;
	font-weight: 400 !important;
	font-size: 14px;
	padding-left: 24px;
}

.form-group-checkbox .checkbox-inline input[type="checkbox"] {
	width: 16px;
	height: 16px;
	top: -3px;
	left: 0;
	margin-left: 0;
}

.login-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left top;
	background: rgba(0, 0, 0, 0.8);
}

.signintabtabcontents #signinview1,
.signintabtabcontents #signinview2,
.forgotpassword-view,
.otp-view {
	padding: 0 30px 20px;
}

.otp-view form {
	display: flex;
	flex-direction: column;
}

.otp-view form .otp-input{
	width: 45px;
    border-radius: 8px !important;
    border:1px solid #979797 !important;
}

.form-group.with-icon .form-error {
	position: absolute;
	margin: 0;
	width: 100%;
	left: 0;
	text-align: left;
}

.file-name {
	text-align: right;
	width: 50%;
	margin-left: auto;
	font-size: 12px;
}

.form-group.with-icon.error {
	padding-bottom: 14px;
	width: 100%;
	float: unset;
}

#signup-form .row {
	margin: 0 -7px;
}

#signup-form .row .col-md-6 {
	padding: 0 7px;
}

.otp-input {
	text-align: center;
}

.form-group.with-icon input::placeholder {
	font-size: 12px !important;
}

.visabox3:hover {
	transform: scale(1.05);
}

.profile-info-box {
	background-color: #fff;
	width: 100%;
	padding: 24px 16px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
}

.profile-logout {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	cursor: pointer;
	width: fit-content;
}

.profile-logout:hover {
	color: #9e0100;
}

.pacdtab.profiletab {
	margin: 0 0 30px;
	float: unset;
}

.profile-contn {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.profile-deatil {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	padding: 20px 36px;
	border-radius: 16px;
	flex-direction: column;
	gap: 30px;
	background: #fff;
	overflow: hidden;
}

.profile-title-card {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #ded9d9;
	padding-bottom: 15px;
}

.card-action a {
	width: 20px;
	height: 20px;
	display: block;
}

.card-action a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-action {
	display: flex;
	align-items: center;
	gap: 12px;
}

.profile-deatil-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.profile-deatil-col {
	border-right: 1px solid #ded9d9;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.profile-deatil-col:nth-child(3n) {
	border-right: none;
}

.profile-deatil-col:last-child {
	border-right: none;
}

.item-title {
	font-size: 14px;
}

.item-text {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.profile-deatil-col .form-group {
	margin: 0 !important;
}

.profile-deatil-grid.profile-deatil-form .profile-deatil-col {
	border: none;
}

.profile-deatil .pacbtn-box {
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
}

.profile-deatil .pacbtn-box .pacbtn2,
.profile-deatil .pacbtn-box .pacbtn1 {
	max-width: 120px;
}

a.item-text:hover {
	color: #9e0100;
}

.profile-earnings {
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.logout-box {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#logout .modal-dialog {
	max-width: 420px !important;
}

.logout-title {
	font-size: 30px;
	font-weight: 700;
}

.logout-text {
	font-size: 18px;
	opacity: 0.8;
}

.logout-box .pacbtn-box {
	margin: 0;
	flex-direction: row;
	justify-content: center;
}

.logout-box .pacbtn-box .pacbtn2,
.logout-box .pacbtn-box .pacbtn1 {
	width: 100%;
	max-width: 150px;
}

.pacdtab.profiletab ul li {
	min-width: 160px;
	text-align: center;
}

.pacdtab.profiletab ul li a.profileinfotab {
	width: 100%;
}

.pacdtab.profiletab ul {
	gap: 20px;
}

.travellers-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ded9d9;
}

.travellers-list .profile-deatil-grid {
	width: 88%;
}

.travellers-list .travellers-view-detail {
	color: #9e0100;
	font-size: 14px;
}
.travellers-list:first-child {
	padding-top: 0;
}

.travellers-list:last-child {
	border: none;
	padding-bottom: 0;
}

.profile-deatil .pacbtn-box a {
	display: block;
}

.profile-deatil form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.profile-deatil hr {
	margin: 0 -36px;
	border-top: 2px solid #ded9d9;
	width: calc(100% + 72px);
}

.promo-ticket {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.promo-ticket-item {
	background: #fcf5f5;
	display: flex;
	border-radius: 8px;
	position: relative;
}

.promo-ticket-name {
	transform: rotate(-90deg);
}

.promo-ticket-item-for {
	display: flex;
	align-items: center;
	background: #9e0100;
	color: #fff;
	border-radius: 8px 0 0 8px;
	padding: 40px 10px;
	font-size: 24px;
}

.promo-ticket-item-detail {
	padding: 20px;
}

.promo-ticket-item-detail p {
	font-size: 14px;
	text-align: left;
	color: #333;
}

.valid-redeem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.valid-to {
	font-size: 12px;
}

.redeem-btn {
	background: #9e0100;
	color: #fff;
	padding: 6px 10px;
	border-radius: 20px;
}

.promo-ticket-item::before,
.promo-ticket-item::after {
	content: " ";
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	background: #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	border-radius: 16px;
}

.promo-ticket-item::before {
	left: -12px;
}

.promo-ticket-item::after {
	right: -12px;
}

.profiletab-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

#forgotpassword .modal-dialog,
#verificationloginotp .modal-dialog {
	max-width: 460px !important;
}

form#fpstepthree-form {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
}

.auth-popup .btn.forgotstep3-btn {
	max-width: 210px;
}

#fpstepthree .modal-dialog {
	margin: auto;
	min-height: fit-content;
	max-width: 460px !important;
	width: 100% !important;
}

#fpstepthree.in {
	display: flex !important;
}

#quickenquiry.in,
#inviteUser.in {
	display: flex !important;
}

#quickenquiry .modal-dialog,
#inviteUser .modal-dialog {
	max-width: 640px;
	min-height: fit-content;
	margin: auto !important;
	padding: 30px 20px;
}

.modal-header {
	height: auto !important;
	display: flex;
	justify-content: center;
	background: #9e0100;
	color: #ffffff;
	padding: 16px;
	font-size: 20px;
	/*font-family: "krub";*/
	font-weight: 500;
	position: relative;
}

.modal-content {
	border-radius: 8px;
	overflow: hidden;
}

.modal-header svg {
	position: absolute;
	right: 16px;
	width: 18px;
	height: 18px;
	top: 16px;
}

.modal-header svg circle,
.modal-header svg #Path_31623 {
	fill: #fff !important;
}

.modal-header svg #Path_31624 {
	fill: #9e0100;
}

.modal-header .close {
	opacity: 1;
}

.auth-popup .modal-content,
#logout .modal-content {
	border-radius: 24px;
}

label.radio-inline.copop-radio {
	margin-right: 30px;
	display: flex;
	align-items: center;
}

label.radio-inline.copop-radio input[type="radio"] {
	top: -1px;
}

.g-recaptcha {
	display: flex;
}

.g-recaptcha div {
	margin: 0 auto;
}

.copop-default:hover {
	font-weight: 600;
}

.copop-default.quickenquiry-subbtn {
	min-width: 190px;
}

.home-banner-view.corporate + .mainbannerspace {
	margin: auto 0;
}

.tab-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.visa-list-item-body.user-list-item-body {
	display: flex;
	flex-direction: column;
}

.tab-search ul {
	margin: 0;
	display: flex;
	gap: 30px;
	font-size: 16px;
}

.tab-search ul li a {
	color: #555555;
	font-weight: 500;
	font-size: 18px;
}

.tab-search ul li a.active {
	background: transparent;
	color: #9e0100 !important;
}

.user-list-item-body table {
	width: 100%;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.user-list-item-body table thead tr {
	background: #fceded;
}

.user-list-item-body table thead tr th {
	padding: 20px;
	font-size: 16px;
}

.user-list-item-body table tfoot {
	border: 1px solid #ded9d9;
	border-top: none;
}

.user-list-item-body table tbody {
	border: 1px solid #ded9d9;
	border-top: none;
	border-bottom: none;
}

.emt-table {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	font-size: 20px;
	font-weight: 600;
}

.user-list-item-body table tbody tr {
	border-bottom: 1px solid #ded9d9;
}

.user-list-item-body table tbody tr td {
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.name-email {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-weight: 600;
}

.name-email .email-text {
	font-weight: 400;
	font-size: 12px;
	color: #666;
}

.action a img {
	width: 30px;
}

.action {
	display: flex;
	align-items: center;
	gap: 16px;
}

.form-switch input[type="checkbox"] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.form-switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 26px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
	margin: 0;
}

.form-switch label:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.form-switch input:checked + label {
	background: #9e0100;
}

.form-switch input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.form-switch label:active:after {
	width: 44px;
}

.status {
	display: flex;
	align-items: center;
}

.form-switch {
	display: flex;
	gap: 8px;
}

a.profile-logout.popup-btn.password-btn {
	margin-top: 20px;
}

.mr-auto {
	margin-right: auto;
}

.visa-list-item-header a {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.visa-list-item-header a img {
	width: 30px;
	height: 30px;
}

.emt-table span {
	font-weight: 500;
	color: #666;
	margin-top: 5px;
	text-align: center;
}

.emt-table img {
	margin-bottom: 16px;
}

.visa-list-item-header a:hover {
	color: #fff;
}

.table-responsive {
	width: 100%;
	border: none !important;
	margin: 0 !important;
}

.tab-search {
	flex-wrap: wrap;
	gap: 20px;
}

.tab-search ul {
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}

.corporate-step {
	background: #e9e9e9;
	padding: 50px 0;
}

.corporate-step-title {
	text-align: center;
	margin-bottom: 40px;
}

.corporate-step-title h3 {
	margin-top: 0;
	color: #9e0100;
	font-size: 30px;
	font-weight: 700;
}

.corporate-step-title p {
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
}

.step-item {
	text-align: center;
	background: #fff;
	border: 1px solid #9e0100;
	padding: 50px 50px;
	height: 100%;
	position: relative;
	border-radius: 8px;
	margin-bottom: 30px;
}

.step-item .step-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.step-item p {
	text-align: center;
	font-size: 14px;
}

.step-item .step-number {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 50px;
	height: 50px;
	background: #9e0100;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 50px;
}

.revolutionize {
	font-weight: 700;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.corporate-for {
	background: url(../image/corporate-sec-2.webp);
	padding: 50px 0;
	background-size: cover;
	background-position: center;
}

.corporate-for-title {
	text-align: center;
	margin-bottom: 40px;
}

.corporate-for-title h3 {
	margin-top: 0;
	color: #9e0100;
	font-size: 30px;
	font-weight: 700;
}

.corporate-for-title p {
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
}

.for-item .for-number {
	width: 50px;
	height: 50px;
	background: #9e0100;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 50px;
	min-width: 50px;
}

.for-item {
	display: flex;
	gap: 20px;
}

.for-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.for-text .for-title {
	font-size: 20px;
	font-weight: 700;
}

.for-text p {
	font-size: 16px;
	margin-bottom: 40px;
	font-weight: 600;
}

#verificationloginotp .modal-content,
#forgotpassword .modal-content {
	border-radius: 6px;
}

.forgotpassword-view,
.otp-view {
	padding-top: 15px;
}

.form-group.with-icon .password-field-input {
	padding-right: 45px;
}

#enquirepackage.in {
	display: flex !important;
}

#enquirepackage.in .modal-content,
#fpstepthree.in .modal-content,
#change-password.in .modal-content {
	border-radius: 6px;
}

form#changepassword-form {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
}

.auth-popup .btn.changepassword-btn {
	max-width: 210px;
}

#change-password .modal-dialog {
	margin: auto;
	min-height: fit-content;
	max-width: 460px !important;
	width: 100% !important;
}

#change-password.in {
	display: flex !important;
}

.password-field-icon {
	z-index: 2;
	width: 20px;
	border-right: none !important;
	right: 0;
	left: unset !important;
}

h6.title-label {
	margin: 0;
	text-align: left;
	font-size: 16px;
	color: #333 !important;
	font-weight: 700;
}

.date-input {
	position: relative;
}

.date-input img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 22px;
	height: 45px;
	right: 12px;
	pointer-events: none;
}

.mt-24 {
	margin-top: 24px !important;
}

.pacborderleft1 .pacbtn2 a {
	display: flex;
}

.triptxt8 a:hover {
	color: #fff;
	font-weight: 600;
}

.booking-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
	gap: 20px;
}

.booking-action::after,
.booking-action::before {
	display: none;
}

.booking-invoice {
	display: flex;
	align-items: center;
	gap: 20px;
}

.triptxt9 a img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.triptxt9 a:hover {
	color: #9e0100;
	font-weight: 600;
}

.triptxt9 a:hover, .triptxt9 a:focus {
	color: #9e0100;
	font-weight: 600;
}

.maindashtxt3 a:hover {
	color: #fff;
	font-weight: 600;
}

ul.dashboardtab li a img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.dashwallettable .table tbody tr td {
	border-bottom: 1px solid #ddd;
}

.maindashtxt5 span {
	color: #9e0100;
}

#addmoney.in {
	display: flex !important;
}

#addmoney .modal-dialog {
	margin: auto !important;
	min-height: fit-content;
	max-width: 360px !important;
	width: 100% !important;
}

.maindashtxt6 a:hover {
	color: #fff;
}

.visaEnquiry .modal-content .modal-body textarea.form-control {
	padding-top: 7px;
}

.visa-list-item-header a.add-money svg {
	transform: rotate(45deg);
}

.date-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px;
	font-size: 16px;
}

.wallet-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}

.date-filter span {
	color: #9e0100;
	font-weight: 600;
}

.wallet-filter .search {
	margin-left: auto;
}

a.wallet-download {
	width: 30px;
}

.wallet-history-table th {
	color: #000 !important;
}

ul.dashboardtab {
	position: relative;
	overflow: hidden;
}

ul.dashboardtab::before {
	content: " ";
	width: 100%;
	height: 20px;
	background: #9e0100;
	position: absolute;
	top: 0;
}

/* ***************************** Start Flight seat selection css ***************************** */

#select-seat-ob.in {
	display: flex !important;
}

#select-seat-ob .modal-dialog {
	margin: auto !important;
	min-height: fit-content;
	max-width: 960px !important;
	width: 100% !important;
}

#select-seat-ib.in {
	display: flex !important;
}

#select-seat-ib .modal-dialog {
	margin: auto !important;
	min-height: fit-content;
	max-width: 960px !important;
	width: 100% !important;
}

.seat-detail-btn a {
	background-color: #9e0100;
	padding: 12px 10px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0;
	border-radius: 8px;
}

.seat-detail-btn a:hover {
	color: #fff;
}

.select-seat-box {
	background: #e4e4e4;
	padding: 8px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: left;
}

.flight-select {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.flight-select-item {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	padding: 16px;
	border-radius: 4px;
	flex-direction: column;
	gap: 12px;
	background: #fff;
}

.flight-select-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	justify-content: center;
}

.flight-select-a {
	color: #9e0100;
}

.flight-select-a:hover {
	color: #9e0100;
	font-weight: 600;
}

.flight-select-total {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 14px;
}

.flight-select-total-text {
	font-weight: 700;
}

.flight-select-price {
	display: flex;
	align-items: center;
}

.pax-details-box {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	border-radius: 4px;
	flex-direction: column;
	gap: 12px;
	background: #fff;
}

.pax-details-title {
	padding: 10px 16px;
	background-color: #9e0100;
	color: #fff;
	/* background-color: #ffccd1; */
	font-size: 16px;
	font-weight: 600;
}

.pax-details-list {
	padding: 16px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 24px;
}

.pax-details-list-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pax-details-list-item-title {
	font-weight: 700;
}

.pax-details-list-item-box {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	text-align: center;
}

.pax-details-list-item-box-item {
	border: 1px solid #ded9d9;
	border-radius: 4px;
	padding: 10px;
}

.pax-details-list-item-box-item hr {
	margin: 8px auto;
	border-color: #9e0100;
	width: 20%;
}

.pax-details-list-item-box-item-price {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flight-seat-view img {
	width: 100%;
}

.select-seat-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 260px 110px 220px 145px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.flight-seat-view {
	position: relative;
}

.top-seat,
.middle-seat,
.bottom-seat {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.seat-col {
	display: flex;
	gap: 5px;
	width: 50%;
}

.seat-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.seat-item label {
	margin: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-weight: 400 !important;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	border-radius: 3px;
	cursor: pointer;
}

.seat-item input[type="checkbox"] {
	display: none;
}

.seat-item {
	width: 100%;
}

/* .seat-item input[type="checkbox"]:checked + label {
	background: #9e0100;
	color: #fff;
} */

.emergency {
	background: #9e0100;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 4px;
}

.seat-item input[type="checkbox"][disabled] + label {
	background: #bfbdbe;
	cursor: not-allowed;
}

.seat-item.quiet label {
	background: #c375f0;
}

.seat-item.bulkhead label {
	background: #0d0c0c;
	color: #fff;
}

.seat-info {
	padding: 0 20px;
}

.seat-info ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.seat-info ul li span {
	background: #fff;
	width: 30px;
	height: 20px;
	border-radius: 4px;
}

.seat-info ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.seat-info ul li span.quiet {
	background: #c375f0;
}

.seat-info ul li span.selected {
	background: #9e0100;
}

.seat-info ul li span.occupied {
	background: #bfbdbe;
}

.seat-info ul li span.bulkhead {
	background: #0d0c0c;
}

.seat-info ul li {
	font-weight: 500;
}

.selected-pax {
	background: #9e0100 !important;
	color: #fff !important;
}
.selected-pax hr {
	border-color: #fff !important;
}

.pax-details-list-item-box-item:hover {
	cursor: pointer;
}

.seat-selected {
	background: #9e0100 !important;
	color: #fff !important;
}

.selected-seat-box {
	padding: 0px !important;
	color: #000;
}

.total-seat-charges {
	text-align: center;
}
.total-seat-charges .total-seat-charges-text {
	font-weight: 800;
	font-size: 20px;
}
.total-seat-charges .total-seat-charges-price {
	font-weight: 700;
	font-size: 20px;
}

.flight-seat-view img {
	display: none;
}

.flight-seat-view .select-seat-view {
	position: relative;
	padding: 0 100px;
	max-height: 568px;
	overflow: auto;
}

.select-seat-box {
	max-height: 612px;
	overflow: auto;
}

.seat-charges-box {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	border-radius: 4px;
	flex-direction: column;
	gap: 12px;
	background: #fff;
}

.seat-charges-title {
	padding: 10px 16px;
	background-color: #9e0100;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.seat-charges-list {
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.seat-charges-list ul {
	width: 100%;
}
.seat-charges-list ul li.range1 {
   background-color:#ADD9E3;
   width:100%;
   padding: 10px;
   margin: 5px 0px;
   font-weight: 800;
}

.seat-charges-list ul li.range2 {
   background-color:#FEBC9D;
   width:100%;
   padding: 10px;
   margin: 5px 0px;
   font-weight: 800;
}
.seat-charges-list ul li.range3 {
   background-color:#EED2E6;
   width:100%;
   padding: 10px;
   margin: 5px 0px;
   font-weight: 800;
}
.seat-charges-list ul li.range4 {
   background-color:#FDE1BF;
   width:100%;
   padding: 10px;
   margin: 5px 0px;
   font-weight: 800;
}
.seat-charges-list ul li.range5 {
   background-color:#EFF0B2;
   width:100%;
   padding: 10px;
   margin: 5px 0px;
   font-weight: 800;
}

.seat-item label.range1{
	background-color:#ADD9E3;
}
.seat-item label.range2{
	background-color:#FEBC9D;
}
.seat-item label.range3{
	background-color:#EED2E6;
}
.seat-item label.range4{
	background-color:#FDE1BF;
}
.seat-item label.range5{
	background-color:#EFF0B2;
}

.btn-pax {
  border: 2px solid #9e0100 !important;
  background-color: #9e0100 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px !important;
  letter-spacing: 0;
  border-radius: 25px !important;
  transition: 1s border-radius;
  width: 100% !important;
  padding: 6px 10px !important;
  margin-top:20px !important;
}

/* ***************************** End Flight seat selection css ***************************** */
.blog-bg {
	padding: 80px 0 0 !important;
}

.blogs-filter {
	background: #9e0100;
	color: #fff;
	margin-bottom: 50px;
}

.blogs-filter .mycontainerforinner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.filter-by {
	display: flex;
	align-items: center;
	gap: 16px;
}

.filter-by .form-group {
	margin: 0 !important;
	min-width: 240px;
}

.blogs-filter .mycontainerforinner .search {
	min-width: 340px;
}

.filter-view-btn {
	display: flex;
	align-items: center;
	gap: 16px;
}

.filter-view-btn img {
	width: 20px;
}

.blog-item {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 8px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #d2d2d2;
}

.blog-item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 16px;
}

.blog-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-contain ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 8px;
}

.blog-contain ul li {
	padding-right: 8px;
	border-right: 1px solid #666;
	font-size: 14px;
	color: #666;
}

.blog-contain p {
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-contain {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	flex: 1;
}

.blog-contain .read-more {
	display: flex;
	margin-top: auto;
	margin-left: auto;
	color: #9e0100;
	text-decoration: underline !important;
}

.blog-view .row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}

.blog-view {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog-item.blog-list {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-direction: row !important;
}

.blog-item.blog-list img {
	margin: 0;
	width: 100%;
	min-width: 600px;
	max-width: 600px;
}

.form-group.with-icon .with-icon-input textarea.form-control {
	width: 100% !important;
}

ul.dashboardtab {
	padding: 40px 0 20px;
}

.blog-view-detail {
	margin-top: 30px;
	margin-bottom: 40px;
}

.blog-category-name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.blog-details .blog-title {
	margin: 10px 0;
}

.blog-details ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	display: flex;
	gap: 8px;
}

.blog-details ul li {
	padding-right: 8px;
	border-right: 1px solid #666;
	font-size: 14px;
	color: #666;
}

.blog-details img {
	width: 100%;
	border-radius: 8px;
}

.blog-details ul li:last-child {
	border: none;
	padding: 0;
}

.blog-details p {
	margin: 20px 0;
}

.blog-more-img {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.blog-view-detail hr {
	border-color: #e6e6e6 !important;
}

.share-on {
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.share-on ul {
	display: flex;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	gap: 20px;
}

.share-on ul img {
	width: 30px;
}

.comment-like {
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 20px 30px;
	margin-bottom: 30px;
}

.comment-like ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

.comment-like ul a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 16px;
}

.comment-box h6 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 16px;
}

.blog-enquiry {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	padding: 20px;
	border-radius: 16px;
	flex-direction: column;
	background: #fff;
	border: 1px solid #d2d2d2;
}

.blog-enquiry h6 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
}

.blog-enquiry .form-group.with-icon {
	margin: 20px 0 !important;
}

.blog-enquiry-form .copop-default.quickenquiry-subbtn {
	min-width: 120px;
}

.blog-enquiry.you-must {
	margin: 40px 0;
}

.blog-enquiry.you-must .blog-item {
	box-shadow: none;
	border: none;
	padding: 0;
}

.blog-enquiry.you-must h6 {
	margin-bottom: 20px;
}

.categories-view h6,
.subscribe h6,
.related h6 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

.categories-view ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.categories-view ul li a {
	padding: 8px 0;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	font-size: 16px;
}

.categories-view {
	margin-bottom: 30px;
}

.subscribe ul {
	padding: 0;
	list-style: none;
	display: flex;
	margin: 0;
	gap: 20px;
}

.related h6 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.subscribe {
	margin-bottom: 30px;
}

.related ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.related-post-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.related-post-item img {
	width: 150px;
	height: 95px;
	border-radius: 8px;
	object-fit: cover;
}

.related-post-text span {
	color: #666;
	font-size: 12px;
}

.related-post-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.related-post-text p {
	margin: 0;
}

.also-like .blog-contain p {
	margin-bottom: 0;
}

.also-like .slick-slide > div {
	margin: 15px;
}

.blog-detail-section-2 {
	margin: 70px 0;
}

.blog-detail-section-2 h3 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 700;
}

.also-like .blog-item img {
	height: 190px;
}
.bd-radius-50 {
	border-radius: 60px !important;
}
.btn {
	background-color: #9e0100 !important;
}

.pacbtn2 a,
.pacbtn1 button,
.pacbtn1 a {
	border-radius: 60px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pacborderleft-info .pactxt11 select.form-control {
	height: 28px !important;
	font-size: 12px !important;
}

.comment-view-box {
	padding: 0 20px;
	margin-top: -10px;
}

.comment-view-count {
	font-size: 16px;
	color: #666;
}

.comment-view-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
	max-height: 335px;
	overflow: scroll;
}

.comment-view-list-item {
	display: flex;
	align-items: normal;
	gap: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.comment-view-list-item img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 40px;
}

.comment-view-list-item-contain {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.comment-view-list-item-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.comment-view-list-item-header-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}

.comment-view-list-item-header-date {
	font-size: 12px;
	color: #a9a9a9;
	font-weight: 600;
}

.comment-view-list-item:last-child {
	border-bottom: none;
	padding: 0;
}

.comment-view-list-item-contain .comment-view-list {
	position: relative;
}

.comment-view-list-item-contain .comment-view-list:before {
	content: " ";
	height: 100%;
	width: 1px;
	background: #cccccc;
	position: absolute;
	left: -20px;
}

.pacgallerbg .pacd5 {
	/* margin-top: 0; */
}

.pacgallerbg .pacd5 select.form-control {
	height: 28px !important;
}

.pacgallerbg .pacdbtn1 {
	display: flex;
}

.blog-view-detail .blog-contain .blog-title {
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

.flight-booking-btn:hover .flbtn3 {
	font-weight: 700;
}

.view-fare:hover .flbtn4 {
	font-weight: 700;
}

.blog-contain a {
	color: #000;
}

.blog-details,
.share-on,
.comment-box {
	padding-right: 20px;
}

.bookingtxt21 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	line-height: 17px;
}

.bookingtxt21 img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	top: 0;
	margin-right: 20px;
	border-radius: 48px;
	box-shadow: 0 0 8px -2px #000;
	margin-bottom: 8px;
}

.table-responsive.bookingtxt28 {
	border: 1px solid #d9d9d9 !important;
	border-top: none;
	border-bottom: 5px solid #9e0100 !important;
}

.table-responsive.bookingtxt28 .table {
	margin: 0;
}

.table-responsive.bookingtxt28 .table th {
	background: #9e0100;
	color: #fff;
	padding: 8px 20px;
}

.table-responsive.bookingtxt28 .table td {
	padding: 8px 20px;
	color: #665e5e;
}

.bookinginfobox {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 8px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #d2d2d2;
	gap: 8px;
	margin: 30px 0;
}

ul.tabs li.selected a .booking-form-tab-icon {
	background-color: #9e0100;
	color: #ffffff;
	border-color: #9e0100;
}

ul.tabs li a .booking-form-tab-icon {
	border-radius: 50px;
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	color: #031420;
	padding: 0;
	position: relative;
	top: 4px;
	box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.33);
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.tabs li a .booking-form-tab-icon img.home-tab-icon.selected {
	display: none;
}

ul.tabs li.selected a .booking-form-tab-icon img.home-tab-icon {
	display: none;
}

ul.tabs li.selected a .booking-form-tab-icon img.home-tab-icon.selected {
	display: block;
	width: 30px;
}

ul.tabs li a .booking-form-tab-icon img.home-tab-icon {
	width: 24px !important;
	height: 24px;
}

/* mice css */

.micemainbannerbg {
	height: 80px;
	box-shadow: 0 -7px 15px -3px #000;
}

.insection .text-left {
	text-align: left !important;
}

.inbg4 h6 {
	margin: 12px 0px 20px 0px !important;
}

.inbg4 h6 + .centertxt {
	font-size: 16px;
}

.mice-section1 {
	margin: 50px auto;
}

.mice-img {
	border-radius: 16px;
	box-shadow: -16px -16px 0 1px #000;
}

.mice-section2 {
	margin: 70px 0;
	padding: 0;
	background: #ffffff;
}

.mice-section2.insection h2 {
	margin: 0 0 50px !important;
}

.mice-section2 .intxt3.intxt3title {
	background: #9e0100;
	display: block;
	width: 100%;
	max-width: 400px;
	position: relative;
	color: #fff;
	font-size: 28px !important;
	padding: 20px 0 50px;
	border-radius: 10px;
}

.mice-section2 .intxt3.intxt3title .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	margin: auto;
	border: 8px solid rgba(0, 0, 0, 0.17);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mice-section2 .intxt3.intxt3title .icon img.max {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.mice-section3 {
	background: #ffffff;
	margin: 50px 0;
	padding: 0;
}

.mice-section3 p {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.mice-section3 h6 {
	text-align: left;
	font-size: 40px !important;
	margin: 30px 0 0 !important;
}

.mice-section3 ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0;
}

.mice-section3 ul li {
	padding: 16px;
	border: 1px solid #ded9d9;
	border-radius: 4px;
	min-height: 85px;
	display: flex;
	align-items: center;
	line-height: 25px;
}

.mice-section4 {
	background: transparent;
	margin: 0;
	padding: 0;
}

.mice-section4 .insection {
	margin: 0;
}

.mice-section4 h2 {
	text-align: center !important;
	width: fit-content;
	margin: 0 auto !important;
}

.mice-section4 h2 {
	background: rgb(158, 1, 0);
	background: linear-gradient(
		90deg,
		rgba(158, 1, 0, 1) 0%,
		rgba(191, 30, 45, 1) 50%,
		rgba(158, 1, 0, 1) 100%
	);
	color: #fff;
	padding: 20px 40px;
	border-radius: 8px;
	margin-bottom: 40px !important;
}

.mice-section4 .karodiv1 {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	min-height: 120px;
	justify-content: center;
	margin-bottom: 50px;
	font-size: 18px;
	border-radius: 16px;
	box-shadow: 4px 4px 0 1px #bf1e2d;
	padding: 30px;
	font-weight: 600;
}

.mice-section4 .karodiv1 img.max {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.mice-section5 {
	padding: 0;
	background: transparent;
	margin: 50px 0px 0px;
	overflow: hidden;
}

.gap-20 {
	gap: 20px;
}

.mice-section5 input[type="radio"] {
	width: 20px;
	height: 20px;
	left: 20px;
}

.mice-section5 .radio {
	margin: 20px 0 30px !important;
}

.mice-section5 .radio label {
	align-items: center;
	display: flex;
	padding-left: 30px !important;
	gap: 10px;
}

.video-mice {
	background: #ded9d9;
	min-height: 280px;
	border: 1px solid #000;
	border-radius: 16px;
	margin-top: 60px;
}

.mice-section3.mice-section7 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.miveDestinationsLink {
	padding: 0 15px;
}

.miveDestinationsBox {
	width: 100%;
	height: 320px;
	background-size: cover !important;
	background-position: center;
	position: relative;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: flex-end;
}

.miveDestinationsBox span {
	background: #ffffffb5;
	font-size: 20px;
	color: #9e0100;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 4px;
}

.mice-form {
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mice-form p {
	margin-top: 0;
}
.mice-form-box {
	overflow: hidden;
}

.mice-form button {
	margin: 20px auto;
}

img.max.mice-name-img {
	max-height: 150px;
	object-fit: contain;
}

.mice-section2 .intxt3.intxt3title {
	margin-bottom: 60px;
}
.mice-section3.mice-section7 .space3 {
	display: none;
}

.mice-section3.mice-section7 .visa-faq-wrapper {
	margin-bottom: 0;
}

/* policybannerbg css */
.policybannerbg {
	height: 80px;
	box-shadow: 0 -7px 15px -3px #000;
}

.holiday-img {
	border-radius: 16px;
}

.domestic_holiday h1,
.international_holiday h1 {
	font-size: 28px !important;
	font-weight: 700;
}

.domestic_holiday h2,
.international_holiday h2 {
	color: #000 !important;
	font-size: 18px !important;
	margin-top: 5px !important;
	font-weight: 600 !important;
}

.domestic_holiday p,
.international_holiday p {
	color: #000 !important;
	font-size: 14px !important;
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}

.nav-item.nav-main-link {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nav-item.nav-main-link .nav-link {
	font-weight: 800;
	color: #9e0100 !important;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt p a {
	display: block;
	height: 100%;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt a {
	display: block;
	height: 100%;
	float: unset !important;
	margin-left: auto;
}

.packagemaibbg .mycontainerformain .home-banner-contain .bantxt {
	display: flex;
	flex-direction: column;
	height: auto !important;
}

a:focus {
	outline: none !important;
}

.domestic_holiday {
	background-image: url(../image/packages/domestic.webp);
	background-size: cover;
	background-position: center;
}

.international_holiday {
	background-image: url(../image/packages/international.webp);
	background-size: cover;
	background-position: center;
}

/*.mice-section3 ul li:hover {
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.4);
}*/

.domestic_holiday img.max,
.international_holiday img.max {
	display: none;
}

.big-text {
	font-size: 150px;
	/*font-family: "Krub" !important;*/
	font-weight: bold;
	line-height: 1;
}

.what-section-hover:hover .big-text {
	color: #ba0000;
}

.what-section-hover:hover li {
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.4);
	border-color: #ba0000;
}

.what-section-hover:hover h6 {
	color: rgb(186 0 0);
}

.mice-section3 h6 {
	color: rgb(155, 155, 155);
}

#leftsliderbtn a:hover {
	right: 82%;
}

/* .visabox3txt {
 min-height: 62px;
} */

ul {
	padding-inline-start: 0;
}

.w-full {
	width: 100%;
}

.budgetmainbannerbg {
	background-image: url(../image/everybudgetbannerbg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 415px;
	display: flex;
}

.budgetmainbannerbg h3 {
	font-size: 58px !important;
	color: #9e0100;
	letter-spacing: 0;
	margin: 1% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
	/* text-transform: uppercase; */
}
.budgetmainbannerbg {
	background-image: url(../image/everybudgetbannerbg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 415px;
	display: flex;
}

.budgetmainbannerbg h3 {
	font-size: 58px !important;
	color: #000000;
	letter-spacing: 0;
	margin: 1% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
	/* text-transform: uppercase; */
}
.seasonmainbannerbg {
	background-image: url(../image/everyseasonbannerbg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 415px;
	display: flex;
}

.seasonmainbannerbg h3 {
	font-size: 58px !important;
	color: #000000;
	letter-spacing: 0;
	margin: 1% 0px 0px 0px !important;
	text-align: center;
	/*font-family: "Krub" !important;*/
	/* text-transform: uppercase; */
}

/* corporate page start */
.before-login .newheader.active,
.after-login .newheader.active {
	position: fixed;
}
.corporate-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1390px;
	padding: 0 15px;
}

.new-corporate-section2 {
	background: url(../image/corporate/partners.svg);
	padding: 20px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.new-corporate-section3 {
	padding: 50px 0px 0px 0px;
}

.new-corporate-section3 h1 {
	font-size: 2.4vw;
	line-height: 130%;
	font-weight: 800;
	margin-top: 0;
}

.new-corporate-section3 h2 {
	font-size: 1.4vw;
	font-weight: 500;
	color: #555555;
	line-height: 28px;
}

.new-corporate-section3 h3 {
	font-size: 1.4vw;
	font-weight: 600;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 20px;
}

.new-corporate-section3 h2 span,
.new-corporate-section3 h3 span {
	color: #9e0100;
}

.new-corporate-section3 p {
    font-size: 1.1vw;
    margin-top: 20px;
    text-align: left;
    line-height: 150%;
}

.new-corporate-section3 ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-top: 0px;
	gap: 16px;
	font-weight: 400;
}

.new-corporate-section3 ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.new-corporate-section3 ul li div {
	padding: 10px;
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}

.new-corporate-section3 ul li div img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	min-width: 40px;
}

.new-corporate-section4 {
	/* background: url(../image/corporate/business-partners-handshake-global-corporate-with-technology-concept.svg); */
	background: url(../image/corporate/contactUs_bg.webp);
	margin-top: 50px;
	padding: 70px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.new-corporate-section4 p {
	text-align: center;
}

.new-corporate-section4 h3 {
	font-size: 1.7vw;
	font-weight: 800;
	line-height: 150%;
	text-transform: capitalize;
	margin-top: 0;
}

.new-corporate-section4 h3 span {
	font-size: 3.3vw;
	text-transform: uppercase;
	font-weight: 800;
}

.new-corporate-section4 h4 {
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}

.new-corporate-section4 p {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
	font-size: 1.3vw;
}

.new-corporate-section4 button {
	background: #9e0100;
	font-size: 1.4vw;
	color: #fff;
	border-radius: 40px;
	padding: 12px 40px;
}

.new-corporate-section5 {
	padding: 50px 0px 0px 0px;
}

.new-corporate-section5 h3.heading {
	margin-top: 0;
	text-align: center;
	font-size: 2.4vw;
	font-weight: 800;
	margin-bottom: 16px;
}

.new-corporate-section5 h3.heading span {
	color: #9e0100;
}

.new-corporate-section5 h3 + p {
	text-align: center;
	font-size: 1.4vw;
	font-weight: 500;
	margin: 0;
}

.why-choose-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 30px auto 0;
	max-width: 1000px;
}

.why-choose-col:hover {
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.4);
}

.why-choose-col {
	border-radius: 16px;
	padding: 28px;
}

.why-choose-col p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.why-choose-col h2 {
	font-size: 1.6vw;
    font-weight: 600;
    margin: 20px 0px 10px;
}

.why-choose-col img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.new-corporate-section6 {
	text-align: center;
}

.new-corporate-section6 h1 {
	font-size: 2vw;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 870px;
	color: #fff;
}

.new-corporate-section6 p {
	text-align: center;
	font-size: 1.2vw;
	margin: 10px 0 30px;
	color: #000;
}

.new-corporate-section6 button {
	color: #9e0100;
	font-size: 1.2vw;
	background: #fff;
	border-radius: 40px;
	padding: 15px 40px;
	font-weight: 700;
}

.new-corporate-section7 h3 {
	margin-top: 0;
	text-align: center;
	font-size: 2.4vw;
	font-weight: 800;
	margin-bottom: 16px;
}

.new-corporate-section7 {
	padding: 50px 0px 0px 0px;
}

.new-corporate-section7 h3 span {
	color: #9e0100;
}

.new-corporate-section7 h3 + p {
	text-align: center;
	font-size: 1.1vw;
	font-weight: 500;
	margin: 0;
}

.new-corporate-section8 {
	background: #9e0100;
	margin-top: 50px;
	padding: 40px 0;
}

.new-corporate-section8 .countdiv {
	text-align: center;
	display: block;
	color: #fff;
}

.new-corporate-section8 .countdiv .count,
.new-corporate-section8 .countdiv .countk {
	color: #fff;
	float: none;
}

.new-corporate-section8 .counttxt {
	margin: 0;
	text-align: center;
	justify-content: center;
	font-weight: 300;
	color: #fff;
}

.easy-steps-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}

.easy-steps-col {
	text-align: center;
	padding: 0 10px;
	border-radius: 80px;
	box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.4);
}

.easy-steps-col.item-1 {
	background: #88bd40;
}

.easy-steps-col.item-2 {
	background: #e24c32;
}

.easy-steps-col.item-3 {
	background: #31a3dd;
}

.easy-steps-col-content {
	background: #ececec;
	border-radius: 50px 60px 60px 60px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 84%;
}

.easy-steps-col .number {
	color: #fff;
	font-size: 26px;
	margin: 5px 0 5px;
}

.easy-steps-col-content img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.easy-steps-col-content h2 {
	font-size: 18px;
	max-width: 180px;
	font-weight: 700;
	line-height: 1.6;
}

.easy-steps-col.item-1 .easy-steps-col-content h2 {
	color: #88bd40;
}

.easy-steps-col.item-2 .easy-steps-col-content h2 {
}

.easy-steps-col.item-2 .easy-steps-col-content h2 {
	color: #e24c32;
}

.easy-steps-col.item-3 .easy-steps-col-content h2 {
	color: #31a3dd;
}

.easy-steps-col-content p {
	text-align: center;
	font-size: 15px;
	margin: 0;
}

.new-corporate-section9 {
	padding: 50px 0px 0px;
}

.new-corporate-section9 h3 {
	margin-top: 0;
	text-align: center;
	font-size: 2.4vw;
	line-height: 130%;
	font-weight: 800;
}

.who-can-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0px 16px;
	width: 100%;
	margin: 30px auto 0;
	max-width: 1050px;
}

.who-can-col .number {
	font-weight: 800;
	font-size: 24px;
	color: #9e0100;
}

.who-can-col h2 {
	font-size: 1.6vw;
    font-weight: 700;
    line-height: 150%;
}

.who-can-col p {
	font-size: 1.1vw;
	line-height: 150%;
	text-align: left;
}

.who-can-col:hover {
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.4);
}

.who-can-col {
	border-radius: 16px;
	padding: 15px;
}

.new-corporate-section10 {
	background: url(../image/corporate/we_optimize.webp);
	margin-top: 50px;
	padding: 70px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.new-corporate-section10 h3 {
	font-size: 1.7vw;
	font-weight: 700;
	line-height: 1.5;
	text-transform: capitalize;
	margin-top: 0;
	margin: 0 auto;
	max-width: 1100px;
}

.new-corporate-section10 h3 span {
	font-size: 2.65vw;
	font-weight: 800;
}

.new-corporate-section10 p {
    color: #000;
    text-align: center;
    margin: 20px auto 0;
    font-size: 1.3vw;
    max-width: 590px;
    line-height: 150%;
}

.new-corporate-section11 {
	padding: 50px 0px 0px;
}

.corporate-choose-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 100px;
	max-width: 1080px;
	margin: 0 auto;
}

.corporate-info-col img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.corporate-info-col h2 {
	margin-bottom: 0;
	font-size: 1.4vw;
	line-height: 1.5;
	font-weight: 600;
}

.new-corporate-section12 {
	padding-top: 50px;
}

.new-corporate-section12 h3 {
	margin-top: 0;
	text-align: center;
	font-size: 2.35vw;
	font-weight: 800;
	margin-bottom: 15px;
}

.new-corporate-section12 h3 span {
	color: #9e0100;
}

.new-corporate-section12 p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.save-big-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 30px;
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
}

.save-big-col img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.save-big-col h2 {
	font-size: 20px;
	font-weight: 700;
}

.save-big-col p {
	font-size: 1vw;
    font-weight:400;
}

.save-big-col {
	padding: 30px 15px;
}

.new-corporate-section14 {
	padding: 50px 0;
}

.new-corporate-section14 h1 {
	font-size: 2.4vw;
	font-weight: 800;
	margin-bottom: 15px;
}

.new-corporate-section14 h1 span {
	color: #9e0100;
}

.new-corporate-section14 ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top:30px;
}

.new-corporate-section14 ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
}

.new-corporate-section14 ul li span {
	width: 14px;
	height: 14px;
	background: linear-gradient(
		180deg,
		rgba(168, 61, 50, 1) 0%,
		rgba(226, 208, 208, 1) 100%
	);
	border-radius: 10px;
}

.new-corporate-section1 {
	text-align: center;
}

.corporate-after,
.corporate-after.mainbannerbg .mycontainerformain,
.corporate,
.corporate.mainbannerbg .mycontainerformain {
	min-height: calc(60vh - 181px) !important;
}

.new-corporate-section1 img.max {
	width: 100%;
}

.before-login .newheader,
.after-login .newheader {
	position: relative;
}

.new-corporate-section4 h4 span {
	color: #990100;
}

.new-corporate-section6 .corporate-container {
 background: url(../image/corporate/signUp_bg.webp);
 margin-top: 50px;
 padding: 120px 0;
 text-align: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 max-width: 1340px;
}

.save-big-col:hover {
	background: #9e0100;
	border-radius: 8px;
}

.save-big-col:hover img.max {
	-webkit-filter: invert(100%); /* Safari/Chrome */
	filter: invert(100%);
}

.save-big-col:hover h2,
.save-big-col:hover p {
	color: #fff;
}

.new-corporate-section13 {
	background: url(../image/corporate/SAP-bg.webp) #9d0303;
	margin-top: 50px;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.new-corporate-section13 h1 {
	font-size: 3vw;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left;
}

.new-corporate-section13 ul li {
	font-size: 1.5vw;
}

.new-corporate-section13 ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 30px;
	list-style: decimal-leading-zero;
	padding-left: 38px;
}

.new-corporate-section13 h1 span {
	color: #fff;
}

.new-corporate-section13 .row:before {
	content: " ";
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	/* background: url(../image/corporate/SAP-bg2.webp); */
	width: 70%;
	height: 70%;
	border-radius: 10px;
	left: -60px;
}

.new-corporate-section13 .row {
	position: relative;
}

/* footer start */

.footer-ui {
	border-top: 4px solid #9e0100;
	display: flex;
	flex-direction: column;
}

.footer-ui-top {
	padding: 40px 0;
}

.footer-ui-bottom {
	background: #9e0100;
	padding: 20px 0;
}

.footer-ui p {
	color:#000;
}
.appept-card {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.appept-card h4 {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.appept-card img {
	width: 30px !important;
}

.appept-card div {
	gap: 10px;
}

.social h4 {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.social {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-ui-bottom .copytxt {
	margin: 0;
	padding: 0;
	border: none;
}

.footer-ui-bottom .corporate-container {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 0;
}

.footer-ui-top h4 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
}

.footer-ui-top ul.footer-menu-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-ui-top ul.footer-menu-links li a {
	font-size: 14px;
	color: #000;
}

.approved-by-img img {
	width: 80px;
}

.contact-us-info a {
	color: #000;
	text-align: left;
}

.contact-us-info p {
	text-align: left;
	display: flex;
	margin-bottom: 12px;
}

.contact-us-info p iconify-icon {
	margin-right: 8px !important;
	color: #9e0100;
}

.footer-ui-top p {
	margin: 0px;
	text-align: left;
	font-size: 14px;
}

.footer-ui-top .ftrlogo {
	max-width: 85px;
    margin-bottom: 15px;
}

/* footer end */
.corporate-after, .corporate, .corporate.mainbannerbg .mycontainerformain {
	padding-top: 50px;
	min-height: calc(60vh - 181px) !important;
}
.corporate-after .mycontainerformain {
	padding-top: 0;
}
.corporate-after .mycontainerformain .mainbannerspace {
	margin-bottom: auto;
}
.new-corporate-section13 ul li {
	color: #fff;
}

.home-banner-view + .row.flex.justify-content-center.my-auto {
	margin-left: 0;
	margin-right: 0;
}

.offerPopup-img-slider {
	position: relative;
	margin-bottom: 0 !important;
}

.offerPopup-img-slider .slick-dots {
	bottom: 0 !important;
}

.footer-ui-top ul.footer-menu-links li{
	line-height: 150%;
}


@media all and (max-width: 991px) {
	.appept-card,
	.social {
		justify-content: center;
	}

	.why-choose-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.easy-steps-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px 50px;
	}

	.who-can-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-info-col h2 br {
		display: none;
	}
	.save-big-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 50px;
	}
	.new-corporate-section13 h1 {
		font-size: 36px;
	}
	.new-corporate-section13 .row:before {
		background: transparent;
	}
}

@media all and (max-width: 767px) {
	.why-choose-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 30px;
	}

	.easy-steps-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 50px;
	}

	.who-can-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.contact-us-info a {
		width: 100%;
	}

	.who-can-col p {
		font-size: 16px;
	}

	.new-corporate-section6 p {
		font-size: 16px;
	}

	.new-corporate-section4 h4 {
		font-size: 18px;
	}
	.social,
	.appept-card,
	.appept-card .flex {
		justify-content: center;
	}
	.save-big-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.corporate-choose-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.new-corporate-section12 h3 {
		font-size: 22px;
	}

	.new-corporate-section13 h1 {
		font-size: 22px;
	}

	.new-corporate-section13 ul li {
		font-size: 16px;
	}
	.corporate-after.mainbannerbg .home-banner-view {
		display: block !important;
	}
	.booking-form ul.tabs li {
		background: #fff;
	}
	.offerPopup-img-slider {
		display: none !important;
	}
	.corporate-info-col {
    text-align: center;
}
.footer-ui-top h4.approved-title {
    text-align: left !important;
}

.approved-by-img {
    justify-content: flex-start !important;
}
.wallet-filter .search {
    width: 100%;
}
.wallet-filter .search .search-input {
    width: 100%;
}
}

@media all and (max-width: 600px) {
	/* .roomadd {
		margin-top: 0;
	}
	.roomremove {
		margin-top: 0;
	} */
	div:where(.swal2-container).swal2-center>.swal2-popup {
    width: 100% !important;
}

div:where(.swal2-container) {
    padding: 15px;
}
.flight-seat-view .select-seat-view{
    padding: 0 56px;
}
.new-corporate-section13 img {
	width: 100% !important;
}
}

.flight-summary .minusspace {
    margin-top: 64px;
}

.container-fluid.policybannerbg.h-fit.corporate-after {
    display: none;
}

.before-login .newheader, .after-login .newheader {
    position: relative;
    box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.3);
}

.footer-ui-top .ftrlink ul li a {
    font-size: 14px;
    color: #000 !important;
}
 
.footer-ui-top .ftrlink ul li a::before {
    content: url(https://api.iconify.design/ri/arrow-right-double-line.svg?color=black);
}

.container-fluid.profile-detail-container.dashboard-detail-container {
    margin-top: 0;
    padding-top: 30px;
}
 
.container-fluid.innerbannerbg.h-fit.corporate-after {
    display: none;
}
 
.container-fluid.profile-detail-container {
    margin-top: 0;
    padding-top: 30px;
}
 
.visa-list {
    top: 0px;
    padding-top: 30px;
}

/* Start Report Section css*/
#search-reports{
	width: 100%;
}
/* End Report Section css*/

.nav-item:hover > .dropdown .nav-item a {
    color: #636363;
    padding: 10px;
    display: block;
}

.search {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.search .maindashtxt2 {
    margin-top: 0;
}

.profile-deatil.view-contact-info .row {
    gap: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.pacdtab.profiletab ul li {
		min-width: 193px;
	}

.offer-contain {
	background: url(../image/corporate/right-side-bg.webp);
	background-size: cover;
	background-position: center;
}

.offer-contain h3 + p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.offer-contain h2 {
    margin-top: 0;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background: #9e0100;
    color: #fff;
    padding: 10px 10px;
    border-radius: 15px;
    font-weight: 600;
}

.offer-contain h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-contain ul + h3 {
    font-size: 14px;
    margin-bottom: 10px !important;
}

samp.hotel_city {
	font-family:inherit !important;
	font-weight: 1;
}
samp.hotel_type {
	font-weight:800;
	font-family:inherit !important;
}

#df-btn-cont .df-btn {
    bottom: 12px !important;
    right: 12px !important;
}

.btn.btn-pax.roomsubmit {
    margin-top: 0 !important;
}

.seat-detail-btn {
    display: flex;
}

.bookingbox1 .bookiborder {
    margin: 10px 0px 10px;
}

.invoice-container {
    overflow: auto;
}

.new-corporate-section13 img {
    width: calc(100% - 50px);
}

.intxt2 {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*=================== Faisal Style ===================*/

.d-flex{
	display: flex !important;
}

.w-100{
	width: 100% !important;
}

.corporate-flight-search .form-container, .form-container-multicity {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  padding:0px 15px;
}

.corporate-flight-search label.radio-inline{
    color: #fff;
	margin-right: 10px;
	line-height: 23px;
}

.visa-wrapper-overlay {
	padding-top: 0;
    margin-top: -40px;
}

.select-travellers-dropDown .btn-pax{
	margin-top: 0px !important;
}

.number-of-travellers{
	position: relative;
}

.number-of-travellers .hideroom{
	padding: 10px;
}

.number-of-travellers .hideroom .btn-pax{
	margin-top: 10px !important;
}

.flight-no-title{
	color: #fff;
    margin: 20px 0px 0px;
    font-weight: 600;
}

.container-fluid.flightbg1.corporate-flight.h-fit.corporate-after {
    min-height: auto !important;
    padding: 0px;
}

.corporate-flight .slideshow-container .mycontainerformain, .corporate-hotel-filter .slideshow-container .mycontainerformain{
	padding-top: 15px;
    padding-bottom: 20px;
    min-height: auto;
}

.container-fluid.hotelbg.corporate-hotel-filter.h-fit.corporate-after{
	min-height: auto !important;
    padding: 0px !important;
}

.flight-search-btn{
	min-width: 183px;
}

.box-leaving-from-input{
	position: relative;
}

.box-leaving-from-input .switch-btn{
	position: absolute;
    padding: 0;
    background: transparent;
    border: none;
    top: 40%;
    right: -16px;
    z-index: 9;
}

.switch-icon-arrow {
    width: 25px;
}

.roomdetailstable h6{
	color: #9e0100;
	font-weight: 600;
}

.hotel-gest-dropDown {
    min-width: 320px;
}

.home-leaving-from-input{
	position: relative;
}

.home-leaving-from-input .switch-btn{
	position: absolute;
    padding: 0;
    background: transparent;
    border: none;
    top: 25%;
    right: -27.5px;
    z-index: 9;
}

.contact-us-info{
	gap: 10px;
}

.footer-contact-number .footer-number-inner{
    display: flex;
    gap: 5px;
	flex-direction: column;
}

.footer-contact-number .footer-number-inner a{
	font-size: 14px;
}

.footer-number-icon{
	color: #9e0100;
}

.hotel-cancel-popup{
	max-width: 400px;
	width: auto !important;
}

.hotel-cancel-popup .modalpadding{
	padding: 20px !important;
}

.hotel-cancel-popup .modal-content{
	border-radius: 8px !important;
}

.hotel-cancel-popup .model-review-text{
	color: #9e0100;
    font-weight: 600;
    line-height: 22px;
    font-size: 17px;
}

.privacy-policy-wrapper {
    padding-top: 40px;
    margin-top: 0;
}

.privacy-policy-wrapper h2 {
    font-weight: 700;
    text-align: left;
    margin: 0px !important;
}

.content-letter p a{
	color: #9e0100;
}


/*==================== Mobile Menu ======================*/

.navbar-toggler{
	padding: 0px !important;
}


@media (max-width: 990px) {

	.newheader-container.container{
		padding:0px !important;
	}

   .karotrip-mobile-menu,
  .karotrip-mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .karotrip-mobile-menu li {
    position: relative;
  }

  .karotrip-mobile-menu li a:focus,  .karotrip-mobile-menu li a:hover{
	color: #9e0100;
  }

  .karotrip-mobile-menu a {
    display: block;
    padding: 10px 1px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #333;
  }

  /* Hide all submenus by default */
  .karotrip-mobile-menu li > ul {
    display: none;
  }

  .karotrip-mobile-menu li.open > ul {
    display: block;
  }

  /* Remove arrow from all */
  .karotrip-mobile-menu li > a:after {
    content: "";
  }

  /* Show arrow if submenu exists */
  .karotrip-mobile-menu li.has-submenu > a:after {
    content: " +";
	float: right;
	font-size: 20px;
	top: -4px;
	position: relative;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
  }

  /* Arrow up when open */
  .karotrip-mobile-menu li.has-submenu.open > a:after {
    content: " -";
	right: 3px;
	top:-6px;
  }

  .has-submenu.open .has-submenu a {
    padding-left: 10px;
  }

  .karotrip-mobile-menu li.has-submenu li.has-submenu ul li a {
    padding-left: 20px;
 }
 .karotrip-mobile-menu li.has-submenu li.has-submenu ul li.has-submenu ul li a {
    padding-left: 30px;
 }
 .karotrip-mobile-menu li.has-submenu li.has-submenu ul li.has-submenu ul li.has-submenu ul li a {
    padding-left: 40px;
 }
 .karotrip-mobile-menu li.has-submenu ul a {
    padding-left: 10px;
 }

 .karotrip-mobile-menu a.active {
	color: #9e0100 !important;
	font-weight: 800 !important;
	background-color: #fff !important;
	border-radius:0%;
 }

}

@media all and (max-width:767px) {
  .corporate-flight .slideshow-container .mycontainerformain {
		padding-top: 50px;
	}
}