/****************************************************************************************************
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 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 #054f95;
}

label input:checked + span:after {
    content: "";
    background-color: #054f95;
    height: 8px;
    width: 8px;
    display: block;
    margin: 2px;
}
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 #bababa;
	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: #054f95;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/
.loginbtn {
	padding: 8px 20px 9px 20px;
	border:solid 0px #687c99;
	transition:0.4s;
	border-radius: 5px;	
	font-size:15px;
	color: #fff;
	text-align:center;
	font-weight: 500;	
	background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
}
.loginbtn:hover, .loginbtn:focus, .loginbtn.focus {
	text-decoration: none;	
	background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.currencydropdown {
	padding: 0px 15px 0px 0px;
	font-size:15px;
	color:#fff;
	font-weight: 400;
	border:solid 0px #687c99;
	-webkit-appearance: none;
	background:url(../img/currencyselectarrow.png) no-repeat right center;
    background-color: none;
	border-radius:0px;
    text-transform: uppercase;
}
.currencydropdown:focus {
	outline: none;
}
.currencydropdown option {
	color:#000;	
}
.searchformfield {
	background:#fff;
	border:solid 0px #eee9d5;
	padding: 10px 10px;
	font-size: 15px;
	color:#000;
	font-weight: 400;
	width:100%;
	border-radius:5px;
	min-height: 40px;
}
.searchformfield:focus {
	outline: none;
}
.searchformfield::-moz-placeholder {
	color:#414141;
	opacity:1;
}
.searchformfield:-ms-input-placeholder {
	color:#414141;
}
.searchformfield::-webkit-input-placeholder {
	color:#414141;
}
.searchformfieldselect {
	padding:10px 25px 10px 10px;
	font-size:15px;
	color:#414141;
	width:100%;
    font-weight: 400;
	border:solid 0px #eee9d5;
	border-radius: 5px;
	-webkit-appearance: none !important;
	background: url("../img/selectarrow1.png") no-repeat right 10px center #fff !important;
	min-height: 43px;
}
.form-floating > .searchformfield,
.form-floating > .searchformfield-plaintext {
    padding: 0px 15px;
	border: none;
	background: none;
	font-size: 16px;
	color: #09222d;
	line-height: 20px;
	font-weight: 600;
	width: 100%;
}
.form-floating > .searchformfield-plaintext::-moz-placeholder,
.form-floating > .searchformfield::-moz-placeholder {
    color: transparent;
}
.form-floating > .searchformfield-plaintext::placeholder,
.form-floating > .searchformfield::placeholder {
    color: transparent;
}
.form-floating > .searchformfield-plaintext:not(:-moz-placeholder-shown),
.form-floating > .searchformfield:not(:-moz-placeholder-shown) {
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-floating > .searchformfield-plaintext:focus,
.form-floating > .searchformfield-plaintext:not(:placeholder-shown),
.form-floating > .searchformfield:focus,
.form-floating > .searchformfield:not(:placeholder-shown),
.form-floating > .searchformfieldselect:focus,
.form-floating > .searchformfieldselect:not(:placeholder-shown) {
    border: none;
	outline: none;
	padding-top: 17px;
}
.form-floating > .searchformfield-plaintext:-webkit-autofill,
.form-floating > .searchformfield:-webkit-autofill {
    padding-top: 10px;
    padding-bottom: 0px;
}
.form-floating > .searchformfieldselect {
    padding: 0px 30px 0px 15px;
	border: none;
	background: none;
	font-size: 16px;
	color: #09222d;
	line-height: 20px;
	font-weight: 600;
	-webkit-appearance: none;
	background:url(../img/selectarrow1.png) no-repeat right 15px center;
	width: 100%;
}
.form-floating > .searchformfieldselect option {
    font-size: 14px;
	font-weight: 400;
}
.form-floating > .searchformfield:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.80;
    transform: scale(0.90) translateY(-8px) translateX(0px);
}
.form-floating > .searchformfield-plaintext ~ label,
.form-floating > .searchformfield:focus ~ label,
.form-floating > .searchformfield:not(:placeholder-shown) ~ label,
.form-floating > .searchformfieldselect ~ label {
    opacity: 0.80;
    transform: scale(0.90) translateY(-8px) translateX(0px);
}
.form-floating > .searchformfield:-webkit-autofill ~ label {
    opacity: 0.80;
    transform: scale(0.90) translateY(-8px) translateX(0px);
}
.form-floating > .searchformfield-plaintext ~ label {
    border-width: 1px 0;
}
.form-floating {
    position: relative;
}
.form-floating > .searchformfield,
.form-floating > .searchformfield-plaintext,
.form-floating > .searchformfieldselect {
    height: calc(10px + 50px);
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	font-size: 14px !important;
	color: #5f6469;
	font-weight: 300;
	margin-bottom: 0px !important;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.searchbtn {
	padding:19px 5px;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
    font-weight: 600;
    width: 100%;
	text-align: center;
	border: solid 0px #ee2837;
	border-radius: 0px 4px 4px 0px;
	transition: 0.4s;    
    background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
}
.searchbtn:hover, .searchbtn:focus, .searchbtn.focus {
	text-decoration: none;	
    background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.searchbtn2 {
	padding:10px 5px;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
    font-weight: 600;
    width: 100%;
	text-align: center;
	border: solid 0px #ee2837;
	border-radius: 4px;
	transition: 0.4s;    
    background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
}
.searchbtn2:hover, .searchbtn2:focus, .searchbtn2.focus {
	text-decoration: none;	
    background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.addroombtn {
    padding: 7px 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: solid 0px #f1592a;
    background: #ca9530;
    border-radius: 5px;
	transition: 0.4s;
}
.addroombtn.focus,
.addroombtn:focus,
.addroombtn:hover {
    background: #ad7c1f;
    color: #fff;
    text-decoration: none
}
.destinationsearchfield {
	border: solid 1px #e5f0ef;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	color:#000;
	width:100%;
	border-radius:5px 0px 0px 5px;
	background:#fff;
	height:40px;
}
.destinationsearchfield:focus {
	outline: none;
}
.destinationsearchbtn {
    background: #065aa9;
    width: 40px;
    border: none;
    padding: 0px 0px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
}
.sortbyselectfield {
	padding: 1px 25px 0px 10px;
	font-size: 13px;
	color: #000;
	border: 1px solid #d5dcde;
	-webkit-appearance: none !important;
	background: #fff url(../img/selectarrow3.png) no-repeat right center !important;
	border-radius: 8px;
	min-height: 35px;
	width: 100%;
}
.bookbtn {
	padding: 8px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border: solid 0px #065aa9;
    background: rgba(7,91,170,1);
	background: -moz-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,91,170,1)), color-stop(100%, rgba(5,79,149,1)));
	background: -webkit-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -o-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	background: linear-gradient(to bottom, rgba(7,91,170,1) 0%, rgba(5,79,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#054f95', GradientType=0 );
    border-radius: 7px;
    transition: 0.4s;
	width: 100%;
}
.bookbtn:hover, .bookbtn:focus, .bookbtn.focus {
	text-decoration: none;
    color: #fff;
	text-decoration: none;	
    background: rgba(5,79,149,1);
	background: -moz-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,149,1)), color-stop(100%, rgba(7,91,170,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,149,1) 0%, rgba(7,91,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f95', endColorstr='#075baa', GradientType=0 );
}
.quickviewbtn {
	padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ca9530;
    text-align: center;
    font-weight: 500;
    border: solid 1px #ca9530;
    background: #fff;
    border-radius: 7px;
    transition: 0.4s;
	width: 100%;
}
.quickviewbtn:hover, .quickviewbtn:focus, .quickviewbtn.focus {
	text-decoration: none;
    color: #fff;
	background:#ca9530;
}
.quickviewbtn i {
	font-size: 20px;
	vertical-align: middle;
}
.modifybtn {
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border: solid 0px #ca9530;
	background:#ca9530;
	border-radius: 5px;
	transition: 0.4s;
}
.modifybtn:hover, .modifybtn:focus, .modifybtn.focus {
	text-decoration: none;
    color: #fff;
	background:#B7811B;
}
.readmorebtn {
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border: solid 0px #3a3a3c;
	background:#154036;
	border-radius: 5px;
	transition: 0.4s;
}
.readmorebtn:hover, .readmorebtn:focus, .readmorebtn.focus {
	text-decoration: none;
    color: #fff;
	background:#092a22;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight:400;	
}
.newslettertextfield {
	background: #be8a28;
	border:none;
	padding:0px 10px;
	font-size:14px;
	color:#f8d99d;
	width:100%;
	height: 45px;
	font-weight: 300;
}
.newslettertextfield:focus {
	outline: none;
}
.newslettertextfield::placeholder{
	color:#f8d99d;
}
.newsletterbtn {
	background:#be8a28;
	height:45px;
	border:solid 0px #09a48c;
	font-size: 14px;
	color: #fff;
	padding: 0px 15px;
	font-weight: 700;
}
.hotelsearchfield {
	border: solid 1px #e5f0ef;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	color:#000;
	width:100%;
	border-radius:5px 0px 0px 5px;
	background:#fff;
	height:40px;
}
.hotelsearchfield:focus {
	outline: none;
}
.searchformbtn {
    background: #e1634a;
    width: 40px;
    border: none;
    padding: 0px 0px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
}
.submit_btn1 {
	color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #ca9530;
    background: #ca9530;
	border-radius:5px;
	transition:0.4s;
    margin-bottom: 3px;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	text-decoration: none;
	background:#B7811B;
}
.submit_btn2 {
	color: #ca9530;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #ca9530;
    background: #ffffff;
	border-radius:5px;
	transition:0.4s;
    margin-bottom: 3px;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	text-decoration: none;
	background:#ca9530;
	color: #ffffff;
}
.submit_btn3 {
	color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #065aa9;
    background: #065aa9;
	border-radius:5px;
	transition:0.4s;
    margin-bottom: 3px;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	text-decoration: none;
	background:#054E93;
}
.submit_btn4 {
	color: #065aa9;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #065aa9;
    background: #ffffff;
	border-radius:5px;
	transition:0.4s;
    margin-bottom: 3px;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	text-decoration: none;
	background:#065aa9;
	color: #ffffff;
}
.btnsm{
	font-size: 13px;
	font-weight: 400;
	padding: 5px 12px;
}
.btnmd{
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
}
.btnlg{
	font-size: 15px;
	font-weight: 600;
	padding: 12px 20px;
}
.hotelinfobtn {
	display:inline-block;
	padding:5px 10px;
	font-size:12px;
	color: #154036;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #dfebea;
    background: #f1fbfa;
	border-radius:3px;
	transition:0.4s;
    margin-bottom: 3px;
}
.hotelinfobtn:hover, .hotelinfobtn:focus, .hotelinfobtn.focus {
	text-decoration: none;
	background:#dfebea;
}
.downloadbtn {
	display:inline-block;
	font-size:18px;
	color: #154036;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #64b1a9;
    background: #def1ef;
	border-radius: 100%;
	transition:0.4s;
	width: 36px;
	height: 36px;
}
.downloadbtn:hover, .downloadbtn:focus, .downloadbtn.focus {
	text-decoration: none;
	background:#154036;
	color: #fff;
	border: solid 1px #154036;
}
.sharebtn {
	display:inline-block;
	font-size:18px;
	color: #ca9530;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #ca9530;
    background: #F4DEB4;
	border-radius: 100%;
	transition:0.4s;
	width: 36px;
	height: 36px;
}
.sharebtn:hover, .sharebtn:focus, .sharebtn.focus {
	text-decoration: none;
	background:#ca9530;
	color: #fff;
}
.logintextfield {
	background: #fff;
    border: solid 1px #F0F0F0;
	padding:0px 12px;
	font-size:14px;
	color:#000;
	width:100%;
	border-radius:5px;
	height:45px;
}
.logintextfield::-moz-placeholder {
     color:#000;
     opacity:1;
}
.logintextfield:-ms-input-placeholder {
    color:#000;
}
.logintextfield::-webkit-input-placeholder {
    color:#000;
}
.logintextfield:focus {
	outline: none;
}
.calbtn{
    background-color: #fff;
    border: 1px solid #e2e3e0;
    padding: 10px 10px 12px 10px;
}
.registertextfield {
	background: rgba(252,252,252,0.8);
	backdrop-filter: blur(5px);
    border: solid 1px #fff;
	padding: 0px 10px;
	font-size:13px;
	color:#000;
	width:100%;
	border-radius:6px;
	min-height: 42px;
}
.registertextfield::-moz-placeholder {
     color:#000;
     opacity:1;
}
.registertextfield:-ms-input-placeholder {
    color:#000;
}
.registertextfield::-webkit-input-placeholder {
    color:#000;
}
.registertextfield:focus {
	outline: none;
}
.registertextfieldselect {
	display: inline-block;
	width: 100%;
	padding: 10px 25px 10px 10px;
	font-size: 13px;
	backdrop-filter: blur(5px);
    border: solid 1px #fff;
	-webkit-appearance: none !important;
	background: rgba(252,252,252,0.8) url(../img/selectarrow4.png) no-repeat right center !important;
	border-radius: 6px;
	min-height: 42px;
}




/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 992px) {
	
	
	
}

@media screen and (max-width : 767px) {

.searchbtn {
	border-radius: 0px 0px 4px 4px;
}	
	

}


@media screen and (max-width : 480px) {

.modifybtn {
	padding: 10px 15px;
}  

}
