/*
Colors:
    Light Blue – #393668
    Red – #d62316
    Maroon – #721919
    Dark Grey – #3c3c3b
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
    color: #393668;
}

img {
    width: 100%;
    height: auto;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

p, li, a {
	font-size: 17px;
	color: #393668;
	font-weight: 500;
}

button {
    border: none;
}

.btn-primary {
    color: #FFF;
    background-color: #d62316!important;
    border-radius: 60px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary.wht {
	color: #d62316;
    background-color: #FFF;
    border-radius: 60px;
    padding: 3px 30px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primary.wht:hover {
	background-color: #FFF!important;
}

.btn-primary:hover {
    background-color: #d62316;
}

.btn-primary:active:focus {
	background-color: #286090;
}

.next-page {
    float: right;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pl40 {
    padding-left: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mobi-only, .tablet-only {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.header-upper {
    background-color: rgba(255,255,255,0.7);
    z-index: 999;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* .header-social {
    padding-top: 15px;
} */

.header-social i {
    font-size: 28px;
    padding: 10px;
    color: #393668;
}

.header-links {
    padding-top: 20px;
}

.header-links a {
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 18px;
    color: #393668;
    font-weight: 600;
}

/* header .col-md-3, header .col-md-6 {
    padding: 0;
}

header {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
} */

.mobi-header {
    display: none;
}

/* header .logo img {
    width: 30%;
}
 */
/*.navbar-header {*/
/*    display: none;*/
/*}*/

/*---------- New Header ---------*/
.logo {
/*     width: 20%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    text-align: left; */
	margin-top: 10px;
}

.mobi-logo {
	display: none;
}

.logo img {
    width: 80%;
}

.header-social {
    padding-top: 20px;
}

.navbar-nav {
/*     width: 80%; */
/*     float: right;
    margin-right: auto;
    margin-left: auto; */
    padding-top: 50px;
	text-align: center;
	position: relative;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar {
    min-height: 80px;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: center;
	padding: 0 20px;
}
.navbar-nav>li.dropdown {
    padding: 0 20px 20px 20px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 19px;
    color: #393668;
	padding: 10px 0px;
	font-weight: 600;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #393668;
}

.navbar-collapse.collapse {
	padding: 0;
}

header .col-md-2, header .col-md-12 {
    padding: 0;
}

header .col-md-8 {
    padding-right: 0;
}

header {
    text-align: center;
/*     position: absolute;
    top: 0; */
    width: 100%;
    z-index: 999;
    display: block;
}
/* ------------------------------ */

/* Scroll down arrow for home page header */
.arrow-container {
    position: absolute;
    bottom: 0;
    left: 49%;
    right: auto;
    top: 100%;
    height: 20%;
}

.circle {
	padding: 5px;
	background-color: transparent;
	height: 50px;
	width: 20px;
	display: block;
/* 	border: 1px solid #721919; */
	border: 0;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	top: auto;
	z-index: 99999999;
	animation-name:circle;
	animation-duration:3s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-play-state:running;
	-webkit-animation-name:circle;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-webkit-animation-play-state:running;
}

.circle i {
	height: 43px;
    padding: 3px 17px;
    font-size: 40px;
    background-color: #d62316;
    color: #fff;
    border-radius: 100%;
    bottom:0;
	top: auto;
    position: fixed;
    left: 50%;
    /* margin-top: 80px; */
    margin-left: -12px;
    animation-name: arrow;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

@keyframes arrow
	{
	0%   {bottom:5px;}
	75% {bottom:20px;}
	100% {bottom:5px;}
}

@-webkit-keyframes arrow {
	0%   {bottom:5px;}
	75% {bottom:100px;}
	100% {bottom:5px;}
}

@-webkit-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.2); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.2);}
}

@-moz-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.2); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.2);}
}

/* ----------------------------------------------- */

.navbar-default {
    background-color: transparent;
    text-align: center;
    border: none;
}

.navbar-nav {
    float: none;
    margin: 0;
    padding-top: 20px;
}

/* .navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
} */

/* .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff;
} */

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.image-wrapper {
	position: relative;
	text-align: center;
}

.img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
/* 	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%; */
}

.tours-page .img-overlay {
    padding-top: 50%!important;
}

.img-overlay p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    padding: 20px;
	background-color: rgba(0,0,0,0.7);
}

.tours-page {
	text-align: center;
	padding-bottom: 5%;
	padding-top: 5%;
}

.tours-intro {
	padding-bottom: 5%;
	margin-top: 0;
}

.tours-page h2 {
	text-transform: uppercase;
    font-size: 40px;
    line-height: 20px;
	color:#393668;
	margin-top: 60px;
}

.tours-page-heading {
	margin-top: 40px;
    margin-bottom: 40px;
}

.tours-page-heading p {
	margin-bottom: 0;
}

/*================================= Owl Carousel ==============================*/
.owl-nav {
    display: block;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    font-size: 30px;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    font-size: 30px;
}

/*============================ Workbook landingpage ===========================*/
.workbook-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.workbook-intro-img {
    margin-top: 20%;
}

.description-content {
    padding-bottom: 60px;
}

.words-page, .landingpages-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.words-page img {
    width: 80%;
    text-align: center;
}

.landingpages-section h2, .words-page h2, .workbook-page h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.landingpages-section .landingpage-block {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    text-align: center;
    padding-top: 25%;
}

.landingpages-section .landingpage-block h2 {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding-top: 25%;
}

.landingpages-section .landingpage-block h2 {
    color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-top: 0;
}

.lesson-content p {
    font-size: 20px;
    margin-top: 20px;
}

.play_lesson_audio i {
    font-size: 25px;
    color: #ed1c24;
    margin-top: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.accept-except {
    padding-bottom: 60px;
}

.blue-button {
    background-color: #393668;
    padding: 10px 20px;
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.blue-button p, .blue-button a, .red-button p, .red-button a {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0!important;
}

.blue-button i, .red-button i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

.red-button {
    background-color: #d62316;
    padding: 10px 20px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.except-inner .colored-bg-txt {
    background-color: #d62316;
    color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius:7px;
    padding: 20px 30px 20px 20px;
    float: left;
    display: inline-flex;
    min-width: 100px;
    max-width: 100px;
    width: auto;
}

.accept, .except {
    padding-left: 20px;
    padding-right: 20px;
}

.accept-inner, .except-inner {
    margin-top: 10px;
}

.accept-inner .colored-bg-txt {
    background-color: #393668;
    color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 20px 10px 20px 10px;
    float: left;
    display: inline-flex;
    min-width: 90px;
    max-width: 90px;
    width: auto;
}

.accept-inner p.accept-txt, .except-inner p.except-txt {
    background: #ececec;
    line-height: 25px;
    padding: 10px;
    vertical-align: middle;
    display: inline-flex;
    float: left;
    min-width: 278px;
    max-width: 278px;
    width: auto;
    min-height: 64px;
    max-height: 64px;
    height: auto;
    color: #393668;
    font-size: 14px;
    font-weight: 600;
}

.accept-except .col-md-12 p {
    color:#393668;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.accept-except-modal .modal-body {
    padding: 30px 0px 20px 0px;
}

.accept-except-modal .modal-body .close {
    float: none;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #393668;
    opacity: 1;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.accept-except-modal .modal-body img {
    margin-bottom: 20px;
}

.workbook-modal .modal-body {
    padding: 10px 10px 20px 10px;
}

.landingpages-section .img-overlay p {
    padding-top: 3%!important;
}

/*================================== Home page ================================*/

.home-header .col-md-12, .landingpage-header .col-md-12 {
    padding: 0;
}

.home-header {
    text-align: center;
    position: relative;
	z-index: 100;
}

.landingpage-header {
    text-align: center;
    position: relative;
    z-index: 100;
    background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_1600/v1569408822/xplore_english/frontend%20images/home/header1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    height: auto;
    padding-top: 20%!important;
}

.ms-caption {
    width: 100%;
    height: 100%;
}

.ms-slide .ms-layer, .ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
    position: relative!important;
}

.ms-caption button {
	margin-top: 20px;
}

.ms-caption.slide1 {
	text-align: center!important;
	padding-top: 25%!important;
}

.ms-caption.slide1 h1, .landingpage-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 50px;
	text-align: center!important;
}

.ms-caption.slide2 {
	text-align: left;
	padding-top: 30%!important;
	padding-left: 10%!important;
}

.ms-caption.slide2 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 90px;
}

.ms-caption.slide3 {
	text-align: left;
	padding-top: 30%!important;
	padding-left: 60%!important;
}

.ms-caption.slide3 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 90px;
}

.ms-caption.slide4 {
	text-align: left;
	padding-top: 20%!important;
	padding-left: 10%!important;
}

.ms-caption.slide4 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 90px;
}

.ms-caption.slide5 {
	text-align: left;
	padding-top: 3%!important;
	padding-left: 50%!important;
}

.ms-caption.slide5 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 90px;
}

.ms-caption p {
    color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.ms-caption h2, .landingpage-header h2 {
    color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-top: 0;
}

.ms-caption img {
    width: 15%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
}

.ms-caption .btn-primary {
    margin-top: 20px;
}

.other-tours-slide {
    /*min-height: 70vh;*/
}

.ms-thumbs-cont {
    left: 10px;
}

.ms-thumb {
    margin: 10px 10px 0 0;
}

/*================================= Date picker ===============================*/

.picker__select--month, .picker__select--year {
    height: 2.5em;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

.picker__select--year {
    width: 26%;
}

.picker__select--month {
    width: 50%;
}

/*===================================== Tabs ==================================*/
.tabs .col-md-12 {
	padding-right: 0;
}

.tabs .nav-tabs {
    border-bottom:none!important;
    text-align: right;
    margin-top: -50px;
    margin-bottom: 0;
}

.tabs .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
}

.tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    background-color: #393668!important;
    color: #fff;
    border: none;
}

.tabs .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 50px 0px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}

.tabs .nav-tabs>li>a img {
    width: 30px;
}

.tab-pane {
    padding: 40px 40px 0 40px;
    border: none;
    text-align: center;
}

.tabs {
    background-color: #393668!important;
    min-height: 330px;
    height: auto;
}

.tabs p ,.tabs a{
    color: #fff;
}

.tab-pane p>strong {
    /*color: #fff;*/
    text-transform: uppercase;
    font-size: 20px;
}

#enquiry-form {
    padding: 20px;
    text-align: left;
}

#enquiry-form button {
    margin-top: 30px;
}

#enquiry-form textarea {
    height: 100px;
	border: 0;
}

.info-tabs.tours {
    position: relative;
}

.info-tabs.tours .nav-tabs {
    border-bottom:none!important;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
    /*width: 50px;*/
}

.info-tabs.tours .nav-tabs>li {
    min-width: 220px;
    width: auto;
}

.info-tabs.tours .nav-tabs>li.active>a, .info-tabs.tours .nav-tabs>li.active>a:focus, .info-tabs.tours .nav-tabs>li.active>a:hover, .info-tabs.tours .nav-tabs>li>a:hover {
    background-color: transparent!important;
}

.info-tabs.tours .nav-tabs>li>a {
    font-size: 20px;
    text-transform: uppercase;
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0;
    margin-right: 0;
    border-top: 2px solid transparent;
}

.info-tabs.tours .nav-tabs>li>a.a {
    border-top: 2px solid #d62316;
    border-radius: 0px;
}

.info-tabs.tours .nav-tabs>li>a[tabindex="1"] {
    margin-left: 50px;
    padding-right: 100px; 
}

.info-tabs.tours {
    background-color: transparent!important;
    padding-bottom: 40px;
}

.info-tabs.tours .nav-tabs>li>a>i {
    color: #333;
    font-size: 25px;
    vertical-align: middle;
    top: -15px;
    position: relative;
}

.info-tabs.tours .nav-tabs>li>a.a>i {
    color: #d62316!important;
}

.info-tabs.tours .tab-content>.active {
    display: block;
    /*min-height: 500px;*/
    /*max-height: 500px;*/
    /*overflow-Y: scroll;*/
}

.info-tabs.tours .tab-heading p {
    text-align: center!important;
}

.info-tabs.tours .tab-content .video-section img {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.info-tabs.tours .tab-content #5th img {
    width: 100%!important; 
    margin-top: 0px!important;
}

.info-tabs.tours .tab-content .col-md-4 {
    padding-bottom: 30px!important; 
}

.info-tabs.tours .tab-content p>strong {
    text-transform: uppercase;
    font-size: 20px;
}

.info-tabs.tours .tab-content p, .info-tabs.tours .tab-content li {
    text-align: left;
}

.info-tabs.tours .tab-content ul {
    padding-left: 20px;
}

.info-tabs.tours .video-section i {
    left: 45%;
}

/*=============================================================================*/

.footer-enquiry {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_400/v1569407771/xplore_english/frontend%20images/animal-experience/mobile-footer-banner.jpg')!important;
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
    /*height: 500px;*/
    padding-top:5%;
    padding-bottom: 5%;
}

.footer-enquiry h3 {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 700;
    color: #fff;
	padding-top: 0;
    margin-top: 0;
}

.footer-enquiry button {
    margin-top: 30px;
    width: 100%;
}

/*================================ Travel page ================================*/

.travel-intro {
    text-align: center;
    padding-top: 40px;
}

.panel {
    box-shadow: none;
}

.panels-header {
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.panels-header:after {
    content: "";
    border-bottom: 2px solid #393668;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 350px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.panel-group {
    margin-bottom: 5px;
}

._2vCofxLtVh1zAf0MfpMRLJ {
    top: 4.5rem!important;
}

.flight-widget {
    text-align: left;
    padding-bottom: 40px;
    font-size: 16px;
}

.rdr-Days span{
    color: #000!important;
}

.flight-widget span, .bpk-radio {
    font-weight: 600;
    vertical-align: top;
    font-size: 16px!important;
}

.flight-widget.travel span {
    color: #393668;
}

.flight-widget input {
    width: 100%;
    border: 1px solid #393668;
    border-radius: 20px!important;
    box-shadow: none;
    padding: 20px!important;
    font-size: 16px!important;
}

.bpk-button {
    width: auto!important;
    color: #FFF;
    background-color: #721919!important;
    border-radius: 60px!important;
    /*padding: 20px!important;*/
    width: 250px;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    
}

.flight-widget svg {
    margin-top: 15px;
}

._3X6DkTXBbM_wHPdMHR0KaU a:hover {
    background-color: #721919!important;
}

._9ms_yFBfVCI550AVb_1UC, input._2M51Fh5xcvwmaeuGBgSk1x, input.dXDjXIHWpFXVULtU69-q6 {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #393668;
    appearance: none;
    border: 1px solid #393668!important;
    border-radius: 20px!important;
}

.flight-widget input._2M51Fh5xcvwmaeuGBgSk1x, input.dXDjXIHWpFXVULtU69-q6 {
    box-sizing: border-box;
    margin-bottom: .25rem;
    height: 2rem!important;
    width: 100%!important;
    border: 1px solid #393668;
    border-radius: 20px;
}

._212jACm3Qvbr7mg9TLrgzC label {
    padding-left: 3rem!important;
    font-weight: 600!important;
    vertical-align: middle!important;
}

._212jACm3Qvbr7mg9TLrgzC input {
    position: absolute;
    top: .1875rem;
    left: 0;
    width: 2rem!important;
    height: 2rem!important;
    margin: 0 20px 0 0;
    padding: 10px;
    border: 0;
    vertical-align: text-bottom;
    appearance: none;
}

.flight-widget .col-md-12 {
    text-align: center;
    margin-top: 40px;
}

.faqs {
    position: relative;
    padding-bottom: 60px;
}

.faqs .panel-default>.panel-heading {
    color: #393668;
    background-color: #e6f1f3;
    border-color: transparent!important;
    border: none;
    border-radius: 40px;
}

.faqs .panel-default>.panel-heading i {
    font-size: 20px;
    padding-right: 20px;
}

.faqs .panel-default {
    border-color: transparent;
    border: none;
}

.blu-background {
    background-color: #393668;
    padding: 30px 30px 30px 20px;
    min-width: 300px;
    max-width: 400px;
    width: auto;
    border-radius: 40px 0 0 40px;
    position: absolute;
    top: 60px;
    right: 0;
    left: auto;
}

.blu-background h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 0;
}

.blu-background img {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.blu-background input {
    background-color: #fff;
    margin-bottom: 20px;
}

.blu-background textarea {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    box-shadow: none;
    padding: 10px;
}

.blu-background button {
    text-align: center;
}

.currency {
	padding-top: 20px;
	padding-bottom: 20px;
}

.currency-converter {
    background-color: #393668;
	padding: 10px;
	width: 400px;
	min-height: 360px;
	margin-bottom: 20px;
}

.currency-converter h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.currency-converter label {
	text-transform: uppercase;
	font-weight: 600;
	width: 20%;
	display: inline-block;
}

.currency-converter input, .currency-converter select {
	width: 70%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #393668;
	display: inline-block;
}

.currency-converter .btn-primary{
    min-width: 150px;
    width: auto;
    float: right;
    margin-right: 20px;
}

.currency-converter #xxrates {
    color:#fff;
    font-weight: 700;
    font-size: 18px;
}


/*============================ Button special styles ==========================*/

button:focus {
    outline: none;
}

.home-header button.slide_right {
    padding: 15px;
}

.home-header .slide_right .arrow i {
    background-color: #721919;
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    /* width: 50px; */
    height: 35px;
    padding: 5px 13px;
    position: absolute;
    top: 2px;
    left: 4px;
    right: auto;
    vertical-align: middle;
    z-index: 99999;
}

.home-header .slide_right:hover .arrow i {
    transform: translateX(226px);
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button.slide_right {
  color: #FFF;
  background-color: #d62316;
  border-radius: 60px;
  padding: 13px;
  min-width: 250px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}

button.slide_right.invert {
    background-color: #721919!important;
}

button.slide_right.invert .arrow i {
    background-color: #d62316!important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes slide {
    -webkit-animation-timing-function: ease;
    /*-webkit-animation-duration: 3s;*/
    from {left:5px; right:auto;}
    to {left: auto; right:5px;} 
}

/* Standard syntax */
@keyframes slide {
    animation-timing-function: ease;
    /*animation-duration: 3s;*/
    from {left:5px; right:auto;}
    to {left: auto; right:5px;}
    transition:all 3s;
}

.slide_right .arrow i {
    background-color: #721919;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    /* width: 50px; */
    height: 48px;
    padding: 5px 16px;
    position: absolute;
    top: 3px;
    left: 4px;
    right: auto;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slide_right:hover .arrow i {
    transform: translateX(192px);
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slide_right span, .slide_right a {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    vertical-align: middle!important;
}

/*=============================== Home page ===================================*/
.organisations {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}

.organisations h3 {
    margin-bottom: 3%;
    margin-top: 0;
}

.skal {
    width: 11%;
    display:inline-block;
    margin-right: 20px;
}

.skal img {
    width: 60%;
}

.safarisource {
    width: 12%;
    display:inline-block;
    margin-right: 30px;
}

.satsa {
    width: 11%;
    display:inline-block;
}

.esl {
	width: 13%;
	display:inline-block;
}

.home-packages {
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-packages.landingpage h3 {
	margin-top: 0;
}

.home-packages .col-md-4 {
    padding-left: 0px;
}

/* .img-column {
    text-align: right;
    /*margin-top: 60px;*/
/* } */

.home-tour-packages .col-md-6 {
	text-align: center;
	padding-bottom: 20px;
}

.home-packages img {
    width: 100%;
}

.home-packages h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.home-tour-packages h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.home-packages button {
    margin-top: 20px;
}

.home-tour-packages {
    padding-bottom: 0px;
	padding-top: 0px;
/* 	background-color: #f5f5f57a; */
	margin-bottom: 40px;
}

.video-section {
    position: relative;
    text-align: center;
}

.incl-overlay {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 200px;
    background-color: #393668;
    color: #fff!Important;
    padding: 10px 0 10px 25px;
    font-size: 30px;
    border-radius: 0px 40px 40px 0;
}

.title-overlay {
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff!Important;
    font-weight: 600;
}

.video-section i {
    position: absolute!Important;
    top: 34%!Important;
    left: 45%!Important;
    font-size: 55px!Important;
    padding: 0px 25px!Important;
    height: 70px!Important;
    width: 70px!Important;
    border: 2px solid #fff!Important;
    border-radius: 100%!Important;
    color: #fff!Important;
}

.details-section {
    text-align: center;
    background-color: #ececec;
    min-height: 640px;
    height: auto;
    padding-top: 10%;
}

.details-section.about {
    text-align: center;
    background-color: #ececec;
    min-height: 200px;
    height: auto;
    padding-top: 10%;
    padding-bottom: 5%;
}

.details-section p {
    line-height: 30px;
}

.grey-txt {
    color: grey;
}

.details-section .price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 20px;
    border-bottom: 5px solid #393668;
    display: inline-block;
    padding-bottom: 10px;
}

.details-section p>strong {
    font-size: 50px;
}

.details-section span {
    vertical-align: super;
}

.details-section .slide_right {
    margin-top: 20px;
}

.why-choose {
    background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_1600/v1569408821/xplore_english/frontend%20images/home/footer-banner.jpg');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.why-choose h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
}

.why-choose p {
    color: #fff;
}

.why-choose .col-md-3 {
	padding-right: 0;
}

.review1, .review2 {
    background-color: #fff;
    padding: 20px 30px 40px 30px;
    text-align: center;
    color: #393668;
    margin-top: 240px;
    border-radius: 0 0 50% 45%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    min-height: 350px;
    height: auto;
}

.review1 img, .review2 img {
    width: 80%;
}

.review1 p, .review2 p, .review1 h4, .review2 h4 {
    color: #393668;
    margin-top: 0;
    margin-bottom: 0;
} 

.home-journal {
	padding-bottom: 40px;
    text-align: center;
    background-color: #ececec;
    padding-top: 40px;
}

.home-journal h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 30px;
}

.home-journal button {
    margin-top: 40px;
    border: none;
}

.img-wrapper {
	max-height: 200px;
	height: auto;
}

.blog-title {
    /* position: absolute; */
    top: 10px;
    /* bottom: 60px; */
    left: 0px;
/*     min-width: 230px;
    max-width: 260px; */
    width: auto;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 10px 10px 13px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.blog-date {
    color: #393668;
/*     position: absolute;
    bottom: 20px;
    left: 20px; */
    text-transform: uppercase;
    text-align: left;
}

.home-video-footer {
    background-color: #393668;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
/*     margin-bottom: 80px; */
}

/* .home-video-footer.about {
    margin-bottom: 80px;
} */

.home-video-footer p>strong {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 20px;
    margin-bottom: 40px;
}

.home-video-footer p, .home-video-footer a {
    color: #fff;
}

.home-video-footer .video-section {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: -100px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
}

/*============================== Other page ===================================*/

.other-headers {
    background-size: cover;
    background-position: center;
    /*height: 500px;*/
    padding-top: 10%;
    padding-bottom: 5%;
    position: relative;
}

.other-headers .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
	padding-top: 0!important;
}

.other-headers h1 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.other-headers p {
    color: #fff;
	text-align: center;
}

.header-price {
    position: absolute;
    right: 0;
    bottom: 20px;
    background-color: #d62316;
    padding: 10px 0 10px 40px;
    border-radius: 60px 0px 0px 60px;
    width: 600px;
}

.header-price p>strong {
    font-size: 60px;
}

.header-price p {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.header-price span {
    vertical-align: super;
    margin-bottom: 20px;
}

.header-price p>span.sml-txt {
    font-size: 15px!important;
    vertical-align: bottom;
}


/*============================== About page ===================================*/

.about-intro {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.based {
    padding-bottom: 40px;
    padding-top: 30px;
}

.based img {
    margin-bottom: 20px;
}

/*============================== Services page ================================*/

#services-enquiry-form textarea {
    height: 100px;
	border: 0;
}

#services-enquiry-form input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-left: 20px;
    width: 10%;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 5px;
}

/*========================= Info bar on tour pages ============================*/

.info-bar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #d62316;
    text-align: center;
    display: block;
    padding: 20px;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.info-bar.smaller {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9999;
    padding: 15px!important;
}

.sticky-price {
    display: none;
}

.info-bar p {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    height:75px;
    padding-left: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.days, .included, .activities, .stars-acco, .button, .info-bar.smaller .sticky-price {
    display: inline-block;
    width: 20%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.info-bar.smaller .days, .info-bar.smaller .included, .info-bar.smaller .activities, .info-bar.smaller .stars-acco, .info-bar.smaller .button, .info-bar.smaller .sticky-price {
    width: 17%!important;
}

.info-bar .button {
    margin-top: 10px;
}

.info-bar.smaller .button {
    float: right;
    width: 15%!important;
    margin-top: 0!important;
}

.included, .activities, .stars-acco, .info-bar.smaller .sticky-price {
    border-left: 1px solid #fff;
}

.info-bar.smaller p {
    height: 50px!important;
    line-height: 15px!important;
    padding-left: 40px!important;
}

.info-bar.smaller button.slide_right {
    padding: 12px!important;
    width: 190px!important;
    font-size: 13px!important;
}

.info-bar.smaller .slide_right .arrow i {
    font-size: 25px!important;
    height: 40px!important;
    padding: 3px 15px!important;
    top: 2px!important;
    left: 3px!important;
}

.info-bar.smaller .slide_right:hover .arrow i {
    transform: translateX(135px)!important;
}

.info-bar.smaller .slide_right span {
    font-size: 15px!important;
    padding-left: 5px!important;
}

.bold.fz30 {
    font-size: 30px!important;
    font-weight: 700;
}

#2nd ul>li {
    text-align: left!important;
}

/*Travel Journal (blog) page*/

.other-headers.main-blog-page {
    position: relative;
    height: 100vh;
	padding-top: 0!important;
}

.blog-tabs {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
}

.blog-tabs a {
    color: #fff;
}

.nav-tabs.blog-page {
    border-bottom: 0;
}

.nav-tabs.blog-page>li {
    float: none;
    margin-bottom: -1px;
    display: block;
}

.nav-tabs.blog-page>li i {
    font-size: 20px;
    margin-left: -30px;
}

.blog-tabs .nav-tabs>li>a {
    border-left: 1px solid #b3aca696!important;
    font-size: 20px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 40px 20px;
    margin-right: 0;
    opacity: 0.5;
}

/*.blog-tabs .nav-tabs>li>a>span {*/
/*    padding-left: 30px;*/
/*}*/

/*.blog-tabs .nav-tabs>li>a.a {*/
/*    border-right: 2px solid #fff;*/
/*    border-radius: 0px;*/
/*}*/

.blog-tabs .nav-tabs>li>a>i {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    position: relative;
}

.blog-tabs .nav-tabs>li>a.a>i {
    color: #fff!important;
}
.blog-tabs .tab-content>.active {
    display: block;
    /*min-height: 500px;*/
    /*max-height: 500px;*/
    /*overflow-Y: scroll;*/
}

.blog-tabs .nav-tabs.blog-page>li.active>a, .nav-tabs.blog-page>li.active>a:focus, .nav-tabs.blog-page>li.active>a:hover, .nav-tabs.blog-page>li>a:hover {
    background-color: transparent!important;
    color: #fff;
}

.nav-tabs.blog-page>li>a:hover {
    opacity: 1;
     cursor: pointer;
 }

.main-blogs {
    padding-top: 80px;
    padding-bottom: 80px;
}

.border {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 90%;
}

.blog-img {
    width: 30%;
    float: left;
    margin-right: auto;
    margin-left: auto;
}

.blog-txt {
    width: 70%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
}

.blog-txt .date {
    font-size: 13px;
}

.blog-txt h2 {
    margin-top: 0;
}

.blog-txt a {
    font-weight: 600;
}

.blog-sidebar p {
    padding: 5px;
}

.side-instagram {
    padding-bottom: 20px;
    border-top: 1px solid #ececec;
}

.side-instagram p {
    border-bottom: 0;
}

.side-instagram img {
    width: 24%;
}

.blog-sidebar {
    border-left: 1px solid #ececec;
    padding-left: 20px;
    padding-bottom: 20px;
}

.side-newsletter {
    position: relative;
    height: 180px;
}

.side-newsletter label {
    margin-top: 10px!important;
    font-weight: 500;
}

.side-newsletter input {
    border: 1px solid #393668;
}

.side-newsletter h2 {
    font-size: 15px;
    margin-bottom: 0;
}

.side-newsletter label {
    color: #393668;
    font-size: 15px;
    margin-top: 0;
}

.side-newsletter .btn-primary {
    color: #fff;
    font-size: 30px;
    /* width: 50px; */
    height: 50px;
    padding: 5px 8px;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: auto;
    transition: all 0.5s ease;
    margin-top: 15px;
}

.side-newsletter .slide_right .arrow i {
    background-color: #721919;
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 0px 5px;
    position: absolute;
    top: 2px;
    left: 5px;
    right: auto;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-newsletter .slide_right:hover .arrow i {
    transform: translateX(195px);
}

.individual-blog {
    padding-top: 80px;
    padding-bottom: 40px;
}

.individual-blog .col-md-8 {
    padding-right: 40px;
}

.individual-blog .col-md-8 img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
}

.pagination {
    margin-top: 20px;
}

.page.navigation {
    text-align: center;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span, .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
}

.other-headers.view-blog-page h1 {
    font-size: 50px;
}

/*============================== Contact page =================================*/
.contact-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-details {
    padding-left: 40px;
}

.contact-details i {
    font-size: 30px;
    padding-right: 20px;
    color: #d62316;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 20px;
    padding: 15px;
    width: 80%;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input {
    border: 1px solid #393668;
}

.contact-form  .btn-primary {
    border: 0;
    width: auto;
    padding: 15px 60px;
}

.contact-badge {
    width: 50%;
    margin-top: 20px;
}

#expert-ask-form .btn-primary {
    width: 200px;
    margin-top: 10px;
}

/*========================== Thank you page =============================*/
.thankyou-page {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.thankyou-page .contact-details {
	text-align: center;
	padding-top: 20px;
	padding-left: 0;
}

.thankyou-page .contact-details i {
	padding-bottom: 20px;
    font-size: 40px;
    padding-right: 20px;
    color: #d62316;
    padding-left: 20px;
}

.bottom-btn {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}

.bottom-btn p {
	width: 100%;
	line-height: 70px;
	vertical-align: middle;
}

.bottom-btn a {
	margin-left:20px;
}

/*================================ Footers ====================================*/

.footer-subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #d62316;
}

.footer-subscribe .btn-primary.wht {
	margin-top: 47px;
	background-color: #fff!important;
}

.footer-subscribe p {
    color: #fff;
    margin-bottom: 0;
}

.footer-subscribe h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    margin-top: 0;
}

.footer-subscribe button {
    margin-top: 30px;
}

label {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}

input, select {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    padding: 5px;
}

/*input[type=number] {*/
/*    background-image: url('/images/down-arrow.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: right 10px center;*/
/*    background-size: 15px;*/
/*   appearance:         none;*/
/*   -webkit-appearance: none;*/
/*   -moz-appearance:    none;*/
/*}*/

select {
    background-image: url('/images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
   appearance:         none;
   -webkit-appearance: none;
   -moz-appearance:    none;
}

/*input[type=radio] {*/
/*    appearance:         none;*/
/*   -webkit-appearance: none;*/
/*   -moz-appearance:    none;*/
/*}*/

textarea {
    width: 100%;
    border: 1px solid #393668;
    border-radius: 20px;
    box-shadow: none;
    padding: 5px;
} 

input:focus, textarea:focus, select:focus {
    outline: none;
}

#email2, #email3 {
    display: none;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #000;
	display: none;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer a, .footer p {
    color: #393668;
}

.footer p>strong {
    text-transform: uppercase;
    font-size: 18px;
}

.footer-lower {
	text-align: center;
}

.instagram {
    margin-left: 0;
    padding-left: 0;
}

.instagram li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.instagram img{
	width: 70px;
}

a.back-to-top {
    position: fixed;
    right: 0px;
    bottom: 30%;
/*     background-color: rgba(	60, 125, 192); */
	background-color: #393668;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9999;
    font-family: 'Rajdhani', sans-serif!important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
}

a.back-to-top.tours {
    position: fixed;
    right: 0px;
    bottom: 32%;
/*     background-color: rgba(	60, 125, 192); */
	background-color: #393668;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9999;
    font-family: 'Rajdhani', sans-serif!important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
}

.back-to-top i {
    color: #fff;
    font-size:25px;
    vertical-align: middle;
    padding-right: 15px;
    display:block;
    width: 100%;
    text-align: center;
}

/*============================== Other tour pages ==============================*/
.body-content {
    padding-bottom: 40px;
}

.content-text h3 {
	text-transform: uppercase;
    color: #393668!important;
    font-size: 20px;
}

.tours-sidebar {
    border: 1px solid grey;
    padding: 20px;
    margin-top: 40px;
}

.tours-sidebar h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #393668!important;
    font-size: 20px;
    font-weight: 800;
	text-align: center;
}

.tours-sidebar p {
    color: #000;
    margin-bottom: 0;
	text-align: center;
}

.tours-sidebar .price {
    padding-bottom: 0;
}

.tours-sidebar .star_rating {
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    background-color: #d62316;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.tours-sidebar label {
    color:#333;
	text-align: center;
	width: 100%;
}

.ui-datepicker {
    max-width: 100%;
}

.tours-sidebar input {
    border:1px solid #333;
    font-size: 16px;
    padding: 7px;
    color:#333;
    border-radius: 0px;
}

.blu-txt {
    color: #393668!important;
    margin-top: 20px;
    font-weight: 800;
}

.yellow-background {
    background-color: yellow;
    color: #393668!important;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
}

.yellow-background>span {
    font-weight: 500;
    font-size: 18px;
}

.tours-sidebar .grey-txt {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.tours-sidebar .uppercase {
    font-size: 20px;
    font-weight: 600;
}

#select_package {
    float: left;
    width: 10%;
}

.calender-div, .package-div, .already-on-tour-div {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.package-div .grey-txt {
    font-size: 20px;
    text-transform: none;
    margin-top: 20px;
    color: grey;
}

.package-div .price {
    color: green;
    font-weight: 800;
    font-size: 20px;
}

.package-div .price>span, .package-div a {
    color: grey;
    font-size: 15px;
    font-weight: 300;
}

.package-btn {
    background-color: green;
    font-size:18px!important;
    padding: 10px 15px;
    display: inline-block;
}

.package-btn a {
    color: #fff!important;
    font-weight: 500;
}

.grey-txt-lowercase {
    color: grey;
}

.package-ts-cs a, .already-on-tour-div a, .fine-print a {
    border-bottom: 1px solid #393668;
}

.tour-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tour-content h2 {
    font-size: 50px;
    font-weight: 600;
}

#map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.content-text p, .fullwidth-section li {
    color: #000;
}

.sub-heading {
    text-transform: uppercase;
    color: #393668!important;
    font-size: 20px;
}

.other-tour-gallery img {
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-left: auto;
}

.fullwidth-section .video-section img {
    padding: 0;
}

.fullwidth-section p {
    color: #000;
    margin-bottom: 20px;
}

.fullwidth-section .video-section i {
    position: absolute;
    top: 15%;
    left: 25%;
    font-size: 50px;
    padding: 10px 40px;
    height: 100px;
    width: 100px;
    border:0;    
    color: #fff;
}

.video-overlay {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.other-tour-faqs {
    margin-top: 40px;
}

.price {
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

#agent-details-form label {
    color:#333!important;
}

#agent-details-form input {
    border:1px solid #333!important;
    font-size: 16px;
    padding: 7px;
    color:#333;
    border-radius: 0px;
}

#agent-details-form .btn-primary {
    margin-top: 20px;
    width: auto;
    border-radius: 60px;
    padding: 13px 20px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: none!important;
    color: #fff!important;
}

#agent-details-form .btn-primary:link, #agent-details-form .btn-primary:visited, #agent-details-form .btn-primary:hover, #agent-details-form .btn-primary:active {
    outline: none;
    background-color: #d62316!important;
}

.tours-sidebar .btn-primary {
    font-size: 20px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 40px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #393668;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-top: -10px;
}

.workbook-modal .close, .accept-except-modal .close {
    float: none;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #393668;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-top: 0px;
    top: 0px;
    right: 10px;
    position: absolute;
    z-index: 9999;
}

/* Multi Level Drop Down */
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-right: 15px;
    min-width: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* -------- */