
html {

    scroll-behavior: smooth;
}




/* tour detail page starts */


.tour-detail-top-image {

    height: 300px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.tour-detail-title {

    display: block;
    width: 100%;
    padding: 20px 20px 100px 20px;
    text-align: center;


}

.tour-detail-title h2 {

    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}

.tab-list {

    flex-direction: row;
    margin-bottom: 30px;
}



.tab-list a {

    text-align: center;
    border-radius: inherit;
    border: none;
    font-weight: 600;
    border-right:1px solid #d0e1ec;
}

.tab-list a:last-child {

    border: none;
}

.tab-list .list-group-item {

    margin-bottom: 0;
}


.tab-list a:hover,
.list-group-item.active {
    z-index: 2;
    color: #fff!important;
    background-color: #f16625;
    border-radius: inherit;
    border-color: #f16625;

}

.tour-detail-section {
    background: #eef3f7;
    padding: 30px 0;
}

.tab-list-wrapper {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 9;

}

.review img {

    margin: 15px 0;
}

.tab-content-wrapper {
    margin-bottom: 30px;
}


.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>button {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    width: 100%;
    outline: none;
    border: none;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: left;
    background: #eef3f7;
}

.set>button h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;

}

button.active h3 {
    color: #fff;
}

.set>button span {
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    margin-right: 10px;
}

.set>button i {
    float: right;
    margin-top: 2px;
}

.set>button.active {
    background-color: #f16625;
    color: #fff;
}


.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 15px;
}

.content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.content p {
    color: #333;
}


.include-wrapper {

    margin-bottom: 20px;
}


.include-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.include-wrapper ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #424242;
    display: block;
    margin: 5px 0;
}
.gears ul li::before {

    content: "\f0a4" !important;
    color: #1b75bc !important;
}

.include-wrapper ul li::before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: fontawesome;
    color: #3c67b1;
}

.excluded-wrapper ul li:before {
    content: "\f00d";
    color: #af0000;
}


.inquiry-form h3,
.trip-map h3,
.trip-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    background: #fbfbfb;
    padding: 10px;
    color: #f16625;
    margin-bottom: 10px;

}

.trip-wrap ul {
    padding-left: 10px;
}

.trip-wrap ul li {
    font-size: 13px;
    margin: 10px 0;
    list-style: none;
    display: block;
}

.trip-wrap ul li span {
    color: #000;
    font-weight: 700;
    display: inline-block;
}

.tour-detail-wrapper {
    background: #fff;
    /* padding: 15px; */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.trip-wrap {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.trip-map {
    border: 2px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}

.trip-map iframe {
    width: 100%;
    height: 300px;
}

.inquiry-form {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.inquiry-form form {
    padding: 10px;
}

.inquiry-form form input,
.inquiry-form form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0;
    border: 1px solid #dadada;
    outline: none;
}

.inquiry-form form textarea {
    height: 100px;
}

.inquiry-form form button {
    background: #f16625;
    color: #fff;
    padding: 8px 35px;
    outline: none;
    border: none;
    transition: 500ms ease all;
    border-radius: 3px;
}

.inquiry-form form button:hover {
    background: #f16625;
}


#toggle {
    border: none;
    outline: none;
    font-size: 12px;
    background: transparent;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #f16625;
}

#toggle i {
    padding: 7px;
    font-size: 16px;
}

#text {
    display: none;
}




/* book form starts */

.book-form form textarea,
.book-select,
.book-form form input {
    display: block;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    outline: none;
    border-radius: 3px;
    background: #fff;
}

.book-select select {

    width: 100%;
    padding: 7px 10px;
    border: none;
    background: transparent;
}

.book-form form label {
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.book-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.book-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(141, 201, 193, 0.6);
}

.primary__button {
    color: #fff;
    background: #16ace0;
    padding: 10px 25px;
    font-size: 16px;
    outline: none;
    border: none;
    margin: 0 auto;
    max-width: 225px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: 300ms ease all;
    margin-top: 20px;
    border-radius: 5px;
}

.input-group-append button {
    margin-top: 0 !important;
}

.book-form form button:hover,
.primary__button:hover {
    background: #ed2725;
}

.book-form .form__wrapper {
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    position: relative;
    margin-top: 90px;
}

.book-form-title {
    display: block;
    margin: 30px;
    text-align: center;
}

.book-form-title h3 {
    font-size: 20px;
}

.book-form-title h3 span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #f16625;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.book-select::before {
    display: none;
}

.book-select .select-selected {
    padding: 5px;
    display: block;
    width: 100%;
}

.book-form form textarea {
    height: 200px;
}


/* custom select */

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #424242;
    width: 100%;
    height: 35px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 7px 15px;
    -moz-transition: all 0.2s ease-in;
    font-size: 14px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #424242 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #f1f1f1;
}

.select-styled:active,
.select-styled.active {
    background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #424242 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.select-options li {
    margin: 0;
    padding: 7px;
    text-indent: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #ffffff;
    background: #3c67b1;
    display: block;
}

.select-options li:hover {
    color: #424242;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.custom-select {
    padding: 0 !important;
}


/* tour detail page ends */

/* tour list page starts */


.inner-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.inner-title-wrapper h2 {

    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Vollkorn SC', serif;
    font-weight: 900 !important;
}

.inner-title-wrapper p {

    max-width: 500px;
    margin: 0 auto;
}

section.tour-list-page{
    background: #f8fcff;
}

/* tour list page ends */



/* contact page starts */

.contact-page-title  {
    margin-bottom: 0;
}

.about-title h2{
    text-align:center;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.contact-page-title h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.contact-toop-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-toop-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 43, 82, 0.6);
}

.contact-title {
    margin: 0;
}

.contact-title h2::before {
    display: none;
}

.map-section iframe {
    width: 100%;
    height: 400px;
}

.contact-info-section {
    padding: 80px 0;
    /* background: #f3fcff; */
}

.contact-address-wrap {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    background: #fff;
}

.contact-address-wrap ul li {
    text-align: center;
    display: block;
    margin: 30px 0;
}

.contact-address-wrap ul li i {
    border: 1px solid #c5c5c5;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    color: #c5c5c5;
    margin-bottom: 15px;
}

.contact-address-wrap ul li h3 {
    font-size: 25px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 15px;
}

.contact-address-wrap ul li a {
    color: #424242;
    transition: 500ms ease all;
}

.contact-address-wrap ul li a:hover {
    color: rgba(232, 76, 61, 1);
}

.contact-form-wrapper {
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}

.contact-form-wrapper h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-wrapper p {
    margin-bottom: 30px;
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.contact-form-wrapper textarea,
.contact-form-wrapper input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    outline: none;
    margin-bottom: 20px;
}

.contact-form-wrapper textarea {
    height: 150px;
}

.contact-form-wrapper button {
    outline: none;
    border: none;
    padding: 10px 25px;
    max-width: 200px;
    color: #fff;
    background: #f16625;
    transition: 500ms ease all;
    border-radius: 3px;
}

.contact-form-wrapper button:hover {
    background: #3c67b1;
}

.map-wrapper {
    width: 100%;
}

.map-wrapper iframe {
    width: 100%;
    height: 500px;
}

.inner-top-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* contact page ends */



/* about page starts */

.about-page-wrapp {
    padding: 40px 0;
}
.about-page {

    background: #eef3f7;
    padding-bottom: 40px;
}

.about-title2 {

    margin-bottom: 30px;
}

.about-top-image {

    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-title  {

    position: relative;
    margin-bottom: 0;
}
.about-title{

   margin: 0;
}

/* about page ends */

/* travel info page starts */


.travel-info-side h2 {

    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.travel-info-side img {

    margin: 15px 0;
}

.travel-info-side h3,
.travel-info-side h4,
.travel-info-side h5 {

    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-sidebar {



    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
}

.info-sidebar h2 {

    font-size: 20px;
    font-weight: 900;
    padding: 10px 10px;
    background: #343434;
    font-family: 'Vollkorn SC', serif;
    color: #fff;
    word-spacing: 5px;
}

.info-sidebar ul li {

    display: block;
}

.info-sidebar ul li a {

    font-size: 15px;
    font-weight: 500;
    color: #424242;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: block;
    transition: 300ms ease all;
}

.info-sidebar ul li a:hover {
    background: #fff;
    color: #f16625;
    padding-left: 15px;
}

/* travel info page ends */

/* blog list page starts */

.blog-list-wrapper {

    box-shadow: 0 0 10px #cccccc5e;
    margin-bottom: 30px;
}

.blog-list-wrapper a img {

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-list-content {
    padding: 20px 15px;
}

span.blog-date {
    font-size: 12px;
    font-weight: 800;
    color: #dcac95;
    display: block;
    margin-bottom: 10px;
}

span.blog-date i {

    margin-right: 5px;
}

.blog-list-content a h3 {

    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-list-content p {

    max-height: 77px;
    overflow: hidden;
}

.read-btn {

    color: #fff;
    background: #f16625;
    border-radius: 3px;
    font-size: 15px;
    margin-top: 15px;
    padding: 7px 20px;
    display: block;
    max-width: 120px;
    text-align: center;
    transition: 500ms ease all;
}

.read-btn:hover {

    background: #1b75bc;
}

/* blog list page ends */

/* review page starts */


.review_image {

    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 0px 4px rgb(241, 102, 37);

}

.review_image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-image-wrapper {

    display: flex;
    align-items: center;
}

.image-info h4 {

    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.image-info span {

    font-size: 14px;
    font-weight: 600;

}

.review-content-wrapper {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.review-content-wrapper::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 100%;
    border-style: solid;
    border-width: 22px 37px 0 4px;
    border-color: #f2f2f2 transparent transparent transparent;
}

.review-wrapp {
    margin-bottom: 30px;
}

 .imageHolder {
      position: relative;
      width: 285px;
      height: 175px;
    }
    .imageHolder .caption {
      position: absolute;
      width: 283px;
      height: 50px;
      bottom: 0px;
      left: 0px;
      color: #ffffff;
      background: green;
      text-align:center;
      font-weight:bold;
      opacity:0.7;
    }


        .book-form .inner-title-wrapper p{max-width: 800px;}

        .all-trip{padding-top: 40px; background: #eef3f7;}
        .filter-searchbar{width: 100%; float: left; padding:20px 10px 10px 10px; text-align: center;}

        .input-with-icon {position: relative; margin-bottom: 15px;}


        .mkdf-tours-input-with-icon {
    position: relative;
    margin-bottom: 15px;
        padding: 0 10px;
        width: 100%;


}

.mkdf-tours-input-icon {
    position: absolute;
   left: 20px;
    top: 50%;
    width: auto;
    font-size: 15px;
    color: #ff681a;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}





.typeahead { margin: 10px 0; display: block;}

.typeahead input{
    padding-left: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #eee;
}

.mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon input[type=number], .mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon input[type=text], .mkdf-tours-search-main-filters-holder.mkdf-boxed-widget .mkdf-tours-input-with-icon select {
    padding-left: 43px;
}


.mkdf-tours-input-with-icon input[type=text], .mkdf-tours-input-with-icon input[type=email], .mkdf-tours-input-with-icon input[type=password], .mkdf-tours-input-with-icon input[type=number], .mkdf-tours-input-with-icon select, .mkdf-tours-input-with-icon textarea {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 16px 24px 15px 43px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #999;
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.mkdf-tours-select-placeholder{/*width: 200px!important;*/}



.checkbox-wrapper{float: left; padding:0 10px;}

.searchbtn-wrap{float: left; width: 100%; margin: 15px 0;}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}














   .trips-holder .trips-block {

    display: inline-block;
    padding: 7px;
    width: 100%;
}


.trips-block .image-block {
    float: left;
    position: relative;
    width: 290px;
}

.trips-block .image-block .image-holder {
    overflow: hidden;
    /* position: relative; */
    border-radius: 3px;
}

.trips-block .text-details {
    position: relative;
    padding: 8px 10px 8px 17px;
    overflow: hidden;
}


}
.trips-block .text-details .details-block {
    margin-right: -15px;
}

.trips-results .trips-block h4 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    text-transform: capitalize;
    }

    .trip-responsive-wrap.collapse {
    display: block;
}


.trip-descriptions {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0 0;
    font-weight: 300;
}

.trip-descriptions .reviews-txt {
    font-style: italic;
    display: block;
}


.trips-block .trip-info-list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    display: block;
}


.trips-block .price-details {
    text-align: right;
}

.departures-col.max-sm {
    max-width: 120px;
    clear: both;
    font-size: 11px;
    line-height: 18px;
    color: #6c6c6c;
    padding: 10px 0 0;
   margin: 0 0 0 auto;
}


.trips-results {
    padding: 0 0 15px;
}





#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    /*content: "";
    width: 5px;
    height: 40px;
    background: #ef6145;
    position: absolute;
    top: 30px;
    left: 0;*/
}
#accordion .panel-body p{
    margin-bottom: 0;
}

.tour-sidebar h4{margin-bottom: 20px;}

.tour-detail-wrapper {
    background: #fff;
    /* padding: 15px; */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.trek-tab {
    background: #fbfbfb;
}

.tour-tab-wrapper .nav-tabs .nav-link {
    color: #505050;
    border: none;
    background: transparent;
    border-radius: inherit;
    transition: 300ms ease all;
    font-size: 16px;
    border-right: 1px solid #ccc;
    border-top: none;
    float: right;
    padding: 8px 20px;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
    background: #ad7053;
}

.tab-content.tour-detail-tabs {
    padding: 15px;
}

.tour-tab-container {
    position: sticky;
    top: 0;
    z-index: 3;
}


/* ======blog list page starts======== */


.admin-date img {

    width: 15px;
    height: auto;
    margin-right: 7px;
}

.admin-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.admin-date span,
.admin-date p {

    margin: 0;
    font-size: 13px;
    color: #949494;
}

#blog-btn {
    margin: inherit;
    background: #f16626;
    color: #fff;
    border-color: #f16626;
}

#blog-btn:hover {

    color: #333;
    background: #fff;
    border-color:#e8e8e8;
}

/* ======blog list page ends========= */

/* blog detail page starts */


.blog-detail-title {

    padding: 15px 0;
}

.blog-detail-title h1 {

    font-size: 40px;
}

.blog-detail-content img {

    margin-bottom: 15px;
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {

    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-detail-content p {

    color: #959595;
}


.circularButton {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 46px;
    text-align: center;
}
#no__bg.book-form::before {
    background: none;
}

#no__bg.book-form .form__wrapper {
    margin-top: 40px;
}