/****************************************************************************************************
Radio Button and Checkbox css start here
****************************************************************************************************/

label {
    font-weight: normal;
    white-space: nowrap;
    width: 80%;
}

label + span {
    float: right;
	background:#d0e2c7;
	color:#3b3e3b;
	font-size:12px;
	padding:3px 3px;
	border-radius:3px;
}

label img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

label input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}

label input + span {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

label input + span + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    white-space: normal;
    width: 90%;
}

label input:checked + span {
    border: 1px solid #ee303c;
}

label input:checked + span:after {
    content: "";
    background-color: #ee303c;
    height: 6px;
    width: 6px;
    display: block;
    margin: 3px;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	margin:0;
	padding:0;
	opacity:0;
	display:none;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display:block;
}
input[type=radio ]:not(old) + label > span {
	display: inline-block;
	width:15px;
	height:15px;
	margin:0px;
	border: 1px solid #b4c9d4;
	border-radius : 10px;
	background : #fff;
	vertical-align : top;
}
input[type=checkbox]:not(old):checked + label > span, input[type=radio ]:not(old):checked + label > span {
	background-color: #fff;

}
input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width:7px;
	height:7px;
	margin:3px;
	border-radius: 5px;
	background: #ee303c;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/

.searchformfield {
	background:#fff;
	border:solid 1px #dadfe6;
	padding:0px 10px;
	font-size: 14px;
	color:#3c3c3c;
	width:100%;
	border-radius:1px;
	height:45px;
	outline: none;
}
.searchformfield::-moz-placeholder {
	color:#3c3c3c;
	opacity:1;
}
.searchformfield:-ms-input-placeholder {
	color:#3c3c3c;
}
.searchformfield::-webkit-input-placeholder {
	color:#3c3c3c;
}
.searchformfieldselect {
	border:solid 1px #dadfe6;
	padding:0px 10px;
	font-size: 14px;
	color:#3c3c3c;
	width:100%;
	border-radius:1px;
	height:45px;
	-webkit-appearance: none !important;
	background:#fff url(../img/selectarrow1.png) no-repeat right center !important;
	outline: none;
}
.searchformfield1 {
	background:#eeeeee;
	border:solid 1px #dadfe6;
	padding:0px 10px;
	font-size: 14px;
	color:#3c3c3c;
	width:100%;
	border-radius:1px;
	height:45px;
	outline: none;
}
.searchbtn {
	display:inline-block;
	padding:0px 40px;
	height:45px;
	font-size:18px;
	color:#fff;
	font-weight:500;
	text-align:center;
	background-image:none;
	border:solid 0px #625827;
	background:#ee303c;
	border-radius:4px;
	transition: 0.3s;
}
.searchbtn:hover, .searchbtn:focus, .searchbtn.focus {
	background:#3c4398;
	color:#fff;
	text-decoration: none;
}
.addroombtn {
	padding:7px 10px;
	font-size:13px;
	color:#2b2f73;
	text-align: center;
	border:solid 1px #2b2f73;
	background:#fff;
	border-radius:2px;
	transition: 0.3s;
}
.addroombtn:hover, .addroombtn:focus, .addroombtn.focus {
	background:#2b2f73;
	color:#fff;
	text-decoration:none;
}
.submit_btn1 {
	display:inline-block;
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	text-align:center;
    text-transform: uppercase;
	border:solid 0px #3c4398;
	background:#c42b31;
	border-radius:0px;
	transition:0.4s;
    height: 35px;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	text-decoration: none;
	background:#a61b21;
	color:#fff;
}
.submit_btn2 {
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	line-height:18px;
	color:#fff;
	text-align:center;
	border:solid 1px #2b2f73;
	background:#2b2f73;
	border-radius:4px;
	transition:0.4s;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	text-decoration: none;
	background:#ee303c;
	border:solid 1px #ee303c;
	color:#fff;
}
.submit_btn3 {
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	line-height:18px;
	color:#ee303c;
	text-align:center;
	border:solid 1px #ee303c;
	background:#fff;
	border-radius:4px;
	transition:0.4s;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	text-decoration: none;
	background:#ee303c;
	color:#fff;
	border:solid 1px #ee303c;
}
.submit_btn4 {
	display:inline-block;
	padding:10px 15px;
	font-size:13px;
	line-height:17px;
	color:#fff;
	text-align:center;
	border:solid 0px #c9ced1;
	background:#ee303c;
	border-radius:2px;
	transition:0.4s;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	text-decoration: none;
	background:#D91C28;
	color:#fff;
}
.submit_btn5 {
	display:inline-block;
	padding:10px 15px;
	font-size:13px;
	line-height:18px;
	color:#fff;
	text-align:center;
	border:solid 0px #195fdf;
	background:#3c4398;
	border-radius:2px;
	transition:0.4s;
}
.submit_btn5:hover, .submit_btn5:focus, .submit_btn5.focus {
	text-decoration: none;
	background:#ee303c;
	color:#fff;
}
.submit_btn6 {
	display:inline-block;
	padding:8px 15px;
	font-size:13px;
	line-height:18px;
	color:#3c4398;
	text-align:center;
	border:solid 1px #3c4398;
	background:none;
	border-radius:2px;
	transition:0.4s;
}
.submit_btn6:hover, .submit_btn6:focus, .submit_btn6.focus {
	text-decoration: none;
	background:#3c4398;
	color:#fff;
}
.submit_btn7 {
	display:inline-block;
	padding:7px 15px;
	font-size:13px;
	line-height:16px;
	color:#ee303c;
	text-align:center;
	border:solid 1px #ee303c;
	background:#fff;
	border-radius:3px;
	transition:0.4s;
	width: 100%;
}
.submit_btn7:hover, .submit_btn7:focus, .submit_btn7.focus {
	text-decoration: none;
	background:#ee303c;
	color:#fff;
	border:solid 1px #ee303c;
}
.submit_btn8 {
	display:inline-block;
	padding:8px 10px;
	font-size:13px;
	line-height:16px;
	color:#fff;
	text-align:center;
	border:solid 0px #3c4398;
	background:#3c4398;
	border-radius:3px;
	transition:0.4s;
	width: 100%;
}
.submit_btn8:hover, .submit_btn8:focus, .submit_btn8.focus {
	text-decoration: none;
	background:#ee303c;
	color:#fff;
}
.submit_btn9 {
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	line-height:18px;
	color:#2b2f73;
	text-align:center;
	border:solid 1px #2b2f73;
	background:#fff;
	border-radius:4px;
	transition:0.4s;
}
.submit_btn9:hover, .submit_btn9:focus, .submit_btn9.focus {
	text-decoration: none;
	background:#2b2f73;
	color:#fff;
	border:solid 1px #2b2f73;
}
.submit_btn10 {
	display:inline-block;
	padding:11px 15px;
	font-size:16px;
	line-height:18px;
	color:#33479a;
	text-align:center;
	border:solid 0px #2b2f73;
	background:#fff;
	border-radius:4px;
	transition:0.4s;
	width: 100%;
	font-weight: 700;
}
.submit_btn10:hover, .submit_btn10:focus, .submit_btn10.focus {
	text-decoration: none;
	background:#ee303c;
	color:#fff;
}
.submit_btn11 {
	display:inline-block;
	padding:10px 15px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:center;
	border:solid 1px #fff;
	background: none;
	border-radius:4px;
	transition:0.4s;
	width: 100%;
	font-weight: 700;
}
.submit_btn11:hover, .submit_btn11:focus, .submit_btn11.focus {
	text-decoration: none;
	background:#fff;
	color:#33479a;
	border:solid 1px #2b2f73;
}
.newslettertextfield {
	background:#dd2a33;
	border:none;
	padding:0px 10px;
	font-size:13px;
	color:#fff;
	width:100%;
	height: 40px;
	margin-top: 7px;
	outline: none;
}
.newslettertextfield::placeholder{
	color:#fff;
}
.newsletterbtn {
	background:#dd2a33;
	width:40px;
	height:40px;
	border:solid 0px #09a48c;
	font-size: 16px;
	color: #fff;
	margin-top: 7px;
	outline: none;
}
.custom-selectborder {
	border: 1px solid #181a50;	
	border-radius:2px;
	text-align:left;
}

 /*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-weight:300;
  border-radius:2px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #181a50;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content:url(../img/selectarrow.png);
  top: 7px;
  right: 22px;
  width: 0;
  height: 0;
  /*border: 6px solid transparent;
  border-color: #3b3e3b transparent transparent transparent;*/
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #3b3e3b transparent;*/
  content:url(../img/selectarrow_up.png);
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #fff;
  padding: 7px 10px;
  cursor: pointer;
  user-select: none;
  border-bottom:solid 1px #181a50;
  min-height:36px;
	border-radius: 3px;margin-bottom: 7px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #181a50;
	color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #0F103A;
}
.packagefieldselect {
	border:none;
	padding-right:10px;
	padding-left:10px;
	font-size: 13px;
	color:#737373;
	width:100%;
	border-radius:4px;
	-webkit-appearance: none !important;
	background:#f4f4f4 url(../img/selectarrow2.png) no-repeat right center !important;
	height:40px;
}
.hotelsearchfield {
	border:none;
	padding-right:10px;
	padding-left:10px;
	font-size: 13px;
	color:#737373;
	width:100%;
	border-radius:4px;
	background:#f4f4f4;
	height:40px;
}
.calendar {
    float: right;
    margin-right: 10px;
    margin-top: -34px;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:13px;
	color:#2a2b2d;
	line-height:18px;
}
.genformlabelwhite {
	margin-bottom:5px;	
}
.genformlabelwhite label {
	font-size:13px;
	color:#fff;
	line-height:18px;
}
.topsendenqbtn{
	display: block;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #ee303c;
    background: #fff;
    text-align: center;
    border-radius: 4px;
	border:1px solid #ee303c;
	transition: 0.3s;
}
.topsendenqbtn:hover{
	display: block;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #ee303c;
    text-align: center;
    border-radius: 4px;
	border:1px solid #ee303c;
}
.footertextfield {
    display: block;
    width: 100%;
    padding: 9px 10px;
    font-weight: 300;
    font-size: 13px;
    height: 36px;
    color: #fff;
    background-color: #181a50;
    background-image: none;
    border: 1px solid #181a50 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: none;
	margin-bottom: 10px;
}
.footertextfield::placeholder {
    color: #fff;   
}
.footertextfieldselect {
    width: 100%;
    padding: 9px 10px;
    font-weight: 300;
    font-size: 13px;
    height: 36px;
    color: #fff;
    margin-bottom: 2px;
	-webkit-appearance: none !important;
	background:#181a50 url(../img/selectarrow1.png) no-repeat right center !important;
	border: 1px solid #181a50 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: none;
	margin-bottom: 10px;
}
.enquirysendbtn {
	display:inline-block;
	padding:10px 10px 10px 10px;
	font-weight:500;
	font-size:15px;
	color:#fff;
	border:solid 1px #0aa9fc;
	background:#0aa9fc;
	text-align:center;
	width:100%;
	border-radius:3px;
}
.enquirysendbtn:hover {
	background:#009CED;
	text-decoration:none;
	-webkit-transition:background-color 0.5s ease-out;
    -moz-transition:background-color 0.5s ease-out;
    -o-transition:background-color 0.5s ease-out;
    transition:background-color 0.5s ease-out;
}
.cartbtn{
	background-color: #f7fcff;
	color: #195fdf;
	border: 1px solid #dcedfa;
	border-radius: 3px;
	padding: 7px 15px;
	font-size: 13px;
	outline: none;
}
.cartbtn:hover{
	background-color: #E8F4FC;
	color: #195fdf;
	border: 1px solid #dcedfa;
	border-radius: 3px;
	padding: 7px 15px;
	font-size: 13px;
	outline: none;
}
.packgdetfield {
	background:#fff;
	border:solid 0px #dadfe6;
	padding:0px 10px;
	font-size: 13px;
	color:#000;
	width:100%;
	border-radius:0px;
	height:40px;
	outline: none;
}
.packgdetfield::-moz-placeholder {
	color:#1d1d1d;
	opacity:1;
}
.packgdetfield:-ms-input-placeholder {
	color:#1d1d1d;
}
.packgdetfield::-webkit-input-placeholder {
	color:#1d1d1d;
}
.packgdetfieldselect {
	border:solid 0px #dadfe6;
	padding:0px 10px;
	font-size: 13px;
	color:#1d1d1d;
	width:100%;
	border-radius:0px;
	height:40px;
	-webkit-appearance: none !important;
	background:#fff url(../img/selectarrow1.png) no-repeat right center !important;
	outline: none;
}
.logintextfield {
	background:#fff;
	border:solid 0px #d1d1d1;
	font-weight:300;
	padding:0px 15px;
	font-size:15px;
	color:#1d1d1d;
	width:100%;
	border-radius:0px;
	height:45px;
}
.logintextfield::-moz-placeholder {
 color:#4a4a4a;
 opacity:1;
}
.logintextfield:-ms-input-placeholder {
 color:#4a4a4a;
}
.logintextfield::-webkit-input-placeholder {
 color:#4a4a4a;
}
.logintextfieldselect {
	font-weight:300;
	padding:0px 10px;
	font-size:15px;
	color:#4a4a4a;
	width:100%;
	border-radius:0px;
	height:45px;
	border:solid 0px #d1d1d1;
	-webkit-appearance: none !important;
	background: #fff url(../img/selectarrow1.png) no-repeat right center !important;
	background-color: #fff;
	background-image: none;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 800px) {
	
}

@media screen and (max-width : 668px) {

.searchformfield {
	border:solid 1px #e0e0e0;
}

}