@font-face {
    font-family: 'helveticaneuebold';
    src: url('helvetica_neu_bold-webfont.woff2') format('woff2'), url('helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('helveticaneue_medium-webfont.woff2') format('woff2'), url('helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'helveticaneuemedium';
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

main {
    display: block;
}

.main-wrapper {
    width: 100%;
    margin: 0 auto;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'helveticaneuebold';
    margin: 0;
}

h2 {
    font-size: 34px;
    color: #000000;
}

h3 {
    font-size: 18px;
    color: #232323;
}

.cen-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.latest-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	left: 0;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 50%);
	background: -webkit-gradient(bottom, top, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(33,33,33,1)), color-stop(50%, rgba(33,33,33,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 50%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 50%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 50%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121000000', GradientType=1 );
	-webkit-animation-duration: 10s;animation-duration: 10s;
    -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.perfect-destination{
	margin-bottom: 100px;
}

.perfect-destination h2, .perfect-destination h3{ text-align: center;}

.perfect-destination h2 span{
	color: #06a7dd;
}

.nav-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.slider {
    width: 100%;
    margin: 40px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.statistic-box a:hover {
    color: green;
}

.statistic-box a {
    color: green !important;
}

.statistic-box a:hover {
    color: #1C144F !important;
}

.navbar {
    font-family: 'helveticaneuemedium';
    margin-bottom: 0;
    background: none;
    border: 0;
    font-size: 14px !important;
    opacity: 1;
    padding: 20px 0 0 0;
}

.navbar-right {
    padding: 15px 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #ffffff !important;
    padding: 0 15px;
    height: auto;
}

.navbar-nav li a:hover {
    color: #06a7dd !important;
}

.navbar-nav li.active a {
    color: #06a7dd !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.logochange {
    display: none !important;
}

.logomain {
    display: block !important;
}

.back-nav .logochange, .innerpage-nav .logochange {
    display: block !important;
}

.back-nav .logomain, .innerpage-nav .logomain {
    display: none !important;
}

.back-nav {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.innerpage-nav {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.innerpage-nav .nav-overlay {
    display: none;
}

.navbar-default.innerpage-nav .navbar-toggle .icon-bar {
    background: #000000;
}

.navbar-default .navbar-header {
    padding-bottom: 20px;
}

.back-nav .nav-overlay {
    display: none;
}

.back-nav .navbar-nav > li > a, .innerpage-nav .navbar-nav > li > a {
    color: #000000 !important;
}

.back-nav .navbar-nav li.active a, .innerpage-nav .navbar-nav li.active a {
    color: #06a7dd !important;
}

.back-nav .navbar-nav li a:hover, .innerpage-nav .navbar-nav li a:hover {
    color: #06a7dd !important;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.slider img {
    display: block;
    margin: auto;
}

.vertical-center .slick-track img {
    object-fit: cover;
}

.vertical-center .slick-prev {
    left: calc(49% - 5px);
    top: inherit;
    bottom: -40px;
}

.vertical-center .slick-slide {
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    -moz-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    position: relative;
}

.vertical-center .slick-slide .slide-title {
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    bottom: 15px;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.vertical-center .slick-slide .slide-title a {
    color: #ffffff;
    text-decoration: none;
}

.vertical-center .slick-slide .slide-title a:hover {
    color: #06a7dd;
}

.vertical-center .slick-slide .slide-title .slide-titlediv {
}

.vertical-center .slick-next {
    right: calc(49% - 5px);
    top: inherit;
    bottom: -40px;
}

.vertical-center .slick-prev:before {
    color: #f2f2f2;
    transition: all ease-in-out .3s;
}

.vertical-center .slick-prev:hover:before, .vertical-center .slick-next:hover:before {
    color: #333333;
}

.vertical-center .slick-next:before {
    color: #f2f2f2;
}

.our-expertise-wrapper {
    margin-bottom: 100px;
    color: #000000;
}

.our-expertise-left {
    height: 100%;
    width: 100%;
}

.our-expertise-div {
}

.our-expertise-rightdiv {
    height: calc(100% - 30px);
}

.our-expertise-left ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
    text-align: center;
}

.our-expertise-left ul li {
    width: 45%;
    display: inline-block;
    margin: 0 15px 30px 15px;
}

.our-expertise-left ul li:last-child {
    margin-bottom: 0px !important;
}

.our-expertise-left ul li:nth-last-child() {
    margin-bottom: 0px !important;
}

.our-expertise-left ul li .our-expertise-image {
    height: 350px;
    width: 350px;
    position: relative;
}

.our-expertise-left ul li .our-expertise-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 0 20px;
}

.our-expertise-left ul li .our-expertise-content .icon-expertise{
    margin-bottom: 20px;
}

.our-expertise-left ul li .our-expertise-content .icon-expertise img {
    width: 20px;
    height: 52px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.our-expertise-left ul li .our-expertise-content h3 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
}

.our-expertise-left ul li .our-expertise-image {
    background: #000000;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    -moz-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
}

.our-expertise-left ul li .our-expertise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.our-expertise-right {
    background: #06a7dd;
    padding: 0 10% 0 10%;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    -moz-box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    box-shadow: 0px 0px 14px -1px rgba(102, 102, 102, 0.38);
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    height: 730px;
    position: relative;
}

.inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.our-expertise-div .col-md-4 {
    float: right !important;
}

.our-expertise-div .col-md-8 {
    float: left !important;
}

.our-expertise-right a.btn-expertice {
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}

.our-expertise-right a.btn-expertice:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.our-expertise-right h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.our-expertise-right h2 span {
    color: #000000;
}

.footer-top {
    height: 450px;
    width: 100%;
    background: #000000;
    position: relative;
}

.footer-formdiv {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-formdiv .footer-form {
    padding: 120px 15px 0 15px;
}

.footer-formdiv .footer-form input[type="text"], .footer-formdiv .footer-form input[type="email"] {
    width: 400px;
    padding: 0 10px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    border: none;
    margin-bottom: 20px;
}

.footer-formdiv .footer-form input[type="text"]::placeholder, .footer-formdiv .footer-form input[type="email"]::placeholder{ color: #bfbfbf; }

.footer-formdiv .footer-form input[type="button"], .footer-formdiv .footer-form input[type="submit"] {
    width: 400px;
    text-align: center;
    background: #06a7dd;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}

.footer-formdiv .footer-form input[type="button"]:hover {
    background: #000000;
}

.footer-formdiv .footer-form button {
    width: 400px;
    text-align: center;
    background: #06a7dd;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}

.footer-formdiv .footer-form button:hover {
    background: #000000;
}

.footer-formdiv .footer-form-r {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 42%;
    transform: translateY(-50%);
    text-shadow: 2px 2px #000000;
}

.footer-formdiv .footer-form-r h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
}

.footer-formdiv .footer-form-r h4 span {
    color: #06a7dd;
}

.footer-top img {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    object-fit: cover;
}

.footer-bottom {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #7f7f7f;
}

.footer-bottom a.active {
    color: #06a7dd;
}

.footer-bottom a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
}

.footer-bottom a:hover {
    color: #06a7dd;
    text-decoration: none;
    outline: none;
}

.footer-bottom .footer-left span {
    margin: 0 15px;
}

.footer-bottom .social-icons {
    text-align: right;
}

.footer-bottom .social-icons a {
    display: inline-block;
    background: #7f7f7f;
    height: 20px;
    width: 20px;
    padding-top: 1px;
    margin: 0 4px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.footer-bottom .social-icons a:hover {
    background: #06a7dd;
    text-decoration: none;
}

.footer-left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-left ul li {
    display: inline-block;
}

.package-details{
    padding: 150px 0 0px 0;
}

.package-detailsdiv {
    padding-right: 50px;
}

.package-detailsdiv .image-preview {
    height: 691px;
}

.package-detailsdiv .image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexslider .flex-viewport .slides img {
    height: 591px;
}

.flexslider.carousel .flex-viewport .slides img {
    height: 210px;
}

.package-contentdiv {
    padding-top: 50px;
}

.package-contentdiv h2 {
    margin-bottom: 5px;
}

.package-contentdiv h3 span {
    color: #06a7dd;
}

.package-contentdiv .pricing-chart {
    margin-top: 40px;
}

.package-contentdiv .pricing-charttop {
    line-height: 30px;
}

.package-contentdiv .pricing-charttop-l {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.package-contentdiv .pricing-charttop-l span {
    color: #06a7dd;
    padding-left: 5px;
}

.package-contentdiv .pricing-charttop-r {
    float: right;
    width: 50%;
    color: #7f7f7f;
    font-size: 12px;
}

.package-contentdiv .pricing-charttop-r a {
    padding: 0 5px;
    color: #7f7f7f;
    text-decoration: none;
}

.package-contentdiv .pricing-charttop-r a:hover {
    color: #06a7dd;
    text-decoration: none;
}


.package-category{
	border-bottom:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding: 25px 0;
}

.package-category ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.package-category ul li{
	font-size: 14px;
	color: #000000;
	width: 25%;
	line-height: 22px;
	display: inline-block;
	float: left;
}

.package-category ul li i{
	float: left;
	margin-right: 6px;
	color: #c3c3c3;
	margin-top: 3px;
}

.package-pricing{
	padding: 20px 0;
	border-bottom:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	display: flex;
}

.package-price{
	float: right;
	width: 50%;
	font-size: 12px;
	color: #8b8b8b;
	padding-left: 30px;
}



.package-pricing ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.package-pricing h3{
	margin-bottom: 10px;
}

.package-pricing ul li{
	width: 50%;
	float: left;
	margin: 4px 0;
}

.package-pricing ul li:nth-child(even){
	color: #000000;
	text-align: right;
}

.package-location{
	float: left;
	width: 50%;
	font-size: 12px;
	color: #8b8b8b;
	padding-right: 29px;
	border-right:1px solid #bfbfbf;
}


.tooltip {
  position: relative;
  display: inline-block;
  opacity:1;
  z-index:auto;
  cursor:pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 230px;
	background:#ffffff;
	color: #8b8b8b;
	text-align: left;
	font-style:normal;
	padding: 15px 15px 5px 15px;
	left:-107px;
	top:26px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
	position: absolute;
	font-size:13px;
}

.tooltip .tooltiptext:after, .tooltip .tooltiptext:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip .tooltiptext:after {
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.tooltip .tooltiptext:before {
	border-bottom-color: #000000;
	border-width: 18px;
	margin-left: -18px;
	opacity:0.23;
	
}

.tooltip .tooltiptext h3{
	margin-bottom:5px;
}

ul.tooltip-pricing{
	list-style-type:none;
	padding: 0;
	margin: 0 0 15px 0;
}


ul.tooltip-pricing li{
	width: 60% !important;
	float: left;
	color:#8b8b8b;
	line-height:24px;
}

ul.tooltip-pricing li:nth-child(even){
	color: #000000;
	text-align: right;
	width:40% !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  z-index:999999;
}

.innerpage-footer {
    border-top: 1px solid #bfbfbf;
}

.attendee-name {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.attendees-checkout-chart {
    padding: 30px 0 0 0;
}

.attendees-checkout-chart table tr.checkout-table {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    margin: 12px 0;
}

.attendees-checkout-chart tr th {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
}

.attendees-checkout-chart tr.checkout-table td {
    line-height: 40px;
    border: none;
    padding: 0 10px;
    border-right: 1px solid #bfbfbf;
    color: #bfbfbf;
    font-size: 12px;
    font-weight: normal;
}

.modal.checkout-modal .modal-dialog .modal-content .checkout-header .checkout-header-r, .modal.checkout-modal-short .modal-dialog .modal-content .checkout-header .checkout-header-r {
    float: right;
    width: 50%;
    text-align: right;
}

.modal.checkout-modal .modal-dialog .modal-content .checkout-header .checkout-header-r h3, .modal.checkout-modal .modal-dialog-short .modal-content .checkout-header .checkout-header-r h3 {
    color: #000000;
}

.modal.checkout-modal button.close, .modal.checkout-modal-short button.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mart-30 {
    margin-top: 30px;
}

.login-div {
    background: url(../images/big/img5.jpg) left top no-repeat;
    background-size: cover;
    min-height: 700px;
    height: 100vh;
    width: 100%;
    position: relative;
}

.footer-login {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.login-div .footer-left ul li, .login-div .footer-left ul li a {
    color: #ffffff;
}

.logindiv-wrapper {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/big/img5.jpg) left top no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

.registration-wrapper {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

.logindiv-wrapper-header {
    height: 150px;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
}

.logindiv-wrapper-content {
    padding: 0 40px 30px 40px;
    font-size: 13px;
    line-height: 18px;
    color: #bfbfbf;
    margin-top: -20px;
}

.logindiv-wrapper-content input[type="text"], .logindiv-wrapper-content input[type="email"], .logindiv-wrapper-content input[type="password"], .logindiv-wrapper-content input[type="number"] {
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    line-height: 52px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    color: #000000;
}

.logindiv-wrapper-content input[type="text"]::placeholder, .logindiv-wrapper-content input[type="email"]::placeholder, .logindiv-wrapper-content input[type="password"]::placeholder, .logindiv-wrapper-content input[type="number"]::placeholder {
    color: #bfbfbf;
}

.logindiv-wrapper-content select {
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    line-height: 52px;
    height: 52px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    color: #000000;
}

.logindiv-wrapper-content select.error {
    border: 1px solid #FF0000 !important;
}

.logindiv-wrapper-content .chosen-container {
    background: #ffffff;
    color: #bfbfbf;
    border: none;
    margin-bottom: 20px;
    line-height: 20px;
    height: 52px;
    width: 100%;
    padding: 13px 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

.logindiv-wrapper-content .chosen-container-multi .chosen-choices {
    border: none;
    outline: none;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
}

.logindiv-wrapper-content .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #bfbfbf !important;
}

.logindiv-wrapper-content .input-group.date {
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    line-height: 52px;
    height: 52px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    padding: 0;
}

.logindiv-wrapper-content .input-group.date .input-group-addon {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 6px 8px;
}

.logindiv-wrapper-content .input-group.date input[type="date"] {
    width: 100%;
    padding: 16px 0;
    border: none;
    outline: none;
    line-height: 20px;
    color: #000000;
}

.logindiv-wrapper-content .select2-container {
    background: #ffffff;
    color: #000000;
    border: none;
    margin-bottom: 20px;
    line-height: 52px;
    height: 52px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    padding: 0;
}

.logindiv-wrapper-content .select2-container.error {
    border: 1px solid #FF0000 !important;
}

.logindiv-wrapper-content .select2-container .select2-choice {
    background: none;
    border: none;
    background-image: none;
    height: 52px;
    line-height: 52px;
    width: 100%;
    color: #000000;
    border-radius: 0px;
    box-shadow: none;
}

.logindiv-wrapper-content .select2-container .select2-choice .select2-arrow b {
    background-position: 0 12px !important;
}

.logindiv-wrapper-content .select2-container .select2-choice .select2-arrow, .customer-panel-r .select2-container .select2-choice .select2-arrow {
    background-image: none;
    background: none;
    border-left: none !important;
}

.logindiv-wrapper-content a {
    color: #bfbfbf;
    text-decoration: none;
    outline: none;
}

.logindiv-wrapper-content a.login-link, .logindiv-wrapper-content button.login-link {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    color: #1C144F;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    margin-bottom: 20px;
    display: block;
    text-align: center;
    border: none;
    outline: none;
}

.logindiv-wrapper-content a.login-link:hover, .logindiv-wrapper-content button.login-link:hover {
    background: #1C144F;
    color: #ffffff;
}

.logindiv-wrapper-content input[type="text"]:focus, .logindiv-wrapper-content input[type="email"]:focus, .logindiv-wrapper-content input[type="password"]:focus, .logindiv-wrapper-content input[type="number"]:focus, .logindiv-wrapper-content select:focus, .logindiv-wrapper-content .input-group.date input[type="date"]:focus, .logindiv-wrapper-content .select2-container a.select2-choice:focus {
    outline: none !important;
}

.logindiv-wrapper-content input[type="email"].error, .logindiv-wrapper-content input[type="text"].error, .logindiv-wrapper-content input[type="password"].error, .logindiv-wrapper-content input[type="number"].error .logindiv-wrapper-content select.error, .logindiv-wrapper-content .input-group.date input[type="date"].error, .logindiv-wrapper-content .select2-container a.select2-choice.error {
    border: 1px solid #FF0000 !important;
}

.logindiv-wrapper-content a:hover {
    color: #000000;
    text-decoration: none;
}

.footer-login .footer-bottom {
    background: none;
}

.my-profilediv input[type="text"], .my-profilediv input[type="password"], .my-profilediv input[type="email"], .my-profilediv select {
    margin-bottom: 15px;
}

.my-profilediv input[type="text"]::placeholder, .my-profilediv input[type="password"]::placeholder, .my-profilediv input[type="email"]::placeholder {
    color: #bfbfbf;
}

.address-padding {
    padding-top: 30px;
}

.postal-padding {
    padding-bottom: 30px;
}

.update-padding {
    padding-top: 30px;
}

.delete-modal .modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.delete-modal .deletemodal-header {
    background: #06a7dd;
}

.delete-modal .deletemodal-content {
    font-size: 13px;
    color: #000000;
}

.delete-modal .deletemodal-content .button-confirm {
    text-align: center;
    padding: 20px 0 10px 0;
}

.delete-modal .deletemodal-content .button-confirm button.confirm-btn {
    width: 100px;
    height: 40px;
    background: #06a7dd;
    display: block;
    color: #ffffff;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    border: none;
    outline: none;
}

.delete-modal .deletemodal-content .button-confirm button.confirm-btn:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.delete-modal .deletemodal-header button.close {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.delete-modal .deletemodal-header h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}

.delete-modal .modal-dialog {
    height: 100%;
    margin: 0 auto;
}

.delete-modal .modal-dialog .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whole-main-pagediv p, .whole-main-pagediv ul {
    color: #7f7f7f;
}

.main-pagediv h2 span {
    color: #06a7dd;
}

.main-pagediv {
    margin-bottom: 50px;
}

.main-pagediv h2 {
    margin-bottom: 6px;
}

.main-pagediv h2 span {
    color: #06a7dd;
}

.main-pagediv h4 {
    color: #7f7f7f;
}

.main-panel-div h3 {
    margin-bottom: 15px;
}

.main-panel-div p {
    margin-bottom: 30px;
}

.about-box{
	height:444px;
	width:80%;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	display:flex;
}

.about-box-l{
	flex:1;
	width:50%;
	position:relative;
	height:100%;
}

.about-box-ldiv{
	width:80%;
	top:50%;
	transform:translateY(-50%);
	font-size:14px;
	color:#7f7f7f;
	position:absolute;
	left:10%;
}

.about-box-r{
	flex:1;
	width:50%;
}
.about-box-r img{
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}

@media only screen and (max-width : 1600px) {
	.modal.checkout-modal .modal-dialog, .modal.checkout-modal-short .modal-dialog{
		width: 60%;
	}
}

@media only screen and (max-width: 1200px) {
    .our-expertise-left ul li {
        width: 45%;
    }

    .our-expertise-left ul li .our-expertise-image {
        height: 300px;
        width: 300px;
    }

    .modal.checkout-modal .modal-dialog {
        width: 80%;
    }

    .modal.checkout-modal-short.checkout-short1 .modal-dialog {
        width: 40%;
    }

    .side-nav ul li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .vertical-center .slick-prev {
        left: 47%;
    }

    .vertical-center .slick-next {
        right: 47%;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-caption {
        font-size: 36px;
        line-height: 45px;
    }

    .our-expertise-right {
        height: 550px;
    }

    .package-detailsdiv {
        padding-right: 0px;
    }

    .our-expertise-div {
        display: block;
    }

    .our-expertise-left ul li .our-expertise-image {
        height: 340px;
        width: 340px;
    }

    .carousel-contentdiv {
        height: auto;
    }

    .our-expertise-div .col-md-4 {
        float: none !important;
    }

    .carousel-txt {
        border-right: none;
    }

    .carousel-txtdiv {
        transform: none;
        position: inherit;
        top: inherit;
        padding: 10px;
        border-bottom: 1px solid #ffffff;
        word-break: normal;
    }

    .carousel-txt:last-child .carousel-txtdiv {
        border-bottom: none;
    }

    .footer-formdiv .footer-form input[type="text"], .footer-formdiv .footer-form input[type="email"], .footer-formdiv .footer-form input[type="button"] {
        width: 300px;
    }

    .footer-formdiv .col-md-6 {
        width: 50%;
        float: left;
    }

    .footer-formdiv .footer-form-r {
        margin-top: 68%;
    }

    .footer-bottom .footer-left {
        width: 75%;
        float: left;
    }

    .footer-bottom .social-icons {
        width: 25%;
        float: left;
    }

    .checkout-hotelroom-l {
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .checkout-content select {
        width: 100%;
    }

    .modal.checkout-modal-short.checkout-short1 .modal-dialog {
        width: 60%;
    }

    .login-div{ height:100%; padding:100px 0;

	}
	
	.registration-wrapper{
		position:inherit;
		top:inherit;
		left:inherit;
		margin:0 auto;
		transform:none;
	}

	.update-padding .col-md-6{
		width:50%;
		float:left;
	}
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        font-size: 24px;
        line-height: 36px;
    }

    .vacation-category ul li {
        width: 50%;
    }

    .vertical-center .slick-prev {
        left: 46%;
    }

    .vertical-center .slick-next {
        right: 46%;
    }

    .our-expertise-left ul li {
        width: 44%;
    }

    .our-expertise-left ul li .our-expertise-image {
        height: 320PX;
        width: 320px;
    }

    .footer-formdiv .footer-form input[type="text"], .footer-formdiv .footer-form input[type="email"], .footer-formdiv .footer-form input[type="button"] {
        width: 250px;
    }

    .footer-bottom .footer-left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer-bottom .social-icons {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    .navbar-default .navbar-collapse .navbar-right {
        padding: 5px 0;
        background: #ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-collapse .navbar-nav > li > a {
        color: #000000 !important;
    }

    .package-detailsdiv .image-preview {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .our-expertise-left ul li {
        width: 44%;
    }

    .footer-left ul li {
        display: block;
    }

    .footer-left ul li span:first-child {
        display: none;
    }

    .footer-formdiv .col-md-6.footer-form-text {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
    }

    .footer-formdiv .footer-form {
        padding-top: 150px;
    }

    .our-expertise-left ul li .our-expertise-image {
        height: 270PX;
        width: 270px;
    }

    .vertical-center .slick-prev {
        left: 42%;
    }

    .vertical-center .slick-next {
        right: 42%;
    }

    .carousel-caption {
        font-size: 20px;
        line-height: 22px;
    }

    .footer-formdiv .col-md-6 {
        width: 100%;
        float: none;
    }

    .footer-formdiv .footer-form input[type="text"], .footer-formdiv .footer-form input[type="email"], .footer-formdiv .footer-form input[type="button"], .footer-formdiv .footer-form button {
        width: 100%;
    }

    .footer-top {
        height: 430px;
    }

    .footer-formdiv .footer-form-r {
        margin-top: 0px;
        transform: none;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 480px) {
    .logindiv-wrapper {
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.tooltip .tooltiptext{
		left:-12px;
	}
	.tooltip .tooltiptext:after, .tooltip .tooltiptext:before{
		left:10%;
	}
}