body{
	margin: 0;
}
/* width */
#ms-widget *::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
/* Track */
#ms-widget *::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
#ms-widget *::-webkit-scrollbar-thumb {
	background: #333333;
	border-radius: 0px;
}
/* Handle on hover */
#ms-widget *::-webkit-scrollbar-thumb:hover {
	background: #a7a9ab;
}
#ms-widget *{
	scrollbar-width: thin;
	scrollbar-color: #333333 #f1f1f1;
}
#ms-widget{
	font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#ms-widget [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
#ms-widget [type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}
#ms-widget button, select {
	text-transform: none;
}
/* #ms-widget button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
} */
#ms-widget button {
	border-radius: 0;
}
#ms-widget b, strong {
	font-weight: bolder;
}
#ms-widget input{ outline: none; width: -webkit-fill-available; padding: 0px;}
/* #ms-widget a {
color: #0d6efd;
text-decoration: underline;
} */
#ms-widget *, ::after, ::before {
	box-sizing: border-box;
}
#ms-widget .show, .ms-widget-in-footer .show { display: block !important; }
/* #ms-widget button,#ms-widget input,#ms-widget optgroup,#ms-widget select,#ms-widget textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
} */
#ms-widget .clearfix::after, .ms-widget-in-footer .clearfix::after {
	display: block;
	clear: both;
	content: "";
}
#ms-widget .warning-txt, .ms-widget-in-footer .warning-txt {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.2px;
	color: #4a4a4a;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {margin: 0px;}
/*layout css*/
#ms-widget .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: -10px;
	margin-left: -10px;
}
#ms-widget .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: var(--bs-gutter-y);
}
@media(max-width:480px){
	.select-childs-age .row>*{
		padding-right: 5px;
		padding-left: 5px;
	}
}
/* #ms-widget .col-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-4 {
flex: 0 0 auto;
width: 33.33%;
} */
#ms-widget .col{flex:1 0 0%}
#ms-widget .col-auto{flex:0 0 auto;width:auto;}
#ms-widget .col-1{flex:0 0 auto;width:8.33333333%;}
#ms-widget .col-2{flex:0 0 auto;width:16.66666667%;}
#ms-widget .col-3{flex:0 0 auto;width:25%;}
#ms-widget .col-4{flex:0 0 auto;width:33.33333333%;}
#ms-widget .col-5{flex:0 0 auto;width:41.66666667%;}
#ms-widget .col-6{flex:0 0 auto;width:50%;}
#ms-widget .col-7{flex:0 0 auto;width:58.33333333%;}
#ms-widget .col-8{flex:0 0 auto;width:66.66666667%;}
#ms-widget .col-9{flex:0 0 auto;width:75%;}
#ms-widget .col-10{flex:0 0 auto;width:83.33333333%;}
#ms-widget .col-11{flex:0 0 auto;width:91.66666667%;}
#ms-widget .col-12{flex:0 0 auto;width:100%;}

@media (min-width:576px){
	#ms-widget .col-sm{flex:1 0 0%}
	#ms-widget .col-sm-auto{flex:0 0 auto;width:auto;}
	#ms-widget .col-sm-1{flex:0 0 auto;width:8.33333333%;}
	#ms-widget .col-sm-2{flex:0 0 auto;width:16.66666667%;}
	#ms-widget .col-sm-3{flex:0 0 auto;width:25%;}
	#ms-widget .col-sm-4{flex:0 0 auto;width:33.33333333%;}
	#ms-widget .col-sm-5{flex:0 0 auto;width:41.66666667%;}
	#ms-widget .col-sm-6{flex:0 0 auto;width:50%;}
	#ms-widget .col-sm-7{flex:0 0 auto;width:58.33333333%;}
	#ms-widget .col-sm-8{flex:0 0 auto;width:66.66666667%;}
	#ms-widget .col-sm-9{flex:0 0 auto;width:75%;}
	#ms-widget .col-sm-10{flex:0 0 auto;width:83.33333333%;}
	#ms-widget .col-sm-11{flex:0 0 auto;width:91.66666667%;}
	#ms-widget .col-sm-12{flex:0 0 auto;width:100%;}
}

@media (min-width:768px){
	#ms-widget .col-md{flex:1 0 0%;}
	#ms-widget .col-md-auto{flex:0 0 auto;width:auto;}
	#ms-widget .col-md-1{flex:0 0 auto;width:8.33333333%;}
	#ms-widget .col-md-2{flex:0 0 auto;width:16.66666667%;}
	#ms-widget .col-md-3{flex:0 0 auto;width:25%;}
	#ms-widget .col-md-4{flex:0 0 auto;width:33.33333333%;}
	#ms-widget .col-md-5{flex:0 0 auto;width:41.66666667%;}
	#ms-widget .col-md-6{flex:0 0 auto;width:50%;}
	#ms-widget .col-md-7{flex:0 0 auto;width:58.33333333%;}
	#ms-widget .col-md-8{flex:0 0 auto;width:66.66666667%;}
	#ms-widget .col-md-9{flex:0 0 auto;width:75%;}
	#ms-widget .col-md-10{flex:0 0 auto;width:83.33333333%;}
	#ms-widget .col-md-11{flex:0 0 auto;width:91.66666667%;}
	#ms-widget .col-md-12{flex:0 0 auto;width:100%;}
}

@media (min-width:992px){
	#ms-widget .col-lg{flex:1 0 0%;}
	#ms-widget .col-lg-auto{flex:0 0 auto;width:auto;}
	#ms-widget .col-lg-1{flex:0 0 auto;width:8.33333333%;}
	#ms-widget .col-lg-2{flex:0 0 auto;width:16.66666667%;}
	#ms-widget .col-lg-3{flex:0 0 auto;width:25%;}
	#ms-widget .col-lg-4{flex:0 0 auto;width:33.33333333%;}
	#ms-widget .col-lg-5{flex:0 0 auto;width:41.66666667%;}
	#ms-widget .col-lg-6{flex:0 0 auto;width:50%;}
	#ms-widget .col-lg-7{flex:0 0 auto;width:58.33333333%;}
	#ms-widget .col-lg-8{flex:0 0 auto;width:66.66666667%;}
	#ms-widget .col-lg-9{flex:0 0 auto;width:75%;}
	#ms-widget .col-lg-10{flex:0 0 auto;width:83.33333333%;}
	#ms-widget .col-lg-11{flex:0 0 auto;width:91.66666667%;}
	#ms-widget .col-lg-12{flex:0 0 auto;width:100%;}
}

@media (min-width:1200px){
	#ms-widget .col-xl{flex:1 0 0%;}
	#ms-widget .col-xl-auto{flex:0 0 auto;width:auto;}
	#ms-widget .col-xl-1{flex:0 0 auto;width:8.33333333%;}
	#ms-widget .col-xl-2{flex:0 0 auto;width:16.66666667%;}
	#ms-widget .col-xl-3{flex:0 0 auto;width:25%;}
	#ms-widget .col-xl-4{flex:0 0 auto;width:33.33333333%;}
	#ms-widget .col-xl-5{flex:0 0 auto;width:41.66666667%;}
	#ms-widget .col-xl-6{flex:0 0 auto;width:50%;}
	#ms-widget .col-xl-7{flex:0 0 auto;width:58.33333333%;}
	#ms-widget .col-xl-8{flex:0 0 auto;width:66.66666667%;}
	#ms-widget .col-xl-9{flex:0 0 auto;width:75%;}
	#ms-widget .col-xl-10{flex:0 0 auto;width:83.33333333%;}
	#ms-widget .col-xl-11{flex:0 0 auto;width:91.66666667%;}
	#ms-widget .col-xl-12{flex:0 0 auto;width:100%;}
}

@media (min-width:1400px){
	#ms-widget .col-xxl{flex:1 0 0%;}
	#ms-widget .col-xxl-auto{flex:0 0 auto;width:auto;}
	#ms-widget .col-xxl-1{flex:0 0 auto;width:8.33333333%;}
	#ms-widget .col-xxl-2{flex:0 0 auto;width:16.66666667%;}
	#ms-widget .col-xxl-3{flex:0 0 auto;width:25%;}
	#ms-widget .col-xxl-4{flex:0 0 auto;width:33.33333333%;}
	#ms-widget .col-xxl-5{flex:0 0 auto;width:41.66666667%;}
	#ms-widget .col-xxl-6{flex:0 0 auto;width:50%;}
	#ms-widget .col-xxl-7{flex:0 0 auto;width:58.33333333%;}
	#ms-widget .col-xxl-8{flex:0 0 auto;width:66.66666667%;}
	#ms-widget .col-xxl-9{flex:0 0 auto;width:75%;}
	#ms-widget .col-xxl-10{flex:0 0 auto;width:83.33333333%;}
	#ms-widget .col-xxl-11{flex:0 0 auto;width:91.66666667%;}
	#ms-widget .col-xxl-12{flex:0 0 auto;width:100%;}
}
/* @media (min-width: 576px){
#ms-widget .col-md-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
#ms-widget .col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
#ms-widget .col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
#ms-widget .col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
#ms-widget .col-sm-8 {
width: 66.66666667%;
}
#ms-widget .col-sm-12 {
flex: 0 0 auto;
width: 100%;
} 
}
@media (min-width: 768px){

#ms-widget .col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
#ms-widget .col-md-3 {
flex: 0 0 auto;
width: 25%;
}
#ms-widget .col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
#ms-widget .col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
#ms-widget .col-md-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
#ms-widget .col-sm-8 {
width: 66.66666667%;
}
#ms-widget .col-md-12 {
flex: 0 0 auto;
width: 100%;
}
#ms-widget .col-sm-12 {
flex: 0 0 auto;
width: 100%;
} 
#ms-widget .col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
#ms-widget .col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
#ms-widget .col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
#ms-widget .col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-lg-8 {
width: 66.66666667%;
}
#ms-widget .col-lg-12 {
flex: 0 0 auto;
width: 100%;
}    
}
@media (min-width: 992px){
#ms-widget .col-md-3 {
flex: 0 0 auto;
width: 25%;
}
#ms-widget .col-md-12 {
flex: 0 0 auto;
width: 100%;
}
#ms-widget .col-sm-12 {
flex: 0 0 auto;
width: 100%;
}  
#ms-widget .col-lg-1 {
flex: 0 0 auto;
width: 8.33%;
}
#ms-widget .col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
#ms-widget .col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
#ms-widget .col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
#ms-widget .col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
#ms-widget .col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
#ms-widget .col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
} */
#ms-widget .tab-content>.custom-tab-pane { display: none; }
#ms-widget .tab-content>.active { display: block; }
/*nav-css*/
#ms-widget dl,#ms-widget ol,#ms-widget ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
#ms-widget .custom-nav {
/* 	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; */
	 display: flex;
	 flex-wrap: nowrap;
	overflow-x: auto; /* enables horizontal scrolling */
	-webkit-overflow-scrolling: touch; /* smoother scrolling on mobile */
	scroll-behavior: smooth; /* optional: smooth scroll effect */
	white-space: nowrap; /* keeps items in one line */
	width: 100%; /* ensures container knows its bounds */
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	gap:5px;

}
#ms-widget .custom-nav-tabs {border-bottom: 1px solid #dee2e6;}
#ms-widget .pos-rel{ position: relative; }
/*For Grid Space6*/
#ms-widget .row.grid-sp6 {
	margin-left: -3px;
	margin-right: -3px;
}
#ms-widget .row.grid-sp6 > div {
	padding-left: 0px;
	padding-right: 0px;
}
#ms-widget .mrg10-T {margin-top: 10px;}
#ms-widget .mrg15-TB { margin-top: 15px; margin-bottom: 15px;}
#ms-widget .text-right { text-align: right; }

#ms-widget .link-typ3, #ms-widget .link-typ3:focus {
	font-size: 13px;
    line-height: 20px;
    font-weight: 600;
/*     letter-spacing: 1px; */
    color: #202c3a;
    letter-spacing: 1px;
    text-decoration: none;
}
#ms-widget .link-typ3:hover {
	color: #1e3b50;
}
#ms-widget .btn-typ2, #ms-widget .btn-typ2:focus{
    display: inline-block;
    border: 1px solid var(--theme-secondary);
    background-color: var(--theme-secondary);
    padding: 12px 25px 10px;
    min-width: 150px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 0 10px;
    text-decoration: none;
    /* text-transform: uppercase; */
    border-radius: 0;
}
#ms-widget .btn-typ2:hover {
	color: var(--theme-secondary);
	/* opacity: 0.8; */
	background-color: #fff;
	border: 1px solid var(--theme-secondary);
}
#ms-widget .btn-typ4, .btn-typ4:focus {
	padding: 10px 25px;
	border-radius: 4px;
	background-color: #0f4996;
	border: 1px solid #0f4996;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
#ms-widget .btn-typ4:hover {
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}
/*=====================
Common Modal typ1 CSS
=====================*/
#ms-widget .custom-modal, .ms-widget-in-footer .custom-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0 , 0 , 0 , 0.5);
}
#ms-widget .fade, .ms-widget-in-footer .fade {transition: opacity .15s linear;}
#ms-widget .custom-modal.fade .modal-dialog, .ms-widget-in-footer .custom-modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-50px);}
#ms-widget .custom-modal.show .modal-dialog, .ms-widget-in-footer .custom-modal.show .modal-dialog {transform: none;}
#ms-widget .modal-dialog, .ms-widget-in-footer .modal-dialog  {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
@media (min-width: 576px){
	#ms-widget .modal-dialog, .ms-widget-in-footer .modal-dialog { max-width: 500px; margin: 1.75rem auto;} }
#ms-widget .modal-content, .ms-widget-in-footer .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0.3rem;
	outline: 0;
}
#ms-widget .modal-typ1 .modal-dialog.modal-xl, .ms-widget-in-footer .modal-typ1 .modal-dialog.modal-xl { width: 900px;}
#ms-widget .modal-header, .ms-widget-in-footer .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
#ms-widget .modal-typ1 .modal-dialog .modal-header, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header {
	padding: 15px 50px 15px 30px;
	position: relative;
}
#ms-widget .modal-typ1 .modal-dialog .modal-header .close, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close {
	position: absolute;
	top: 13px;
	right: 10px;
	opacity: 1;
	border: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-color: transparent;
}
#ms-widget .modal-typ1 .modal-dialog .modal-header .close:hover, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close:hover {color: #ff0000;}
#ms-widget .modal-typ1 .modal-dialog .modal-header .close > img, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close > img { display: none;}
#ms-widget .modal-typ1 .modal-dialog .modal-title, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-title {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.8px;
	color: #003f73;
	font-weight: bold;
	text-transform: uppercase;
}
#ms-widget .modal-typ1 .modal-dialog .modal-body, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-body {padding: 15px 30px;}
@media (max-width: 1024px) {
	#ms-widget .modal-typ1 .modal-dialog.modal-xl, .ms-widget-in-footer .modal-typ1 .modal-dialog.modal-xl {width: calc(100% - 40px);}
}
@media (max-width: 767px) {
	/* Common Modal Typ1 CSS */
	#ms-widget .modal-typ1 .modal-dialog .modal-header, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header { padding: 15px 40px 15px 15px; }
	#ms-widget .modal-typ1 .modal-dialog .modal-header .close, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close { right: 15px; }
	#ms-widget .modal-typ1 .modal-dialog .modal-body, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-body { padding: 20px 15px 20px 15px; }
	#ms-widget .modal-typ1 .modal-dialog.modal-xl, .ms-widget-in-footer .modal-typ1 .modal-dialog.modal-xl { width: calc(100% - 20px);}
}
/* Custom Radio CSS */
#ms-widget .radio-typ2 {
	position: relative;
	min-height: 1px;
	margin-bottom: 15px;
	display: inline-block;
	margin: 0px 0px 12px 10px;
	cursor: pointer;
}
@media (max-width: 382px) {
	#ms-widget .radio-typ2{margin: 0px 10px 12px 0px;}  
	#ms-widget .radio-typ2:last-child{margin: 0px 0px 12px 0px;}   
}
#ms-widget .form-horizontal .checkbox.cus-radiobtn {
	padding-top: 0px;
	min-height: 27px;
}
#ms-widget .radio-typ2:first-child { margin-left: 0px; }
#ms-widget .radio-typ2 input[type="radio"] {
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
#ms-widget .radio-typ2 > span {
	color: #012429;
	font-size: 15px;
	line-height: 1.83;
	padding-left: 25px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}
#ms-widget .radio-typ2 input[type="radio"]:checked + span:before {
	border-color: #979797;
}

#ms-widget .radio-typ2 span:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #979797;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 100%;
	display: inline-block;
}
#ms-widget .radio-typ2 input[type="radio"]:checked + span:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #124996;
	border-radius: 100%;
}
/* #ms-widget .cus-chkbox, .custom-checkbox1 {cursor: pointer;} */
#ms-widget .cus-chkbox, .custom-checkbox1 {
	position: relative;
	min-height: 17px;
	margin-bottom: 7px;
/* 	cursor: pointer; */
	display: block;
}
#ms-widget .cus-chkbox, .custom-checkbox1 label{opacity:1 !important;}
#ms-widget .cus-chkbox input[type="checkbox"], .custom-checkbox1 input[type="checkbox"]{
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	height: 100%;
}
#ms-widget .cus-chkbox input[type="checkbox"] + span, .custom-checkbox1 input[type="checkbox"] + span {
	color: #323131;;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.16px;
	padding-left: 23px;
	/*     display: table-cell; */
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: 'leaguespartan';
	text-align: left;
	cursor: pointer;
}
#ms-widget .cus-chkbox input[type="checkbox"] + span::before, .custom-checkbox1 input[type="checkbox"] + span::before{
	border: 1px solid #868686;
    border-radius: 3px;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #FFF;
    display: inline-block;
}
#ms-widget .cus-chkbox input[type="checkbox"]:checked + span::after, .custom-checkbox1 input[type="checkbox"]:checked + span::after{
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	background: url(../images/icon-checkBox.svg) no-repeat;
	height:18px;
	width:16px;
	background-size: cover;
}
.custom-checkbox1 input[type="checkbox"]:disabled + span{
	opacity: 0.6;
}
.custom-checkbox1 input[type="checkbox"]:disabled,
.custom-checkbox1 input[type="checkbox"]:disabled + span{
  cursor: not-allowed;
	
/*   background-color: red; */
}
/* Loader Section Css Start here */
.loader-section {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#ms-widget .show, .ms-widget-in-footer .show {display: block !important;}
/*Common Loader Type*/
.loder-typ1 {
	position: fixed;
	z-index: 9991;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	padding: 15px;
}

.loder-typ1 .loader-tab {
	display: table;
	height: 100%;
	width: 100%;
}

.loder-typ1 .loader-tab-cell {
	vertical-align: middle;
	display: table-cell;
	vertical-align: middle;
}

.loder-typ1 .loder-main {
	background-color: #fff;
	max-width: 688px;
	margin: 0 auto;
}

.loder-typ1 .loder-main .loader-top-sec {
	padding: 40px 50px 40px 50px;
}

.loder-typ1 .loder-main .loader-header {
	text-align: center;
	padding-bottom: 30px;
}

.loder-typ1 .loder-main .loader-header img {
	margin: 0 auto;
	max-width: 250px;
}

.loder-typ1 .loder-main .loader-content {
	max-width: 460px;
	margin: 0 auto;
}

.loder-typ1 .loder-main .hd-typ5 {
	margin-bottom: 10px;
	display: block;
}

.loder-typ1 .loder-main .loader-image {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
}

.loder-typ1 .loder-main .loader-content ul {
	padding: 0;
	margin-bottom: 30px;
	display: inline-block;
}

.loder-typ1 .loder-main .loader-content li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

.loder-typ1 .loder-main .loader-content li:before {
	display: inline-block;
	content: "";
	width: 11px;
	height: 10px;
	background-image: url(../images/right-icon.svg);
	position: absolute;
	left: 0;
	top: 4px;
}

.loder-typ1 .loder-main .loader-footer {
	background-color: #28378a;
	padding: 25px 45px 25px 45px;
}

.loder-typ1 .loder-main .loader-footer img.footer-image {
	margin-bottom: 25px;
}

.loder-typ1 .loder-main .loader-footer .loader-ft-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.loder-typ1 .loder-main .loader-footer .loader-ft-content {
	display: inline-block;
	vertical-align: middle;
	font-size: 12.4px;
	line-height: 14px;
	letter-spacing: 0.4px;
	color: #ffffff;
}

.loder-typ1 .loder-main .loader-footer .loader-ft-content .head {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.searchpackage-popup .homepage-search {
	margin-bottom: 0;
}

.homepage-search .travel-search-inner {
	display: none;
	position: relative;
	z-index: 2;
	padding: 0px;
}

.homepage-search .search-expandCollapse {
	display: block;
	cursor: pointer;
	text-decoration: underline;
	color: #003f73;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}

.homepage-search .travel-search-inner {
	display: block;
}

.homepage-search .travel-search-inner .container {
	max-width: 1170px;
	margin: 0 auto;
}

.searchpackage-popup .homepage-search .travel-search-inner {
	padding: 15px 0;
}

.homepage-search .search-expandCollapse > span {
	display: inline-block;
	margin-left: 7px;
	font-size: 19px;
	vertical-align: middle;
}

.homepage-search .search-expandCollapse:hover {
	color: #0071ce;
}

/* Common Middelbar Search-Control CSS */
#ms-widget .search-tabs {
	border-bottom: none;
	text-align: center;
	justify-content: center;
}
#ms-widget .search-tabs li a { display: inline-block; }
#ms-widget .travel-search-inner .custom-nav.search-tabs > li {
	float: none;
	display: inline-block;
/* 	margin: 0 3px 0px 3px; */
	position: relative;
}
#ms-widget .search-tabs li a span {
	display: inline-block;
	vertical-align: middle;
}

#ms-widget .search-tabs li a .svg-icons {
	margin-right: 8px;
	display: none;
}

#ms-widget #travel-search .package-search-form .custom-textbox-dropdown > .form-control.error-msg {
	background-color: #fff1f1;
	border-color: #f87676;
}

/* Common Middelbar Search-Control Tab CSS */
#ms-widget .custom-nav-tabs.search-tabs > li > a {
	background-color: var(--theme-primary);
	margin-right: 0;
	border-color: #000;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.2px;
	font-size: 24px;
	font-family: 'leaguespartan';
	text-transform: none;
	padding: 12px 22px 12px 62px;
	/* border-radius: 10px 10px 0 0; */
	/* border: solid 3px #fff; */
	border-bottom: none;
	min-width: 130px;
	text-transform: capitalize;
	position: relative;
	bottom: 0;
	white-space: nowrap;
}
#ms-widget .custom-nav-tabs.search-tabs > li > a.package-tab::after,
#ms-widget .custom-nav-tabs.search-tabs > li > a.hotel-tab::after,
#ms-widget .custom-nav-tabs.search-tabs > li > a.flight-tab::after{
	content : "";
	background: url('../images/icon-inspire-me.svg') no-repeat;
	height: 30px;
	width : 30px;
	position: absolute;
	left: 22px;
	top:11px;
}
#ms-widget .custom-nav-tabs.search-tabs > li > a.hotel-tab::after{
	content : "";
	background: url('../images/icon-hotel.svg') no-repeat;
}
#ms-widget .custom-nav-tabs.search-tabs > li > a.flight-tab::after{
	content : "";
	background: url('../images/icon-holiday.svg') no-repeat;
}
/* Hover State */
/* #ms-widget .custom-nav-tabs.search-tabs > li > a.package-tab:hover::after, */
#ms-widget .custom-nav-tabs.search-tabs > li > a.active.package-tab::after{
  background-image: url('../images/icon-inspire-me-hover.svg');
}
/* #ms-widget .custom-nav-tabs.search-tabs > li > a.hotel-tab:hover::after, */
#ms-widget .custom-nav-tabs.search-tabs > li > a.active.hotel-tab::after{
  background-image: url('../images/icon-hotel-hover.svg');
}
/* #ms-widget .custom-nav-tabs.search-tabs > li > a.flight-tab:hover::after, */
#ms-widget .custom-nav-tabs.search-tabs > li > a.active.flight-tab::after{
  background-image: url('../images/icon-holiday-hover.svg');
}

#ms-widget .custom-nav-tabs.search-tabs > li > a.active,
/* #ms-widget .custom-nav-tabs.search-tabs > li > a:hover, */
#ms-widget .custom-nav-tabs.search-tabs > li > a:focus {
	background-color: rgba(255, 255, 255, 0.60);
	position: relative;
	bottom: 0px;
	z-index: 1;
	color: #202C3A;
}
@media (max-width: 1399px) {
	#ms-widget .custom-nav-tabs.search-tabs > li > a  {
		font-size: 20px;
	}
	#ms-widget .custom-nav-tabs.search-tabs > li > a.package-tab::after,
	#ms-widget .custom-nav-tabs.search-tabs > li > a.hotel-tab::after,
	#ms-widget .custom-nav-tabs.search-tabs > li > a.flight-tab::after{
		top:8px;
	}
}
@media(max-width:991px) { 
	#ms-widget .custom-nav-tabs.search-tabs > li > a { min-width: 100px;font-size: 18px; padding: 10px 10px 10px 40px; }
	#ms-widget .custom-nav-tabs.search-tabs > li > a.package-tab::after, 
	#ms-widget .custom-nav-tabs.search-tabs > li > a.hotel-tab::after, 
	#ms-widget .custom-nav-tabs.search-tabs > li > a.flight-tab::after{
		height: 20px;
		width: 20px;
		position: absolute;
		left: 10px;
		background-size: contain !important;
		top:13px;
	}

}
#ms-widget .form-typ1.package-search-form label {
	/* font-family: 'Avenir Next LT Pro'; */
	color: #323131;
	/* opacity: 0.63; */
	margin: 0;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.14px;
}
#ms-widget .form-typ1.package-search-form .form-control,
#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle,
#ms-widget .btn-group.travel-count .custom-dropdown-toggle,
#ms-widget .form-typ1.package-search-form .btn-group.travel-count .custom-dropdown-toggle,
#ms-widget .form-typ1.package-search-form .hotelSearch input{
	border-radius: 0;
	border: none;
	padding: 0;
	box-shadow: none;
	height: unset;
/* 	line-height: 2em !important; */
	background: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	text-align: left;
	color: #2E3A48;
	box-shadow: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.54px;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	padding: 0;
	border-radius: 0px;
	border: none;
	font-family: 'leaguespartan';
	box-shadow: none;
}
#ms-widget .form-typ1.package-search-form .hotelSearch input::placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.54px;
	color: #2E3A48;
}
@media(max-width:1550px){
	#ms-widget .form-typ1.package-search-form .form-control,
	#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle,
	#ms-widget .btn-group.travel-count .custom-dropdown-toggle,
	#ms-widget .form-typ1.package-search-form .btn-group.travel-count .custom-dropdown-toggle,
	#ms-widget .form-typ1.package-search-form .hotelSearch input{
		font-size: 15px;
		line-height: 24px;
	}
	#ms-widget .form-typ1.package-search-form .hotelSearch input::placeholder {
	  font-size: 16px;
	  line-height: 24px;
	}
}
#ms-widget .form-typ1.package-search-form .form-control::-ms-input-placeholder { 
 color: #202c3a;
}
#ms-widget .form-typ1.package-search-form .form-control::placeholder {
  color: #202c3a;
}
#ms-widget .Return_Section .row [class*='col-']:first-child .label-outer {
	padding: 5px 0px 5px 30px;
}
#ms-widget .Return_Section .row [class*='col-']:first-child .label-outer:before {
	left: 0px;
}
@media (max-width: 1199px) {
	#ms-widget .form-typ1.package-search-form .form-control,
	#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle,
	#ms-widget .btn-group.travel-count .custom-dropdown-toggle,
	#ms-widget .form-typ1.package-search-form .btn-group.travel-count .custom-dropdown-toggle { font-size: 14px; }
}
@media (max-width: 767px) {
	#ms-widget .form-typ1.package-search-form .form-control,
	#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle,
	#ms-widget .btn-group.travel-count .custom-dropdown-toggle,
	#ms-widget .form-typ1.package-search-form .btn-group.travel-count .custom-dropdown-toggle { font-size: 12px; }
}
#ms-widget .form-control.custom-select {
	background: url('../images/select-arrow-down.svg') no-repeat calc(100% - 10px) center !important;
	padding-right: 30px !important;
}
#ms-widget .form-typ1.package-search-form .searchButton label {
	font-size: 0;
	line-height: unset;
	display: none;
}
/* #ms-widget .airport.form-control {padding: 0 25px 0 0 !important;} */
#ms-widget .directflight .custom-checkbox1 {display: none;}
#ms-widget .directflight {text-align: right;}
#ms-widget .addflight {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 15px;
	padding-left: 14px;
	padding-bottom: 10px;
}
.brd-none {border:0 !important;}

#ms-widget .homepage-search #multicity.form-typ1 .addflight label {
	margin-top: 10px;
}

#ms-widget .flight-cancel {
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: -12px;
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	border: 1px solid #dadada;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 1;
}
#ms-widget .flight-cancel:before {
	content: '';
	width: 12px;
	height: 2px;
	position: absolute;
	top: 49%;
	left: 7px;
	margin-top: -1px;
	background-color: #1797d0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#ms-widget .flight-cancel:after {
	content: '';
	height: 12px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -6px;
	background-color: #1797d0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

/* Common Middelbar Search-Control Tab-content CSS */
/* #ms-widget .homepage-search .tab-content {
background-color: rgba(255, 255, 255, 0.9);
border-radius: 4px;
padding: 20px !important;
} */
.homepage-search .tab-content {
	background-color: rgba(255, 255, 255, 0.60);
	position: relative;
	padding: 15px;
}
#ms-widget .homepage-search .form-typ1 > .form-group {
	width: 16%;
	padding-right: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0
}
#ms-widget .homepage-search .form-typ1 > .form-group.night-field { width: 7%; }
#ms-widget .night-field .night-btnup {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 10px;
	z-index: 9;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #01080f transparent;
	text-decoration: none;
}
#ms-widget .night-field .night-btndown {
	position: absolute;
	bottom: 50%;
	margin-bottom: -11px;
	right: 10px;
	z-index: 9;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #01080f transparent transparent transparent;
	text-decoration: none;
}
#ms-widget .night-field .night-btnup.disabled,
#ms-widget .night-field .night-btndown.disabled { cursor: default; pointer-events: none; }
#ms-widget .homepage-search .btn-typ2 { vertical-align: bottom; }
/*#ms-widget .homepage-search .btn-typ2 {width: 100%;}*/
#ms-widget .homepage-search .searchButton {
	text-align: left;
}
#ms-widget .homepage-search .searchButton a {
	width: 100%;
	min-height: 70px;
	margin-top: 0px;
	line-height: normal;
	padding: 14px 0px 11px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* #ms-widget .homepage-search .searchButton .search-btn {
display: inline-block;
width: 150px;
background-color: #0f4996;
border: 1px solid #0f4996;
padding: 14px 25px;
text-align: center;
font-size: 14px;
color: #ffffff;
text-align: center;
font-weight: 600;
transition: all 0.3s ease-in-out;
border-radius: 4px;
} */
/* #ms-widget .homepage-search .searchButton .search-btn:hover {background-color: #000000; border-color: #000000; color: #ffffff;} */
#ms-widget .homepage-search .searchButton .search-btn:hover span {color: #ffffff;}
#ms-widget .homepage-search .searchButton .search-btn .search-arrow {display: none;}
#ms-widget .custom-tab-pane .selectedhdestination,#ms-widget .custom-tab-pane .selectedfdestination,#ms-widget .custom-tab-pane .flyingfrom   {
	background: #fff;
	display: inline-block;
	left: 10px;
	padding: 0px 25px 0px 0px;
	position: absolute;
	top: 11px;
	z-index: 1;
	font-size: 13px;
	line-height: 15px;
	border: 0;
}
#ms-widget .custom-tab-pane .selectedcountry,
#ms-widget .custom-tab-pane .selectedcity {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#ms-widget .custom-tab-pane .selectedhdestination,#ms-widget .custom-tab-pane .selectedfdestination,#ms-widget .custom-tab-pane .flyingfrom{
	left: 0px;
/* 	top: 0px; */
	font-weight: 500;
	box-shadow: none;
	font-size: 16px;
	height: auto;
	line-height: normal;
	margin: 0;
	width: 100%;
/* 	border-radius: 10px; */
}

#ms-widget .custom-tab-pane .auto-sugg-loader {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	border: 0;
	display: inline-block;
	max-width: 20px;
}
#ms-widget .custom-tab-pane .selectedhdestination .close-btn ,#ms-widget .custom-tab-pane .selectedfdestination .close-btn{
	background: #ff564c;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -8px;
	display: block;
	cursor: pointer;
	text-align: center;
}
#ms-widget .custom-tab-pane .flyingfrom .close-btn{
	background: #ff564c;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 18px;
	display: block;
	cursor: pointer;
	text-align: center;
}
#ms-widget .custom-tab-pane .flyingto .close-btn{
	background: #ff564c;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 3px;
	display: block;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

#ms-widget .custom-tab-pane .selectedhdestination .close-btn::before,#ms-widget .custom-tab-pane .selectedfdestination .close-btn::before,#ms-widget .custom-tab-pane .flyingfrom .close-btn::before ,#ms-widget .custom-tab-pane .flyingto .close-btn::before{
	content: "\274C";
	color: #fff;
	font-size: 8px;
	font-style: normal;
	left: 2px;
	line-height: 10px;
	position: absolute;
	top: 3px;
	display: inline-block;
}
#ms-widget .custom-tab-pane .selectedhdestination .closeF-btn,#ms-widget .custom-tab-pane .selectedfdestination .closeF-btn ,#ms-widget .custom-tab-pane .flyingfrom .closeF-btn,#ms-widget .custom-tab-pane .flyingto .closeF-btn  {
	background: #ff564c;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	top: 0%;
	right: 5px;
	margin-top: -8px;
	display: block;
	cursor: pointer;
	text-align: center;
}
#ms-widget .custom-tab-pane .selectedhdestination .closeF-btn::before, #ms-widget .custom-tab-pane .selectedfdestination .closeF-btn::before,#ms-widget .custom-tab-pane .flyingfrom .closeF-btn::before,#ms-widget .custom-tab-pane .flyingto .closeF-btn::before{
	content: "\274C";
	color: #fff;
	font-size: 8px;
	font-style: normal;
	left: 2px;
	line-height: 9px;
	position: absolute;
	top: 3px;
	display: inline-block;
}
#ms-widget .custom-tab-pane .form-control[disabled],
#ms-widget .custom-tab-pane .form-control[readonly],
#ms-widget .custom-tab-pane fieldset[disabled] .form-control,
#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle[disabled] {opacity: 0.5;}
#ms-widget .custom-tab-pane .dates_range.form-control[readonly] {
	opacity: 1;
}
/* Package Search */
#ms-widget .custom-tab-pane .selectedPackagecountry,
#ms-widget .custom-tab-pane .selectedPackagecity {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* Common Middelbar Search-Control Calender Dropdown CSS */
#ms-widget .homepage-search .btn-group.calender {width: 100%;}
#ms-widget .homepage-search .btn-group.calender .custom-dropdown-toggle {
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	text-align: left;
	border-radius: 0;
	border: 0 none;
	box-shadow: none;
	font-size: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
}
/* #ms-widget .homepage-search .btn-group.calender .custom-dropdown-toggle:after {
	content: '';
	position: absolute;
	background: url(../images/calendar-icon-new.svg) no-repeat;
	width: 16px;
	height: 16px;
	right: 7px;
	top: 2px;
	border: 0;
} */
.package-search-form > .row:last-child {
/* 	border-top: 1px solid rgba(0, 0, 0, 0.2); */
	padding-top: 5px;
	margin: 0;
}
.package-search-form .addflight, .package-search-form > .row:last-child {
	padding-left: 10px;
	padding-bottom: 10px;
}
@media (max-width: 1199px){
/* 	#ms-widget .homepage-search .btn-group.calender .custom-dropdown-toggle:after { top: 0px; } */
}
@media (max-width: 767px) {
	#ms-widget .homepage-search .btn-group.travel-count .custom-dropdown-toggle::after { top: 0; }
}
#ms-widget .homepage-search .btn-group.travel-count.open .custom-dropdown-toggle {background-color: #fff;}
#ms-widget .homepage-search .travel-count .custom-dropdown-menu {
	border-radius: 0;
	border: none;
	width: 395px;
	padding: 20px 20px 20px 20px;
	left: -50%;
	margin-top: 10px;
	background-color: #fff;
	max-height: none;
	overflow-x: auto;
	transform: none !important;
	left: 0;
	top: 100% !important;
	margin: 10px 0 0 0 !important;
	overflow: auto;
}
#ms-widget .homepage-search .travel-count .custom-dropdown-menu .rooms-select {
	max-height: none !important;
}
#ms-widget .homepage-search .travel-count .custom-dropdown-menu:before {
	top: -8px;
	content: "";
	border-bottom: 8px solid var(--theme-secondary);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: auto;
	margin-left: -8px;
}
@media (max-width: 1380px) {
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {left: auto; right: -16px;}
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu:before {left: auto; right: 3px; }
	#ms-widget .homepage-search .flightSearch .travel-count .custom-dropdown-menu {
		right:auto;
		left:0;
	}
}
@media(max-width:1199px){
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu.last{
		left: 0;
		right: auto;
	}
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu.last:before{
		left: 15px;
		right: auto;
	}
}
#ms-widget .homepage-search .travel-count .form-control.small-input {
	min-width: 85px;
	border: 1px solid #dadada;
	height: 40px;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 5px;
}
#ms-widget .homepage-search .travel-count .select-childs-age .form-control.small-input,
#ms-widget .homepage-search .travel-count .select-childs-age-pak .form-control.small-input
{
	min-width: 100%;
}
#ms-widget .homepage-search .select-rooms .room-title {
	font-size: 15px;
	color: #1e3b50;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
#ms-widget .homepage-search .travel-count .select-rooms:last-child {margin-bottom: 0;}
#ms-widget .homepage-search .select-rooms label {
	margin-bottom: 7px;
	vertical-align: middle;
	color: #1e3b50;
	margin-right: 5px;
	letter-spacing: normal;
	text-transform: capitalize;
	opacity: 1 !important;
}
#ms-widget .homepage-search .select-rooms label span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #1e3b50;
}
#ms-widget .homepage-search .select-rooms .select-childs-age {margin-top: 20px;}
#ms-widget .homepage-search .select-rooms .select-childs-age label {margin-bottom: 7px;}
#ms-widget .select-rooms .select-childs-age > .row > .col-sm-3 {margin-bottom: 7px;}
#ms-widget .homepage-search .remove-link {margin-top: 20px;}
#ms-widget .homepage-search .travel-count .select-rooms {padding-top: 0px; border-top: 0;}
#ms-widget .homepage-search .travel-count .select-rooms:first-child {
	border-top: none;
	padding-top: 0;
	margin-bottom: 15px;
}
#ms-widget .homepage-search .travel-count .travellers-apply {border-top: 0; padding-top: 15px;}
#ms-widget .homepage-search .travel-count .travellers-apply .btn-typ2 {width: 120px; text-decoration: none;}
/* #ms-widget .homepage-search .travel-count .travellers-apply .btn-typ2:hover{
	color: #1797d0;
	background-color: #ffffff;
	border: 1px solid #1797d0;
} */
#ms-widget .homepage-search .travel-count .flight-airclass {margin-top: 15px;}
#ms-widget .homepage-search .travel-count .flight-airclass .form-control.small-input {width: 100%;}
#ms-widget .custom-tab-pane.flightSearch .radio-type .radio-typ2,
#ms-widget .custom-tab-pane.transferSearch .radio-type .radio-typ2 {margin-bottom: 10px;}
/* Tooltip CSS */
.ui-widget.ui-widget-content {
	border: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 15px;
	box-shadow: 0px 0px 6px -1px #666666;
}
/* Common JScroll Pan VerticalBar Scroller CSS */
#ms-widget .jspContainer .jspVerticalBar {width: 3px;}
#ms-widget .jspContainer .jspVerticalBar .jspTrack {
	background: #F1F1F1;
	width: 3px;
}
#ms-widget .jspContainer .jspVerticalBar .jspTrack .jspDrag {
	background: #1797d0;
	left: 0px;
	width: 3px;
	border-radius: 0px;
}
#ms-widget .jspContainer .jspHorizontalBar .jspTrack .jspDrag {
	background: #1797d0;
	height: 3px !important;
	border-radius: 0;
}
#ms-widget .jspContainer .jspHorizontalBar {height: 3px !important;}
#ms-widget .departure-airport {padding-bottom: 45px;}
/*Media Query*/
/****************************
Autosuggestion CSS
*****************************/
.ui-autocomplete {max-height: 220px; overflow: auto;}
.ui-autocomplete.ui-widget-content {
	background-image: none;
	background-color: #ffffff;
	border-width: 0px;
	border-color: var(--theme-secondary);
}
.searchcustbox.ui-autocomplete.ui-widget-content {
	background-position: center 0;
	background-repeat: no-repeat;
	max-width: 500px !important;
}
.ui-autocomplete.ui-menu .ui-menu-item {
	font-size: 12px;
	border: 0;
	color: #000000;
}
.ui-autocomplete.ui-menu.categoryautosuggession .ui-menu-item {padding: 10px 15px;}
.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
	border: 0;
	color: #ffffff;
	margin: 0;
	background-color: var(--theme-secondary);
	font-weight: normal;
}
.ui-autocomplete.ui-widget-content .ui-state-focus a {color: #ffffff;}
.ui-menu-item.location:hover{ background-color: #003f73; }
.ui-corner-all a:hover{ color: #fff; }
.searchcustbox.ui-autocomplete.ui-menu .ui-menu-item {position: relative; list-style-image: none;}
.searchcustbox.ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
	padding: 13px 10px 8px 30px;
	display: block;
    font-size: 1rem;
    font-weight: 400;
    font-family: leaguespartan;
    border-bottom: 1px solid rgb(219, 219, 219);
    line-height: 20px;	
}
/*.searchcustbox.ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper:after {
font-family: 'FontAwesome';
content: "\f072";
font-size: 15px;
position: absolute;
background-repeat: no-repeat;
left: 10px;
top: 12px;
}
.searchcustbox.ui-autocomplete.ui-menu .ui-menu-item.hotel .ui-menu-item-wrapper:after {
content: '\f0f7';
top: 9px;
}
.searchcustbox.ui-autocomplete.ui-menu .ui-menu-item.location .ui-menu-item-wrapper:after {
content: '\f041';
top: 9px;
font-size: 17px;
}*/
.ui-autocomplete-category {
	font-size: 13px;
	font-family: 'Noto Sans';
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}
/**** Custome Auto Complete Dropdown Box CSS *****/
#ms-widget .custom-textbox-dropdown {position: relative;}
#ms-widget .custom-textbox-dropdown:after {
	content: '';
	background: url(../images/select-arrow-down.svg) no-repeat right center;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 13px;
	height: 7px;
}
#ms-widget .custom-textbox-dropdown .destination-list {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;        /*border: 3px solid #003f73;*/
	background-color: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	z-index: 2;
	display: none;
}
#ms-widget .custom-textbox-dropdown.open .destination-list {display: block;}
#ms-widget .custom-textbox-dropdown .destination-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#ms-widget .custom-textbox-dropdown .destination-list > ul {max-height: 290px; overflow: auto;}
#ms-widget .custom-textbox-dropdown .destination-list > ul > li {
	color: #012429;
	font-size: 14px;
	padding: 0 0 5px;
}
#ms-widget .custom-textbox-dropdown .destination-list > ul > li + li {padding-top: 0;}
#ms-widget .destination-name {vertical-align: middle; margin-left: 2px;}
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li:hover,
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li.active {
	background-color: #1797d0;
	color: #fff;
}
#ms-widget .custom-textbox-dropdown .destination-list .country-name .name {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	cursor: default;
	background-color: #a6905a;
	color: #fff;
	padding: 8px;
	margin-bottom: 5px;
}
#ms-widget .homepage-search .btn-group.calender {height: 20px;}
#ms-widget .form-typ1.package-search-form .btn-group.calender .custom-dropdown-toggle {overflow: visible;}
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li {
	cursor: pointer;
	font-weight: normal;
	padding: 7px 10px 7px 15px;
}
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li.dropdown-sep,
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li.dropdown-sep:hover,
#ms-widget .custom-textbox-dropdown .destination-list .airport-list li.dropdown-sep.active {
	padding: 0;
	background-color: transparent;
	border-bottom: 1px solid #d5d5d5;
	height: 1px;
	margin: 10px 0;
}
/***** Common Expand Collapse CSS *****/
#ms-widget .expcol-boxes {margin-bottom: 35px;}
#ms-widget .expcol-boxes .expcol-box {
	background: #fff;
	border: 1px solid #ebebeb;
	margin: 0px 0px 10px;
}
#ms-widget .expcol-boxes .expcol-box:last-child {margin-bottom: 0;}
#ms-widget .expcol-box .expcol-head {
	cursor: pointer;
	padding: 12px 45px 9px 15px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.3px;
	position: relative;
	margin: 0 !important;
	background-color: #edeef4;
}
#ms-widget .expcol-box .expcol-head:before {
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	color: #000;
}
#ms-widget .expcol-box .expcol-head.open:before {content: '\f077';}
#ms-widget .expcol-box .expcol-content {
	padding: 10px 15px;
	border-top: 1px solid #ebebeb;
	display: none;
	font-family: 'Noto Sans';
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #4a4a4a;
}
@media (max-width:1280px) {
	/*Common Tab Type*/
	#ms-widget .tab-typ1 .tab-content {margin-top: 30px;}
	/* CHECK AVAILABILITY Popup CSS */
	#ms-widget .searchpackage-popup.modal-typ1 .modal-dialog {width: calc(100% - 30px); margin: 10px auto;}
}
@media(max-width:1199px) {
	/* .tbar-search input[type="search"]{line-height: normal;} */
	#ms-widget .header-bottom .tbar-grid .topAtolLogo > a {margin-right: 10px;}
	/* Tab Type1 With Slider CSS */
	#ms-widget .tab-typ1 .custom-nav-tabs.custom-nav-tabs-slider li {padding: 0 15px;}
	/*BAck to top*/
	#ms-widget .scroll-top a {line-height: 31px;}
	/* CHECK AVAILABILITY Popup CSS */
	#ms-widget .searchpackage-popup .homepage-search .form-typ1 > .form-group.hotelwhere {width: 27.1%;}
	#ms-widget .searchpackage-popup .homepage-search .form-typ1 > .form-group.hoteldate {width: 18%;}
	#ms-widget .searchpackage-popup .homepage-search .form-typ1 > .form-group.hotelwhogoing {width: 22%;}
	/* Review Tab CSS */
	#ms-widget .review-tab .rating-box {padding: 30px 20px 10px;}
	#ms-widget .review-tab .rating-box .average-rating {right: 20px;}
	/* Common Middelbar Search-Control Calender Dropdown CSS */
	#ms-widget .homepage-search .calender .custom-dropdown-menu {width: 540px;}
	/***** Why Book With Us Section CSS *****/
	#ms-widget .book-with-us .detail-box {padding: 0px;}
	#ms-widget .upcoming-events {
		border-top: 1px solid #dddee7;
		margin-top: 30px;
	}
	#ms-widget .upcoming-events .section-header {padding-top: 30px;}
	#ms-widget .ft-atol-section {margin-top: 0; display: none;}
}

@media(min-width:992px) and (max-width:1199px) {
	#ms-widget .gettouchcaptcha {margin-left: -5px; margin-right: -5px;}
	#ms-widget .gettouchcaptcha .gettouchcaptcha-section {
		width: 35.33333333%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#ms-widget .gettouchcaptcha .gettouchbtn-section {
		width: 18.66666667%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#ms-widget .gettouchcaptcha .captchaimage-section {
		width: 46%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#ms-widget .middlebar-slider .midbar-slide-content .title {font-size: 70px;}
	#ms-widget .homepage-search .calender .custom-dropdown-menu {width: 472px;}
	#ms-widget .homepage-search .flightSearch .calender .custom-dropdown-menu {
        right: -99px;
        left: auto;		
	}	
	#ms-widget .homepage-search .calender .custom-dropdown-menu .departure-calender1, 
	#ms-widget .homepage-search .calender .custom-dropdown-menu .departure-calender2, 
	#ms-widget .homepage-search .calender .custom-dropdown-menu .return-calender1, 
	#ms-widget .homepage-search .calender .custom-dropdown-menu .return-calender2,
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-box{width: 48%;}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-holiday, 
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-selected{
		width: 25px;
		height: 25px;
	}
}

@media(max-width:992px) {
	#ms-widget .add-travlrs .pax-item .multiselect.custom-dropdown-toggle.btn{max-width: 100%; min-width: 100%;}
	#ms-widget .add-travlrs .pax-item {width: 100%; margin-right: 0;}
	#ms-widget .add-travlrs .pax-item .col-md-6 { margin-bottom: 15px;}
	#ms-widget #logo {margin: 6px 0 0px 0;}
	#ms-widget .tbar-contact {margin-right: 70px; margin-top: 15px;}
	#ms-widget .header-bottom .tbar-grid .topAtolLogo {top: 15px;}
	/*short filter*/
	#ms-widget .hotel-listing .display-result {margin-top: 0;}
	#ms-widget .get-in-touch .section-header {padding-top: 30px;}
	#ms-widget .our-newsletter .description {padding-right: 0;}
	#ms-widget .our-newsletter .subscribe-btn {margin-right: 0px;}
	#ms-widget .newsletter-get-in-touch {padding-bottom: 20px;}
	/*Common Tab type*/
	#ms-widget .book-with-us {padding: 30px 0;}
	#ms-widget .bookWith-box .bookWith-image {margin-bottom: 20px;}
	#ms-widget .tab-typ1 .tab-content {margin-top: 15px;}
}
@media (max-width:991px) {
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {left: 0; width: auto;}
	/* Common Middelbar Search-Control Calender Dropdown CSS */
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-box {
		height: 25px;
		line-height: 25px;
	}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-holiday,
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-selected {
		height: 25px;
		width: 25px;
	}
	/***** Why Book With Us Section CSS *****/
	#ms-widget .essential-pg .book-with-us .detail-box {padding: 0px;}
	#ms-widget .essential-pg .book-with-us .detail-box .atol-img {margin-top: 0px;}
	/***** Departure Airports *****/
	#ms-widget .airportPoints.clear-after4 .point:nth-child(4n+1) {clear: none;}
	#ms-widget .airportPoints.clear-after4 .point:nth-child(3n+1) {clear: both;}
	#ms-widget .slider-typ1.hotel-resorts-slider .box-typ1 .image > img {height: auto; max-height: 142px;}
	#ms-widget .malta-cms-control .cms-control-img {margin-top: 25px;}
	#ms-widget .testimonials {padding-top: 30px; padding-bottom: 30px;}
	#ms-widget .malta-cms-control {padding: 30px 0; margin-bottom: 0;}
	#ms-widget .get-in-touch {padding-right: 0;}
	#ms-widget #footer {padding: 30px 0;}
}
@media (min-width:768px) and (max-width:991px) {
	#ms-widget .hoteldeparture .custom-dropdown-menu,
	#ms-widget .homepage-search .calender .custom-dropdown-menu{right: -127px; left: auto;}
	#ms-widget .homepage-search .flightSearch .calender .custom-dropdown-menu {
        right: -134px;
        left: auto;		
	}	
	#ms-widget .hoteldeparture .custom-dropdown-menu:before {right: 20px;}
	#ms-widget .book-with-us .bookWith-boxes > div {width: 33%;}
	#ms-widget .book-with-us .bookWith-boxes > div:nth-child(3n + 1) {clear: both;}
	.homepage-search .calender .custom-dropdown-menu.dropdown-menu-right:before {
    left: auto !important;
    right: 70px !important;
	}
}
@media(max-width:767px) {
	/* Middelbar Search control CSS */
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {width: 290px;}
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {
		right: auto;
		left: 0;
		padding: 25px 10px 15px;
		width: 340px;
	}
	#ms-widget .nav.search-tabs > li {width: auto !important;}
	/* Common Middelbar Search-Control Calender Dropdown CSS */
	#ms-widget .homepage-search .calender .custom-dropdown-menu {width: 300px;}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .departure-calender1,
	#ms-widget .homepage-search .calender .custom-dropdown-menu .return-calender1 {margin-right: 0px; width: 100%;}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .departure-calender2,
	#ms-widget .homepage-search .calender .custom-dropdown-menu .return-calender2 {display: none;}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-box {
		display: block;
		width: 100%;
	}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-box:first-child {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-box {
		height: 20px;
		line-height: 20px;
	}
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-holiday,
	#ms-widget .homepage-search .calender .custom-dropdown-menu .information-section .info-selected {
		height: 20px;
		width: 20px;
	}
	#ms-widget .homepage-search .travel-count .travellers-apply .btn-typ2.applypaxBTN {width: auto;}
	#ms-widget .travellers-apply > .row {margin-left: -8px; margin-right: -8px;}
	#ms-widget .travellers-apply > .row > .col-xs-6 {padding-left: 8px; padding-right: 8px;}
	#ms-widget .travellers-apply > .row > .col-xs-6:first-child {width: 40%;}
	#ms-widget .travellers-apply > .row > .col-xs-6:last-child {width: 60%;}
	#ms-widget .homepage-search .mobileView .btn-group.calender.mobFrmField {width: 50%;}
	#ms-widget .homepage-search .mobileView .btn-group.calender.mobFrmField .custom-dropdown-toggle {
		border: 0 none;
		text-align: right;
		padding-right: 22px;
	}
	#ms-widget .homepage-search .mobileView .btn-group.calender.mobFrmField .custom-dropdown-toggle:after {
		right: 0px;}
	#ms-widget .homepage-search .mobileView .btn-group.travel-count.mobFrmField {width: 50%;}
	#ms-widget .homepage-search .mobileView .btn-group.travel-count.mobFrmField .custom-dropdown-toggle {
		border: 0 none;
		text-align: right;
		padding-right: 22px;
	}
	#ms-widget .homepage-search .mobileView .btn-group.travel-count.mobFrmField .custom-dropdown-toggle {
		background: url(../images/select-arrow-down1.png) no-repeat right center;
	}
	#ms-widget .homepage-search .tab-content {padding: 10px 0;}
	#ms-widget .homepage-search .mobileView .form-control:focus,
	#ms-widget .homepage-search .mobileView .btn-group.calender.open .custom-dropdown-toggle {
		background-color: #ffffff;}
	#ms-widget .homepage-search .mobileView .custom-tab-pane .auto-sugg-loader {
		left: 10px; right: auto;
	}
	#ms-widget .homepage-search .mobileView .custom-tab-pane .selectedhdestination, #ms-widget .homepage-search .mobileView .custom-tab-pane .selectedfdestination,#ms-widget .homepage-search .mobileView .custom-tab-pane .flyingfrom,#ms-widget .homepage-search .mobileView .custom-tab-pane .flyingto{left: auto; right: 0;}
	#ms-widget .searchcustbox.ui-autocomplete.ui-widget-content {right: 15px; left: auto !important;}
	#ms-widget .mobileView .custom-textbox-dropdown.open .destination-list {
		display: block;
		right: -10px;
		left: auto;
	}
}
@media (max-width:580px) {
	#ms-widget .homepage-search .mobileView .custom-datepicker .calender-datepicker .custom-dropdown-menu {
		right: 0;
		left: auto;
	}
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {        
		width: 297px;
	}
	#ms-widget .link-typ3, #ms-widget .link-typ3:focus{font-size: 11px;}
}
@media(max-width:480px) {
/* 	#ms-widget .homepage-search .btn-group.calender.return .custom-dropdown-menu.dropdown-menu-right {
		right: auto;
		left: 0;
	} */
	#ms-widget .homepage-search .btn-group.calender.return .custom-dropdown-menu.dropdown-menu-right:before { right: auto;}
	#ms-widget .homepage-search .mobileView .custom-datepicker .calender-datepicker .custom-dropdown-menu {
		right: 0;
		left: auto;
	}
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu{
		left: -45px !important;
        right: auto;
        width: calc(100% + 61px);
		top: 27px !important;
	}
}
@media(max-width:350px) {
	#ms-widget .homepage-search .calender .custom-dropdown-menu {width: 260px; padding: 20px 10px;}
}
#ms-widget .btn:focus,
#ms-widget .btn:active:focus,
#ms-widget .btn.active:focus,
#ms-widget .btn.focus,
#ms-widget .btn:active.focus,
#ms-widget .btn.active.focus {outline: none; outline-offset: 0;}
#ms-widget .mendatory-sign {color: #f33d53; font-size: 13px;}
#ms-widget .tbar-grid {padding-top: 10px; padding-bottom: 10px;}
#ms-widget .label-outer {
	background-color: #ffffff;
	border-radius: 0px;
	border-right: solid 1px #DBDBDB;
	padding: 16px 15px 16px 45px;
	position: relative;
/* 	margin: 10px 0 10px 0; */
	height: 70px;
}
#ms-widget .row [class*='col-']:last-child .label-outer{border-right: 0;}
#ms-widget .flightSearch .package-search-form > .row > [class*='col-'] > .row > [class*='col-']:last-child .label-outer {
	border-right: solid 1px #dadada;
}
#ms-widget .Return_Section .row > [class*='col-'] .label-outer {
	border-right: solid 1px #dadada;
}
#ms-widget .Return_Section .row > [class*='col-']:last-child .label-outer {
	border-right: 0;
}
#ms-widget .package-search-form > .row > [class*='col-']:last-child > .row > [class*='col-']:last-child .label-outer {
	border-right: 0;
	padding-right: 12px;
}

#ms-widget .label-outer:before ,
#ms-widget .label-outer.date-select:before,
#ms-widget .label-outer.holiday-select:before,
#ms-widget .label-outer.user-select:before,
#ms-widget .label-outer.arrival-select:before,
#ms-widget .label-outer.departure-select:before{
	content: "";
	background: url(../images/icon-location.svg) no-repeat;
	display: inherit;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain !important;
}
@media(min-width:1500px){
	#ms-widget .label-outer{
		padding: 16px 15px 16px 55px;
	}
	#ms-widget .label-outer:before ,
	#ms-widget .label-outer.date-select:before,
	#ms-widget .label-outer.holiday-select:before,
	#ms-widget .label-outer.user-select:before,
	#ms-widget .label-outer.arrival-select:before,
	#ms-widget .label-outer.departure-select:before{
		width: 30px;
		height: 30px;
		left: 15px;
	}
}
#ms-widget .label-outer.date-select:before {
	content: "";
	background: url(../images/icon-calendar.svg) no-repeat;
}
#ms-widget .label-outer.holiday-select:before {
	content: "";
	background: url(../images/icon-holiday-select.svg) no-repeat;
}
#ms-widget .label-outer.user-select:before {
	content: "";
	background: url(../images/icon-user.svg) no-repeat;
}
#ms-widget .label-outer.arrival-select:before{
	content: "";
	background: url(../images/icon-arrival.svg) no-repeat;
}
#ms-widget .label-outer.departure-select:before{
	content: "";
	background: url(../images/icon-departure.svg) no-repeat;
}
/* #ms-widget .label-outer.date-select:before {
	background: 0 0;
	height: 0;
	width: 0;
} */
#ms-widget .location-content .content {position: relative; padding-left: 25px;}
#ms-widget .location-content .content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/location-icon.svg) no-repeat;
	height: 20px;
	width: 15px;
	display: inline-block;
}
.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.searchcustbox .ui-menu-item a,
.searchcustbox .ui-menu-item a.ui-state-focus {
	padding: 10px 10px 10px 30px;
	display: block;
	position: relative;
	text-decoration: none;
	border: 0;
}
.searchcustbox .ui-menu-item a.ui-state-focus,
.searchcustbox .ui-menu-item a:hover{
	background-color: var(--theme-secondary);
	border: 0;
	color: #ffffff;
}
.searchcustbox .ui-menu-item a:before {
	content: "";
	background: url(../images/location-icon.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	display: inherit;
	width: 10px;
	height: 15px;
	position: absolute;
	left: 10px;
	top: 13px;
}
.searchcustbox .ui-menu-item a:hover:before{
	background: url(../images/location-icon-white.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 10px;
	height: 15px;
}
/* Common Middelbar Search-Control Calender Dropdown CSS */
.homepage-search .btn-group.calender {
    width: 100%;
}
.homepage-search {
    font-family: 'leaguespartan';
}
.homepage-search .btn-group.calender .custom-dropdown-toggle {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border: 0 none;
    box-shadow: none;
    font-size: 12px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.homepage-search .btn-group.calender .custom-dropdown-toggle:after {
    content: '';
    position: absolute;
    background: url(../images/calendar-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    right: 7px;
    top: 3px;
    border: 0;
}

.homepage-search .btn-group.calender.open .custom-dropdown-toggle {
    background-color: #f4f5f9;
}

.homepage-search .calender .custom-dropdown-menu {
    border-radius: 0;
    border: none;
    width: 600px;
    padding: 20px;
    margin-top: 10px;
}

.homepage-search .calender .custom-dropdown-menu:before {
    top: -8px;
    content: "";
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    margin-left: -8px;
}

.homepage-search .calender .custom-dropdown-menu.dropdown-menu-right:before {
    left: 12px;
    right: auto;
}

.homepage-search .calender-datepicker .custom-dropdown-menu .calendar-loader {
    display: none;
}

.homepage-search .calender-datepicker .custom-dropdown-menu .calendar-loader:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.homepage-search .calender-datepicker .custom-dropdown-menu .calendar-loader:after {
    content: '';
    background: url(../images/loader-80x80.gif) no-repeat center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-search .btn-group.calender.return .custom-dropdown-menu.dropdown-menu-right {
/*     left: auto;
    right: 0px; */
}
.homepage-search .calender .custom-dropdown-menu.dropdown-menu-right {
	position: absolute;
	inset: 0px auto auto 0px;
	margin: 0px;
	transform: translate(0px, 22px);
}
.homepage-search .btn-group.calender.return .custom-dropdown-menu.dropdown-menu-right:before {
    right: 20px;
}

.homepage-search .calender .custom-dropdown-menu .month {
    position: relative;
}

.homepage-search .calender .custom-dropdown-menu .departure-calender1,
.homepage-search .calender .custom-dropdown-menu .return-calender1 {
    margin-right: 10px;
}

.homepage-search .calender .custom-dropdown-menu .departure-calender1,
.homepage-search .calender .custom-dropdown-menu .departure-calender2,
.homepage-search .calender .custom-dropdown-menu .return-calender1,
.homepage-search .calender .custom-dropdown-menu .return-calender2 {
    display: inline-block;
    float: left;
    width: 49%;
    min-height: 100%;
}

.homepage-search .calender .custom-dropdown-menu .fc-header-title h2 {
    font-size: 12px;
    line-height: 14px;
    color: #1d1d1d;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.homepage-search .calender .custom-dropdown-menu .fc-button-prev,
.homepage-search .calender .custom-dropdown-menu .fc-button-next {
    border: 0px none;
    box-shadow: 0 0 0;
    height: 17px;
    width: 10px;
    padding: 0px;
    border-radius: 0px;
    position: absolute;
}

.homepage-search .calender .custom-dropdown-menu .fc-button-prev {
    background: url(../images/arrow-left-grey-small.svg) no-repeat;
    left: 0px;
}

.homepage-search .calender .custom-dropdown-menu .fc-button-next {
    background: url(../images/arrow-right-grey-small.svg) no-repeat;
    right: 0px;
}

.homepage-search .calender .custom-dropdown-menu .fc-button-prev .fc-text-arrow,
.homepage-search .calender .custom-dropdown-menu .fc-button-next .fc-text-arrow {
    display: none;
}

.homepage-search .calender .custom-dropdown-menu .fc-button-prev.fc-state-disabled,
.homepage-search .calender .custom-dropdown-menu .fc-button-next.fc-state-disabled {
    cursor: not-allowed;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate {
    table-layout: fixed;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate thead .fc-day-header {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    padding: 0px 0px 10px;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day {
    border: 1px solid #ffff;
    background-color: #ffff;
    padding: 10px 4px;
    min-width: 20px !important;
    text-align: center !important;
    cursor: pointer;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day .fc-day-number {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.9px;
    color: #1d1d1d;
    display: block;
    width: 100%;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day .fc-day-content {
    display: none;
}
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past.selected,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past:hover,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past.fc-state-highlight,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past.selected,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past:hover {
    background-color: #ffffff;
    cursor: default;
    pointer-events: none;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-past .fc-day-number {
    color: #4a4a4a;
    opacity: 0.7;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-other-month.fc-future.selected,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-other-month.fc-future {
    background-color: #fff;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
	border-radius:50%;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-other-month.fc-future .fc-day-number,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-other-month.fc-past .fc-day-number {
    display: none;
}

.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.fc-state-highlight,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.selected,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day:hover,
.homepage-search .calender .custom-dropdown-menu .fc-border-separate tbody .fc-day.highlightDate {
    background-color: rgb(196, 168, 115,0.3);
	border-radius:50%;
}

.homepage-search .calender .custom-dropdown-menu .information-section {
    padding: 30px 0px 0px;
}
.select-travellers.form-inline .form-group{
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.homepage-search .calender .custom-dropdown-menu .information-section .info-box {
    display: inline-block;
    width: 49%;
    float: left;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #1d1d1d;
}

.homepage-search .calender .custom-dropdown-menu .information-section .info-box:first-child {
    margin-right: 10px;
}

.homepage-search .calender .custom-dropdown-menu .information-section .info-holiday,
.homepage-search .calender .custom-dropdown-menu .information-section .info-selected {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.homepage-search .calender .custom-dropdown-menu .information-section .info-holiday {
    background-color: #e1e1e1;
}

.homepage-search .calender .custom-dropdown-menu .information-section .info-selected {
    background-color: var(--theme-secondary);
}

/* Common Middelbar Search-Control Traveller Count Dropdown CSS */
.homepage-search .btn-group.travel-count {
    width: 100%;
}

.homepage-search .btn-group.travel-count .custom-dropdown-toggle {
    background: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    color: #1e3b50;
    box-shadow: none;
    font-size: 16px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding-right: 20px !important;
    border-radius: 0px;
    border: none;
    font-weight: 500;
    box-shadow: none;
}

.homepage-search .btn-group.travel-count .custom-dropdown-toggle::after {
    background: url(../images/select-arrow-down.svg) no-repeat right center;
    content: "";
    height: 11px;
    width: 15px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
	display:none;
}

.homepage-search .btn-group.travel-count.open .custom-dropdown-toggle {
    background-color: #fff;
}

.homepage-search .travel-count .custom-dropdown-menu {
    border-radius: 0;
    border: none;
    width: 395px;
    padding: 20px 20px 20px 20px;
    left: -50%;
    margin-top: 10px;
    background-color: #fff;
    max-height: 300px;
    overflow-x: auto;
}
.homepage-search .travel-count .custom-dropdown-menu:before {
    top: -8px;
    content: "";
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
}

.homepage-search .travel-count .form-control.small-input {
    width: 90px;
    border: 1px solid #dadada;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
	max-width: 100%;
}

.homepage-search .select-rooms .room-title {
    font-size: 15px;
    color: #1e3b50;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.homepage-search .travel-count .select-rooms:last-child {
    margin-bottom: 0;
}

.homepage-search .select-rooms label {
    margin-bottom: 7px;
    vertical-align: middle;
    color: #1e3b50;
    margin-right: 5px;
    letter-spacing: normal;
    text-transform: capitalize;
    opacity: 1 !important;
}

.homepage-search .select-rooms label span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #1e3b50;
}

.homepage-search .select-rooms .select-childs-age {
    margin-top: 20px;
}

.homepage-search .select-rooms .select-childs-age label {
    margin-bottom: 7px;
}

.select-rooms .select-childs-age > .row > .col-sm-3 {
    margin-bottom: 7px;
}

.homepage-search .remove-link {
    margin-top: 20px;
}

.homepage-search .travel-count .select-rooms {
    padding-top: 0px;
    border-top: 0;
}

.homepage-search .travel-count .select-rooms:first-child {
    border-top: none;
    padding-top: 0;
    margin-bottom: 15px;
}

.homepage-search .travel-count .travellers-apply {
    border-top: 0;
    padding-top: 15px;
    /* margin-right: 15px; */
}

.homepage-search .travel-count .travellers-apply .btn-typ2 {
    width: 120px;
    text-decoration: none;
    text-transform: uppercase;
}
.homepage-search .travel-count .travellers-apply .btn-typ2:hover{ 
    /* color: #c12874;  
    background-color: #ffffff; 
    border: 1px solid #c12874;  */
    opacity: 0.8;
}

.homepage-search .travel-count .flight-airclass {
    margin-top: 15px;
}

.homepage-search .travel-count .flight-airclass .form-control.small-input {
    width: 100%;
}
@media (max-width: 1199px) {
	#ms-widget .calendar .fc-view-month {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		width: 100%;
	}
	#ms-widget .calendar1 .fc-view-month {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		width: 100%;
	}
}
@media (max-width: 1199px) { #ms-widget #viewFullCalander .modal-dialog {width: 95%; margin: auto;}}
.destination-list-outer {
	background: #FFF;
	width: 50vw;
	padding: 20px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	display: none;
	position: absolute;
	z-index: 10;
	top: 37px;
	left: -41px;
}

.destination-list-outer:before {
	content: "";
	top: -8px;
	border-bottom: 8px solid #5e9bb8;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	margin-left: -8px;
}

#destination-list {
	display: flex;
	grid-column-gap: 15px;
}

#destination-list h3 { margin-top: 0; }

#destination-list .country-list { flex-basis: 25%; }

#destination-list .country-list ul,
#destination-list .city-list .city-box ul {
	margin: 0; padding: 0; list-style: none;
	max-height: 300px; overflow-y: auto;
}

#destination-list .country-list ul li { margin: 0 0 10px 0; }
#destination-list .country-list ul li span { position: relative; display: inline-block; padding-left: 25px; cursor: pointer; }

#destination-list .country-list ul li span:before {
	content: ""; border-radius: 3px;
	position: absolute; top: 0px; left: 0; background: #FFF;
	width: 18px; height: 18px; border: 1px solid #d5d5d5;
}
#destination-list .country-list ul li.active span:before {
	content: "";
	background: url(../images/check-white.png) no-repeat center center #3ab2e4;
	border: 1px solid #3ab2e4;
}

#destination-list .city-list { flex-basis: 75%; }
#destination-list .city-list .city-box { display: none; }
#destination-list .city-list .city-box.active { display: block; }

#destination-list .city-list .city-box ul li {
	display: inline-block;
	margin: 0 12px 12px 0;
	width: calc(50% - 12px);
	vertical-align: top;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

#destination-list .city-list .city-box ul li span:before {
	content: ""; border-radius: 3px;
	position: absolute; top: 0px; left: 0; background: #FFF;
	width: 18px; height: 18px; border: 1px solid #d5d5d5;
}

#destination-list .city-list .city-box ul li.selected span:before {
	content: "";
	background: url(../images/check-white.png) no-repeat center center #3ab2e4;
	border: 1px solid #3ab2e4;
}

@media (max-width: 1440px) {
	.destination-list-outer {
		width: 60vw;
	}
}

@media (max-width: 1200px) {
	.homepage-search .travel-search-inner .container {
		margin: 0 20px;
	}
}

@media (max-width: 990px) {
	.destination-list-outer {
		width: 70vw;
	}
}
@media (max-width: 768px) {
	.destination-list-outer {
		width: calc(100vw - 80px);
	}
	#destination-list .country-list { flex-basis: 30%; }
	#destination-list .city-list { flex-basis: 70%; }
}
@media (max-width: 679px) {
	#destination-list .city-list .city-box ul li {
		margin: 0 0 12px 0;
		width: 100%;
	}
}

/*Tab Custom Css*/
.custom-custom-tab-pane{display: none;}
/*Sumo Select Css*/

.sumo-seldropdown {
	height: 20px;
	width: 100%;
	border: none;
	box-sizing: border-box;
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #1e3b50;
	font-size: 16px;
	font-style: normal;    
	font-weight: 500;
}
@media (max-width: 767px) {
	.SumoSelect>.CaptionCont>span.placeholder {font-size: 12px;}
}
.SumoSelect{width: 100%;}
.SumoSelect>.CaptionCont {
	position: relative;
	border: none;
	min-height: 14px;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.SumoSelect>.CaptionCont span {outline: none;}
.SumoSelect>.CaptionCont>label>i{display: none;}
.SumoSelect.open>.optWrapper {
	top: 25px;
	display: block;
}
#ms-widget .sumo-seldropdown::after {
	background: url(../images/select-arrow-down.svg) no-repeat right center;
	content: "";
	height: 11px;
	width: 15px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
	border: 0;
}
.SumoSelect .select-all.partial>span i, 
.SumoSelect .select-all.selected>span i, 
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
	background-color: #1e3b50;;
}
#ms-widget .form-typ1.package-search-form .sumo-seldropdown + .optWrapper label {  opacity: 1; }
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont{box-shadow: none; border: none;}
@media (max-width: 480px) {
	.mob-grid480 {
		width: 100% !important;
	}
}
.blurred {
    filter: blur(5px);
    pointer-events: none; /* Prevent clicks */
}
#loader {
    /* display: none; */
    z-index: 1000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dropdown-main, .pakdropdown-main {
	text-align: start;
    width: 100%;
    position: absolute;
    z-index: 999999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .18);
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: var(--bs-white);
    border-color: #d9d9d9;
    border-radius: 6px;
    color: #212529;
    max-height: 196px;
    overflow-y: auto;
	display : block;
}
.dropdown-parent, .pakdropdown-parent{
	padding: 5px;
/*     font-weight: var(--f_semibold); */
/*     font-size: 12px; */
/*     line-height: 14px; */
    word-break: break-all;
    background-color: #c3c3c3;
    color: var(--input-dropdown-grp-text-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;		
}

.dropdown-item,.pakdropdown-item{
	margin-bottom: 0px !important;
	background-color: var(--input-dropdown-active-bg-color);
    color: var(--input-dropdown-active-text-color);
    opacity: 1;
	padding: 5px;
/*     font-weight: var(--f_medium); */
/*     font-size: 14px; */
/*     line-height: 16px; */
    word-break: break-all;
    cursor: pointer;
    background-color: var(--input-dropdown-bg-color);
    color: var(--input-dropdown-text-color);
    opacity: 1;
	
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;		
}
#txtCity,#txtFCity{
	border: none;
	font-weight: 500;
}
#ms-widget .label-outer.date-outer{
	display: flex;
	flex-wrap: wrap;
	line-height:0px;
}
#ms-widget .label-outer.date-outer > label{
	display: block;
	width: 100%;
}
#ms-widget .form-box .label-outer .custom-datepicker-outer{
	display:flex;
	align-items: flex-start;
    width: 100%;
    flex-direction: column;	
}
.search_bar_inner .form-select{
	 min-width: -webkit-fill-available;
	min-width: 100%;
    padding: 0px 20px 0px 0px !important;
    background-position: right 0px center;
	margin: 0px !important;
}
.search_bar_inner .search_bar_btn .search_btn .btn-typ1{
	min-height: 70px;
	align-items: center;
	width: 100%;
    justify-content: center;
	padding: 10px;
}
#ms-widget .form-typ1.package-search-form .form-box-outer{
	display: grid;
	grid-template-columns: 22% 22% 22% 22% 12%;
}
#ms-widget .form-typ1.package-search-form .form-box-bottom{
	display: grid;
	grid-template-columns:  118px auto;
	padding: 10px 0px 0px;
}
#ms-widget .form-typ1.package-search-form .form-box-bottom .stopflights {
	position: relative;
}
#ms-widget .form-typ1.package-search-form .form-box-bottom .stopflights:before{
	content:'';
	border-right: 1px solid #8F8F8F;
	position:absolute;
	right: 7px;
	height: 100%;
	width: 1px;
	top: 0px;
	display:none;
}
#ms-widget .form-typ1.package-search-form.hotel-box-outer{
	display: grid;
	grid-template-columns: 29% 29% 30% 12%;
	min-height: 71px;
}
#ms-widget .form-box-bottom.holiday-inc-opt .stopflights  .custom-checkbox1{
	margin-bottom: 0px !important;
}
#ms-widget .search_bar_fields_wrapper{
	display: grid;
	grid-template-columns: 22% 22% 22% 22% 12%;
}
.search_bar_fields_wrapper{
	padding-top: 15px;
}
@media(max-width: 1199px){
	#ms-widget .form-typ1.package-search-form .form-box-outer,
	#ms-widget .search_bar_fields_wrapper{
		  grid-template-columns: repeat(3, 1fr);
	}
	#ms-widget .form-typ1.package-search-form .form-box-outer .form-box,
	#ms-widget .search_bar_fields_wrapper .form-box{
		border-bottom: 1px solid #DBDBDB;
	}
	#ms-widget .form-typ1.package-search-form .form-box-outer .form-box:nth-last-child(-n+3),
/* 	#ms-widget .search_bar_fields_wrapper .form-box:nth-last-child(-n+3){
		border-bottom: none;
	} */
	#ms-widget .form-typ1.package-search-form.hotel-box-outer {
		grid-template-columns: 28% 28% 28% 16%;
	}
	.homepage-search .btn-group.calender.return .custom-dropdown-menu.dropdown-menu-right{
		left:0px;
		right: auto;
	}
	#ms-widget .search_bar_fields_wrapper .form-box:last-child {border-bottom: 0px;}
}
@media(max-width: 991px){
	#ms-widget .form-typ1.package-search-form .form-box-outer,
	#ms-widget .form-typ1.package-search-form.hotel-box-outer,
	#ms-widget .search_bar_fields_wrapper{
		 grid-template-columns: repeat(2, 1fr);
	}
	#ms-widget .form-typ1.package-search-form.hotel-box-outer .form-box {
		border-bottom: 1px solid #DBDBDB;
	}
	#ms-widget .form-typ1.package-search-form.hotel-box-outer .form-box:nth-last-child(-n+2),
	#ms-widget .form-typ1.package-search-form .form-box-outer .form-box:nth-last-child(-n+2){
		border-bottom: none;
	}
	#ms-widget .form-typ1.package-search-form .form-box-bottom{
		grid-template-columns: 130px auto;
	}
	#ms-widget .hoteldeparture .custom-dropdown-menu:before {
		left: auto;
    	right: 12px;
	}
}
@media(max-width:767px){
	#ms-widget .form-typ1.package-search-form .form-box-outer,
	#ms-widget .form-typ1.package-search-form.hotel-box-outer{
		padding: 0px 20px;
	}

	#ms-widget .flightSearch .holiday-inc-opt{margin-bottom: 10px; }
	.search_bar_fields_wrapper{padding-top: 5px; }
	#ms-widget .form-typ1.package-search-form .form-box-bottom{
		padding: 15px 10px 0px;
	}
	#ms-widget .flightSearch .form-box-bottom.holiday-inc-opt{
		margin-bottom: 0px;
	}

}
@media(max-width: 575px){
	#ms-widget .form-typ1.package-search-form .form-box-outer,
	#ms-widget .form-typ1.package-search-form.hotel-box-outer,
	#ms-widget .search_bar_fields_wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	#ms-widget .search-tabs{
		justify-content:left;
	}
	.search_bar_inner .search_bar_btn .search_btn .btn-typ1,
	#ms-widget .homepage-search .searchButton a{
		min-height: 50px;
	}
	#ms-widget .flightSearch .form-box-bottom.holiday-inc-opt{
		padding-left: 23px;
	} 
	
}
@media(max-width: 480px){
	#ms-widget .flightSearch .holiday-inc-opt .custom-checkbox1{
		margin-bottom: 0px;
	}
	#ms-widget .flightSearch .holiday-inc-opt .custom-checkbox1 label{
		margin-bottom: 2px;
	}
	#ms-widget .flightSearch .holiday-inc-opt .stopflights  .custom-checkbox1 label{
		margin-bottom:0px;
	}
}
.tour-select-dropdown{
	display: none !important;
}
.tour-select-dropdown.select2-hidden-accessible{
	display: block !important;
}
.search_date_seperator {
	position: relative;
	width: 18px;
}
.search_date_seperator::before {
    color: #2E3A48;
    font-size: 17px;
    content: "-";
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
}
@media(min-width: 768px){ 
	/*.dropdown-main, .pakdropdown-main {
		top: 37px;
    	left: 0;
		width:300px;
		border-radius:0;
	}*/
	.dropdown-main, .pakdropdown-main {
        top: 71px;
        left: 0;
        width: 300px;
        border-radius: 0;
    }
	#ms-widget .homepage-search .travel-count .custom-dropdown-menu {
		top: 27px !important;
		width: 336px;
	}
	.homepage-search .calender .custom-dropdown-menu.dropdown-menu-right {
		transform: translate(0px, 37px) !important;
	}
	.homepage-search .calender .custom-dropdown-menu.dropdown-menu-right:before {
		display:none;
	}
	.cabindd .select2.select2-container::before {
		display:none;
	}
	.cabindd .select2-selection__choice::after {
		content: "";
		background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
		height: 15px;
		width: 12px;
		display:inline-block;
		background-repeat: no-repeat;
		margin-left: 8px;
    	background-position: left 4px;
	}
}
#ms-widget .custom-tab-pane .selectedfdestination .close-btn::before{top:6px!important;}
#ms-widget .custom-tab-pane .selectedhdestination, #ms-widget .custom-tab-pane .selectedfdestination, #ms-widget .custom-tab-pane .flyingfrom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:auto;
	right:18px;
	width:18px;
	height:18px;
	padding:0;
	border-radius:50%;
}
#ms-widget .custom-tab-pane .flyingfrom .close-btn,
#ms-widget .custom-tab-pane .selectedfdestination .close-btn,
#ms-widget .custom-tab-pane .hotelSearch .selectedhdestination .close-btn{margin:0;position:static;}
#ms-widget .custom-tab-pane .hotelSearch .selectedhdestination{
	top:50%!important;
	left:auto!important;
	right:18px!important;
}
#ms-widget .form-box .label-outer .pos-rel{position:unset;}
@media(min-width:768px) and (max-width:991px){
	#ms-widget .form-typ1.package-search-form .form-box-bottom .stopflights:before{
		right:16px;
	}
}
@media(min-width:576px) and (max-width:1199px){
	#ms-widget .form-typ1.package-search-form .form-box-bottom{padding-inline:15px!important;}
	#ms-widget .form-typ1.package-search-form .form-box-bottom{background-color: #fff;}
	#ms-widget .form-typ1.package-search-form .form-box-outer .form-box, #ms-widget .search_bar_fields_wrapper .form-box{
		border-bottom:0 none;
	}
}
@media(min-width:576px) and (max-width:767px){
	#ms-widget .form-typ1.package-search-form .form-box-outer .form-box, 
	#ms-widget .search_bar_fields_wrapper .form-box{
		min-width:10px;
	}
	#ms-widget .form-typ1.package-search-form .form-box-bottom{
		padding-inline:5px!important;
	}
	#ms-widget .form-typ1.package-search-form .form-box-bottom{grid-template-columns:125px 100px;margin-left:0;}
}
#packages .search_bar_inner:not(.package-search-form){display: none;}
#flights .radio-type.holiday-inc-opt{visibility: hidden; height: 0; padding: 0;}

/* modals styles */
.ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header {
	background-color: var(--theme-secondary);
	color: #fff;
	border-radius: 0;
	padding-bottom: 10px;
	border-bottom: 0px;
	padding-left:15px;
}
#ms-widget .modal-typ1 .modal-dialog .modal-title, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-title {
	color: #fff;
}
.ms-widget-in-footer .alert {
	margin-bottom:0px;
}
.ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close {
	color: #ffffff;
	font-style: normal;
	font-size: 28px;
}
@media (max-width:767px) {
	.ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close {
		font-size: 40px;
	}	
}
.ms-widget-in-footer .modal-content {
	border-radius: 0;
}
#ms-widget .modal-typ1 .modal-dialog .modal-header .close:hover, .ms-widget-in-footer .modal-typ1 .modal-dialog .modal-header .close:hover {
	color: var(--theme-primary);
}
#ms-widget .form-typ1.package-search-form .searchflightcust.form-control {
	width: 80%;
}
#ms-widget .daterangepicker::before, #ms-widget .daterangepicker::after {
	display: none;
}
#ms-widget .daterangepicker {
	border-radius:0;
	/* transform: translateX(-46px); */
	@media (max-width:576px) {
		transform: translate(-46px, 5px);
	}
}

#ms-widget .daterangepicker td.off.in-range-min-span:not(.ends) {
	background-color: rgb(196 168 115 / 20%);
}