nav {
    display: block;
    text-align: left;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
    text-align: left;
  }
  .nav a {
    display:block;
    background: #f4f4f4;
    color: #538616;
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2px;
    text-shadow: 0 -1px 0 #cdc4c4;
    position: relative;
    border-bottom: 2px solid #797979;
  }
  .nav{
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li {
    float: left;
    /* border-bottom: 4px #aaa solid; */
    margin-right: 1px;
  }
  .navl > li {
    float: none !important;
    border-bottom: 4px #aaa solid;
    margin-right: 1px;
  }
  .nav > li > a {
    margin-bottom:1px;
    /* box-shadow:inset 0 2em .33em -.5em #555; */
  }
  .nav > li:hover , .nav > li:hover >a,.liHover{border-bottom-color: #757575;}
  .nav li:hover > a {color: #797979;}
  .nav > li:first-child  { border-radius: 4px 0 0 4px;}
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  {
    border-radius: 0 0 4px 0;
    margin-right: 0;
  }
  .nav > li:last-child >a{border-radius: 0 4px 0 0;}
  .nav li li a {margin-top:1px;}



    .nav li a:first-child:nth-last-child(2):before {
     content:"";
     position: absolute;
     height:0;
     width: 0;
     border: 5px solid transparent;
     top: 50%;
     right:5px;
   }





   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  orange;
  z-index: 1;
  left: -99999em;
}


.nav > li:hover > ul {
  left: auto;
  padding-top: 5px;
  min-width: 100%;
}
#sitelinks:hover {
  /* left: -131px !important; */
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul {
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before {
  border-top-color: #797979;
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-bottom-color: #797979;
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {
  border-left-color: #aaa;
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-right-color: orange;
  right: 10px;
}

#divMenu, ul, li, li li {
    margin: 03px 0;
    padding: 0px;
    border-radius: 6px;
}

#divMenu {
    /* max-width: 200px; */
    height: 27px;
}

#divMenu ul
{
     /* line-height: 25px; */
     z-index: 30;
}

    #divMenu li {
        list-style: none;
        position: relative;
        /* background: #641b1b; */
        /* border-radius: 6px; */
    }

        #divMenu li li {
            list-style: none;
            position: relative;
            background: #e1e1e1;
            /* left: 200px; */
            top: -27px;
        }

#divMenu a{
   display:block;
   /* background: #538616; */
   color: #0f202d;
   text-decoration: none;
   padding: .2em 0.8em;
   text-transform: uppercase;
   font-size: 80%;
   letter-spacing: 2px;
   /* text-shadow: 0 -1px 0 #1c567a; */
   position: relative;
}
    #divMenu ul li a {
        /* min-width: 148px; */
        /* min-height: 65px; */
        /* display: block; */
        text-decoration: none;
        /* text-align: center; */
        /* color: #fff; */
        border:1px solid #eee;
        /* font-size: 110%; */
        border-right: 1px solid #333;
        border-left: 1px solid #333;
        margin-left: 5px;
        border-radius: 6px;
        line-height: 30px;
    }

    #divMenu ul ul {
        position: absolute;
        visibility: hidden;
        top: 27px;
        z-index: 300;
        min-width: 250px;
        left: 150px;
    }

    #divMenu ul li:hover ul {
        visibility: visible;
    }

    #divMenu li:hover {
        background-color: #e1e1e1;
        color: #f4f4f4;
        /* border-bottom-color: #fde60c; */
        margin-left: 13px;
        border: 0px;
    }

    #divMenu ul li:hover ul li a:hover {
        background-color: #ea9720;
        color: #f4f4f4;
        /* border-bottom-color: orange; */
        /* border-bottom: 1px; */
    }

    #divMenu a:hover {
        /* font-weight: bold; */
    }

.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Lato', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
	color: #191a1e;
}

.booking-form {
	position: relative;
	background: #fff;
	max-width: 94%;
	width: 100%;
	margin: auto;
	padding: 15px 5px 5px;
	border-radius: 4px;
	/* -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4); */
	/* box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4); */
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-form .form-control {
	background-color: #fff;
	/* height: 65px; */
	/* padding: 0px 15px; */
	padding-top: 24px;
	color: #191a1e;
	/* border: 2px solid #dfe5e9; */
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #dfe5e9;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #dfe5e9;
}

.booking-form .form-control::placeholder {
	color: #dfe5e9;
}

.booking-form .form-control:focus {
	background: #f9fafb;
}

.booking-form input[type="date"].form-control:invalid {
	color: #dfe5e9;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0px;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #dfe5e9;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	position: absolute;
	top: 6px;
	left: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	color: #292c25;
}

.booking-form .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: 700;
	color: #191a1e;
}

.booking-form .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #dfe5e9;
	border-radius: 50%;
}

.booking-form .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #4fa3e3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}
.reserveTickets-btn{
	/* color: #fff; */
	/* background-color: #f68c25; */
	/* font-weight: 400; */
	/* height: 65px; */
	/* font-size: 18px; */
	/* border: none; */
	/* width: 100%; */
	/* border-radius: 4px; */
	/* text-transform: uppercase */
}

.addTickets-btn{
	/*color: #fff;
	background-color: #2196F3;
	font-weight: 400;
	height: 65px;
	font-size: 18px;
	border: none;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase*/

}
.booking-form .submit-btn {
	color: #fff;
	background-color: #4fa3e3;
	font-weight: 400;
	height: 65px;
	font-size: 18px;
	border: none;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase
}

.booking-cta {
	margin-top: 45px;
}

.booking-cta h1 {
	font-size: 52px;
	text-transform: uppercase;
	color: #4fa3e3;
	font-weight: 400;
}

.booking-cta p {
	font-size: 22px;
	color: #191a1e;
}
.doubleInput{
	border: 0px;
	/* color:red; */
}
.my-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;
}
.paxInput{
	    padding: 12px !important;
	    max-width: 60px;
	    padding-left: 5px;
	    text-align: right;
	    max-height:3px;
	    border: 0px !important;
	    border-bottom: 3px solid #dedede !important;
	    border-radius: 0px !important;
}

.inlineInput{
	    padding: 12px !important;
	    max-width: 60px;
	    padding-left: 5px;
	    text-align: right;
	    height: auto !important;
	    min-width: 100px;
	    border: 0px !important;
	    /* border-bottom: 3px solid #dedede !important; */
	    border-radius: 0px !important;
	    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
	    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
	    }

.netformer{
	text-align: right;
	margin-right: 110px;
	/* font-weight: 1000; */
	/* border-bottom: double 3px #f1efef; */
	/* border-top: solid 1px #f1efef; */
	color: #545f49;
}

.netformer span{

	margin-right: 30px;

}

.apeFamPax{
	width: 30px;
    border: solid 1px #cccccc;
}

.maxspan_am, maxspan_pm{
	color:coral;
	font-weight:bolder;


}

.receipt-content .logo a:hover {
  text-decoration: none;
  color: #7793C4;
}

.receipt-content .invoice-wrapper {
  /* background: #FFF; */
  /* border: 1px solid #CDD3E2; */
  /* box-shadow: 0px 0px 1px #CCC; */
  padding: 4px 4px 60px;
  /* margin-top: 4px; */
  border-radius: 4px;
}

.receipt-content .invoice-wrapper .payment-details span {
  color: #A9B0BB;
  display: block;
}
.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px;
}

.receipt-content .invoice-wrapper .line-items .print a {
  display: inline-block;
  border: 1px solid #9CB5D6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708DC0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .line-items .print a:hover {
  text-decoration: none;
  border-color: #333;
  color: #333;
}

.receipt-content {
  /* background: #ECEEF4; */
}
@media (min-width: 1200px) {
  .receipt-content .container {width: 880px;}
}

.receipt-content .logo {
  text-align: center;
  margin-top: 50px;
}

.receipt-content .logo a {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 36px;
  letter-spacing: .1px;
  color: #555;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .intro {
  line-height: 25px;
  color: #444;
}

.receipt-content .invoice-wrapper .payment-info {
  /* margin-top: 25px; */
  /* padding-top: 15px; */
}

.receipt-content .invoice-wrapper .payment-info span {
  color: #A9B0BB;
}

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-info .text-right {
  text-align: left;
  margin-top: 20px; }
}
.receipt-content .invoice-wrapper .payment-details {
  border-top: 0.2px solid #EBECEE;
  margin-top: 13px;
  padding-top: 12px;
  /* line-height: 22px; */
}


@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-details .text-right {
  text-align: left;
  margin-top: 20px; }
}
.receipt-content .invoice-wrapper .line-items {
  /* margin-top: 40px; */
}
.receipt-content .invoice-wrapper .line-items .headers {
  color: #A9B0BB;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 4px;
}
.receipt-content .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 8px;
}
.receipt-content .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px;
}
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item {
  font-size: 13px; }
}
.receipt-content .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
 }
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item .amount {
  font-size: 13px; }
}

.receipt-content .invoice-wrapper .line-items .total {
  margin-top: 30px;
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7A7A7A;
  line-height: 20px;
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
  width: 100%;
  margin-bottom: 30px;
  float: none; }
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545;
}

.receipt-content .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
  color: #20A720;
  font-size: 16px;
}

.receipt-content .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-right: 20px;
  min-width: 85px;
  color: #84868A;
  font-size: 15px;
  border-right: solid 1px #cecece;
}

.receipt-content .invoice-wrapper .line-items .print {
  margin-top: 50px;
  text-align: center;
}



.receipt-content .invoice-wrapper .line-items .print a i {
  margin-right: 3px;
  font-size: 14px;
}

.receipt-content .footer {
  margin-top: 40px;
  /* margin-bottom: 110px; */
  text-align: right;
  font-size: 29px;
  margin-right: 80px;
  color: #969CAD;
}

.cancelled{

text-decoration:line-through;
	color:brown
}
.fees1 , .fees2, .fees1_g, .fees2_g{
	min-width:50px;
	max-width:50px;

text-align: right;padding-right: 9px;/* border-right: 1px solid #333; *//* border-bottom: 1px solid #333; */}

td.fees2 {}
.fees2,  .fees2_g{
	color: #3a6f3a;

}

.searchBox{
	width: 97%;
	border: 0px;
	border-bottom: #ede7e7 solid 1px;
	height: 100%;
	font-size: 1.2em;
	background: inherit;
	box-shadow: none !important;
	}

.searchBox:focus, .searchBox:focus-visible{
	width: 97%;
    border: 0px;
    /* border-bottom: #333 solid 1px; */height: 100%;
    font-size: 1.2em;
background: inherit;outline: none;color: #538616;}

.modal-backdrop {
   background-color: rgb(18 21 14);
	opacity:.9 !important;
	background-image: url('https://ugandawildlife.org/wp-content/uploads/2021/12/uwa-logo-final.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
 background-size: 60px;

}

#mifTitle{font-size: 1.8em;
    color: #292c25;}

@media print {
  body * {
    visibility:hidden;
  }
  .printSection, .printSection *:not(.noprintSection) {
    visibility:visible;
  }
  .printSection {
    /* position:absolute; */
    left:0;
    top:0;
  }

  .noprintSection{
    visibility:hidden;
    display: none;
  }
}

.swal-modal {
  border-radius: 30px;
  border: .5px solid #538616;
  border-right: solid #fde60c 10px;
}

.swal-title {
  color:#538616;
}

.swal-button {border-radius: 25PX;background-color: #538616;font-size: 16px;border: 1px solid #538616;text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);color: #fde60c;}


.swal-overlay {background-color: rgb(253 231 13 / 10%);}


#sitelinks {background: #f4f4f4;/* padding: 45px; */}

.siteLinksSelector{
  border: 0px solid black !important;
  background: transparent !important;
  /* margin-top: 14px !important; */
  font-weight: 999;
  color: red !important;
}

.dropdownForSel{
  border: 0px !important;
  background: #f4f4f4 !important;
  /* height: 10px !important; */
}

.iconRschCheck-active{    
	background-color: #0ca919;
    padding: 2px 5px;
    color: white;
    border-radius: 50%;}

.exitDateNote, .entryDateNote{

	font-size:0.3em;
	
}
.allowedOptions{
	font-size: 0.3em;
	/* color:transparent; */
}


.iconCxnCheck{

	color:red;
	
	
	
}