/* Tours Packages Css*/
.inner-header .container {
  max-width: 1560px;
}

.tours-packages {
  padding: 60px 0;
}

.tours-packages .container {
  max-width: 1560px;
}

.overview-block {
  padding-right: 60px;
}

.overview-block h4 {
  font-family: 'TT Wellingtons Trl DemiBold';
  font-weight: normal;
  color: #000;
  font-size: 24px;
}

.overview-block p {
  font-size: 16px;
}

.package-row {
  padding-top: 40px;
}

.package-row .row {
  display: grid;
  grid-template-columns: 72% 28%;
}

.tours-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 80px;
}

.tours-packages-grid .tour-card .tour-image {
  margin-bottom: -20px;
}

.tours-packages-grid .tour-card .tour-image img {
  height: 280px;
}

.tours-packages-grid .tour-card .tour-image .owl-carousel .owl-stage-outer {
  border-radius: 10px;
  overflow: hidden;
}

.tours-packages-grid .tour-card .tour-image .owl-item {
  border-radius: 10px;
  overflow: hidden;
}

.tours-packages-grid .owl-nav button {
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tours-packages-grid .tour-card:hover .owl-nav button {
  opacity: 1;
}

.tours-packages-grid .owl-nav button.owl-prev {
  margin-left: 15px !important;
  background-image: url(../images/arrow-left-bg.png);
}

.tours-packages-grid .owl-nav button.owl-next {
  margin-right: 15px !important;
  background-image: url(../images/arrow-right-bg.png);
}

.tours-packages-grid .tour-card .tour-dtl {
  border: 1px solid #d7d7d7;
  padding: 13px 15px 15px;
}

.tours-packages-grid .tour-card .tour-image .trendingnow {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  filter: drop-shadow(0 3px 9px rgb(0, 0, 0, 0.23));
}

.tours-packages-grid .tour-card .tour-image .trendingnow span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  background: #ef0a6a;
  background: linear-gradient(0deg, rgba(182, 53, 156, 1) 0%, rgba(239, 10, 106, 1) 100%);
  clip-path: polygon(0% 0%, 75% 0%, 68% 46%, 75% 100%, 0% 100%);
  padding: 8px 70px 8px 20px;
	animation: change-color-anim 10s linear infinite;
}

@keyframes change-color-anim {
	0%,100%{
		background: #ef0a6a;
	}
	50%{
		background: linear-gradient(0deg, rgba(138, 162, 74, 1) 0%, rgba(111, 197, 52, 1) 100%);
	}
}


.tour-card .day-nights {
  color: #6c6c6c;
  font-size: 14px;
  font-family: 'Helvetica LT';
  font-weight: normal;
}

.tour-card .day-nights .all-rating .rating-count {
  color: #19ad6f;
}

.tour-card h4 {
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Helvetica LT';
  font-weight: normal;
  font-size: 17px;
  margin: 15px 0;
  max-width: 270px;
  line-height: 24px;
}

.tour-card .tour-places {
  display: flex;
  align-items: center;
  color: #6c6c6c;
  font-family: 'Helvetica LT';
  font-weight: normal;
  font-size: 14px;
}

.tour-card .tour-places .places {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92%;
}

.tour-card .tour-places a {
  color: #fe5955;
  font-weight: bold;
  margin-left: 2px;
  transition: all 0.3s ease-in;
}

.tour-card .tour-places a:hover {
  color: #000;
}

.tour-card .tour-price {
  font-family: 'Helvetica LT';
  font-weight: normal;
  font-size: 14px;
  color: #6c6c6c;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.tour-card .tour-price .all-price {
  color: #3b9211;
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}

.tours-packages-grid .booking-tour .action-btn1 {
  border: 1px solid #fe5955;
  color: #fe5955;
  font-size: 24px;
  border-radius: 8px;
  padding: 7px 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.tours-packages-grid .booking-tour .action-btn1:hover {
  background: #fe5955;
  color: #fff;
}

.tours-packages-grid .booking-tour .action-btn2 {
  background: #fe5955;
  color: #fff;
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 24px;
  border-radius: 8px;
  padding: 8px 20px;
  text-align: center;
  width: calc(100% - 70px);
  transition: all 0.3s ease-in-out;
}

.tours-packages-grid .booking-tour .action-btn2:hover {
  background: #0f1868;
}

.loadmore {
  margin-top: 60px;
}

.loadmore a {
  font-family: 'TT Wellingtons Trl DemiBold';
  font-weight: normal;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.loadmore a:hover {
  color: #fe5955;
}

.tour-card .tour-image .tour-offer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 40px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tour-card .tour-image:hover .tour-offer {
  opacity: 1;
}

.tour-card .tour-image .tour-offer .offer-text {
  color: #fff;
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.tour-card .tour-image .tour-offer .offer-text strong {
  font-size: 30px;
  display: block;
}

.tour-card .tour-image .tour-offer .offer-button a {
  background: #fe5955;
  color: #fff;
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 30px;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
}

.tour-card .tour-image .tour-offer .offer-button a:hover {
  background: #0f1868;
}

.information-call {
  background: #323232;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}

.information-call a {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  padding: 0 10px;
  position: relative;
}

.information-call a::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
}

.information-call a:last-child::before {
  display: none;
}

.information-call a:hover {
  color: #fe5955;
}

.information-call img {
  margin-right: 11px;
}

.enquiry-block {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 26px;
}

.enquiry-block .enquiry-heading {
  padding: 13px 15px 22px;
  background: #fe5955;
  text-align: center;
}

.enquiry-block .enquiry-heading h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  margin-bottom: 0px;
}

.enquiry-block .enquiry-form {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-top: -10px;
  border-radius: 12px;
}

.enquiry-form .form-group {
  margin-bottom: 15px;
}

.enquiry-form .form-group .form-control {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #cdcdcd;
  height: 45px;
  background: #fafafa;
  border-radius: 4px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-control.phone-code {
  max-width: 60px;
  margin-right: 10px;
}

.enquiry-form .form-group .form-select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-label {
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  margin-left: 15px;
  margin-top: -5px;
  display: block;
}

.enquiry-form .form-group textarea.form-control {
  height: 100px;
}

.enquiry-form .btn {
  width: 100%;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: bold;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-row>.col {
  padding: 0 10px;
  position: relative;
}

.form-row .add-no {
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #9a9a9a;
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 24px;
  line-height: 15px;
  border-left: 1px solid #9a9a9a;
  padding-left: 15px;
}

.enquiry-form ::placeholder {
  color: #9a9a9a;
}

.enquiry-form ::-ms-input-placeholder {
  color: #9a9a9a;
}

.book-with-us {
  margin-bottom: 25px;
  padding: 0 20px;
}

.book-with-us h4 {
  color: #000;
  font-size: 24px;
  font-family: 'Helvetica CE';
  font-weight: bold;
}

.book-with-us ul {
  margin: 0;
}

.book-with-us li {
  color: #000;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 8px;
}

.book-with-us li img {
  margin-right: 5px;
}

.plan-dream {
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  padding: 25px;
}

.plan-dream h4 {
  color: #368b19;
  font-size: 24px;
  font-family: 'Helvetica CE';
  font-weight: bold;
}

.plan-dream h5 {
  color: #000;
  font-size: 17px;
  font-family: 'Helvetica CE';
  font-weight: bold;
}

.contact-persons {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.contact-persons .person-info {
  text-align: center;
}

.contact-persons .person-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-family: 'Helvetica CE';
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.contact-persons .person-info a i {
  color: #19ad6f;
  margin-right: 5px;
}

.contact-persons .person-info a:hover {
  color: #fe5955;
}

.contact-persons .person-info .person-img {
  height: 104px;
  width: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 5px;
}

.contact-persons .person-info h6 {
  font-size: 16px;
  color: #000;
  font-family: 'Helvetica CE';
  font-weight: bold;
  margin-bottom: 5px;
}

.faqs-block {
  background: #efefef;
  padding: 80px 0;
}

.faqs-block .container {
  max-width: 1190px;
}

.faqs-block .accordion {
  margin-top: 10px;
}

.faqs-block .accordion-item {
  border-radius: 10px;
  margin-bottom: 15px;
  background: var(--bs-white);
  border: 1px solid #d4d4d4;
}

.faqs-block .accordion-item .accordion-button {
  border-radius: 10px;
  font-size: 16px;
  background: var(--bs-white);
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
}

.faqs-block .accordion-item p {
  font-size: 15px;
  font-family: 'Lato';
}

.faqs-block .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 0;
  box-shadow: none;
}

.faqs-block .accordion-item .accordion-button::after {
  background-image: url(../images/acc-arrow-down.png);
  width: 33px;
  height: 33px;
  background-size: contain;
}

.faqs-block .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/acc-arrow-up.png);
  transform: rotate(360deg);
}

.blog-block {
  padding: 50px 0;
}

.blog-block .blog-slide .item {
  padding: 15px;
}

.blog-block .blog-slide .owl-nav button {
  background-color: transparent !important;
  box-shadow: none !important;
}

.blog-block .blog-slide .owl-nav button.owl-prev {
  background-image: url(../images/blog-arrow-left.png);
}

.blog-block .blog-slide .owl-nav button.owl-next {
  background-image: url(../images/blog-arrow-right.png);
}

.blog-row {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-wrap: wrap;
}

.blog-row>div {
  width: 50%;
  align-self: center;
}

.blog-row .blog-left {
  padding: 20px 30px;
}

.blog-row .blog-left h4 {
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 30px;
  color: #1b1b1b;
  margin-bottom: 25px;
}

.blog-row .blog-left h4 .line {
  background: #fe5955;
  display: block;
  width: 77px;
  height: 3px;
  margin-top: 15px;
}

.blog-row .blog-left a {
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 16px;
  color: #1b1b1b;
  margin-top: 10px;
  letter-spacing: .5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.blog-row .blog-left a:hover {
  color: #fe5955;
  font-weight: bold;
}

.blog-row .blog-img img {
  width: 100%;
}

/* Tours Packages Css*/


/* Tour Packages Details Css */
.tours-package-detail {
  padding: 40px 0;
}

.tours-package-detail .container {
  max-width: 1150px;
}

.image-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.image-grid .big-image-col {
  grid-row-start: 1;
  grid-row-end: 4;
  overflow: hidden;
}

.image-grid .big-image-col img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-height: 500px;
}

.image-grid .small-image-col {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 12px;
  column-gap: 12px;
}

.image-grid .small-image {
  overflow: hidden;
}

.image-grid .small-image-col img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-height: 240px;
}

/* .image-grid img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.image-grid .big-image-col:hover img,
.image-grid .small-image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
} */

.tour-detail-row {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 67% 33%;
}

.tour-detail-row h1 {
  color: #fe5955;
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 30px;
  max-width: 90%;
}

.count-days-info {
    width: 110px;
    padding-top: 11px;
}
.days-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0;
}
.days-row-place {
    width: calc(100% - 110px);
    padding-left: 23px;
    display: flex;
    flex-wrap: wrap;
}

.days-row .all-days-count {
  background: #fe5955;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
      text-align: center;
}

.days-row .days-in-place {
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-radius: 12px;
    box-shadow: 0 0 7px rgb(0, 0, 0, 0.23);
    padding: 5px 12px;
    margin: 6px 12px 6px 0;
}

.days-row .days-in-place:not(:last-child) {
  border-right: 1px solid #cbcbcb;
}

.days-row .days-in-place h4 {
    line-height: 44px;
    margin: 0 7px 0 0;
    font-size: 36px;
    font-family: 'Helvetica';
    font-weight: bold;
    background: #fe5955;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.days-row .days-in-place h5 {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.days-row .days-in-place h5 span {
  font-size: 15px;
  display: block;
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
}

.plan-adventure {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 0 7px rgb(0, 0, 0, 0.23);
}

.plan-adventure h4 {
  margin: 0 15px 0;
  font-family: 'Lato';
  font-weight: normal;
  font-size: 18px;
}

.plan-adventure a {
  margin: 0 15px 0;
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.plan-adventure a:hover {
  color: #fe5955;
}

.plan-adventure a i {
  margin-right: 5px;
  font-size: 20px;
}

.plan-adventure a img {
  margin-right: 5px;
  filter: brightness(0);
  transition: all 0.3s ease-in-out;
}

.plan-adventure a:hover img {
  filter: brightness(1);
}

.tour-hilights {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 18px rgb(0, 0, 0, 0.20);
    border-radius: 10px;
}

.tour-hilights h4 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.tour-hilights ul {
  margin: 0;
  padding: 0;
}

.tour-hilights ul li {
    margin: 0px 0 18px;
    padding: 0 0 0 16px;
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica CE';
    font-weight: normal;
    position: relative;
    line-height: normal;
    list-style: none;
}

.tour-hilights ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/arrow-right-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
}

.tour-description {
    margin-top: 20px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 18px rgb(0, 0, 0, 0.20);
    border-radius: 10px;
}

.tour-description h4 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}

.tour-description h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

.tour-detail-row .accordion{
  padding: 30px 0;
}

.tour-detail-row .accordion-item {
  border-radius: 10px;
  margin-bottom: 30px;
  background: var(--bs-white);
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 18px rgb(0, 0, 0, 0.20);
}

.tour-detail-row .accordion-item .accordion-button {
  border-radius: 10px;
  font-size: 16px;
  background: var(--bs-white);
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.tour-detail-row .accordion-item .accordion-button.collapsed{
    padding: 3px 20px 3px 3px;
}
.tour-detail-row .accordion-item p {
  font-size: 15px;
  font-family: 'Lato';
}

.tour-detail-row .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 0;
  box-shadow: none;
}
.tour-detail-row .accordion-item .left-heading{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tour-detail-row .accordion-item .left-heading .text-1{
  color: #fe5955;
  font-size: 14px;
  font-family: 'Helvetica';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px;
  transition: all 0.3s ease-in;
}
.tour-detail-row .accordion-item .left-heading .day-counter{
  font-size: 36px;
  font-family: 'Helvetica';
  font-weight: bold;
  background: #fe5955;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-detail-row .accordion-item .tour-place-dtl{
  margin-left: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.tour-detail-row .accordion-item .accordion-button.collapsed .tour-place-dtl{
  margin-top: 0px;
}
.tour-detail-row .accordion-item .accordion-button.collapsed .left-heading .text-1{
  margin-top: -21px;
}
.tour-parts{
  padding: 10px 20px;
  margin: 25px -20px -10px;
  border-top: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.tour-parts span{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Helvetica LT';
  font-weight: normal;
  color: #000;
}
.tour-parts span img{
  margin-right: 5px;
}
.allcollapseAcc{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allcollapseAcc h5{
  font-size: 18px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  color: #000;
  margin: 0;
}
.allcollapseAcc a{
  font-size: 18px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  color: #fe5955;
}

.end-heading{
  text-align: center;
  font-family: 'Amithen';
  font-weight: normal;
  font-size: 72px;
  color: #70bdc7;
  margin: 20px 0 20px;
}


.amount-box {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.amount-box .btn {
  width: 100%;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
}

.amount-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.amount-head h6 {
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  margin-bottom: 0;
}

.amount-head .all-rating {
  color: #6c6c6c;
}

.amount-head .all-rating .rating-count {
  color: #19ad6f;
}

.amount-box .tour-amount {
  color: #3b9211;
  font-size: 36px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.amount-box .tour-amount span {
  color: #818181;
  font-size: 16px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.amount-box .tour-amount del {
  font-size: 18px;
  display: block;
  color: #fe5955;
  width: 100%;
}

.enquiry-message-box {
  position: relative;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 18px;
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.enquiry-message-box:before,
.enquiry-message-box:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.enquiry-message-box:after {
  z-index: -1;
  background: #d7d7d7;
  top: 101%;
}

.enquiry-message-box h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Lato';
  font-weight: bold;
  margin: 0;
}



.follow-us {
  padding: 50px 0 15px;
}

.follow-us .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: -70px;
}

.follow-us .owl-nav button {
  background-color: transparent !important;
  box-shadow: none !important;
}

.follow-us .owl-nav button.owl-prev {
  margin: 0;
  background-image: url(../images/blog-arrow-left.png);
  position: static;
  transform: none;
}

.follow-us .owl-nav button.owl-next {
  margin: 0;
  background-image: url(../images/blog-arrow-right.png);
  position: static;
  transform: none;
}

/* Tour Packages Details Css */
