article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none;}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-size: 14px; color: #000000;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle; max-width: 100%; width: auto;}

@font-face {
    font-family: 'goboldregular';
    src: url('../fonts/gobold_regular-webfont.woff2') format('woff2'),
         url('../fonts/gobold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat_lightregular';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat_mediumregular';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat_semiboldregular';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gobold_boldregular';
    src: url('../fonts/gobold_bold-webfont.woff2') format('woff2'),
         url('../fonts/gobold_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::-webkit-input-placeholder {font-size: 18px;}
::-moz-placeholder {font-size: 18px;}
:-ms-input-placeholder {font-size: 18px;}
:-moz-placeholder {font-size: 18px;}
a {transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;}
/****************
 * Common Css
 ****************/
 .container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
 }
 .clearfix:after,
 .clearfix:before {
    display: table;
    content: "";
 }
 .clearfix:after {
    clear: both;
 }
.service .container {
    padding-left: 30px;
    padding-right: 30px;
}
/* home page start */
/* header start */
.logo a {
    display: inline-block;
}
.logo {
    padding-left: 150px;
    padding-top: 33px;
}
.logo a img {
    width: auto;
}
header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.top-nav {
    z-index: 100;
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 70%;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > .nav-btn {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
    padding: 6px;
    background: #fff;
}
.nav > #nav-check {
    display: none;
}
.animated {
    animation-duration: 500ms;
}
.nav > #nav-check:checked ~ .nav-btn {
    background: white;
    padding: 6px;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.nav-btn i {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 25px;
    color: #643E9D;
}
.menu-anchor {
    width: 20px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*text-indent: -9999px;*/
    overflow: hidden;
    cursor: pointer;
    margin: 6px 25px;
}
.nav > #nav-check:checked ~ .nav-btn .menu-anchor {
    margin: 6px 25px;
}
.menu-anchor:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/nav-icon.png);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-anchor:before {
    margin: 3px auto;
}
.nav > .nav-links {
    position: absolute;
    display: block;
    /* width: 100%; */
    width: auto;
    background: #FFCA12;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 0px;
    left: unset !important;
    right: 153px;
}
.nav > #nav-check:checked ~ .nav-links {
    height: auto;
    overflow-y: auto;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.top-nav ul {
    float: left;
}
.nav > .nav-links > ul {
    margin: 0;
}
.nav > .nav-links > ul >li {
    padding: 25px 20px;
    display: inline-block;
    margin-right: 5px;
}
.nav > .nav-links > ul .m-r-1 {
    margin-right: 0px!important;
}
.top-nav a {
    font-family: 'webfontregular'; 
    color: #03001E;
    text-decoration: none;
    padding: 0 0 5px;
    transition: .25s;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: 0.16em;
}
.nav > .nav-links > ul >li:last-child {
    display: none;
}
.nav > .nav-links > ul >li:nth-last-child(2) {
    display: none;
}
/* header end */
/*banner start*/
.banner{
  max-height: 585px;
  width: 100%;
}
/*banner end*/

/*service section start*/
.service {
    margin-top: -233px;
}
.service.booking {
    margin-top: -232px;
}
.service .row.sub-service {
    display: table;
    height: 100%;
}
.service .row.sub-service .col-md-6 {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%;
}
.service .package-detail, .service .package-price{
    padding: 30px;
}
.service .package-detail{
    background: #fff;
}
.service .package-detail ul li{
    color: #4A4A4A;
    font-size: 15px;
    font-family: 'montserratbold';
    text-transform: uppercase; 
    padding: 12px 0;
    border-bottom: 1px solid gray;
}
.service .package-detail ul li:last-child{
    border:none;
    padding-bottom: 0;
}
.service .package-detail ul li span{
    float: right;
    color: #9B9B9B;
    font-family: 'montserratregular';
}
.service .package-detail ul li span i{
    color: #FFCA12;
}
.service .package-detail ul li span .empty{
    color: #D8D8D8;
}
.service .package-price{
    background: #FFCA12;
    font-family: 'webfontregular';
}
.service .package-price h3{
    font-size: 22px;
    color: #4A4A4A;
    padding: 100px 0 20px 0;
}
.service .package-price h2{
    font-size: 26px;
    color: #fff;
}
.service .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-include,
.service-exclude {
    background: #321C52;
    color: #fff;
    padding: 30px 40px;
}
.service-exclude {
    background: #F4ECFF;
}
.service-include h3,
.service-exclude h3 {
    font-family: 'montserratbold';
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}
.service-exclude h3 {
    color: #643E9D;
}
.service-include ul li,
.service-exclude ul li {
    font-size: 11px;
    line-height: 15px;
    font-family: 'montserratregular';
    font-style: italic;
    padding-bottom: 15px;
    max-width: 95%;
}
.service-exclude ul li {
    color: #000000;
}
.service-img {
    padding: 0;
    position: relative;
}
.service-btn {
    position: absolute;
    right: 50px;
    bottom: 60px;
}
.service-btn a,
.page-btn a {
    font-family: 'montserratbold';
    font-size: 24px;
    color: #4A4A4A;
    display: inline-block;
    background: #FFCA12;
    text-transform: uppercase;
    padding: 23px 50px;
    line-height: normal;
    border-radius: 50px;
}
.service-btn a:hover,
.page-btn a:hover {
    background: #4A4A4A;
    color: #fff;
}
/*service section end*/
/* section 3 blog start */
.h-blog .b-title h3,
.h-blog .b-title h2 {
    display: inline-block;
}
.h-blog .b-title {
    position: relative;
    padding: 35px;
}
.h-blog .b-title h3 {
    background: #F4ECFF;
    padding: 43px 10px 10px 10px;
    font-family: 'montserratbold';
    font-size: 16px;
    width: 100px;
    transform: rotate(-90deg);
    position: absolute;
    top: 15px;
    left: -15px;
    color: #643E9D;
    text-transform: uppercase;
}
.h-blog .b-title h2 {
    padding-left: 55px;
    font-family: 'montserratbold';
    font-size: 32px;
    color: #643E9D;
    text-transform: uppercase;
}
.b-detail .b-line {
    position: relative;
    width: 70px;
    height: 430px;
    float: left;
}
.b-detail .b-line:after {
    position: absolute;
    content: "";
    background: #D8D8D8;
    width: 1px;
    height: 100%;
    right: 20px;
}
.b-detail .b-line:before {
    position: absolute;
    content: "";
    background: #D8D8D8;
    width: 16px;
    height: 1px;
    top: 50%;
    right: 4px;
}
.last-blog.b-line:before,
.last-blog.b-line:after {
    display: none;
}
.last-blog.b-line {
    height: 365px;
}
.b-detail .b-img {
    width: 47%;
    float: left;
    height: 365px;
}
.b-detail .b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-img-detail {
    width: 47%;
    float: left;
    padding:0 15px 0 40px;
}
.b-img-detail .parts {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.b-img-detail .parts:last-child {
    padding-left: 40px;
}
.b-img-detail h3 {
    color: #4A4A4A;
    font-size: 24px;
    font-family: 'montserratbold';
    padding-bottom: 15px;
}
.b-img-detail .parts p,
.pricing-bg p,
.all-price p {
    font-family: 'montserratregular';
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    max-width: 272px;
    color: #4A4A4A;
}
.b-img-detail .parts p:last-child {
    padding-bottom: 0;
}
/* section 3 blog end */

/* section 4 pricing end */
.pricing {
    position: relative;
}
.pricing-bg {
    background: #F4ECFF;
    padding: 60px 70px;
}
.pricing-bg h2 {
    color: #643E9D;
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'montserratbold';
}
.pricing-bg p {
    max-width: 295px;
    padding-bottom: 25px
}
.all-price p {
    padding-bottom: 0;
}
.hotel-class h3 {
    color: #643E9D;
    font-family: 'montserratbold';
    font-size: 17px;
    padding-bottom: 15px;
}
.hotel-class h3 span {
    font-family: 'montserratregular';
    font-size: 14px;
    color: #4A4A4A;
    padding-left: 10px;
}
.hotel-class ul li {
    font-family: 'montserratbold';
    font-size: 14px;
    color: #4A4A4A;
    padding: 15px 30px;
    border-bottom: solid 1px #979797;
}
.hotel-class ul li span {
    font-family: 'montserratregular';
    color: #9B9B9B;
    float: right;
}
.page-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
}
/* section 4 pricing end */

/* section 5 featured start1 */
.featured {
    padding: 120px 0;
}
.featured-title {
    padding: 0 50px 20px 50px;
    position: relative;
}
.featured-title:after {
    position: absolute;
    width: 140px;
    height: 3px;
    background: #FFCA12;
    bottom: 0;
    content: "";
}
.featured-title h2 {
    color: #643E9D;
    font-family: 'montserratbold'; 
    font-size: 51px;
    text-transform: uppercase;
    line-height: 62px;
}
.featured-title h3 {
    font-family: 'montserratbold';
    font-size: 21px;
    line-height: 25px;
    color: #4A4A4A;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.featured-btn {
    padding: 50px 50px 0 50px;
}
.featured-btn a {
    display: inline-block;
    font-family: 'montserratbold';
    font-size: 13px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #6123ae, #91009a, #af0084, #c2006e, #cd1259);
    padding: 20px 25px;
    width: 157px;
    text-align: center;
    text-transform: uppercase;
    line-height: unset;
}
.featured-btn a:hover {
    background-image: linear-gradient(to right bottom, #cd1259, #c2006e, #af0084, #91009a, #6123ae);
}
.featured-tours {
    width: 45%;
    display: inline-block;
    margin: 0 1%;
    position: relative;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.19);
}
.featured-img {
    width: 100%;
    height: 300px;
}
.featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.start-from {
    position: absolute;
    background: #FFCA12;
    width: 118px;
    height: 118px;
    padding: 50px 15px 15px 15px;
    text-transform: uppercase;
    right: 20px;
    top: 20px;
}
.start-from p {
    font-family: 'webfontregular';
    font-weight: bold;
    font-size: 12px;
    color: #4A4A4A;
}
.start-from p span{
    font-size: 15px;
    color: #fff;
}
.tour-detail {
    padding: 40px 50px;
}
.tour-detail h3 {
    font-size: 20px;
    color: #643E9D;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.tour-detail p {
    color: #4A4A4A;
    font-size: 20px;
    font-family: 'montserratregular';
    padding-bottom: 15px;
}
.tour-detail .stars span:first-child {
    float: left;
}
.tour-detail .stars span:last-child {
    float: right;
}
.tour-detail .stars span i {
    color: #FFCA12;
}
.tour-detail .stars span .empty {
    color: #D8D8D8;
}
/* section 5 featured end */

/* section 6 who we are start */
.who-title {
    position: relative;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 100px;
}
.who-title:before {
    background: #d0c5e1;
    width: 180px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.who-title h2 {
    font-size: 51px;
    font-family: 'montserratbold';
    background: -webkit-linear-gradient(#643e9d, #7e348c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}
.who-title h3 {
    font-size: 21px;
    font-family: 'montserratbold';
    color: #393939;
    letter-spacing: 0.28em;
    line-height: 30px;
    text-transform: uppercase;
}
.we-are-part .testi,
.we-are-part .we-about {
    width: 50%;
}
.we-are-part .testi {
    background: #f5f5f5;
}
.testi-inner {
    display: flex;
    align-items: center;
}
.we-are-part .testi-img {
    width: 30%;
}
.we-are-part .testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.we-are-part .testi-txt {
    width: 70%;
    padding: 20px 40px;
}
.we-are-part .testi-txt h4 {
    font-family: 'montserratbold';
    font-size: 12px;
    color: #2c2c2c;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}
.we-are-part .testi-txt h3 {
    color: #743892;
    font-size: 32px;
    line-height: 32px;
    font-family: 'webfontregular';
    font-weight: bold;
}
.testi-name {
    margin: 50px 0 0 0;
    position: relative;
    padding-left: 50px;
}
.testi-name:before {
    position: absolute;
    content: "";
    left: 0;
    width: 38px;
    height: 3px;
    background: #ffca12;
    top: 10px;
}
.testi-name p {
    font-family: 'webfontregular';
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #2c2c2c;
}
.we-about {
    box-shadow: 5px 0 70px rgba(48, 40, 61, 0.15);
    padding: 20px 20px;
    text-align: center;
}
.we-about h4 {
    letter-spacing: 0.24em;
    font-size: 12px;
    color: #9fa3a7;
    font-family: 'montserratbold';
    padding-bottom: 20px;
}
.we-about h3 {
    font-family: 'montserratbold';
    color: #2c2c2c;
    font-size: 48px;
    max-width: 470px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.we-about a {
    font-family: 'webfontregular';
    font-weight: bold;
    text-transform: uppercase;
    color: #6d3c97;
    font-size: 14px;
    text-decoration: underline;
}
/* section 6 who we are end */

/* section 7 call to action start */
.call-to-action {
    text-align: center;
    padding: 100px 0;
}
.call-to-action p {
    font-family: 'montserratbold';
    font-size: 20px;
    max-width: 426px;
    margin: 0 auto;
}
.call-to-action .featured-btn a {
    width: 300px;
    border-radius: 50px;
    font-size: 20px;
}
/* section 7 call to action end */

/* footer start */
footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
    background-position: center;
}
footer img {
    width: auto;
}
footer h3 {
    font-family: 'webfontregular';
    font-weight: bold;
    font-size: 12px;
    color: #713995;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    line-height: 57px;
}
footer ul li a {
    font-family: 'webfontregular';
    font-size: 13px;
    color: #2c2c2c;
    letter-spacing: 0.025em;
    line-height: 36px;
}
.footer-social a i {
    background: -webkit-linear-gradient(#643e9d, #7e348c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* footer end */
/* home page end */
/* booking page start */
.booking-page {
	background: url(../images/booking-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.booking-page-content {
	padding-top: 100px;
	background: #fff;
	padding-right: 130px;
}
.form-details input,
.form-details input::placeholder {
	text-align: right;
	width: 59%;
    font-family: 'montserratregular';
    font-size: 12px;
    color: #60666d;
    line-height: 20px;
    padding-right: 10px;
}
.form-details .hotel-check {
	position: relative;
}
.position-relative {
	position: relative;
}
.form-details .hotel-check .position-relative {
	display: inline-block;
	margin-right: 30px;
}
.form-details .hotel-check .position-relative:last-child {
	margin-right: 0;
}
.form-details .hotel-check input {
	width: 85px;
	height: 85px;
	background: #F2F2F2;
	position: relative;
	border-radius: 0;
	margin: 0;
}
.form-details .hotel-check span {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 85px;
	height: 85px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.form-details .hotel-check p {
  font-family: 'montserratregular';
  font-size: 8px;
  line-height: 10px;	
}
.date-of-birth {
	display: inline-block;
	width: 59%;
	vertical-align: top;
}
.date-of-birth input {
	display: inline-block;
	width: 32%;
}
/* TOGGLE STYLING */
.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  font-family: 'montserratbold';
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: #fff;
  color: #4A4A4A;
  box-shadow: 0 0 40px rgba(172, 172, 172, 0.5);
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: .45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: .75rem .25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.status span {
  font-weight: 600;
  color: #B6985A;
}
.status span:first-of-type {
  display: inline;
}
.status span:last-of-type {
  display: none;
}
@media (max-width: 800px) {
  .status span:first-of-type {
    display: none;
  }
  .status span:last-of-type {
    display: inline;
  }
}
/* selection start */
.select-box {
  position: relative;
  display: block;
  width: 59%;
  margin: 0 auto;
  font-family: 'montserratregular';
  font-size: 12px;
  color: #60666d;
  text-transform: uppercase;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* selection end */
.form-details {
	border-bottom: solid 1px #979797;
	padding: 15px 0;
}
.form-details label,
.form-details .select-box {
	display: inline-block;
}
.form-details label {
	width: 39%;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 14px;
	color: #4A4A4A;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.form-details:first-child {
	padding: 0;
}
.form-details label.select-box__option {
	display: block;
	width: 100%;
	font-family: 'montserratregular';
  	font-size: 12px;
  	color: #60666d;
}
.middle-form {
	padding: 0 60px 0 0;
}
.fa-chevron-down:before {
	color: #643E9D;
}
.member-details h3,
.member-details h4,
.member-details p {
	font-family: 'montserratbold';
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	padding-bottom: 15px;
}
.member-details h4 {
	padding-bottom: 0;
}
.member-details p {
	font-family: 'montserratregular';
}
.member-details ol {
	padding-left: 15px;
	padding-top: 5px;
	max-width: 220px;
}
.member-details ol li {
	list-style: decimal;
	font-family: 'montserratregular';
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* booking page end */


.paid-amount {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 10px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin-top: 30px;
}
.amount-txt {
    width: calc(100% - 160px);
}
.amount-price{
	width: 160px;
	text-align: right;
}
.amount-txt h4{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #4A4A4A;
	margin: 0px;
}
.amount-txt p{
	font-family: 'montserratregular';
	font-style: italic;
	font-size: 10px;
	color: #4A4A4A;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
.amount-price h3{
	font-family: 'montserratbold';
	font-size:20px;
	margin: 0px;
	padding: 0px;
}

.paypal{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 27px;
	padding:0px 10px;
}
.radio-button{
	width: calc(100% - 60px);
}
.paypal-img{
	width: 60px;
}


/*radio button css*/

.radio-con {
	position: relative;
  	padding-left: 35px;
  	font-family: 'montserratbold';
  	font-size: 10px;
  	color: #4A4A4A;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	margin: 0;
  	vertical-align: middle;
    display: inline-block;
}

/* Hide the browser's default radio button */
.radio-con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top:-4px;
  left: 0;
  height:20px;
  width:20px;
  background-color: #ffffff;
  border-radius: 50%;
  border:1px solid #979797;
}
/* When the radio button is checked, add a blue background */
.radio-con input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-con .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2EBFD9;
}

/*radio button css*/



.overall-detail{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 10px;
}
.overall-txt{
	width: calc(100% - 30px);
}
.overall-edit{
	width: 30px;
}
.overall-txt h3{
	font-family: 'montserratbold';
	font-size: 10px;
	color: #643E9D;
	padding: 0px;
}
.overall-txt p{
	font-family: 'montserratregular';
	font-style: italic;
	font-size: 10px;
	color: #4a4a4a;
	padding: 0px;
	margin-top:5px;
}
.overall-txt h6{
	font-family: 'montserratregular';
	font-size: 10px;
	color: #4a4a4a;
	margin: 0px;
	padding:0px;
}

.overall-edit a{
	font-family:'montserratregular';
	font-size: 10px;
	color: #D0025A;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.payment-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient(to right, #3023ae, #6332b8, #8944c2, #aa57cc, #c86dd7);
    background-image: -webkit-linear-gradient(to right, #3023ae, #6332b8, #8944c2, #aa57cc, #c86dd7);
    padding: 30px;
    margin-top: 30px;
}
.payment-btn a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.payment-btn p{
	font-family: 'montserrat_mediumregular';
	font-size: 10px;
	color: #ffffff;
	padding: 0px;
	margin:0px;
}
.payment-btn span{
	font-family: 'montserratbold';
	font-size: 19px;
	text-transform: uppercase;
}
.payment-btn a i {
    font-size: 38px;
    color: #fff;
}



/* ============== PROFILE CSS ================ */

.profile-banner{
	position: relative;
}
.profile-btn-main{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom:0px;
}
.padding{
	padding: 0px;
}
.profile-btn-sub {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.tab-btn{
	width: 100%;
	display: inline-block;
	padding: 60px;
	background-color: #ffffff;
	font-family: 'webfontregular';
	font-size: 22px;
	color: #4a4a4a;
	transition: all .5s;
    -webkit-transition: all .5s;
}
a#my-trip{
	background-color: #FFCA12;
}
.profile-btn-sub .col-lg-3{
	padding-left: 5px;
}

.profile-left-main {
    width: 100%;
    padding-left: 60px;
}
.booking-page-content.profile-sub {
    padding: 70px 0px;
    max-width: 100%;
}

.profile-img-desc-main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.profile-img{
	width: 96px;
}
.profile-desc{
	width: calc(100% - 96px);
	padding-left: 30px;
}
.profile-desc p{
	font-family: 'montserratregular';
	font-size: 12px;
	padding: 0px;
	color: #4a4a4a;
}
.profile-desc a{
	font-family: 'montserratregular';
	font-size: 12px;
	padding: 0px;
	color: #643E9D;
}
.profile-desc-btn{
	width: 100%;
	margin-top: 15px;
}
.profile-desc-btn a{
	font-family: 'montserratbold';
	font-size: 14px;
	padding: 0px;
	color: #4a4a4a;
}
.profile-desc-btn a span{
	padding-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.profile-table{
	width: 100%;
	margin-top: 40px;
	padding-right: 20px;
}
.profile-table ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.profile-table ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:15px;
	border-bottom: 1px solid #979797;
}
.profile-table ul li h5{
	font-family: 'montserratbold';
	font-size: 14px;
	padding: 0px;
	color: #4a4a4a;
	line-height: normal;
}
.profile-table ul li p{
	font-family: 'montserratregular';
	font-size: 14px;
	padding: 0px;
	color: #9B9B9B;
	line-height: normal;
}
.profile-table ul li p span{
	padding-left: 10px;
}
.profile-table ul li a span{
	padding-left: 10px;
}
.profile-table ul li a{
	font-family: 'montserratregular';
	font-size: 14px;
	padding: 0px;
	color: #7444C0;
	line-height: normal;
}

.profile-right-main{
	width: 100%;
	padding: 0px 60px;
}
.title-main{
	width: 100%;
}
.title-main h1{
	font-family: 'webfontregular';
	font-size: 22px;
	padding: 0px;
	color: #4a4a4a;
	text-transform: capitalize;
}
.profile-tab-pane-main{
	width: 100%;
	margin-top: 40px;
}
.profile-tab-pane-main .nav-tabs{
	width: 100%;
	border-bottom:3px solid #E2E2E2;
}
.profile-tab-pane-main .nav-tabs li{
	display: inline-block;
	border:0px;
	padding:20px 40px;
}
.profile-tab-pane-main .nav-tabs li a{
	font-family: 'montserratbold';
	font-size:12px;
	color: #9B9B9B;
	margin: 0px;
	border:0px !important;
	padding: 0px;
	text-transform: capitalize;
	position: relative;
}
.profile-tab-pane-main .nav-tabs li a:before{
	position: absolute;
	content:'';
	left: 0;right: 0;
	bottom:-26px;
	border:3px solid #FFCA12;
	display: none;
}
.profile-tab-pane-main .nav-tabs li.active a:before{
	display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #4A4A4A;
    cursor: default;
    background-color: transparent !important;
    border: 0px !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border:0px;
}
.tab-panel-table-main{
	width: 100%;
}
.tab-panel-table-main table,.tab-panel-table-main th,.tab-panel-table-main td{
  border-bottom: 1px solid #979797;
  border-collapse: collapse;
}
.tab-panel-table-main th, .tab-panel-table-main td {
  padding:30px;
  text-align: left;
}
.tab-panel-table-main tr th#name{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #4a4a4a;
	text-transform: capitalize;
}
.tab-panel-table-main tr td#date{
	font-family: 'montserratregular';
	font-size: 12px;
	color: #9b9b9b;
}
.tab-panel-table-main tr td#tax{
	font-family: 'montserratregular';
	font-size: 10px;
	font-style: italic;
	color: #4a4a4a;
}
.tab-panel-table-main tr td#price{
	font-family: 'montserratbold';
	font-size: 13px;
	color: #4a4a4a;
}
.view-all{
	width: 100%;
	margin-top:30px;
}
.btn-main{
	width: auto;
	padding: 0px 30px;
	height: 27px;
	line-height: 27px;
	font-family: 'webfontregular';
	font-size: 12px;
	color: #4a4a4a;
	text-transform: capitalize;
	display: inline-block;
	border: 1px solid #4a4a4a;
	border-radius: 50px;
}
.tab-panel-table-main table tr:last-child th{
	border:0px;
}
.tab-panel-table-main table tr:last-child td{
	border:0px;
}
.user-profile-tab{
	display: none;
}
.my-trips-tab{
	display: none;
}
.show-tab{
	display: block;
}

.upcoming-tabs-main{
	width: 100%;
	margin-top: 40px;
}
.upcoming-boxes-main{
	width: 100%;
}
.upcoming-box-main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	margin-bottom:30px;
	position: relative;
}
.show-point:before {
    position: absolute;
    content: '';
    right: -8px;
    top: 50%;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
}
.up-img{
	width: 70px;
	position: relative;
	left: -30px;
}
.up-img img{
	width: 100%;
}
.up-desc{
	width: calc(100% - 70px);
}
.up-desc h1{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #4a4a4a;
}
.up-desc p{
	font-family: 'webfontregular';
	font-size: 10px;
	color: #4a4a4a;
	padding: 0px;
	margin-top:10px;
}
.up-desc h4{
	font-family: 'montserratbold';
	font-size: 13px;
	color: #4a4a4a;
	margin-top:10px;
}

.upcoming-right-desc-main .up-desc{
	width: 100%;
}

.up-desc-two h1{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #4a4a4a;
}
.up-desc-two p{
	font-family: 'webfontregular';
	font-size: 10px;
	color: #4a4a4a;
	padding: 0px;
}

.up-desc-cnct{
	width: 100%;
	margin-top: 40px;
}

.up-desc-cnct h1{
	font-family: 'montserratbold';
	font-size: 10px;
	color: #643E9D;
}
.up-desc-cnct p{
	font-family: 'webfontregular';
	font-size: 10px;
	font-style: italic;
	color: #4a4a4a;
	padding: 0px;
}
.up-desc-cnct h6{
	font-family: 'webfontregular';
	font-size: 10px;
	color: #4a4a4a;
	padding: 0px;
}
.cancel-btn{
	width: 100%;
	text-align: right;
}
.cancel-btn .btn-main{
	background-image: linear-gradient(to right, #3023ae, #6332b8, #8944c2, #aa57cc, #c86dd7);
    background-image: -webkit-linear-gradient(to right, #3023ae, #6332b8, #8944c2, #aa57cc, #c86dd7);
    color:#ffffff;
    border:0px;
}
.inc-height {
    padding-bottom: 90px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
/* ============== PROFILE CSS ================ */


.swiper-container {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
.swiper-container .featured-tours,
.new-featured  .featured-tours {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
    margin: 0;
    width: auto;
}
.new-featured .featured-tours {
    width: 31%;
    margin: 0 0px 40px 15px;
}
.popular {
    padding: 80px 0 150px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #909090;
}
.swiper-pagination-bullet-active {
    background: #dd0160;
}
.popular .who-title {
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.popular .who-title:after {
    background: #d0c5e1;
    width: 180px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.new-featured-title {
    display: flex;
    justify-content: flex-end;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -97%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 97%;
}
.multi-item-carousel .carousel-inner .next {
  left: 97%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -97%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    width: auto;
    height: auto;
    position: initial;
    cursor: pointer;
}
.carousel-control.left {
    padding-right: 20px;
}
.slider-arrow {
    position: absolute;
    bottom: 120px;
    width: auto;
    left: -33%;
}
.main-f .row {
    margin-left: 0;
    margin-right: 0;
}
.new-featured .featured-tours:first-child {
    margin-left: 0;
}
.new-featured .item {
    padding: 0 0 0 30px;
}
.banner.new-page {
    max-height: unset;
    position: relative;
}
.featured.main-f {
    padding: 0 0 120px 0;
}
.new-banner-txt .beautiful,
.new-banner-txt .per-pax {
    position: relative;
    text-transform: uppercase;
    font-family: 'montserratbold';
    color: #393939;
    letter-spacing: 0.2em;
    max-width: 210px;
}
.new-banner-txt .beautiful:after {
    width: 90px;
    height: 4px;
    background: #ffca12;
    position: absolute;
    right: 0;
    bottom: 6px;
    content: "";
}
.new-banner-txt h1 {
    font-size: 111px;
    line-height: 123px;
    font-family: 'gobold_boldregular';
    letter-spacing: 0.620em;
    color: #643e9d;
    max-width: 500px;
}
.new-banner-txt h1 span {
    letter-spacing: 0.380em;
}
.new-banner-txt {
    position: absolute;
    top: 20%;
    width: 100%;
}
.new-banner-txt .per-pax {
    padding-top: 20px;
}
.new-banner-txt .other {
    font-family: 'webfontregular';
    font-size: 15px;
    color: #393939;
    line-height: 20px;
    letter-spacing: 0.02em;
    max-width: 250px;
    padding-top: 30px;
}
.new-banner-txt a {
    font-family: 'montserratbold';
    font-size: 15px;
    color: #393939;
    letter-spacing: 0.280em;
    text-transform: uppercase;  
    width: 180px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    position: relative;
    background: #fff;
}
.new-banner-txt a span {
    position: relative;
    z-index: 1;
    top: -3px;
}
.new-banner-txt a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -6px;
    left: -6px;
    border: solid 2px #dd0160;
}
.featured.popular .featured-tours{
    width: 100%;
    margin-top: 30px;
}
.we-are-part {
    display: flex;
}
.we-about {
    display: flex;
    align-items: center;
}
.we-about-inner {
    width: 100%;
}