﻿body {
}

.ui-autocomplete {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.ui-menu .ui-menu-item {
    background: #fff6ef;
    padding: 5px !important;
    border-bottom: 1px solid #cecece !important;
}

    .ui-menu .ui-menu-item a {
        /*background: #9ebf3c !important;*/
        color: #000;
        padding: 5px !important;
        display: block;
        cursor: pointer;
        font-size: 13px !important;
        text-decoration: none;
    }

.ui-state-focus {
    background: #538bc94f !important;
    color: #000 !important;
    padding: 5px !important;
    text-decoration: none;
    border-radius: 0px !important;
}

.packageslider .ui-state-default, .packageslider .ui-widget-content .ui-state-default, .packageslider .ui-widget-header .ui-state-default {
    background: #f4731c !important;
}

.packagethemeicon img {
    height: 40px;
    width: 100%;
}

.ui-datepicker {
    z-index: 999999999 !important;
}

.ui-datepicker-trigger {
    display: none;
}

.control-lock1 {
    pointer-events: none;
    background-color: #DEDDDD !important;
}

.tformpopup {
    background-color: #fff;
    position: absolute;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    width: 290px;
    border-radius: 5px;
    margin-top: 1px;
    right: 0px;
}
.tformpopup1 {
    background-color: #fff;
    position: absolute;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    width: 290px;
    border-radius: 5px;
    margin-top: 1px;
}
#Transfers ul.ui-autocomplete {
    width: 275px !important;
}

#Transfers li.ui-autocomplete-category {
    padding: 9px;
    background: #538bc9;
    font-weight: 600;
    color: #fff;
}

.error {
    box-shadow: 0 0 5px 0 #c00!important;
    border: 2px solid red!important;
}

.themeicon img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    object-position: 50% 50%;
}

.ui-autocomplete.ui-widget-content {
    background: #fff !important;
    width: 200px !important;
}

.red {
    font-size: 14px;
    color: #ED0003;
    font-weight: 500;
}

.ui-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background: #d4b768 !important;*/
}

.attractionslider .ui-state-default, .attractionslider .ui-widget-content .ui-state-default, .attractionslider .ui-widget-header .ui-state-default {
    background: #2396d8 !important;
}

.priceonrequest {
    font-size: 13px;
    color: #2396d8;
    line-height: 18px;
    font-weight: 700;
    vertical-align: middle;
}

.priceonrequest1 {
    font-size: 13px;
    color: #2396d8;
    line-height: 18px;
    font-weight: 700;
    vertical-align: middle;
    min-height: 43px;
}

.refundabletxt {
    color: #29840E;
    font-weight: 500;
    font-size: 13px;
}

.hotelfeaturesbox img {
    height: 20px;
}

.spnerror, .spnerrormulti {
    display: none;
    color: red;
    font-size: 12px !important;
}

.anhclose {
    position: absolute;
    top: 7px;
    right: 2px;
    background: transparent none repeat scroll 0% 0%;
    float: left;
    width: 21px;
    font-size: 20px;
    text-decoration: none;
    display: none;
}

.transferdatebox {
    background-color: #e7e7e7;
    color: #fff;
    padding: 1px 7px 3px 7px;
    position: relative;
    font-size: 13px;
    color: #000;
    border-radius: 3px;
    display: inline-block;
}

    .transferdatebox.arrow-right::after {
        content: " ";
        position: absolute;
        right: -5px;
        top: 6px;
        border-top: 5px solid transparent;
        border-right: none;
        border-left: 5px solid #e7e7e7;
        border-bottom: 5px solid transparent;
    }

.loginarea {
    border-radius: 10px 0px 0px 10px;
    padding: 20px 0px 20px 30px;
    background: #e7f3fd;
}

.textoverlay {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fareruletext {
    background-color: #ececec;
    width: 99%;
    cursor: pointer;
    border: 1px solid #dacbcb;
    padding: 8px;
    font-size: 12px;
}

    .fareruletext b {
        font-weight: 500;
        font-size: 13px;
    }

    .fareruletext:hover {
        background-color: #0b5387;
        color: #fff;
    }

.farerulelongtext {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #dacbcb;
    width: 99%;
}

.myselection_contbox {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d4d5d7;
}

    .myselection_contbox h3 {
        font-size: 20px;
        color: #9bbe3e;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.myselection_infotxt {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .myselection_infotxt a {
        color: #000;
        text-decoration: none;
    }

        .myselection_infotxt a:hover {
            color: #9bbe3e;
            text-decoration: none;
        }

.myselection_infotxt2 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.btnminus {
    width: 100%;
    height: 35px;
    padding: 0px 8px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #2396d8;
    border: none;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}

.btnplus {
    width: 100%;
    height: 35px;
    padding: 0px 8px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #2396d8;
    border: none;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}

.font70 {
    font-weight: 700;
}

.font71 {
    font-weight: 700;
    color: #bc2e31 !important;
}

.fontred {
    color: #c41a1d !important;
    font-weight: 700 !important;
}

.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center !important;
}

.blogsbox {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #c6d9f2;
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
}
.blogsbox h3 {
	font-size: 22px;
	color: #000;
	line-height: 24px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}
.blogsbox h3 a {
	color: #000;
	text-decoration: none;
}
.blogsbox h3 a:hover {
	color: #2396d8;
	text-decoration: none;
}
.blogsboximg {
	height: 250px;
	background: url(../img/noimage.png) no-repeat center center #f7f7f7;
	border-radius: 10px;
}
.blogsboximg img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.blogsdatetext {
	font-size: 13px;
	color: #959595;
	line-height: 18px;
	font-style: italic;
}
.blogpostcontent {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.blogpostcontent a {
	color: #000;
	text-decoration: none;
}
.blogpostcontent a:hover {
	color: #2396d8;
	text-decoration: none;
}
.blogpostcontent ul {
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
}
.blogpostcontent ul li {
	list-style-type: disc;
	margin: 0px 0px;
	padding: 2px 0px;
	line-height: 18px;
	color: #000;
	text-align: left;
}

.blogpostcontent {
            overflow: hidden;
            /*height: 7.5em;*/
            line-height: 1.8em;
        }

.leavecommentcontbox {
	background: #e7f3fd;
	padding: 15px 15px;
	border: solid 1px #D4E4F3;
	border-radius: 10px;
	margin-top: 40px;
}
.leavecommentcontboximg {
	background: url(../img/noimage.png) no-repeat center center #ecf5f4;
	height: 100px;
	width: 100%;
	border-radius: 10px;
}
.leavecommentcontboximg img {
	height: 100px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.leavecommentbox {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 25px 0px rgb(181 181 182 / 50%);
	-moz-box-shadow: 10px 10px 25px 0px rgb(181 181 182 / 50%);
	box-shadow: 10px 10px 25px 0px rgb(181 181 182 / 50%);
	padding: 30px 30px;
	margin-top: 40px;
	border-radius: 20px;
}

.mostviewblogbox {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	border: solid 1px #c6d9f2;
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.mostviewblogbox img {
	background: url(../img/noimage.png) no-repeat center center #ecf5f4;
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 5px;
}
.mostviewblogcont {
	padding: 0px 10px 0px 15px;
	width: 100%;
	height: 80px;
	display: table;
}
.mostviewblogcont h6 {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
}
month-date, .month-date li, .month-date li:first-child {color: #3b3e3b;font-size: 13px;}
    .month-date li {display: inline-block;padding: 3px 1px;}
    .month-date li:first-child {list-style: none;display: inline-block;background-color: #dbe2e3;border-radius: 3px;padding: 3px 4px 5px;}
.hometopdestion {
    padding-top: 30px;}
.tooltiptext ul {
  padding: 0px;
  margin: 0px 0px 0px 10px;
  text-align: left;
}
.tooltiptext ul li {
  padding: 0px;
  margin: 4px 0px;
  line-height: 16px;
}
.textblue13sem {
  font-size: 13px;
  color: #2396d8;
  line-height: 20px;
  font-weight: 600;
}
.textblue15sem {
  font-size: 15px !important;
  color: #2396d8 !important;
  line-height: 20px;
  font-weight: 600 !important;
}
.pickupcol1 {
    width:24%
}.thankyouarea {
  margin: 30px 0;
  text-align: center;
}
    .thankyouheadtext {
  font-weight: 700;
  font-size: 40px;
  color: #538bc9;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.textblack26light {
  font-size: 26px;
  color: #3b3e3b;
  line-height: 26px;
  font-weight: 300;
}
.thankyoubanner {
  margin: 30px 0 20px 0;
}
.textgreen14bold {
  font-weight: 700;
  font-size: 14px;
  color: #60b739;
  line-height: 20px;
}.loginbox1 {
	background: #fff;
    border: solid 1px #e9e9e9;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
}
.loginbox1 h3 {
	font-size: 20px;
	color: #08209a;
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
}
.loginformbg {
	background: #e7f3fd;
	border-right: solid 1px #D4E4F3;
	padding: 20px 20px;
    border-radius: 10px 0px 0px 10px;
}
.guestloginbg {
	padding: 20px 20px;
}
.detail_price_box {
    background: #fff7d8;
    border: solid 1px #ffeaa0;
    border-radius: 10px;
	margin-bottom: 30px;
}
.detail_price_box_area {
    padding: 15px 15px;
}
.faresummaryheading {
    padding: 15px 15px;
    border-bottom: solid 1px #ffeaa0;
}
.faresummaryheading h3 {
	font-size:22px;
	color: #000;
	line-height:22px;
	font-weight: 500;
	margin-top:0px;
	margin-bottom:0px;	
}
.faresummarytotal {
    background: #ffd026;
    padding: 20px 15px;
    border-radius: 0 0 9px 9px;
    color: #08209a;
    font-weight: 600;
    font-size: 15px;
}
.textblue13med {
    font-size: 13px;
    color: #2396d8;
    line-height: 20px;
    font-weight: 500;
}
.divloginerror {
  color: red;
  font-size: 12px !important;
}
.clspoints {
    display:none;
}
.inclexclubox1 {
	background: #dff4ff;
	border-radius: 12px;
	padding: 15px 15px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	font-weight: 400;
}
.services_icon li div a {
  color: #fff !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  background: none;
  color: black;
  background: #fff;
}
.rdbPayment td {
  padding: 0px 15px 5px 0px;
}
.textorg14light {
	font-size: 14px;
	color: #f4741d;
	line-height: 22px;
	font-weight: 300;
}
.titlecase {
    text-transform: capitalize;
}
.infotxtorg {     
    font-size: 13px;
    color:  #e8321f;
    line-height: 20px;
}
.textorg13med {
    font-size: 13px;
    color: #f4741d;
    line-height: 20px;
    /*font-weight: 500;*/
}
.rdbPayment label {
  color: #000;
  font-size: 13px !important;
  font-weight: 600;
}

.Arial12px{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.Arial15pxnormal{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:15px;
	font-weight:normal;
	color:#000;
}
.Arial18px{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:15px;
	
	color:#000;
}
.Arial56px{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:56px;
	font-weight:bold;
	color:#000;
}

.Arial10px{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:10px;
	font-weight:normal;
	color:#000;
}
.Arial15px{
	font-family:Arial,  Gotham, "Helvetica Neue", Helvetica, sans-serif	;
	font-size:15px;
	font-weight:bold;
	color:#000;
}

.pagebg{
	background:url(../images/atol.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding:40px;
	visibility: visible;
}
.tentativebox {
  background-color: #f4731c;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.rating_option {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.rating_option h5 {
    background-color: #2396d8;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.paymentlogobox {
  min-height: 85px;
}
.paymentlogobox label {
  width: 95%;
}
.pgdiv > label img {
  height: 50% !important;
  width: 100% !important;
  margin-right: 5px;
  margin-bottom: 5px;
}