@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
  /*font-family: "Raleway", system-ui;*/
  font-family:Poppins, sans-serif;
  background: #fff;
}

@font-face {
    font-family: '"Poppins", sans-serif1';
    src:url('../fonts/The-Billion-Monoline-400.otf') format('opentype');

    font-weight: normal;
    font-style: normal;
}
input[type="date"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 12px;
  -webkit-appearance: none;
  appearance: none;
}



/*
@font-face {
    font-family: '"Poppins", sans-serif';
    src:url('../fonts/sacramento.regular.ttf') format('opentype');

    font-weight: normal;
    font-style: normal;
}
*/

/* Hide unwanted controls */
    video::-webkit-media-controls-play-button,
    video::-webkit-media-controls-timeline,
    video::-webkit-media-controls-current-time-display,
    video::-webkit-media-controls-time-remaining-display,
    video::-webkit-media-controls-seek-back-button,
    video::-webkit-media-controls-seek-forward-button,
    video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }








a,
a:hover {
  text-decoration: unset;
}

button {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.header-gap {
  /* display: table;
    width: 100%;
    height: 88px; */
}
input[type='date'] {
    font-family: system-ui;
}
input,
textarea,
textarea:focus,
input:focus,
input:hover,
select,
select:focus,
select:hover {
  box-shadow: unset !important;
  outline: none !important;
}

.header-gapper {
  display: table;
  width: 100%;
  height: 90px;
}

section {
  padding: 20px 0;
}

.home-common-title {
  display: table;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  text-align: center;
  position:relative;
}

.home-common-title h4 {
  margin: 0;
  color: #373435;
  margin-bottom: 15px;
  font-size: 37px;
      margin: 20px 0;
  font-family:"Poppins", sans-serif;
}

.home-common-title h4 span {
  font-weight: 500;
}

button.owl-prev {
  opacity: 1;
  height: 50px;
  top: 150px;
  background-color: #fff !important;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 11px 0 #999;
  position: absolute;
  left: -25px;
}

button.owl-prev:focus {
  outline: none;
}

button.owl-prev span {
  opacity: 0;
}

button.owl-prev::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid #676b6c;
  border-bottom: 2px solid #676b6c;
  transform: rotate(45deg);
  top: 18px;
}

button.owl-next {
  opacity: 1;
  height: 50px;
  top: 150px;
  background-color: #fff !important;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 11px 0 #999;
  position: absolute;
  right: -25px;
}

button.owl-next span {
  opacity: 0;
}

button.owl-next::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid #676b6c;
  border-bottom: 2px solid #676b6c;
  transform: rotate(-135deg);
  top: 18px;
  left: 17px;
}

button.owl-next:focus {
  outline: none;
}

.get-quotation {
  background-color: #07cc98;
  color: #fff;
  /*border: 2px solid #767676;*/
  margin: 13px 0px;
  display: table;
  border-radius: 17px;
  padding: 4px 20px;
  font-weight: 500;
}

.get-quotation:hover {
  color: #00171f
}
/*
.numberic-font{
    font-family: system-ui;
}

.numberic-font-weight {
    font-family: system-ui;
    font-weight: 600;
}
*/
.modal.show{
    z-index: 11111;
}

a.wats-btn {
    position: fixed;
    bottom: 17px;
    left: 27px;
    font-size: 34px;
    background: #25d366;
    border-radius: 50%;
    padding: 7px 10px 9px 11px;
    color: #fff;
    z-index: 1111;
}
a.call-btn {
    position: fixed;
    bottom: 17px;
    left: 92px;
    font-size: 25px;
    background: #12a87b;
    border-radius: 50%;
    padding: 11px 12px 11px 11px;
    color: #fff;
    z-index: 1111;
}
/************Start Header**********/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #00171f;
  z-index: 1111;
}

.header-top-bar {
  display: table;
  width: 100%;
  border-bottom: 2px solid #304248;
}

.header-top-bar ul {
  float: right;
}

.header-top-bar ul li {
  float: left;
  margin-left: 15px;
}

.header-top-bar ul li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  display: table;
}

.header-top-bar ul li a i {
  margin-right: 4px;
}

.header-menu {
  display: table;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.header-menu ul {
  float: right;
}

.header-menu ul li {
  float: left;
  position: relative;
}

.header-menu ul li a {
  color: #fff;
  font-size: 13px;
  padding: 0px 11px;
  border-right: 1px solid #66747b;
  display: table;
  margin: 11px 0;
}

.inside-menu-cat-part .menu-cat-part h5 {
  margin: 0;
  color: #09c9a0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-menu ul li:nth-child(5) a,
.header-menu ul li:nth-child(6) a {
  border-right: 0;
}

.header-menu ul li a.header-btn {
  border: 1px solid #fff !important;
  padding: 7px 17px !important;
  display: table;
  border-radius: 5px;
  margin: 3px 0;
  margin-left: 5px;
}

a.mail-logo img {
  max-width: 190px;
  width: 100%;
}

.has-big-menu {
  position: fixed;
  background: 0 0;
  width: 1000px;
  left: 50%;
  top: 79px;
  transform: translateX(-50%);
  padding-top: 15px;
  display: none;
}

.has-big-menu:hover,
.header-menu ul>li:hover .has-big-menu {
  display: block;
}

.inside-has-big-menu {
  background: #fff;
  border: 1px solid #999;
  padding: 15px 20px;
  border-radius: 13px;
  padding-bottom: 30px;
}

.inside-menu-cat-part {
  display: table;
  width: 100%;
}

.inside-menu-cat-part .menu-cat-part {
  float: left;
  width: 25%;
}

.inside-menu-cat-part .menu-cat-part>a {
  color: #343434;
  font-weight: 600;
  border-right: 0;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}

.inside-menu-cat-part .menu-cat-part>a:hover {
  color: #09c9a0;
}

.inside-menu-cat-part .menu-cat-part>a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  border: 1px solid #999;
}

.has-wide-menu:hover:before {
  position: absolute;
  left: 42%;
  top: 41px;
  background: #fff;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  transform: rotate(45deg);
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  z-index: 9;
}

.inside-menu-cat-part.floating-left .menu-cat-part {
  width: 100%;
}

.inside-menu-cat-part.floating-left .menu-cat-part a {
  float: left;
  width: 16.5%;
}

.inside-menu-cat-part.floating-left .menu-cat-part a:nth-child(6n+1){
    clear: both;
}

.has-tab-menu-cat ul.nav {
  display: table;
  width: 100%;
  border: 0;
}

.has-tab-menu-cat ul.nav li {
  display: table;
  width: 100%;
}

.has-tab-menu-cat ul.nav li a {
  margin: 0;
  border: 0;
  display: table;
  width: 100%;
  background: #fff;
  margin-top: 6px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.has-tab-menu-cat ul.nav li a.active {
  background: #09c9a0;
  color: #fff;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 42px;
  background-color: #fff;
  border: solid 1px #e4e4e4;
  width: 160px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  z-index: 1;
  margin: 0;
  padding: 0;
}

ul.sub-menu>li {
  position: relative;
  display: table;
  width: 100%;
}

ul.sub-menu>li>a {
  color: #343434;
  display: table;
  width: 100%;
  padding: 6px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

ul.sub-menu>li>a:hover {
  background-color: #09c9a0;
  color: #fff;
}

.header-menu ul>li:hover ul.sub-menu,
ul.sub-menu:hover {
  display: table;
}

/*********End Header********/
/************Start Home**********/
.home-banner {
  position: relative;
  display: block;
}
.home-banner img,.home-banner video{
    height: 81vh;
    width: 100%;
    object-fit: cover;
}
.find-perfect-search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    min-width: 60%;
    z-index: 1;
}

.find-perfect-search p {
     color: #fff;
    font-size: 62px;
    text-shadow: 2px 2px #333;
    margin: 0;
    text-align: center;
    font-family: '"Poppins", sans-serif';
    font-weight: 300;
    margin-bottom: 10px;
}
.find-perfect-search p strong {
    /*font-weight: 600;*/
}
.has-search-tag {
  position: relative;
}

.has-search-tag .results ul {
    border-radius: 10px;
    padding: 15px;
}
.has-search-tag .results{
    display:none;
}
.wrapper.show .results{
    display: block;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.15);
}

.wrapper.show .results::-webkit-scrollbar {
  width: 8px;
}


/* Track */
.wrapper.show .results::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.wrapper.show .results::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:4px;
}

/* Handle on hover */
.wrapper.show .results::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.has-search-tag .results ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
    padding: 6px 0;
    display: table;
    width: 100%;
}
.has-search-tag .results ul li a:hover{
    color: #07cc98;
    background-color: #f3f3f3;
    margin-left: -15px;
    padding-left: 15px;
    width: calc(100% + 30px);
}






.has-search-tag input {
  width: 100%;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 15px;
  border: 1px solid #8b8b8b;
}

.has-search-tag i {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}

.happer-service-record {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: table;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 23%;
}

.happer-service-record ul li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}

.happer-service-record ul li a{
        color:#fff;
    }

.happer-service-record ul li i {
  font-size: 30px;
}

.happer-service-record ul li p span {
  display: table;
  margin: 0 auto;
  font-family: fangsong;
  font-size: 20px;
}

.happer-service-record ul li p {
  text-align: center;
  line-height: 22px;
  font-weight: 600;
  text-shadow: 1px 0px #555;
}

.priced-holiday .nav-tabs {
  display: table !important;
  margin: 0 auto;
  border-bottom: 0;
  position: relative;
  padding-top: 15px;
}

.priced-holiday .nav-tabs li {
  float: left;
  margin-bottom: 0;
  position: relative;
}

.priced-holiday .nav-tabs li a {
  border: 0;
}

.priced-holiday .nav-tabs:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 120px);
  height: 2px;
  background-color: #f2f2f2;
  content: "";
}

.priced-holiday .nav-tabs li a {
  color: #373441;
  font-family: system-ui;
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  border-radius: 15px;
}

.priced-holiday .nav-tabs li a.active {
  background: linear-gradient(to top right, #02d77b 0%, #0fbcc3 100%);
  border-radius: 15px;
  color: #fff;
  position: relative;
}

.priced-holiday .nav-tabs li a.active:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(to top right, #02d77b 0%, #0fbcc3 100%);
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}

.priced-holiday .nav-tabs li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  border-radius: 50%;
}

/************End Home**********/
/*********footer*******/
footer.mail-footer {
  padding-top: 30px;
  background-color: #00171f;
}

.footer-about-us p {
  color: #868f93;
  font-size: 12px;
  line-height: 20px;
}

.footer-about-us img {
  max-width: 190px;
  width: 100%;
  margin-bottom: 15px;
}

ul.socila-links li {
  float: left;
  width: 25%;
}

ul.socila-links li a {
  color: #868f93;
  font-size: 40px;
}

ul.socila-links li:nth-child(1) a {
  color: #385591;
}
ul.socila-links li:nth-child(2) a {
  color: #0072ae;
}
ul.socila-links li:nth-child(3) a {
  color: #bb3380;
}

h4.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

ul.footer-links li a {
  color: #868f93;
  font-size: 12px;
  border-bottom: 1px dashed;
  width: 100%;
  display: table;
  padding: 9px 0;
  font-weight: 600;
}

ul.footer-address a {
  color: #868f93;
  font-size: 15px;
  display: flex;
}

ul.footer-address li {
  margin: 15px 0;
}

ul.footer-address li i {
  margin-right: 11px;
  font-size: 22px;
}

.below-footer .container {
  border-top: 1px solid #162d35;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.below-footer p {
  margin: 0;
  color: #868f93;
  font-size: 12px;
}

.below-footer ul {
  float: right;
}

.below-footer ul li {
  float: left;
  margin-left: 10px;
}

.below-footer ul li a {
  font-size: 12px;
  color: #868f93;
}

/*********End-footer*******/

/*********home page**********/
.treding-package {
    background: #f1f1f1;
}
.home-slider img {
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home-slider .item > a{
    background: #fff;
    display: table;
    border-radius: 10px;
}
.caption-side-text{
    padding: 2px 10px 10px 10px;
    min-height: 123px;
}
.caption-side-text p {
  margin: 0;
  color: #07cc98;
  font-size: 14px;
  margin-top: 6px;
}

.caption-side-text p span {
  margin-right: 6px;
}


.caption-side-text h4 {
  margin: 0;
  color: #373435;
  font-size: 15px;
  font-weight: 600;
  /*height: 35px;*/
}
.caption-side-text h4 strong{
    font-weight: 600;
}
.caption-side-text h6 {
  margin: 0;
  font-size: 12px;
  color: #373435;
  font-weight: 500;
}

.top-selling-destination {
  background-color: #00171f;
}

.top-selling-destination .home-common-title h4 {
  color: #fff;
  
}

.top-selling-destination img {
  object-fit: cover;
  height: 225px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}

.top-selling-destination-box {
  position: relative;
}

.top-selling-destination-box p {
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 25px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #000;
  font-size: 18px;
  line-height: 21px;
}

.top-selling-destination-box p span {
  display: table;
  font-weight: 500;
  font-size: 13px;
  /*font-family: system-ui;*/
}

.view-all-common-btn {
  margin: 15px auto 0;
  display: table;
}

.view-all-common-btn a {
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.view-all-common-btn a:hover {
  background-color: #00171f;
  color: #fff;
}

.every-mod-box {
  background: linear-gradient(to top right, #02d77b 0%, #0fbcc3 100%);
  margin-bottom: 15px;
  padding: 50px 0;
  border-radius: 10px;
  cursor: pointer;
}

.every-mod-box i {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: table;
  font-size: 55px;
  margin-bottom: 10px;
}

.every-mod-box p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin-top: 6px;
}

.every-mod-box:hover {
  background: #00171f;
}

.climp-a-montain {
  background-image: url("../images/climp-mountain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.climp-a-montain-content {
  padding: 70px 0;
}

.climp-a-montain-content h5 {
  color: #07cc98;
  font-size: 26px;
}

.climp-a-montain-content h4 span {
  font-weight: 500;
}

.climp-a-montain-content h4 {
  font-size: 38px;
  font-weight: 600;
}

.climp-a-montain-content p {
  font-size: 12px;
  font-weight: 500;
  display: table;
  width: 100%;
  margin: 20px 0;
}

.climp-a-montain-content a {
  color: #fff;
  font-weight: 500;
  padding: 12px 45px;
  border-radius: 4px;
  background-color: #00171f;
}

.priced-holiday img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}

.priced-holiday-all-btn a {
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  border-radius: 4px;
  background-color: #00171f;
  margin: 30px auto 0;
  display: table;
  transition: 0.3s;
  border: 2px solid #00171f;
}

.priced-holiday-all-btn a:hover {
  background-color: transparent;
  color: #00171f;
}

.home-why-choose-us {
  background-color: #f1f2f4;
  padding: 100px 0;
  display: table;
  width: 100%;
}

.homw-why-choose-us-content p {
  color: #07cc98;
  font-size: 26px;
  margin-bottom: 0px;
}

.homw-why-choose-us-content h4 {
  font-size: 38px;
  font-weight: 400;
}

.homw-why-choose-us-content h4 span {
  font-weight: 400;
}

.homw-why-choose-us-content a {
  color: #fff;
  font-weight: 500;
  padding: 12px 45px;
  border-radius: 4px;
  background-color: #00171f;
  margin-top: 15px;
  display: table;
}

.home-why-choose-us ul li {
  float: left;
  width: 46%;
  background-color: #fff;
  margin: 9px 2%;
  border-radius: 7px;
  box-shadow: 0px 0px 4px 1px #ddd;
}

.home-why-choose-us ul li p {
  margin: 10px auto 20px;
  display: table;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

section.home-why-choose-us ul li img {
  margin: 30px auto 0;
  display: table;
}

.home-contact-form {
  background: linear-gradient(to top right, #02d77b 0%, #0fbcc3 100%);
  padding-bottom:0;
}

section.home-contact-form h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 31px;
}

section.home-contact-form h4 span {
  font-weight: 500;
}

section.home-contact-form p {
  margin: 0;
  text-align: center;
  font-size: 13px;
}

section.home-contact-form h3 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 24px;
}

section.home-contact-form form {
  margin: 70px 0;
}

section.home-contact-form form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.home-contact-form form .form-group label {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  color: #373456;
}

section.home-contact-form form .form-group input,
section.home-contact-form form .form-group textarea{
  height: 48px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 15px;
}
section.home-contact-form form .form-group textarea {
    height: 70px;
}
section.home-contact-form form .form-group i {
  position: absolute;
  left: 12px;
  top: 40px;
  color: #d2d3d5;
}

.home-contact-form form input::-webkit-input-placeholder,
.home-contact-form form textarea::-webkit-input-placeholder{
  /* Edge */
  color: #d2d3d5;
}

.home-contact-form form input:-ms-input-placeholder,
.home-contact-form form textarea:-ms-input-placeholder{
  /* Internet Explorer 10-11 */
  color: #d2d3d5;
}

.home-contact-form form input::placeholder,
.home-contact-form form textarea::placeholder{
  color: #d2d3d5;
}

section.home-contact-form form .form-group ul li {
  float: left;
  width: 31%;
  margin-right: 3%;
  position: relative;
  margin-top: -22px;
  margin-bottom: 22px;
}

section.home-contact-form form .form-group ul li:last-child {
  margin-right: 0;
}

section.home-contact-form form .form-group ul li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

section.home-contact-form form .form-group ul li label {
  background-color: #fff;
  color: #d2d3d5;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  display: table;
  z-index: 1;
  position: relative;
}

section.home-contact-form form .form-group ul li input[type="radio"]:checked+label {
  background: #495057;
}

section.home-contact-form form .form-group button {
  border: 0;
  background: #00171f;
  color: #fff;
  margin: 0 auto;
  display: table;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: 600;
}

.home-testimonial {
  background-color: #f1f2f4;
  display: table;
  width: 100%;
}

.testi-box {
  box-shadow: 0px 0px 4px 1px #ddd;
  padding: 15px;
  border-radius: 10px;
  margin: 6px 0;
  background-color: #fff;
}

.testi-box p {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

.testi-box img {
  margin: 0 auto;
  display: table;
  max-width: 50px;
  width: 100%;
}

.testi-box {
  box-shadow: 0px 0px 4px 1px #ddd;
  padding: 15px;
  border-radius: 10px;
  margin: 6px 0;
  background-color: #fff;
}

.testi-box img {
  display: block;
  width: 100%;
  margin: 7px auto;
}

.testi-box h4 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  display: table;
  line-height: 22px;
}

.testi-box h4 span {
  display: table;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

/*********End home page**********/

.section-gap {
  margin: 40px 0;
}

.section-header h4 {
  color: #333333;
  font-weight: 600;
}

.tred-sec .col {
  padding: 0 7px;
}

.destination-box img {
  width: 100%;
}

.destination-box {
  position: relative;
}

.destination-box img {
  border-radius: 27px;
}

.destination-box:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 27px;
}

.destination-box h4 {
  position: absolute;
  top: 19px;
  color: #fff;
  font-weight: 600;
  left: 15px;
  z-index: 1;
}

.destination-box p {
  position: absolute;
  bottom: 0;
  left: 15px;
  color: #fff;
  z-index: 1;
  font-family: system-ui;
  font-size: 24px;
  line-height: 28px;
}

.destination-box p span {
  font-size: 14px;
}

.destination-box p strong {
  font-size: 17px;
  font-weight: 500;
}

.ready-to-start-trip {
  margin: 80px 0;
  text-align: center;
}

.ready-to-start-trip h4 {
  font-weight: 600;
  font-size: 46px;
}

.ready-to-start-trip a {
  background-color: #f4364f;
  color: #fff;
  padding: 16px 31px;
  font-weight: 600;
  margin: 35px auto 0px;
  display: table;
}

.filter-tour {
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  padding: 18px 0;
  background-color: #fff;
  margin-top: -60px;
}

.filter-tour .dropdown button {
  background-color: #fff;
  border: 0;
  font-weight: 600;
  color: #333333;
  outline: none;
}

.filter-tour .dropdown button i {
  transform: rotate(90deg);
  margin-left: 9px;
}

.tour-list {
  background-color: #eeeeee;
  padding: 50px 0;
}

.tour-list .container {
  max-width: 960px;
}

.tour-list-box {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-bottom: 30px;
}

.tour-list-box:hover {
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
}

.tour-list-img {
  padding: 0;
}

.tour-list-img img {
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tour-pricing {
  background-color: #f9f9f9;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 30px;
}

.tour-overview h4 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
}
.tour-overview h2 {
  font-size: 19px;
 font-weight: 600;
  margin-top: 15px;
}
.tour-overview h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}


.tour-overview span {
  border: 1px solid #ddd;
  padding: 3px 7px;
  border-radius: 6px;
  font-family: system-ui;
  background-color: #eeeeee;
  display: table;
  margin: 10px 0;
}

.tour-overview p {
  font-family: system-ui;
  font-weight: 500;
  color: #666;
}

.tour-overview ul li {
  float: left;
  margin-right: 18px;
}

.tour-overview ul li img {
  margin: 0 auto;
  height: 24px;
  display: table;
}

.tour-overview ul li strong {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.tour-pricing span {
  display: table;
  margin: 0 auto;
  font-size: 13px;
}

.tour-pricing p {
  text-align: center;
  font-size: 25px;
  font-family: system-ui;
  font-weight: 600;
  color: #333;
}

.tour-pricing p i {
  font-size: 15px;
}

.tour-pricing ul {
  display: table;
  width: 100%;
}

.tour-pricing ul li {
  width: 100%;
}

.tour-pricing ul li a {
  font-size: 14px;
  display: table;
  width: 100%;
  margin-top: 13px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #f4364f;
  color: #f4364f;
  transition: 0.3s;
}

.tour-pricing ul li a:hover {
  background-color: #f4364f;
  color: #fff;
}

.tour-name ul {
  display: table;
  
}
.tour-overview ul {
    width: 100%;
    padding-left: 20px;
}
.tour-overview ul li {
    list-style: circle;
    width: 100%;
    font-weight: 600;
}
.tour-name ul li {
  float: left;
  font-size: 13px;
  margin-top: 3px;
 
}

.tour-name ul li:last-child {
  color: #000;
  font-weight: 500;
}

.tour-name p {
  display: table;
  width: 100%;
  color: #f4364f;
  font-weight: 500;
  margin-top: 6px;
  font-size: 17px;
}
.tour-name p strong{
    font-size: 15px;
    margin-top: 6px;
    display: table;
}
.tour-duration {
  display: table;
  width: 100%;
  background-color: #f3f2f2;
  text-align: center;
  padding: 8px 14px;
}

.tour-duration ul li p {
  display: table;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
}

.tour-duration ul li p span {
  display: table;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
}

.tour-duration ul li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.tour-duration ul li:last-child {
  border-bottom: 0px solid #ddd;
}

.tour-vavigate h4 {
  font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    margin: 0;
    font-weight: 600;
    line-height: 23px;
    font-family: system-ui;
}
.tour-vavigate{
        display: table;
    width: 100%;
    padding-left: 15px;
}

.tour-vavigate a{
    float:left;
}
.whatsapp-share {
    margin-left: 15px;
    background: #24cc63;
    border-color: #04af44;
}
.whatsapp-share i {
    padding-right: 6px;
}
.tour-vavigate p {
  margin: 10px 0;
  font-weight: 600;
}

.tour-vavigate ul {
  display: table;
  width: 100%;
}

.tour-vavigate ul li {
  float: left;
  margin-right: 22px;
  font-size: 14px;
  position: relative;
}

.tour-vavigate ul li:after {
  background: url(../images/icons/all-icons.png);
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  width: 43px;
  height: 43px;
  content: "";
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.tour-vavigate ul li:nth-child(1):after {
  background-position: -6px -196px;
}

.tour-vavigate ul li:nth-child(2):after {
  background-position: -6px -196px;
}

.tour-vavigate ul li:nth-child(3):after {
  background-position: -6px -196px;
}

.tour-vavigate ul li:nth-child(4):after {
  background-position: -6px -196px;
}

.tour-vavigate ul li:nth-child(5):after {
  background-position: -6px -196px;
}

.tour-details-tab {
  padding: 0;
}

.tour-tab {
  display: table;
    width: 100%;
    margin-top: 60px;
    background-color: #01d379;
    border-top: 1px solid #00a78d;
    padding: 0;
}

.tour-tab .nav-item a {
  border: 0;
  border-radius: 0;
  padding: 16px 30px;
  font-weight: 600;
    background-color: #999;
    color: #fff;
}

.tour-tab .nav-item a.active {
  color: #07cc98;
}

.tour-tab .nav-tabs {
  border: 0;
}

.overview-tab-details {
    border: 0px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}
.overview-tab-details:before {
    position: absolute;
    left: 16px;
    height: calc(100% - 50px);
    width: 2px;
    background: #ddd;
    content: "";
    top: 50px;
}

.overview-tab-details h4 {
  color: #07cc98;
  font-size: 17px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  padding-top: 5px;
}
.overview-tab-details ul {
    padding-left: 15px;
}
.overview-tab-details ul li {
    list-style: circle;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.overview-tab-details p {
  font-size: 12px;
  line-height: 21px;
    font-weight: 500;
}

.new-tour-detail-heading {
    margin-top: 15px;
}
.new-tour-detail-heading h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.tour-detail-tabs{
    position: sticky;
    top: 95px;
    z-index: 100;
}
.tour-detail-tabs ul {
    /*display: table;*/
    /*width: 100%;*/
    /*margin: 20px 0;*/
    
        display: table;
    width: 100%;
    padding: 15px 8px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.tour-detail-tabs ul li {
    float: left;
    width: auto;
    margin-right: 10px;
}
.tour-detail-tabs ul li:first-child a {
    background-color: #07cc98;
    border: 1px solid #07cc98;
    color: #fff;
    padding: 4px 10px;
    border-radius: 13px;
    font-weight: 600;
    font-size: 14px;
}
.tour-detail-tabs ul li a {
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    padding: 4px 10px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 14px;
}
.tour-detail-tabs ul li a:hover{
   background-color: #07cc98;
    border: 1px solid #07cc98;
    color: #fff;
}
.tour-card {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0, 0, 0, .10);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    position:relative;
}
.tour-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #01c371;
    height: 30px;
    width: 5px;
}
.tour-card h4{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.tour-card h1{
     font-size: 17px;
    color: #000;
}

/*.tour-card p {*/
/*    color: #626262;*/
/*    font-size: 14px;*/
/*    text-align: justify;*/
/*    background-color: #ffffff;*/
/*}*/

.overview-custom {
    color: #212529;
    font-size: 14px;
    text-align: justify;
    background-color: #ffffff;
}
 .overview-custom h2{
        font-size: 1.2rem;
        padding-top: 10px;
         
     
 }

.tour-star-end-point li {
    list-style: circle;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
ul.tour-star-end-point {
    padding-left: 15px;
    margin: 10px 0;
}

.tour-card.tour-inclusions {
    /*background: #EAFAEA;*/
}
.tour-card.tour-inclusions ul li {
    font-size: 13px;
    margin: 10px 0;
    color: #000;
    display: flex;
}
.tour-card.tour-inclusions ul li i {
    color: #01c371;
    margin-right: 7px;
    margin-top: 5px;
    font-size: 12px;
}
.tour-card.tour-exclusions {
    /*background: #fbebeb;*/
}
.tour-card.tour-exclusions ul li {
    font-size: 13px;
    margin: 10px 0;
    color: #000;
    display: flex;
}
.tour-card.tour-exclusions ul li i {
    color: #da1515;
    margin-right: 7px;
    margin-top: 5px;
    font-size: 12px;
}
.tour-card.tour-exclusions::before {
    background: #da1515;
}
.tour-policy ul li {
    font-size: 13px;
    margin: 10px 0;
    color: #000;
    list-style: circle ! IMPORTANT;
}
.tour-policy ul {
    padding-left: 15px;
}
.starting-price{
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0, 0, 0, .10);
}
.starting-price-info{
    /*background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);*/
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
    padding-bottom: 0;
}
.starting-price .enq-btn{
    background: #f4364f;
    border-radius: 40px;
    width: calc(100% - 30px);
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: table;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto 10px;
}
.starting-price .enq-btn:hover {
    background-color: #da5a22;
}
.starting-price .call-btn-r {
    background: linear-gradient(0deg, #e7e7e8 0, #fff 100%);
    color: #999;
    padding: 7px 18px;
    border-radius: 19px;
    margin: 0 auto;
    display: table;
    border: 1px solid #ddd;
}
.starting-price .call-btn-r i {
    margin-right: 7px;
}
.starting-price-info h6 {
    margin: 0;
}
.starting-price-info p {
    margin: 0;
    color: #f4364f;
    font-weight: 600;
    font-size: 20px;
}
.starting-price-btn {
    margin: 15px 0;
}
.place-to-visit {
    border: 1px solid #dbdada;
    width: 100%;
    padding: 0px;
    float: left;
    border-radius: 10px;
    background: #fff;
    margin: 10px 0;
}
ul.duration-place {
    padding: 5px 15px;
    border-bottom: 1px solid #dbdada;
    padding-bottom: 22px;
}
ul.duration-place li {
    font-size: 13px;
    margin: 5px 0;
}
ul.duration-place li i {
    color: #f4364f;
}
.place-to-visit h4 {
    position: absolute;
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    min-width: 140px;
    border-radius: 19px;
    margin-bottom: 0;
    margin-top: -18px;
    text-align: center;
}
ul.package-include-icons {
    padding: 25px 0 15px 0;
    display: table;
    width: 100%;
}
ul.package-include-icons li{
    width: 25%;
    float:left;
}
ul.package-include-icons li img {
    margin: 0 auto;
    display: table;
}

.need-help {
    background: #F3F1F1;
    border: 1px solid #DFDBDB;
    border-radius: 10px;
    padding: 10px;
    display: table;
    width: 100%;
    position: relative;
    padding-left: 50px;
}
.need-help img {
    position: absolute;
    left: 10px;
    max-width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.need-help h4 {
    font-size: 20px;
}
.need-help a {
    font-size: 10px;
    line-height: 16px;
    display: table;
    color: #000;
}











.tab-pane .overview-tab-details:first-child {
  border-top: 0;
}

.tour-cal {
  border: 1px solid #ccc;
  border-top: 0;
}

.tour-cal-inside h4 {
  margin: 0;
  font-size: 16px;
}

.tour-cal-inside {
  padding-top: 25px;
}

.tour-cal-inside p {
  margin: 0;
  line-height: 73px;
  font-size: 14px;
}

.tour-cal-inside label {
  line-height: 0;
  font-size: 13px;
}

.tour-cal-inside select {
  border-radius: 0;
  padding: 0 5px;
  font-size: 12px;
  color: #000;
  outline: none;
}

.tour-cal-inside select:focus,
.tour-cal-inside select:active {
  outline: none;
  box-shadow: none;
}

.tour-cal-inside p i {
  font-size: 21px;
  margin-right: 7px;
}

.single-tour-price {
  width: 266px;
  display: table;
  border: 5px solid #7f7f7f;
  margin-top: 20px;
  border-radius: 24px;
  background-color: #fff;
}

.fixed-tour-price {
    /*position: fixed;*/
    /*right: 5%;*/
    /*top: 110px;*/
    /*z-index: 1;*/
    /*width: 22%;*/
    position: sticky;
    top: 110px;
    align-self: flex-start;
    z-index: 100;
}

.single-tour-price-top p {
  text-align: center;
  color: #f4364f;
  font-family: system-ui;
  font-size: 28px;
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 0;
}

.single-tour-price-top p i {
  font-size: 17px;
}

.single-tour-price-top span {
  display: table;
  margin: 0 auto;
  font-size: 14px;
}

.single-tour-price-top a {
  margin: 10px auto;
  display: table;
  background-color: #f4364f;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

.single-tour-price-top {
  border-bottom: 4px solid #7f7f7f;
}

.single-tour-price-bottom p {
  text-align: center;
  font-size: 13px;
  margin: 13px 0;
}

.single-tour-price-bottom a {
  background: linear-gradient(0deg, #e7e7e8 0, #fff 100%);
  color: #999;
  padding: 7px 18px;
  border-radius: 19px;
  margin: 0 auto;
  display: table;
  border: 1px solid #ddd;
}

.single-tour-price-bottom a i {
  margin-right: 7px;
}

.single-tour-price-bottom label {
  text-align: center;
  margin: 13px auto;
  display: table;
  color: #333;
}

.single-tour-price-bottom label strong {
  font-weight: 400;
  color: #999;
}

.single-tour-price-bottom h4 {
  text-align: center;
  font-family: system-ui;
}

.tour-collage-gallery {
  position: relative;
}
h6.tour-heading-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    text-shadow: 1px 2px #000;
    background: rgba(0,0,0,0.5);
    padding: 7px 17px;
    border-radius: 11px;
    border: 1px solid #fff;
    text-align: center;
}
.tour-collage-gallery ul li {
  width: 50%;
  float: left;
  display: none;
}

.tour-collage-gallery ul li:nth-child(1),
.tour-collage-gallery ul li:nth-child(2),
.tour-collage-gallery ul li:nth-child(3),
.tour-collage-gallery ul li:nth-child(4) {
  display: block;
}

.tour-collage-gallery ul li img {
  width: 100%;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-large-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

a.gallery-start {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 16px;
  font-size: 15px;
}
.itinerary-step{
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    padding-left: 15px;
}
.itinerary-step h6 {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}
.itinerary-step ul {
    margin-bottom: 10px;
}
.itinerary-step h4 {
    background-color: #f3f3f3;
    margin: 0;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 6px 0;
    position: relative;
    padding-left: 35px;
    border-radius: 20px;
    margin-left: -15px;
    width: calc(100% + 15px);
}

.itinerary-step h4 strong {
    background-color: #f4364f;
    color: #fff;
    border-radius: 50%;
    padding: 4px 0px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    font-family: system-ui;
    font-weight: 500;
    width: 30px;
    height: 30px;
}

.itinerary-step h4 span {
  position: absolute;
  top: -20px;
  color: #f4364f;
  left: -8px;
}

.itinerary-step {
  margin: 30px 0;
}

.itinerary-step p {
  margin: 8px 0;
    line-height: 21px;
    font-weight: unset ! IMPORTANT;
    font-size: 13px !important;
    padding-left: 0px;
}

ul.tour-route li {
  float: left;
  margin-top: 9px;
  font-size: 14px;
}

ul.tour-route li a {
  color: #333;
  font-weight: 500;
  font-size: 13px;
}

.tour-name h4 {
  font-size: 19px;
  font-weight: 600;
  color: #00171f;
  margin-top: 10px;
}
.tour-name .tour-overview p span {
    border: 0px solid #ddd;
    padding: 0;
    border-radius: 0;
    font-family: system-ui;
    background-color: transparent;
    display: unset;
    margin: 0;
}
.tour-name{
    padding-bottom:5px;
    position: relative;
    
}
.tour-name p {
  margin: 0;
  font-size: 13px;
  color: #00171f;
  margin-bottom: 8px;
  
}
.tour-overview{
    display: block;
    padding-bottom: 25px;
    position: relative;
}
.tour-overview:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    content: "";
}
a.share-btn {
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 27px;
    color: #f4364f;
}
.tour-card h4 a {
    float: right;
    font-size: 25px;
    color: #000;
    line-height: 11px;
}
.tour-card h4 a span {
    font-size: 11px;
    border: 1px solid #999;
    border-radius: 7px;
    background-color: #ccc;
    padding: 0px 6px;
    font-weight: 500;
}
a.view-more {
    background-color: #f4364f;
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    bottom: 3px;
    left: 0;
    border-radius: 7px;
    padding: 0px 7px;
    border: 1px solid #f4364f;
}
a.view-more:hover{
    background-color:#fff;
    color:#f4364f;
}
.read-less {
    display: none;
}

.show-more-content .read-less{
    display:table;
}
.show-more-content .read-more{
    display:none;
}
.show-more-content .tour-overview {
    height: auto;
}







.filter-tour.main-tour-filter {
  box-shadow: none;
}

.filter-tour.main-tour-filter .container {
  background-color: #f1eff0;
  padding: 12px 15px;
  padding-bottom: 7px;
}

.filter-tour.main-tour-filter h5 {
  font-size: 14px;
}

.filter-tour.main-tour-filter .dropdown button {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  color: #333333;
  outline: none;
  font-size: 14px;
}

.sort-by-select select {
  height: 30px;
  border-radius: 0;
  display: table;
  font-size: 14px;
  outline: none;
  box-shadow: none;
   border-radius: 8px;
   font-family: system-ui;
   padding:0 4px;
}

.sort-by-select.sort-by-select-list select {
    background: transparent;
    font-weight: 500;
    color: #333;
    display: table;
    width: 100%;
    border: 1px solid #919191;
   
}
section.main-tour-list{
    padding: 0;
    padding-bottom: 10px;
}
section.main-tour-list-info{
    padding-top: 0;
}
section.main-tour-list-info .tour-list-part-1 {
  border: 1px solid #dedede;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

section.main-tour-list-info .tour-list-part-1 img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-fit: cover;
  height: 210px;
  width: 100%;
}

section.main-tour-list-info .tour-list-part-2 {
  border: 1px solid #dedede;
  border-left: 0;
  /* border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; */
  padding-left: 15px;
  min-height: 211px;
}

ul.tour-pac-name {
  border-bottom: 1px solid #dedede;
  display: table;
  width: 100%;
}

ul.tour-pac-name li {
  float: left;
}

ul.tour-pac-name li:first-child {
  width: 65%;
}

ul.tour-pac-name li:last-child {
  width: 35%;
  border-left: 1px solid #dedede;
}

ul.tour-pac-name li p {
  margin: 8px 0;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
}
ul.tour-pac-name li p a{
    color:#000;
}

ul.tour-pac-name li:last-child span {
  font-family: system-ui;
  font-size: 13px;
  text-align: right;
  margin: 10px auto;
  display: table;
}
ul.tour-list-itinerary {
    height: 100px;
    overflow-y: scroll;
}
ul.tour-list-itinerary li {
    font-size: 13px;
    padding-left: 17px;
    position: relative;
    margin-bottom: 3px;
}
ul.tour-list-itinerary li i {
    font-size: 10px;
    margin-right: 2px;
    color: #0e8a65;
    position: absolute;
    left: 0;
    top: 5px;
}
.tour-list-part-2 h5 {
  font-size: 16px;
  font-family: system-ui;
  margin-top: 8px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cutomize-list ul li {
  float: left;
  min-width: 70px;
  text-align: center;
  margin-right: 10px;
  position: unset;
}

.cutomize-list ul li p{
    cursor:pointer;
}

.cutomize-list ul li p span {
  display: table;
  margin: 0 auto;
  border: 1px solid #dedede;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px 0;
  border-radius: 50%;
}

.cutomize-list ul li p span i {
  color: #f4364f;
}

.cutomize-list ul {
  display: table;
  width: 100%;
  position: relative;
}

.cutomize-list h6 {
  font-size: 13px;
}


.customized-holiday-info {
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    left: 0;
    bottom: 100px;
    padding: 15px;
    border: 1px solid #d1d1d1;
}
.customized-holiday-info ul{
    padding-left: 15px;
}
.customized-holiday-info ul li {
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    list-style: inherit;
    margin-bottom: 5px;
}
.show-customized ~ .customized-holiday-info{
    display:table;
}
.show-customized span{
    background-color: #f4364f;
    color: #fff;
    border-color: #f4364f;
}
.show-customized span i{
    color: #fff !important;
}
.customized-holiday-info:before {
    position: absolute;
    right: 110px;
    bottom: -5px;
    width: 27px;
    height: 9px;
    content: "";
    background: #fff;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    transform: rotate(-16deg);
}
.customized-holiday-info h4 {
    text-align: left;
    font-size: 17px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    color: #f4364f;
}
.customized-holiday-info p {
    text-align: left;
    margin: 0;
    font-size: 13px;
    color: #01d679;
    margin-bottom: 8px;
    font-weight: 500;
}
.customized-holiday-info i.fas.fa-times-circle {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}
.taxi-service .banner-search-tabs {
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
}

.banner-search-tabs ul.nav-pills {
  display: table;
  margin: 0 auto;
}

.banner-search-tabs ul.nav-pills li {
  float: left;
}

.banner-search-tabs ul li a {
  background-color: #3c4848;
  border-radius: 0 !important;
  font-size: 13px;
  color: #fff;
  padding: 8px 34px;
  border-right: 1px solid #fff;
}

.banner-search-tabs ul li:last-child a {
  border: 0;
}

.banner-search-tabs ul li:last-child a {
  border-top-right-radius: 8px !important;
}

.banner-search-tabs ul li:first-child a {
  border-top-left-radius: 8px !important;
}

.banner-search-tabs .nav-pills .nav-link.active,
.banner-search-tabs .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f4364f;
}

.tour-list-part-3 {
  border: 1px solid #dedede;
  border-left: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tour-list-pricing {
  padding: 0 15px;
      display: table;
}

.tour-list-pricing p {
  margin: 0;
  padding: 7px 0;
  font-size: 15px;
  border-bottom: 1px solid #dedede;
}

.tour-list-pricing p span {
  font-weight: 600;
  float: right;
}

.tour-list-pricing h5 span {
  display: table;
  margin: 0 auto;
  font-size: 12px;
}

.tour-list-pricing h5 {
  text-align: center;
  font-family: system-ui;
  font-weight: 600;
  color: #333;
  margin: 39.5px 0px;
}

.tour-list-pricing h5 i {
  font-size: 13px;
}

.tour-list-pricing a {
  display: table;
    border: 2px solid #f4364f;
    background-color: #f4364f;
    color: #fff;
    padding: 5.5px 10px;
    border-radius: 7px;
    transition: 0.3s;
    float: left;
    margin: 0 2px;
    margin-bottom: 21px;
    font-size: 12px;
}

.tour-list-pricing a:hover {
  border: 2px solid #f4364f;
  background-color: #fff;
  color: #f4364f;
}

.cutomize-list {
  padding: 4px 0;
}

.main-tour-list-info .row {
  margin-bottom: 17px;
}

.sightseening-slider {
  margin-top: 0px;
}

.sightseening-pricing {
  border: 1px solid #d4dadc;
  padding: 15px;
  height: 100%;
}

.sightseening-pricing h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.sightseening-pricing>div {
  border-top: 1px solid #f1f3f3;
  border-bottom: 1px solid #f1f3f3;
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 15px;
}

.sightseening-pricing>div span {
  color: #46c07a;
  font-weight: 700;
  font-size: 35px;
  font-family: system-ui;
  margin-left: 6px;
}

.sightseening-pricing>div span i {
  font-size: 20px;
}

.sightseening-pricing>div span small {
  font-size: 15px;
  color: #999;
}

.sightseening-pricing ul li {
  float: left;
  width: 33%;
  text-align: center;
  position: relative;
  font-size: 12px;
  margin: 10.7px 0;
}

ul.activities-points li {
  width: 100%;
  text-align: left;
  margin: 0;
}

ul.activities-points li i {
  color: #f4364f;
  margin-right: 3px;
}

ul.activities-points li p {
  margin: 6px 0;
}

.sightseening-pricing ul {
  display: table;
  width: 100%;
  padding: 0px 0;
}

.sightseening-pricing ul li span {
  display: table;
  margin: 8px auto 0px;
}

.sightseening-form {
  background-color: #f4364f;
  margin: 0;
}

.sightseening-form .form-group label {
  font-size: 13px;
  margin: 0;
  color: #fff;
}

.sightseening-form .form-group input,
.sightseening-form .form-group select {
  font-size: 12px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
}

.sightseening-form ul {
  float: right;
  margin: 16px 0;
}

.sightseening-form ul li {
  float: left;
  margin-left: 15px;
}

.sightseening-form ul li button {
  background-color: #efefef;
  border: 1px solid #ddd;
  height: 40px;
  width: 132px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.sightseening-form ul li:first-child button {
  background-color: #58e0b3;
  color: #333;
}

.sightseening-form ul li button:hover {
  background-color: #fff;
  color: #000;
}

.has-show-less {
  display: none;
}

.sightseening-details {
  margin-top: -20px;
}

.sightseening-header {
  display: table;
  width: 100%;
  background-color: #f5f7f7;
}

.sightseening-header h4 {
  margin: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #00171f;
}

.sightseening-desc {
  padding: 15px;
  font-size: 14px;
}

.sightseening-desc ul {
    padding-left: 15px;
}
.sightseening-desc ul li {
    list-style: disc;
    margin: 4px;
}
.sightseening-desc h6 {
    font-weight: 600;
}
.sightseening-desc p {
  margin: 0;
  font-size: 14px;
}

.show-less-more-btn {
  color: #f4364f;
  font-size: 13px;
  font-weight: 600;
}

.sightseening-tabs .nav-item {
  width: 20%;
  margin-right: 1%;
  text-align: center;
}

.sightseening-tabs .nav-item a {
  background-color: #f5f7f7;
  color: #2e5470;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  height: 40px;
  transition: 0.2s;
  padding: 8px 0;
}

.sightseening-tabs ul.nav {
  margin: 0 !important;
}

.sightseening-tabs .tab-content {
  border: 1px solid #d4dadc;
  padding: 15px;
}
ul.sightseeing-list{
    padding-left:0;
}
ul.sightseeing-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #696969;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

ul.sightseeing-list li:before {
  position: absolute;
  left: 3px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #07cc98;
  content: "";
  border-radius: 50%;
}

.sightseening-tabs .nav-item a.active {
  height: 50px;
  padding: 15px 0;
  background-color: #f4364f;
}

.related-things-hedaer {
  border-top: 2px solid #d9dee0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.related-things-hedaer h4 {
  margin-bottom: 20px;
  color: #f4364f;
  font-weight: 600;
}

.recommended-box {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
  border: 1px solid #e1e3e4;
  display: table;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.recommended-box img {
  width: 100%;
}

.recommended-box h5 {
  margin: 9px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.recommended-box ul {
  padding: 0 15px;
  display: table;
  width: 100%;
}

.recommended-box ul li {
  float: left;
  width: 49%;
}

.recommended-box ul li:last-child {
  float: right;
  margin-left: 2%;
}

.recommended-box ul li a {
  width: 100%;
  background-color: #f5f7f7;
  display: table;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.recommended-box ul li a:hover {
  background-color: #fff;
  color: #000;
}

.recommended-box small {
  position: absolute;
  top: 51%;
  left: 10px;
  z-index: 1;
  background-color: #f4364f;
  color: #fff;
  font-size: 18px;
  font-family: system-ui;
  border-radius: 4px;
  padding: 1px 12px;
}

.recommended-box small i {
  font-size: 14px;
}

.call-common-btn {
  box-shadow: 0 0 13px rgb(61 68 74 / 13%);
  display: table;
  width: 100%;
  padding: 6px;
}

.call-common-btn a {
  font-size: 22px;
  font-family: system-ui;
  color: #f4364f;
  font-weight: 600;
  float: right;
  margin-right: 5px;
}

.call-common-btn a span {
  font-weight: 400;
  font-size: 15px;
  display: table;
  color: #333;
}

.call-common-btn i {
  height: 55px;
  width: 55px;
  background-color: #f5f7f7;
  padding: 0 2px;
  font-size: 28px;
}

.call-common-btn i {
  height: 55px;
  width: 55px;
  background-color: #f5f7f7;
  padding: 13px 0px;
  font-size: 28px;
  text-align: center;
  float: left;
}

.common-form-side {
  box-shadow: 0 0 13px rgb(61 68 74 / 13%);
  padding: 15px;
  margin-top: 15px;
}

.common-form-side h4 {
  text-align: center;
  font-size: 18px;
}

.common-form-side label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.common-form-side input {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  height: 35px;
  font-size: 14px;
}

.common-form-side .form-group {
  margin-bottom: 8px;
}

.common-form-side textarea {
  border-radius: 0;
  font-size: 14px;
}

.common-form-side button {
  margin: 0 auto 0px;
  display: table;
  background-color: #f4364f;
  color: #fff;
  padding: 4px 13px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.common-content-side {
  border: 1px solid #ced4da;
  margin-top: 15px;
}

.common-content-side h4 {
      background-color: #ffffff;
    text-align: center;
    font-size: 17px;
    padding: 14px 0;
    color: #000;
    border-bottom: 1px solid #ced4da;
}

.common-content-side-inside {
  padding: 15px;
}

.common-content-side-inside h5 {
  font-size: 15px;
  font-weight: 600;
}

.common-content-side-inside p {
  font-size: 13px;
  margin: 0;
}

.common-content-side-inside {
  border-bottom: 1px solid #ced4da;
}

.common-content-side div:last-child {
  border: 0;
}

.taxi-service {
  /* background-image: url(../images/taxi-wallpaper.jpg); */
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)),
    url("../images/taxi-wallpaper.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 65px 0;
}
.taxi-service.holiday-banner{
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/holiday-banne.jpg) !important;
    min-height: 330px;
    background-position: bottom;
    padding: 0 0;
    padding-top: 100px;
    text-align: center;
}
a.holiday-btn {
    margin: 0 auto;
    display: table;
    border: 2px solid #00c2b1;
    padding: 6px 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background: #07cc98;
}
a.holiday-btn:hover {
    color: #07cc98;
    background: #fff;
}
.taxi-service .banner-search-tabs {
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
}

.taxi-service h4 {
  color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.taxi-service h1 {
  color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.customize-trip-btn{
    position: fixed;
    right: -73px;
    top: 50%;
    height: 34px;
    background: #26d367;
    width: 180px;
    z-index: 1;
    transform: rotate(-90deg);
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    border: 1px solid #26d367;
    z-index: 111;
}
.customize-trip-btn a {
    color: #fff;
    line-height: 28px;
    display: inline;
}
.customize-trip-btn a i{
    transform: rotate(96deg);
    font-size: 12px;
}
.customize-trip-btn:hover {
    background-color: #fff;
}
.customize-trip-btn a:hover {
    color: #26d367;
}
.taxi-service h6 {
  color: #fff;
  margin: 16px 0;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.home-form {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 900px;
    background: #00171fe6;
    transform: translateX(-50%);
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
}
.home-form ul {
    display: table;
    width: 100%;
}
.home-form ul li {
    width: 18%;
    float: left;
    margin: 0 8px;
}

.home-form ul li p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 5px;
}
.home-form ul li input {
    background: #fff;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #dddddda6;
    border-radius: 5px;
    height: 50px;
        margin: 15px 0;
}
.home-form ul li button {
    width: 100%;
    border: 0;
    height: 50px;
    border-radius: 5px;
    font-size: 24px;
    background: #07cc98;
    color: #fff;
       margin: 15px 0;
}






.route-search-form {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  border-radius: 6px;
}
.route-search-form input{
    font-family: system-ui;
}
.route-search-form .col {
  border-right: 1px solid #ddd;
}

.route-search-form .col:last-child {
  border-right: 0px solid #ddd;
}

.route-search-form .form-group {
  position: relative;
  margin: 0;
}

.route-search-form .form-group label {
  position: absolute;
  font-size: 12px;
  color: #5e6d77;
  left: 17px;
  top: -23px;
}

.route-search-form .form-group i {
  position: absolute;
  left: 0;
  font-size: 12px;
  top: -20px;
  color: #f4364f;
}

.route-search-form .form-group select,
.route-search-form .form-group input {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

.route-search-form .form-group button {
  border: 1px solid #f4364f;
  background-color: #f4364f;
  color: #fff;
  width: 100%;
  margin-top: 27px;
  transition: 0.3s;
}

.route-search-form .form-group button:hover {
  border: 1px solid #f4364f;
  background-color: #fff;
  color: #f4364f;
}

.booking-taxi-stepper h4 {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin: 40px 0;
}

.booking-taxi-stepper ul {
  margin: 0 auto;
  display: table;
  width: 70%;
  position: relative;
}

.booking-taxi-stepper ul li {
  float: left;
  width: 33.33%;
}

.booking-taxi-stepper-box {
  margin: 0 auto;
  display: table;
  border: 1px solid #ff99a7;
  border-radius: 50%;
  padding: 20px;
  width: 106px;
  height: 106px;
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.booking-taxi-stepper-box span {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #ff99a7;
  border-radius: 50%;
  padding: 1px 6px;
  background-color: #f4364f;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.booking-taxi-stepper-box p {
  margin: 0;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}

.booking-taxi-stepper-box i {
  color: #ddd;
  font-size: 26px;
}

.booking-taxi-stepper ul:after {
  background-color: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 1px;
  width: 70%;
}

.taxi-img-link img {
  width: 100%;
  border-radius: 20px;
  margin: 30px 0;
}

.taxi-why-chhose-us h4 {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin: 40px 0;
}

.taxi-why-chhose-us ul {
  margin: 0 auto;
  display: table;
  width: 100%;
}

.taxi-why-chhose-us ul li {
  float: left;
  width: 20%;
}
.taxi-why-chhose-us ul li a {
    color: #00171f;
}
.taxi-why-chhose-us-box {
  margin: 0 auto;
  display: table;
  text-align: center;
}

.taxi-why-chhose-us-box p {
  margin: 10px 0;
  font-weight: 600;
}

.taxi-faq h4 {
  text-align: center;
  color: #1a2b48;
  font-weight: 600;
  margin: 40px 0;
}

.taxi-faq .card {
  border: 0;
  border-bottom: 1px solid #d7dce3;
  border-radius: 0;
  padding: 15px 0;
}

.taxi-faq .card .card-header {
  padding: 0 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.taxi-faq .card .card-header h5 {
  cursor: pointer;
  position: relative;
}

.taxi-faq .card .card-header h5 button {
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  margin-left: -30px;
}

.taxi-faq .card .card-header h5 button:hover,
.taxi-faq .card .card-header h5 button:active,
.taxi-faq .card .card-header h5 button:focus {
  text-decoration: unset;
}

.taxi-faq .card .card-header h5 i {
  position: absolute;
  right: 0;
  top: 4px;
}

.taxi-faq .card .card-header h5 button img {
  width: 24px;
  margin-right: 8px;
}

.taxi-faq .card .card-header h5 button span {
  color: #1a2b48;
  font-weight: 500;
  padding-right: 25px;
}

.taxi-faq .card-body {
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #5e6d77;
  font-weight: 500;
}

.taxi-faq .card .card-header h5 button~i {
  transform: rotate(0deg);
}

.taxi-faq .card .card-header h5 button.collapsed~i {
  transform: rotate(180deg);
}

.best-route h4 {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin: 40px 0;
}

.best-route h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #f4364f;
  margin-bottom: 13px;
}

.best-route ul li a {
  width: 100%;
  display: table;
  margin-bottom: 4px;
  border-radius: 3px;
  color: #333333;
  font-size: 14px;
  padding: 3px 12px;
  border: 1px solid #333333;
}

.best-route ul li a:hover {
  background-color: #333;
  color: #fff;
}

.route-detail h4 {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin: 40px 0;
}

.route-detail p {
  text-align: center;
  color: #999;
  margin-bottom: 35px;
}

.table-price table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.table-price tr td img {
    max-width: 90px;
    border-radius: 5px;
    margin-right: 7px;
}
.table-price table tr:first-child {
  background: #f4364f;
  color: #fff;
  border-bottom: 0;
}

.table-price th,
.table-price td {
  text-align: center;
  padding: 10px 10px;
  font-size: 14px;
}

.table-price th:first-child,
.table-price td:first-child {
  text-align: left;
}

.table-price .table-bordered td,
.table-price .table-bordered th {
  border: 0px solid #dee2e6;
}

.table-price table tr {
  border-bottom: 1px solid #cacaca;
}

.table-price tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-price th:first-child,
.table-price td:first-child {
  text-align: left;
}

.table-price .table-bordered td,
.table-price .table-bordered th {
  border: 0px solid #dee2e6;
  font-weight: 600;
  font-family: system-ui;
}

.table-price .table-bordered td a {
  color: #000;
  border: 1px solid #999;
  padding: 7px 13px;
  border-radius: 5px;
  font-size: 12px;
}

.header-menu ul>li>a i.fa-angle-right,
.mob-toggle {
  display: none;
}

.contact-us-page {
  background-color: #01cc941c;
}

.contact-us-page .common-heading {
  padding: 20px 0 40px 0;
  text-align: center;
}

.contact-us-page .common-heading p {
  letter-spacing: 5px;
  margin: 6px 0;
  font-weight: 500;
  font-size: 14px;
}

.contact-us-page .common-heading h4 {
  color: #232323;
  font-size: 35px;
  font-weight: 500;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea,
.contact-form textarea:focus {
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
}

.contact-form input,
.contact-form select {
  height: 40px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form textarea {
  height: 80px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form button.custom-btn {
  max-width: 175px;
  margin: 0 auto 15px;
  font-size: 18px;
  padding: 5px 0;
  background: #00171f;
  color: #fff;
  width: 100%;
  border-radius: 5px;
}

.contact-info {
  padding: 30px 0;
}

.contact-info-social h4 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #f50;
}

.contact-info-social ul {
  display: table;
  margin: 0;
  padding: 0;
}

.contact-info-social ul li {
  float: left;
  list-style: none;
}

.contact-info-social ul li a {
  color: #000;
  margin-right: 15px;
  border: 1px solid #000;
  width: 42px;
  display: table;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  padding: 6px 0;
  font-size: 18px;
}

.common-heading {
  padding: 20px 0 40px 0;
  text-align: center;
}

.common-heading p {
  letter-spacing: 5px;
  margin: 6px 0;
  font-weight: 500;
  font-size: 14px;
}

section.about-us {
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-us img {
  padding: 9% 0;
  margin: 0 auto;
  display: table;
}

.about-us .common-heading {
  text-align: left;
  position: relative;
  margin-top: 50px;
  line-height: 15px;
  padding: 0;
}

.common-heading h4 {
  color: #232323;
  font-size: 35px;
  font-weight: 500;
}

.common-heading p {
  letter-spacing: 5px;
  margin: 6px 0;
  font-weight: 500;
  font-size: 14px;
}

.common-heading h4 strong {
  font-weight: 700;
}

.about-info p {
  font-size: 14px;
  margin: 30px 0;
  font-weight: 500;
}

.key-info {
  background-color: #01cc941c;
  padding: 10px 0;
}

.key-info h4, .key-info h2 {
  margin-left: opx;
    padding: 20px 0;
    margin-bottom: 0;
    color: #000;
    font-size: 1.5rem;

}
.key-info p{
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}

.key-info ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.key-info ul li {
  position: relative;
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #343434;
  list-style: none;
  line-height: 22px;
}

.key-info ul li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  left: -20px;
  top: 5px;
  background-color: #09c9a0;
  border-radius: 50%;
}
.key-info ul li b {
    font-family: system-ui;
}

.key-info ul li:after {
  position: absolute;
  width: 8px;
  height: 4px;
  content: "";
  left: -16px;
  top: 9px;
  background-color: transparent;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.car-time-duration {
    background: #ebebeb;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.car-time-duration ul {
    display: table;
    width: 100%;
}
.car-time-duration ul li {
    float: left;
    width: 25%;
}
.car-time-duration ul li:nth-child(1) {
    width: 34%;
}
.car-time-duration ul li:nth-child(2) {
    width: 17%;
}
.car-time-duration ul li:nth-child(3) {
    width: 17%;
}
.car-time-duration ul li:nth-child(4) {
    width: 17%;
}
.car-time-duration ul li:nth-child(5) {
    width: 15%;
}
.car-time-duration ul li a {
    border: 1px solid #f4364f;
    background-color: #f4364f;
    color: #fff;
    width: 100%;
    transition: 0.3s;
    padding: 6px 11px;
    border-radius: 7px;
    margin-top: 4px;
    display: table;
    text-align: center;
    font-weight: 600;
}
.car-time-duration ul li h4 {
    margin: 0;
    font-size: 16px;
}
.car-time-duration ul li p {
    margin: 0;
    font-family: system-ui;
    margin-top: 4px;
    color: #585858;
    font-size: 15px;
}

.approx-duration-distance {
    background: #00171f;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.approx-duration-distance ul {
    display: table;
    width: 100%;
}
.approx-duration-distance ul li {
    float: left;
    width: 50%;
    color: #fff;
    font-weight: 700;
}
.approx-duration-distance ul li span{
    font-family: system-ui;   
}


.car-pricing-list {
    box-shadow: 0px 2px 5px 0px #9E9E9E;
    margin-bottom: 15px;
}
.car-pricing-list ul {
    display: table;
    width: 100%;
    padding: 10px 5px;
}
.car-pricing-list ul li {
    text-align: center;
    float: left;
    width: 20%;
    padding: 8px 0 0px 0;
}
.car-pricing-list ul li img {
    max-width: 150px;
    width: 100%;
}
.car-pricing-list ul li strong {
    display: table;
    margin: 0 auto;
    font-family: system-ui;
    color: #00171f;
    font-size: 15px;
}
.car-pricing-list ul li span {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: system-ui;
}
.car-pricing-list ul li p{
    margin:0;
    position: relative;
    font-family: monospace;
}
.car-pricing-list ul li p img {
    position: absolute;
    left: -10px;
    width: 20px;
    bottom: 3px;
}
.car-pricing-list ul li h4 i {
    color: #00171f;
    font-size: 16px;
}
.car-pricing-list ul li h4 {
    font-family: system-ui;
    font-size: 19px;
    font-weight: 600;
    color: #00c9a1;
}
.car-pricing-list ul li a {
    padding: 10px 17px;
    border-radius: 5px;
    font-size: 12px;
    background: #f4364f;
    color: #fff;
    margin: 15px auto 0;
    display: table;
}
.fare-details {
    position: relative;
}
.fare-details-info {
    position: absolute;
    width: 600px;
    max-width: 600px;
    background-color: #f5f5f5;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    border: 1px solid #999;
    display:none;
}
.fare-details-info table {
    width: 100%;
    background: #fff;
}
.fare-details-info table th, .fare-details-info table td {
    padding: 2px 10px;
    font-size: 14px;
    font-family: system-ui;
}
.fare-details-info table th {
    color: #01cd93;
}
.fare-details-info h6 {
    color: red;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}
.fare-details-info p {
    margin-bottom: 4px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.fare-details button {
    font-size: 12px;
    background: #30c55e;
    color: #fff;
    border-radius: 8px;
    padding: 3px 10px;
    border: 0;
    font-weight: 500;
}
.fare-details:hover .fare-details-info,.fare-details-info:hover{
    display:block;
}
.popup-tourform .modal-header{
    background-image: url(../images/popup-form-img.jpg);
    height: 130px;
    background-size: cover;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    position: relative;
}
.popup-tourform .modal-dialog {
    max-width: 650px;
}
.popup-tourform .modal-header i {
    position: absolute;
    right: -9px;
    top: -7px;
    color: #f4364f;
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}
.popup-tourform .modal-header:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left:0;
    top: 50%;
    background-image: linear-gradient(to top, #000, rgba(84,84,84,0));
}
.popup-tourform .modal-header h4 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

#popupCommonOfferForm.popup-tourform .modal-dialog{
    max-width: 400px;
}
#popupCommonOfferForm.popup-tourform .modal-header {
     background-image: none; 
     height: auto; 
     background-size: cover; 
     background-position: center center; 
     background-repeat: no-repeat; 
     position: relative; 
}
#popupCommonOfferForm.popup-tourform .modal-header{
    padding:0;
}
#popupCommonOfferForm.popup-tourform .modal-header img{
    width:100%;
}
#popupCommonOfferForm.popup-tourform .modal-header:before{
    display:none;
}
div#popupCommonOfferForm h6 {
    font-size: 21px;
}
div#popupCommonOfferForm ul li {
    font-size: 13px;
    color: #555;
    line-height: 22px;
}
div#popupCommonOfferForm  .custom-btn{
    margin: 0 auto;
    display: table;   
}





.popup-tourform ul li {
    font-size: 11px;
    line-height: 20px;
    position: relative;
    padding-left: 16px;
}
.popup-tourform ul li i {
    color: #30c55e;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.popup-tourform .modal-body button {
    border: 1px solid #f4364f;
    background-color: #f4364f;
    color: #fff;
    width: 100%;
    margin-top: 0;
    transition: 0.3s;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 0;
}
.popup-tourform .modal-body button:hover {
    border: 1px solid #f4364f;
    background-color: #fff;
    color: #f4364f;
}
.popup-tourform .form-group{
    position: relative;
}    
.popup-tourform .form-group label {
    position: absolute;
    left: 15px;
    top: -10px;
    font-size: 13px;
    z-index: 1;
}
.popup-tourform .form-group label:before {
    position: absolute;
    left: -2px;
    top: 9px;
    width: calc(100% + 5px);
    content: "";
    height: 3px;
    background: #fff;
    z-index: -1;
}
.thankyou-body{
		background-image: url('../images/thankyou-bg.jpg');
		height: 100vh;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}
	.thankyou {
	    padding: 0 15px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width: 600px;
		width: 100%;
		text-align: center;
	}
	.thankyou-body .mail-logo{
		display: table;
		margin: 0 auto 15px;
	}
	.thankyou h4{
		color: #28a745;
		font-weight: 600;
	}
	.thankyou p i{
		color: #28a745;
	}
	.thankyou p span{
		color: #000;
		font-weight: 500;
	}
	.fa-thumbs-up{
		font-size: 30px;
		margin: 10px auto 15px;
		color: #28a745;
	}
	.redirect-btn{
		border: 1px solid #f4364f;
		background-color: #f4364f;
		color: #fff;
		margin-top: 27px;
		transition: 0.3s;
		padding: 7px 10px;
		border-radius: 6px;
	}
	.redirect-btn:hover {
		border: 1px solid #f4364f;
		background-color: #fff;
		color: #f4364f;
	}
	.pay-scanner {
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .pay-scanner img {
        max-width: 165px;
        width: 100%;
        margin: 0 auto 10px;
        display: table;
    }
    .pay-scanner h4 {
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }
    .pay-scanner p {
        font-family: system-ui;
        font-weight: 600;
        text-align: center;
    }
    .main-header .mob-cal-icon {
       position: absolute;
        right: 65px;
        top: 43px;
        color: #fff;
        font-size: 25px;
        display: none;
        z-index: 111;
    }
    
    
.back-button a {
    background: #f3f2f2;
    color: #707070;
    padding: 1px 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    margin-top: -20px;
    display: table;
    margin-bottom: 3px;
}
.back-button a i {
    font-size: 15px;
}
.back-button a:hover {
    background: #07cc98;
    color: #ffffff;
    border: 1px solid #07cc98;
}
p.no-tour-list {
    text-align: center;
    font-weight: 600;
}
.custom-loader-main {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1111;
}
.custom-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #07cc98;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



label.off-tag {
    background-color: #07cc98;
    color: #fff;
    padding: 3px 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 3px;
    font-family: system-ui;
    width: 48.5%;
    text-align: center;
    margin-top: 13px;
}

.card-btn-details{
    background: #fff;
    color: #07cc98;
    border: 1px solid #07cc98;
}
.card-btn-details:hover{
    background: #07cc98;
    color: #fff;
}









#google_translate_element .goog-te-gadget > span {
    display: none;
}
#google_translate_element .goog-te-gadget{
    color: transparent;
    height: 21px;
}
#google_translate_element select{
    background: transparent;
    border: 0;
    color: #fff;
    cursor:pointer;
}
#google_translate_element select option{
    color: #555;
}
.translated-ltr .header-gapper {
    height: 55px;
}
.translated-ltr header{
    top: 39px;
}
div#image-gallery img {
    height: calc(100vh - 220px);
    object-fit: cover;
    width: 100%;
}

ul.mob-connect-way {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #dff2df;
    box-shadow: 0.00px 0.00px 11px 0px rgba(0, 0, 0, 0.1);
    height: 65px;
    padding-top: 13px;
    z-index: 999;
}
ul.mob-connect-way li {
    float: left;
    width: 25%;
    text-align: center;
    color: #808080;
}
ul.mob-connect-way li a {
    color: #808080;
}
ul.mob-connect-way li a span {
    display: table;
    margin: 0 auto;
    font-size: 13px;
    color: #000;
}
ul.mob-connect-way li a i {
    font-size: 20px;
    color:#2b7617;
}
ul.whatsapp-enq-btn {
    position: fixed;
    bottom: 0;
    background: #26d367;
    width: 100%;
    left: 0;
    display: none;
    border-radius: 0;
    z-index: 999;
}
ul.whatsapp-enq-btn li a{
    color: #fff;
}
ul.whatsapp-enq-btn li {
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    font-size: 18px;
}
ul.whatsapp-enq-btn li:last-child {
    background: #12a87b;
}
/*
ul.mob-connect-way li a i.fa-phone {
    color:#12a87b;
}
ul.mob-connect-way li a i.fa-whatsapp {
    color:#25d366;
}
ul.mob-connect-way li a i.fa-free-code-camp {
    color:#e97023;
}
ul.mob-connect-way li a i.fa-info {
    color:#07cc98;
}
*/
ul.related-tour-btn {
    display: table;
    width: 100%;
    margin-top: 15px;
}
ul.related-tour-btn li:first-child a{
    border: 1px solid #f4364f;
    height: 38px;
    text-align: center;
    padding: 6px 0;
    border-radius: 6px;
    display:block;
}
ul.related-tour-btn li:first-child a:hover{
    background-color:#f4364f;
    color:#fff;
}
ul.related-tour-btn li:first-child a:hover i{
    color:#fff;
}
ul.related-tour-btn li {
    float: left;
    width: 25%;
}
ul.related-tour-btn li:first-child i {
    font-size: 21px;
    transform: rotate(90deg);
    color: #f4364f;
}
ul.related-tour-btn li:last-child {
    width: 72%;
    margin-left: 3%;
}
ul.related-tour-btn li:last-child a {
    border: 1px solid #f4364f;
    background-color: #f4364f;
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    display: table;
    width: 100%;
}
ul.related-tour-btn li:last-child a:hover{
    background-color:#fff;
    color:#f4364f;
}

.top-selling-destination-tabs {
    display: table;
    margin: 0 auto;
}
.top-selling-destination-tabs li a {
    background-color: #4a4a4a  !important;
    margin: 0 6px;
    width: 117px;
    text-align: center;
    color: #fff;
    border: 1px solid #4a4a4a;
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
}
.top-selling-destination-tabs li a.active {
    background-color: #07cc98  !important;
}
section.top-selling-destination.tour-by-country {
    background-color: #fff;
}
.tour-by-country .home-common-title h4 {
    color: #00171f;
    font-family: '"Poppins", sans-serif';
    font-size: 45px;
    margin: 20px 0;
    font-weight: 400;
    
}









.luxury-car{
    position:relative;
}
.luxury-car-banner {
    position: relative;
}
.luxury-car-desc {
    display: table;
    width: 100%;
    margin: 10% 0;
}
.luxury-car-banner > .container {
    z-index: 1;
    position: relative;
}
.luxury-car-banner img {
    position: absolute;
    height: 459px;
    width: 100%;
    object-fit: cover;
}
.luxury-car-desc h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.luxury-car-desc p {
    color: #fff;
}
.luxury-car-desc ul {
    max-width: 450px;
    width: 100%;
    margin-top: 35px;
}
.luxury-car-desc ul li {
    float: left;
    width: 50%;
    color: #fff;
    line-height: 32px;
}
.luxury-car-desc ul li i {
    color: #01d27d;
}
.luxury-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.luxury-car-form {
    background: #18181899;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #fff;
}
.luxury-car-form h4 {
    font-size: 17px;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    margin-bottom:15px;
}
.luxury-car-form input{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: none !important;
    background: #faf5ee;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
}
.luxury-car-form button {
    width: 100%;
    border: 1px solid #01d27d;
    background: #01d27d;
    color: #fff;
    padding: 8px 0;
    border-radius: 5px;
    font-weight: 600;
}
.luxury-car-form button:hover {
    border: 1px solid #01d27d;
    background: #fff;
    color: #01d27d;
}

.car-card {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.car-card img {
    display: block;
    width: 100%;
}
.car-details {
    display: table;
    width: 100%;
    background-color: #f0f7f5;
    padding: 5px 4px;
    margin: 0;
}
.car-details h4 {
    float: left;
    width: 52%;
    font-family: system-ui;
    font-size: 15px;
    margin: 0;
}
.car-details h4 span {
    display: table;
    font-weight: 700;
    font-size: 10px;
    margin-top: 3px;
    text-transform: uppercase;
}
.car-details a.common-btn {
    padding: 3px 6px;
    float: right;
    display: table;
    margin-top: 8px;
    background: #00171f;
    letter-spacing: 0.2em;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    border: solid 1px #00171f;
    text-decoration: unset;
    float: right;
    width: 42%;
}
.car-details a.common-btn:hover{
    background-color:#fff;
    color:#00171f;
}



section.why-choose-us-new {
    margin: 40px 0;
}

.why-choose-us-card {
    background: #ffffff;
    min-height: 200px;
    padding: 20px;
    border-radius: 9px;
    text-align: center;
    border: 1px solid #ddd;
}
.why-choose-us-card img {
    margin: 0 auto 15px;
    display: table;
    max-width: 55px;
}
.why-choose-us-card p {
    margin: 0;
    line-height: 22px;
}
.why-choose-us-card h6 {
    font-weight: 600;
    font-size: 14px;
}
.why-choose-us-card p {
    margin: 0;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
}
.key-info.luxury-list-info{
    background-color: #fff;
    padding: 0 30px;
}

section.key-info.luxury-list-info ul li {
    float: left !important;
    width: 30%;
    margin-right: 26px;
}


.taxi-faq {
    display: table;
    width: 100%;
}
section.home-content-desc {
    background: #f2f2f266;
}




ul.tour-tbl-catd {
    position: relative;
}
ul.tour-tbl-catd li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding: 4px;
    background: #01cc941c;
    border-radius: 5px;
    padding-left: 73px;
    border: 1px solid #0ebdc0;
}
ul.tour-tbl-catd img {
    position: absolute;
    width: 60px;
    height: 54px;
    border-radius: 5px;
    left: 5px;
}
ul.tour-tbl-catd li h4 {
    font-size: 18px;
}
ul.tour-tbl-catd li span {
    font-size: 13px;
    padding: 0 6px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #07cc98;
}
ul.tour-tbl-catd li a {
    float: right;
    background-color: #07cc98;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    padding: 3px 9px;
}


.customize-tour {
    padding: 50px 0;
}
.customize-tou-heading{
    text-align:center;
}
.customize-tou-heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
}
.make-your-tour {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.cutomoze-form .form-group {
    position: relative;
}
.cutomoze-form .form-group input, .cutomoze-form .form-group select {
    height: 48px;
    border-radius: 10px;
}
.cutomoze-form .form-group label {
    position: absolute;
    left: 14px;
    top: -12px;
    z-index: 1;
}
.cutomoze-form .form-group label:before {
    position: absolute;
    left: -4px;
    top: 11px;
    width: calc(100% + 10px);
    height: 2px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.make-your-tour > h4 {
    margin-bottom: 13px;
    text-align: center;
    font-size: 18px;
}

button.custom-tour-btn {
        border: 1px solid #f4364f;
    background-color: #f4364f;
    color: #fff;
    width: 100%;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 0;
    max-width: 230px;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
}
button.custom-tour-btn:hover {
    border: 1px solid #f4364f;
    background-color: #fff;
    color: #f4364f;
}


.feboxhere {
    text-align: center;
    position: relative;
}
.feboxhere img {
    width: 61px;
    z-index: 1;
    position: relative;
}
.sapr-fbox {
    width: 50px;
    height: 50px;
    background: antiquewhite;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 35%;
    z-index: 0;
}
.feboxhere:hover .sapr-fbox {
    width: 100px;
    top: -16px;
    left: 32%;
    transition: 0.7s;
    height: 100px;
}
.feboxhere h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.feboxhere p {
    font-size: 15px;
}
h6.tour-heading-name-top {
    border: 1px solid #9d9d9d;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
h1.tour-heading-name-top {
        padding: 8px 15px;
    border-radius: 0;
    background-color: #00171f;
    font-size: 16px;
    /* font-weight: 400; */
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: 0;
    line-height: 22px;
}
a.enq-btn-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    background-color: #f4364f;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 17px;
}
#package_overview ul li {
    margin-bottom: 5px;
    list-style: circle;
}
#package_overview ul {
    padding-left: 18px;
}

.blog-href{
    display:table;
    width:100%;
}
.blog-card{
    background: #fff;
    width: 100%;
    position: relative;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    overflow: hidden;
}
.blog-href:hover .blog-card{
     border: 1px solid #07cc98;
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-card h2{
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-card p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.blog-card span{
    color:#07cc98;
}

.blog-card .blog-details {
    padding: 5px 15px 0px 15px;
    font-size: 14px;
    color: #000000;
    justify-content: space-between;
    align-items: center;
}
.blog-page{
    margin-top: 15px;
}
.blog-img img {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #e8e8e9;
}
.blog-content img {
    margin-bottom: 15px;
    border-radius: 10px;
}
.blog-desc {
    margin-top: 15px;
}
.blog-desc h2 {
    font-size: 40px;
    font-weight: 700;
    color: #212529;
}
.social-icons img{
    max-width: 50px;
    width: 100%;
}
.blog-content h2 {
    color: #212529;
    font-size: 27px;
    font-weight: 600;
}
.blog-content h3 {
    color: #12a87b;
    font-size: 20px;
}
ol.blog-list-tag li {
    list-style: auto;
}



#floatWaBtn {
    z-index:111;
  background-color: white;
  border-radius: 10px;
  position: fixed;
  bottom: 65px;
  right: 10px;
  padding: 5px;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: visible;
}

#floatWaBtn .dropdown-menu li {
  font-size: 0.85rem;
}

#floatWaBtn .dropdown-menu.show li {
  border-bottom: 1px solid #ccc;
}

#floatWaBtn .dropdown-menu.show li:last-child {
  border-bottom: 0;
}

#floatWaBtn .dropdown-menu.show li a:hover {
  background: unset !important;
}

#floatWaBtn ul.dropdown-menu {
  padding: 0;
  left: -47px ! IMPORTANT;
}

#floatWaBtn>div {
  width: 40px;
  height: 40px;
}

#floatWaBtn .dropdown-menu li {
  font-size: 0.85rem;
}

.activeFloatWaBtn {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}


a.home-cat-tour-card {
    display: table;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

section.home-cat-tour .home-common-title h4 {
    margin-top: 0;
    margin-bottom: 0;
}
section.home-cat-tour {
    padding-bottom: 0;
}

.home-cat-tour .home-common-title h4{
    z-index: 1;
    position: relative;
    font-weight: 800;
}
.home-cat-tour .home-common-title{
    margin-bottom: 10px;   
    margin-bottom: 25px;
}
.home-cat-tour .home-common-title h5{
    display: table;
    font-weight: bold;
    font-size: 44px;
    text-shadow: 0.8px 0.8px 3px rgb(0 0 0 / 60%);
    color: #fff;
    z-index: 0;
    opacity: .5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
    text-align: center;
    width: 100%;
}


.home-cat-img {
    position: relative;
}
.home-cat-img:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%) 0% 0% no-repeat padding-box;
}
.home-cat-img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height:270px;
    object-fit:cover;
}
.home-cat-img > div {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home-cat-details {
    position:relative;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home-cat-img > div span {
    background: #07cc98;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 4px;
}

.home-cat-img > div span {
    background: #07cc98;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 4px;
}
.home-cat-img > div h2 {
    color: #fff;
    font-size: 16px;
    display: table;
    width: 100%;
    margin-top: 4px;
    line-height: 21px;
}
.home-cat-details p {
    margin: 0;
    color: #6e6e6e;
    font-size: 15px;
    text-decoration: line-through;
}
.home-cat-details p i {
    font-size: 13px;
    margin-right: 2px;
}
.home-cat-details h6 {
    color: #000;
    margin: 5px 0;
    font-weight: 400;
    margin-top: 0;
    font-size: 16px;
}
.home-cat-details h6 i {
    font-size: 13px;
    margin-right: 2px;
}
.home-cat-details h6 span{
    box-sizing: border-box;
    color: #7C7C7C;
    text-decoration: line-through;
    padding-right: 5px;
}

.tour-detail-tabs ~ .container-fluid.desk-view{
    display:block;
}

.home-cat-details button {
    position: absolute;
    right: 10px;
    top: 13px;
    background-color: #07cc98;
    color: #fff;
    padding: 4px 7px;
    line-height: 14px;
    font-size: 13px;
    border-radius: 3px;
    font-family: system-ui;
    text-align: center;
    margin-top: 13px;
    border: 1px solid #07cc98;
    font-weight: 500;
}
.home-cat-details button:hover{
    color: #07cc98;
    background-color: #fff;
}

.ads-banner img{
    width:100%;
    border-radius: 10px;
}

.scrolled .find-perfect-search p{
    display:none;
}

.scrolled .find-perfect-search {
    position: fixed;
    top: 47px;
    z-index: 1111;
    width: 100%;
    max-width: 17%;
    min-width: 200px;
    transform: unset;
    left: 18%;
    left: calc((100% - 865px) / 2);
}
.scrolled .find-perfect-search .has-search-tag {
    max-width: 100%;
    width: 100%;
}
.scrolled .has-search-tag input {
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 0px solid #8b8b8b;
    max-width:230px;
}
.scrolled .has-search-tag i {
    right: 8px;
    top: 11px;
    font-size: 13px;
}

.view-by-destination {
    overflow: hidden;
}
.view-by-destination h2 {
    margin: 20px 0px 10px 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    border-left: 4px solid var(--hover-color);
}
.view-by-destination ul {
    list-style: none;
    padding: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.view-by-destination ul li {
    padding: 0 10px 10px 0;
}
.view-by-destination ul li a {
    white-space: nowrap;
    padding: 10px;
    display: block;
    min-width: 145px;
    border: 1px solid #01c08f;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
.view-by-destination ul li a.active, .view-by-destination ul li a:hover {
    color: #fff;
    background: linear-gradient(142deg, #028b68 0%, #01c08f8a 100%) !important;
}
section.home-content {
    background: #f8f8f8;
}
.home-seo-content h1, .home-seo-content h2 {
    font-size: 18px;
}
.home-seo-content p {
    font-size: 14px;
}
.text-ads{
    height: 35px;
}
.text-ads marquee{
    background: #0c7b8a;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
}
#stateTourSlide img,#stateTourSlideInt img {
    max-height: 467px;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}
.state-wise-card{
    /*background-image: url("../images/home/state-cat-bg.png");*/
        background: #fff;
}
.state-wise-card .home-common-title h4{
    color:#373435;
}
.state-cat-card .view-all-common-btn a{
        background: #07cc98;
}
.state-wise-card .home-common-title img {
    width: auto !important;
    height: auto;
}
.state-wise-card .home-common-title {
    margin-bottom: 5px;
}


.home-slider .item > a.most-recommended-card {
	background: #fff;
    display: table;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.home-slider .item > a.most-recommended-card:before {
    content: "";
    width: 100%;
    height: 235px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%) 0% 0% no-repeat padding-box;
}
span.customised {
    position: absolute;
    right: 15px;
    top: 11px;
    background-color: yellow;
    padding: 0 9px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid rgb(251, 251, 251);
}
a.most-recommended-card img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
a.most-recommended-card .caption-side-text {
    padding: 2px 10px 10px 10px;
    min-height: 123px;
    position: absolute;
    bottom: 0;
    width:100%;
}
a.most-recommended-card .caption-side-text h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    margin-bottom: 5px;
}	
a.most-recommended-card .caption-side-text h6 {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: rgba(224, 250, 255, 0.2);
    padding: 4px 5px;
    border-radius: 4px;
}
a.most-recommended-card .caption-side-text h6 span {
    color: #ffff00;
}
a.most-recommended-card .caption-side-text p {
    margin: 0;
    color: #07cc98;
    font-size: 12px;
    margin-top: 6px;
}
a.most-recommended-card .caption-side-text p span {
    margin-right: 6px;
    color: #fff;
}
a.most-recommended-card .caption-side-text p span:last-child {
    float: right;
}
a.most-recommended-card .caption-side-text h5 {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 6px auto 0;
}
a.most-recommended-card label.off-tag{
    cursor: pointer;
	border: 1px solid #07cc98;
}
a.most-recommended-card label.off-tag:hover{
	background:#fff;
    color:#07cc98;
}
a.most-recommended-card .caption-side-text p span i,
a.most-recommended-card .caption-side-text h5 i{
    color: #07cc98;
}



.top-domestic-inter-card{
    display:table;
    width:100%;
    margin-bottom:15px;
}
.top-domestic-inter-card figure {
    position: relative;
    margin: 0px;
}
.top-domestic-inter-card figure:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
}
.top-domestic-inter-card img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}
.top-domestic-inter-card figcaption {
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.top-domestic-inter-card span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 21px;
    display: block;
    text-transform: uppercase;
}






























.tour-list-pricing a.mob-view {
    display: none;
}
.desk-view{
    display:flex;
}   
.mob-view{
    display:none;
}    
@media only screen and (max-width: 767px) {
    a.gallery-start{
            right: -15px;
    }
    .tour-collage-gallery ul li {
        width: 25%;
    }
    ul.whatsapp-enq-btn {
        display: flex;
    }
    
    .top-domestic-inter-card img {
        height: 225px;
    }
    .top-domestic-inter-card figcaption {
        font-size: 19px;
    }
    .top-domestic-inter-card span {
        font-size: 13px;
    }
    .state-cat-card .container ~ .container .row:first-child > div:nth-child(2n+1) {
        padding-right: 5px !important;
    }
    
    
    
    
    
    
    
    
    
    
    h1.tour-heading-name-top {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    a.most-recommended-card .caption-side-text p span{
        width: 100%;
        display: table;
    }
    a.most-recommended-card .caption-side-text p span:last-child {
        float: left;
    }
    a.most-recommended-card .caption-side-text h5 {
        font-size: 12px;
        text-align: left;
        margin: 3px auto 0;
        display: table;
        float: left;
        width:100%;
    }
    .state-cat-card .container .container .row{
            margin-left: -15px;
            margin-right: -15px;
    }
    .state-cat-card .container .container .row > div:nth-child(2n+1) {
        padding-right: 5px !important;
    }
    .state-cat-card .container .container .row > div:nth-child(2n) {
        padding-left: 5px !important;
    }
    .state-wise-card .pl-0 {
        padding: 0px !important;
    }
    .state-wise-card .pr-0 {
        padding: 0px !important;
    }
    #stateTourSlide, #stateTourSlideInt{
        padding: 0 15px;
    }
    .home-common-title{
        max-width: calc(100% - 60px);
    }
    .scrolled .find-perfect-search {
         top: 0px;
        left: 36%;
        transform: unset;
        width: 100%;
        max-width: 45%;
        min-width: 90px;
    }
    .scrolled .find-perfect-search .has-search-tag {
        max-width: 100%;
        width: 100%;
        margin:0;
    }
    .scrolled .has-search-tag input {
        width: 100%;
        padding: 5px 7px;
        font-size: 12px;
        padding-right:23px;
    }
    
    .home-cat-tour .home-common-title h5 {
        font-size: 32px;
        top: -5px;
    }
    .tour-detail-tabs {
        top: 69px;
    }
    .tour-detail-tabs ul li {
        line-height: 35px;
    }
    .tour-detail-tabs ul {
        margin: 5px 0;
    }
    .need-help {
        margin-bottom: 15px;
    }
    .need-help a {
        font-size: 16px;
        line-height: 24px;
    }
    .tour-detail-tabs {
        overflow-x: scroll;
    }
    .tour-detail-tabs ul {
        width: 615px;
    }
    
    .gallery-large-img img {
        height: 200px;
        border-radius: 0;
        border: 0 !important;
    }
    .gallery-large-img > a{
        display: table;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -15px;
    }
    
    
    
    
    
    
    
    
    
    .home-form{
        background: #00171f;
        transform: unset;
        left:0;
        margin-top: -15px;
        z-index: 1;
        position: relative;
    }
    .home-form ul li {
        width: 100%;
        margin: 0;
    }
    .home-form ul li input {
        margin: 5px 0;
    }
    .home-form ul li button {
        margin: 5px 0;
    }
    
    
    
    
    
    
    
    
    
    .tour-by-country .col-md-3 {
        padding-right: 15px ! IMPORTANT;
    }
    div#image-gallery img {
        height: 31vh;
        padding: 0;
        width: 100%;
        border-radius: 5px;
    }
    .tour-list-pricing{
        margin: 0 auto;
        width: 100%;
    }
    .tour-list-pricing a{
        display: flex;
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        padding: 3px 10px;
        margin-right: 5px;
        width: 136px;
    }
    .header-top-bar ul li a{
        font-size: 11px;
        padding: 6px 0;
    }
    #google_translate_element .goog-te-gadget {
        height: 16px;
    }
    #google_translate_element select {
        font-size: 11px;
    }
    .goog-te-gadget .goog-te-combo {
        margin: 1px 0 !important;
    }
    .header-top-bar .col-md-12 {
        padding: 0;
    }
    .header-top-bar ul li {
        margin-left: 6px;
    }
    .header-top-bar ul li:last-child {
        float:right;
    }
    .header-top-bar ul {
        width: 100%;
    }
    .home-common-title h4{
        font-size: 25px;
    }
    .desk-view{
        display:none;
    } 
    .mob-view{
        display:flex;
    }  
    .sort-by-select select{
        margin-bottom: 10px;
        height: 40px;
    }
    h6.tour-heading-name {
        bottom: 32px;
        color: #fff;
        font-size: 24px;
        width: calc(100% - 30px);
    }
   .main-header .mob-cal-icon {
        right: 51px;
        top: 39px;
        font-size: 25px;
        display: table;
    }
    .main-header .mob-cal-icon i{
        font-size: 18px;
    }
    .popup-tourform .contact-form .row > div{
        padding:0;
    }
    
    .popup-tourform .modal-body button{
        width:100%;
        max-width: 100%;
    }
    .car-pricing-list ul li {
        width: 50%;
    }
    .car-pricing-list ul li:nth-child(3){
        clear: both;
    }
    .car-pricing-list ul li:last-child {
        width: 100%;
    }
    .car-pricing-list ul li a {
        margin: 0;
        width: 100%;
    }
    .fare-details-info {
        width: 300px;
    }
    .priced-holiday img{
        height: auto;
        object-fit: unset;
        width: 100%;
    }
    .approx-duration-distance ul li {
        width: 100%;
    }
    .car-time-duration ul li {
        width: 100% !important;
        margin-top: 15px;
        border: 1px solid #999;
        padding: 6px 15px;
        background-color: #fff;
    }
    .car-time-duration ul li:last-child{
        border: 0px solid #999;
        padding: 0px;
    }
    .car-pricing-list ul li p img {
        left: 0;
        width: 24px;
        bottom: 3px;
    }
    .car-time-duration ul li h4 {
        text-align: left;
    }
    
    .car-time-duration ul li p {
        text-align: left;
    }
  .table-price {
    overflow-x: scroll;
  }

  .table-price table {
    width: 830px;
  }

  /**********Mobile Nav Icon******/
  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
    width: 26px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .animated-icon1 span {
    background: #e65100;
  }

  .animated-icon2 span {
    background: #e3f2fd;
  }

  .animated-icon3 span {
    background: #f3e5f5;
  }

  .animated-icon1 span:nth-child(1) {
    top: 1px;
  }

  .animated-icon1 span:nth-child(2) {
    top: 8px;
  }

  .animated-icon1 span:nth-child(3) {
    top: 15px;
  }

  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .animated-icon2 span:nth-child(1) {
    top: 0;
  }

  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
    top: 10px;
  }

  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }

  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .animated-icon3 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 8px;
  }

  .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }

  .mob-toggle {
    display: table;
  }

  .mob-toggle button {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 111;
  }

  .mob-toggle button span {
    background: #ffffff;
  }

  .mob-toggle button:focus {
    outline: unset;
  }

  .header-menu ul.main-nav {
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 76px;
    display: none;
    height: calc(100vh - 65px);
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
  }

  .header-menu ul>li {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
  }
    .header-menu {
        /*border-bottom: 1px solid #fff;*/
    }
  .header-menu ul>li>a {
    position: relative;
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    background-color: #07cc98;
    font-weight: 600;
  }
  
  ul.sub-menu > li > a {
        background: #fff;
        color: #000;
        margin-left: 15px;
    }
    ul.sub-menu > li > a:before{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        content: "";
        border-radius: 50%;
        border: 1px solid #999;
    }
    ul.sub-menu{
        position: unset;
        width: 100%;
    }

  .has-search,
  .has-book-btn {
    display: none !important;
  }

  .header-menu ul>li>a i.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 10px;
    transform: rotate(0deg);
    font-size: 16px;
    display: table !important;
    transition: 0.3s;
  }

  .header-menu a.open-menu i.fa-angle-right {
    transform: rotate(90deg);
  }

  .has-big-menu {
    position: unset;
    background: 0 0;
    width: 100%;
    left: unset;
    top: unset;
    transform: unset;
    padding-top: 0px;
  }

  .has-big-menu .inside-has-big-menu {
    border-radius: 0;
    border: 0;
  }

  .has-big-menu .inside-has-big-menu .inside-menu-cat-part .menu-cat-part {
    width: 100%;
  }

  .inside-menu-cat-part.floating-left .menu-cat-part a {
    float: left;
    width: 100%;
  }

  .has-wide-menu:hover:before {
    display: none;
  }

  .has-big-menu:hover,
  .header-menu ul>li:hover .has-big-menu {
    display: none;
  }

  .has-tab-menu-cat ul.nav {
    margin-bottom: 15px;
  }

  /**********End Mobile Nav Icon******/
  .home-banner img,.home-banner video {
        height: 65vh;
        object-fit: cover;
    }
    .find-perfect-search {
        margin-top: 40px;
    }
  .happer-service-record {
        padding: 0 15px;
        bottom: 48%;
  }

  .happer-service-record ul li i {
    font-size: 20px;
  }

    

  .happer-service-record ul li p {
    line-height: 16px;
    font-size: 12px;
    text-shadow: unset;
  }

  .happer-service-record ul li p span {
    font-size: 15px;
  }

  .find-perfect-search {
    min-width: 100%;
    top: 20%;
  }
  .has-search-tag i {
        right: 10px;
        top: 9px;
        font-size:12px;
    }
    .main-tour-filter .col {
        width: 100%;
        flex: 100%;
    }

  .find-perfect-search p {
    font-size: 40px;
    line-height: unset;
  }

  .has-search-tag {
    margin: 0 30px;
  }

  .has-search-tag input {
    padding: 7px 20px;
    font-size: 15px;
  }

  button.owl-prev {
    height: 40px;
    top: 113px;
    width: 40px;
    left: -11px;
  }

  button.owl-next {
    height: 40px;
    top: 113px;
    width: 40px;
    right: -11px;
  }

  button.owl-prev::before {
    top: 14px;
  }

  button.owl-next::before {
    top: 14px;
    left: 11px;
  }

  .top-selling-destination .p-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .priced-holiday .nav-tabs:before,
  .priced-holiday .nav-tabs li:before,
  .priced-holiday .nav-tabs li a.active:before {
    display: none;
  }

  .priced-holiday .nav-tabs li a {
    background-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
  }

  .priced-holiday .caption-side-text {
    margin-bottom: 15px;
  }

  h4.footer-title {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .below-footer p {
    text-align: center;
  }

  .below-footer ul {
    margin: 0 auto;
    display: table;
    float: unset;
  }

  .sightseening-slider {
    margin-top: 0;
  }

  .sightseening-slider .pr-0 {
    padding-right: 15px !important;
  }

  .sightseening-slider .pl-0 {
    padding-left: 15px !important;
  }

  .sightseening-form {
    margin-top: 15px;
  }

  .sightseening-details {
    margin-top: -50px;
  }

  .sightseening-tabs .nav-item {
    width: 24%;
  }

  .sightseening-tabs .nav-item a {
    font-size: 13px;
    height: 46px;
    line-height: 16px;
  }

  .main-tour-list-info .pr-0 {
    padding-right: 15px !important;
  }

  .main-tour-list-info .pl-0 {
    padding-left: 15px !important;
  }

  section.main-tour-list-info .tour-list-part-1 img {
    border-radius: 0px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
  }

  section.main-tour-list-info .tour-list-part-1 {
    border: 0;
  }

  section.main-tour-list-info .tour-list-part-2 {
    padding-left: 0;
    border-left: 1px solid #dedede;
  }

  ul.tour-pac-name li {
    text-align: center;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    background: #fff;
  }
  ul.tour-pac-name li:first-child{
      width:100%;
  }
  ul.tour-pac-name li p {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    ul.tour-pac-name li p a{
    color:#000;
}
  ul.tour-pac-name li:last-child {
        position: absolute;
        top: -145px;
        left:10px;
        border-left: 0;
        background: transparent;
    }
  ul.tour-pac-name li:last-child span {
        background: #fff;
        padding: 4px 8px;
        border-radius: 6px;
        font-weight: 700;
        text-align: center;
        font-size: 12px;
    }
  .taxi-service h1 {
    font-size: 20px;
  }
  .view-by-destination ul li a {
        padding: 2px 10px;
        min-width: auto;
    }

  .tour-list-part-2 h5 {
        padding: 8px 15px;
        margin-bottom: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin-top: 0;
        /*overflow: visible;*/
        /*white-space: break-spaces;*/
        line-height: 22px;
  }
  ul.tour-list-itinerary {
        height: auto;
        overflow-y: visible;
        padding: 0 10px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
        position: relative;
    }
    ul.tour-list-itinerary:before {
        /*background: url(https://here4trip.com/assets/images/sightsen-icons.png);*/
        /*height: 28px;*/
        /*width: 100%;*/
        /*content: "";*/
        /*position: absolute;*/
        /*background-repeat: no-repeat;*/
        /*top: 6px;*/
        /*background-size: contain;*/
    }
    li.meal-icons {
        margin: 0;
        padding: 0 !important;
        display: flex;
    }
    li.meal-icons div {
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    li.meal-icons div img {
        width: 26px;
    }
    li.meal-icons div span {
        font-size: 12px;
        font-weight: 500;
        display: table;
    }
  ul.tour-pac-name {
        border-right: 1px solid #ddd;
        border-left: 1px solid #dddd;
    }
    .tour-list-pricing p {
        display: none;
    }

  .cutomize-list {
    padding: 10px 15px;
    display:none;
  }
  section.main-tour-list-info .tour-list-part-2{
        border: 0px solid #dedede;
        min-height: auto;
  }

  .tour-list-part-3 {
    border-left: 1px solid #dedede;
    border-top: 0;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
    .tour-list-pricing a.mob-view {
        padding: 0;
        background: transparent;
        border: 0;
        float: right;
        display: table;
        width: auto;
    }
    .tour-list-pricing a.card-call-icon {
        padding: 0;
        display: table;
        background: transparent;
        border: 0;
        position: absolute;
        right: 13px;
        width: auto;
        bottom: 49px;
    }
    .tour-list-pricing a.card-call-icon img {
        width: 36px;
    }
    .tour-list-pricing {
        padding: 0 10px;
        position:relative;
        background: #ebf1ff;
    }
  .tour-list-pricing h5 {
    margin: 10px 0px;
  }

  .banner-search-tabs ul.nav-pills {
    width: 100%;
  }

  .banner-search-tabs ul.nav-pills li {
    width: 33.33%;
  }

  .banner-search-tabs ul li:first-child a {
    border-top-left-radius: 8px !important;
  }

  .route-search-form {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 15px;
  }
    
  .route-search-form .col {
    flex-basis: auto;
  }

  .banner-search-tabs ul li a {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
  }

  .route-detail {
    margin-bottom: 15px;
  }

  .tour-vavigate ul li {
    margin-bottom: 65px;
  }

  .tour-details {
    padding-bottom: 0;
  }

  /*.fixed-tour-price {*/
  /*  position: unset;*/
  /*  width: 100%;*/
  /*  margin-bottom: 15px;*/
  /*}*/

  .tour-tab {
    margin-top: 10px;
  }

  .booking-taxi-stepper ul {
    width: 100%;
  }

  .booking-taxi-stepper-box {
    padding: 10px;
    width: 78px;
    height: 78px;
  }

  .taxi-why-chhose-us ul li {
    display: contents;
  }

  .contact-form .container-fluid {
    padding: 0;
  }

  .contact-form .row {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
  }

  .contact-form .col {
    display: table;
    width: 100%;
    float: left;
    padding: 0;
  }

  .contact-info-social {
    margin-bottom: 15px;
  }

  .key-info {
    padding: 10px 20px;
  }
  .cutomize-list ul{
      margin-left: -15px;
  }
  .cutomize-list ul li {
        min-width: auto;
        width: 21%;
    }
    .customized-holiday-info ul li{
        width: 100%;
    }
    .customized-holiday-info ul {
        padding-left: 30px;
    }
    .cutomize-list ul li p {
        font-size: 13px;
    }
    .cutomize-list ul li p span {
        width: 35px;
        height: 35px;
    }
    .customized-holiday-info {
        bottom: 107px;
    }
    .taxi-faq .card .card-header h5 button {
        margin-left: -15px;
    }
    .tour-vavigate a {
        float: left;
        width: 47%;
        font-size: 12px;
        margin: 0 0;
        margin-top: 7px;
        padding: 4px 0;
        text-align: center;
    }
    a.get-quotation.whatsapp-share{
        margin: 44px auto 0 !important;
        display: table;
        float: none;
        width: 100%;
        text-align: center;
    }
    .mob-tour-filter .sort-by-select i {
        float: left;
        background-color: #00171f;
        height: 39px;
        padding: 12px 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #fff;
    }
    .mob-tour-filter .sort-by-select select {
        float: right;
        width: calc(100% - 36px);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left: 0;
    }
    a.mail-logo img {
        max-width: 150px;
        transition:0.3s;
    }
    .scrolled a.mail-logo img {
        max-width: 108px;
    }
    .main-header.not-home-page a.mail-logo img{
        max-width: 108px;
    }
    .scrolled .has-search-tag i {
        right: 7px;
        top: 9px;
        font-size: 11px;
    }
    .header-gapper {
        height: 75px;
    }
    .luxury-car-banner img {
        height: 410px;
    }
    .luxury-car-form {
        background: #fff;
    }
    .why-choose-us-card {
        margin-bottom: 15px;
    }
    section.key-info.luxury-list-info ul li {
        width: 100%;
        margin-right: 10px;
    }
    .taxi-service.holiday-banner{
        min-height: 130px;
        padding-top: 50px;
    }
    .taxi-service h4 {
        font-size: 23px;
    }
    .filter-tour {
        padding:0 0;
        padding:0 0;
    }
    section.main-tour-list {
        padding-bottom: 0;
    }
    ul.tour-tbl-catd li a {
        padding: 3px 5px;
    }
    .filter-tour {
        margin-top: 0;
    }
    
}

@media only screen and (max-width: 375px) {
    .header-top-bar ul li:last-child {
        width: 96px;
    }
    .scrolled .find-perfect-search{
        max-width:36%;
        left:40%;
    }
    .tour-list-pricing a {
        font-size: 12px;
        padding: 9px 10px;
        margin-right: 5px;
        width: 102px;
    }
}
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}