/****************************************************************************************************
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 #f4731c;
}

label input:checked + span:after {
    content: "";
    background-color: #f4731c;
    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: #f4731c;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/

.searchformfield {
	background:none;
	border:solid 0px #cecece;
	padding:13px 0px;
	font-size: 14px;
	color:#000;
    font-weight: 400;
	width:100%;
	border-radius:0px;
}
.searchformfield::-moz-placeholder {
	color:#000;
	opacity:1;
}
.searchformfield:-ms-input-placeholder {
	color:#000;
}
.searchformfield::-webkit-input-placeholder {
	color:#000;
}
.searchformfield:focus {
	outline: none;
}
.searchformfieldselect {
	padding: 15px 20px 14px 6px;
	font-size:14px;
	color:#000;
	width:100%;
	border:solid 0px #cecece;
    font-weight: 400;
	-webkit-appearance: none !important;
	background: url(../img/selectarrow1.png) no-repeat right center !important;
	border-radius:0px;
}
.searchformfieldselect:focus {
	outline: none;
}
/*.searchbtn {
	display:inline-block;
	padding:11px 10px;
	font-size:15px;
	color:#fff;
	font-weight:600;
	text-align:center;
	background-image:none;
	border:none;
	background:#f4731c;
	border-radius: 30px;
	width:100%;
    transition:0.4s;
}
.searchbtn:hover, .searchbtn:focus, .searchbtn.focus {
	background:#db5b05;
	text-decoration: none;
}*/
.searchbtn {
	display:inline-block;
	padding:11px 10px;
	font-size:15px;
	color:#fff;
	font-weight:600;
	text-align:center;
	background-image:none;
	border:none;
	background:#f4731c;
	border-radius: 2px;
	width:100%;
    transition:0.4s;
}
.searchbtn:hover, .searchbtn:focus, .searchbtn.focus {
	background:#db5b05;
	text-decoration: none;
}

.loginbtn {
	padding: 0px 0px;
	font-size:20px;
	color: #fff;
	text-align:center;
	border:solid 0px #687c99;
	background: #2396d8;
	border-radius:100%;
	width: 37px;
	height: 37px;
	text-align: center;
    transition:0.4s;
}
.loginbtn:hover, .loginbtn:focus, .loginbtn.focus {
	background:#127ebc;
	color: #fff;
	text-decoration: none;
}
.currencydropdown {
	padding: 4px 20px 4px 5px;
	font-size:12px;
	color:#000;
	font-weight: 400;
	border:solid 0px #687c99;
	-webkit-appearance: none;
	background:url(../img/currencyselectarrow.png) no-repeat right center #fff;
    background-color: none;
	border-radius:4px;
    text-transform: uppercase;
}
.currencydropdown:focus {
	outline: none;
}
.currencydropdown option {
	color:#000;	
}
.submit_btn1 {
	color: #ffffff;
	text-align: center;
    line-height: normal;
    border: solid 1px #2396d8;
    background: #2396d8;
	border-radius: 30px;
	transition:0.4s;
	margin-bottom: 2px;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	text-decoration: none;
	background:#076faa;
	border: solid 1px #076faa;
}
.submit_btn2 {
	color: #2396d8;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #2396d8;
    background: none;
	border-radius:30px;
	transition:0.4s;
	margin-bottom: 2px;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	text-decoration: none;
	background:#2396d8;
	color: #ffffff;
}
.submit_btn3 {
	color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #f4731c;
    background: #f4731c;
	border-radius:30px;
	transition:0.4s;
	margin-bottom: 2px;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	text-decoration: none;
	background:#db5b05;
	border: solid 1px #db5b05;
}
.submit_btn4 {
	color: #f4731c;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #f4731c;
    background: none;
	border-radius:30px;
	transition:0.4s;
	margin-bottom: 2px;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	text-decoration: none;
	background:#f4731c;
	color: #ffffff;
}
.btnsm{
	font-size: 13px;
	font-weight: 500;
	padding: 5px 20px;
}
.btnmd{
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
}
.btnlg{
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
.viewallbtn {
	font-size: 13px;
	color: #000;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    border: solid 1px #bababa;
    background: none;
	border-radius: 3px;
	transition:0.4s;
    padding: 7px 15px;
}
.viewallbtn:hover, .viewallbtn:focus, .viewallbtn.focus {
	text-decoration: none;
	background:#f4731c;
	color: #ffffff;
	border: solid 1px #f4731c;
}
.viewallbtn2 {
	font-size: 13px;
	color: #bababa;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border: solid 1px #bababa;
    background: none;
	border-radius:30px;
	transition:0.4s;
    padding: 9px 20px;
}
.viewallbtn2:hover, .viewallbtn2:focus, .viewallbtn2.focus {
	text-decoration: none;
	background:#f4731c;
	color: #ffffff;
	border: solid 1px #f4731c;
}
.planbtn {
	font-size: 13px;
	color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border: solid 1px #ffffff;
    background: none;
	border-radius:30px;
	transition:0.4s;
    padding: 9px 20px;
    margin-top: 70px;
}
.planbtn:hover, .planbtn:focus, .planbtn.focus {
	text-decoration: none;
	background:#ffffff;
	color: #f4731c;
	border: solid 1px #ffffff;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:13px !important;
	color:#7d868b;
	line-height:18px;
	font-weight:300;	
}
.addreviewbtn {
	padding: 10px 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: solid 1px #bababa;
    background: #ffffff;
    border-radius: 24px;
    transition: 0.4s;
}
.addreviewbtn:hover, .addreviewbtn:focus, .addreviewbtn.focus {
	text-decoration: none;
    color: #fff;
	background:#2396d8;
    border: solid 1px #2396d8;
}
.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: #2396d8;
    width: 40px;
    border: none;
    padding: 0px 0px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
}
.sortbyselectfield {
	padding: 7px 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: 110px;
}
.bookbtn {
	padding: 8px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border: solid 1px #2396d8;
    background: #2396d8;
    border-radius: 30px;
    transition: 0.4s;
	width: 100%;
}
.bookbtn:hover, .bookbtn:focus, .bookbtn.focus {
	text-decoration: none;
    color: #fff;
	background:#076faa;
}
.quickviewbtn {
	padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #f4731c;
    text-align: center;
    font-weight: 500;
    border: solid 1px #f4731c;
    background: #fff;
    border-radius: 30px;
    transition: 0.4s;
	width: 100%;
}
.quickviewbtn:hover, .bookbtn:focus, .bookbtn.focus {
	text-decoration: none;
    color: #fff;
	background:#f4731c;
}
.quickviewbtn i {
	font-size: 20px;
	vertical-align: middle;
}
.logintextfield {
	background: #fff;
    border: solid 1px #e6e6e6;
	padding: 10px 10px;
	font-size:14px;
	color:#000;
	width:100%;
	border-radius:6px;
}
.logintextfield:focus {
	outline: none;
}
.registertextfield {
	background: #15b7f6;
    border: solid 1px #34c2f9;
	padding: 0px 10px;
	font-size:13px;
	color:#fff;
	width:100%;
	border-radius:6px;
	min-height: 42px;
}
.registertextfield::-moz-placeholder {
     color:#fff;
     opacity:1;
}
.registertextfield:-ms-input-placeholder {
    color:#fff;
}
.registertextfield::-webkit-input-placeholder {
    color:#fff;
}
.registertextfield:focus {
	outline: none;
}
.registertextfieldselect {
	display: inline-block;
	width: 100%;
	padding: 10px 25px 0px 10px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #34c2f9;
	-webkit-appearance: none !important;
	background: #15b7f6 url(../img/selectarrow4.png) no-repeat right center !important;
	border-radius: 6px;
	min-height: 42px;
}
.searchfrombg select, input:focus {
    outline: none;
}
.searchfrombg select, input {
    display: block;
    position: relative;
    background-color: #fff;
    flex: auto;
    min-width: 0;
    width: 100%;
    border: 0px;
    color: #000;
    font-size: 18px;
    padding: 0px;
}

.searchfrombg label {
    color: #434343;
    font-size: 13px !important;
    font-weight: 400;
}

.reviewbtn {
	padding: 9px 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border: solid 1px #fff;
    background: transparent;
    border-radius: 3px;
    transition: 0.4s;
	width: 100%;
}
.reviewbtn:hover, .reviewbtn:focus, .reviewbtn.focus {
	text-decoration: none;
    color: #000;
	background:#fff;
    border: solid 1px #fff;
}

.searchfrombg option {
    font-size: 14px;
}

.sharebtn {
    padding: 5px 10px;
    font-size: 14px;
    color: #2396d8;
    text-align: center;
    border: solid 1px #2396d8;
    background: #fff;
    border-radius: 4px
}
.sharebtn.focus,
.sharebtn:focus,
.sharebtn:hover {
    background: #2396d8;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 992px) {
.planbtn {
	margin-top: 10px;
    margin-bottom: 30px;
}	

	
}

@media screen and (max-width : 767px) {

.searchbtn {
	border-radius: 10px;
}	
 
}

@media screen and (max-width : 480px) {

	
 
}



