@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "SF Pro Display";
  src: url("../webfonts/SFProDisplay-Bold.eot");
  src: url("../webfonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/SFProDisplay-Bold.woff2") format("woff2"), url("../webfonts/SFProDisplay-Bold.woff") format("woff"), url("../webfonts/SFProDisplay-Bold.ttf") format("truetype"), url("../webfonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../webfonts/SFProDisplay-Regular.eot");
  src: url("../webfonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/SFProDisplay-Regular.woff2") format("woff2"), url("../webfonts/SFProDisplay-Regular.woff") format("woff"), url("../webfonts/SFProDisplay-Regular.ttf") format("truetype"), url("../webfonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../webfonts/SFProDisplay-Medium.eot");
  src: url("../webfonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/SFProDisplay-Medium.woff2") format("woff2"), url("../webfonts/SFProDisplay-Medium.woff") format("woff"), url("../webfonts/SFProDisplay-Medium.ttf") format("truetype"), url("../webfonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  background: #F6F8FB;
  font-weight: 400;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}

.form-control {
  font-family: "Poppins", sans-serif;
}

/*#######################*/
.btn-warning {
  color: #fff;
  background-color: #F6931C;
  border-color: #F6931C;
  border-radius: 4px;
  padding: 8px 20px;
  font-weight: 500 !important;
  font-size: 17px;
}

.btn-warning:hover {
  color: #fff !important;
  background-color: #F6931C !important;
  border-color: #F6931C !important;
}

.btn-primary {
  color: #fff;
  background-color: #069EDB;
  border-color: #069EDB;
  border-radius: 3px;
  font-weight: 400 !important;
  font-size: 17px;
  padding: 8px 20px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #069EDB !important;
  border-color: #069EDB !important;
}

/*#######################*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  padding: 10px 0;
  z-index: 9;
  width: 100%;
}

.header .logo-wrap {
  position: relative;
  width: 170px;
}

.header .navbar .navbar-nav {
  position: relative;
}

.header .navbar .navbar-nav li {
  position: relative;
  margin: 0px 12px;
}

.header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.header .navbar .navbar-nav li.active a {
  color: #F6931C;
}

.header .btn-grp a {
  margin: 0 5px;
}

.header.header-fixed {
  position: fixed;
  background: rgba(2, 2, 2, 0.8);
  border: none;
  animation: slideDown 0.35s ease-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
  width: 100%;
  z-index: 999;
  padding: 0;
}

.header.header-fixed .navbar-nav {
  display: none !important;
}

.header.header-fixed ul.resp-tabs-list.d-none {
  display: block !important;
}

.header.header-fixed ul.resp-tabs-list {
  float: none;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  top: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.header.header-fixed ul.resp-tabs-list li {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  margin: 0 11px !important;
  float: none !important;
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  border: none;
}

.header.header-fixed ul.resp-tabs-list li .tab-ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  position: relative;
}

.header.header-fixed ul.resp-tabs-list li .tab-ico img {
  display: inline-block;
}

.header.header-fixed ul.resp-tabs-list li .tab-ico span {
  position: absolute;
  opacity: 0;
}

.header.header-fixed ul.resp-tabs-list li span {
  display: block;
}

.header.header-fixed ul.resp-tabs-list li.resp-tab-active {
  color: #F6931C !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 0 12px !important;
  border-bottom: 2px solid #F6931C !important;
}

.header.header-fixed ul.resp-tabs-list li.resp-tab-active .tab-ico span {
  opacity: 1;
}

.header.header-fixed ul.resp-tabs-list li.resp-tab-active .tab-ico img.normal-ico {
  opacity: 0;
}

.header.header-fixed .currency-btn {
  display: none;
}

.header.header-fixed .container {
  max-width: 1240px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.banner {
  background-position: center center;
  padding-bottom: 30px;
  height: calc(100vh - 50px);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-size: auto, auto;
  background-size: cover !important;
  background-blend-mode: saturation;
}

.banner .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.banner .container .section__intro__main.intro-heading {
  color: white;
  text-align: center;
  margin: auto 0;
}

@media (max-width: 1023px) {
  .banner .container .section__intro__main.intro-heading .section__intro__main.intro-heading {
    margin: 150px 0 auto;
  }
}

.banner .container .section__intro__main.intro-heading .intro-heading__title {
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__title {
    margin-bottom: 50px;
  }
}

.banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__base {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -2px;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__base .intro-heading__base {
    font-size: 5rem;
  }
}

.banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
  font-size: 65px;
  color: #F6931C;
  line-height: 1.2;
  font-weight: 600;
  height: 5rem;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated .intro-heading__animated {
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated .intro-heading__animated {
    font-size: 8.8rem;
    height: 10.56rem;
  }
}

.banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated .intro-heading__animation-window {
  transition: 0.2s all;
  animation: swapTitleDesktop 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards;
}

@media (max-width: 1023px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated .intro-heading__animation-window .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
    animation: swapTitleMobile 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards;
  }
}

@media (min-width: 1024px) {
  .banner .container .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated .intro-heading__animation-window .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
    animation: swapTitleDesktop 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards;
  }
}

@keyframes swapTitleMobile {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-45px);
  }

  50% {
    transform: translateY(-85px);
  }

  75% {
    transform: translateY(-125px);
  }

  100% {
    transform: translateY(-165px);
  }
}

@keyframes swapTitleDesktop {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-80px);
  }

  50% {
    transform: translateY(-160px);
  }

  75% {
    transform: translateY(-240px);
  }

  100% {
    transform: translateY(-320px);
  }
}

.main-wrap {
  padding: 75px 0;
}

.escapes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.escapes .escapes__content {
  width: 28%;
}

.escapes .escapes__content .escapes__title {
  color: #474747;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.24;
  position: relative;
  padding-bottom: 15px;
}

.escapes .escapes__content .escapes__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #F6931C;
  height: 2px;
  width: 61px;
}

.escapes .escapes__content .escapes__caption {
  margin: 15px 0 0;
  font-size: 17px;
}

.escapes .escapes__images {
  width: 70%;
  position: relative;
  text-align: center;
}

.escapes .escapes__images .escapes__image-wrap {
  height: 355px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 8px;
}

.escapes .escapes__images .escapes__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.escapes .escapes__images h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}

.escapes #escape-slider .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #A2A2A2;
  border-radius: 50%;
  background-color: transparent;
  z-index: 9;
}

.escapes #escape-slider .slick-arrow:hover {
  border: 1px solid #A2A2A2;
}

.escapes #escape-slider .slick-arrow i {
  color: #F6931C;
  font-size: 22px;
}

.escapes #escape-slider .slick-arrow i:hover {
  color: #5C5C5C;
}

.escapes #escape-slider .slick-prev {
  position: absolute;
  left: calc(-37% - 25px);
  transform: translateX(-50%);
  bottom: 0;
}

.escapes #escape-slider .slick-next {
  position: absolute;
  left: calc(-37% + 25px);
  transform: translateX(-50%);
  bottom: 0;
}

.escapes #escape-slider .slick-next i {
  color: #069EDB;
}

.package-sec {
  margin-top: 80px;
}

.main-title {
  font-size: 30px;
  font-weight: 700;
  color: #474747;
  margin: 0;
  padding: 0;
  text-align: center;
}

.luxury-experiences__grid {
  display: grid;
  grid-template-columns: 6fr repeat(3, 2fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 588px;
}

.luxury-experiences__grid .luxury-experiences__grid-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.luxury-experiences__grid .luxury-experiences__grid-item .luxury-experiences__grid-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}

.luxury-experiences__grid .luxury-experiences__grid-item:hover .luxury-experiences__grid-image {
  transform: scale(1.02);
}

.luxury-experiences__grid .luxury-experiences__grid-item .luxury-experiences__grid-item-title {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.84px;
  margin-bottom: 15px;
  z-index: 1;
}

.luxury-experiences__grid .luxury-experiences__grid-item-1,
.luxury-experiences__grid .luxury-experiences__grid-item-2 {
  justify-content: center;
}

.luxury-experiences__grid .luxury-experiences__grid-item-1 h3,
.luxury-experiences__grid .luxury-experiences__grid-item-2 h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.luxury-experiences__grid .luxury-experiences__grid-item-1 p,
.luxury-experiences__grid .luxury-experiences__grid-item-2 p {
  font-size: 15px;
  color: #fff;
  margin: 8px 0 0;
}

.luxury-experiences__grid .luxury-experiences__grid-item-1 {
  grid-area: 1/1/3/2;
}

.luxury-experiences__grid .luxury-experiences__grid-item-2 {
  grid-area: 3/1/10/2;
}

.luxury-experiences__grid .luxury-experiences__grid-item-3 {
  grid-area: 1/2/4/3;
}

.luxury-experiences__grid .luxury-experiences__grid-item-4 {
  grid-area: 4/2/10/3;
}

.luxury-experiences__grid .luxury-experiences__grid-item-5 {
  grid-area: 1/3/3/4;
}

.luxury-experiences__grid .luxury-experiences__grid-item-6 {
  grid-area: 3/3/10/4;
}

.luxury-experiences__grid .luxury-experiences__grid-item-7 {
  grid-area: 1/4/4/5;
}

.luxury-experiences__grid .luxury-experiences__grid-item-8 {
  grid-area: 4/4/10/5;
}

.populer-sec {
  margin-top: 80px;
}

.destination-bx .desti-img {
  height: 330px;
  overflow: hidden;
  border-radius: 12px;
}

.destination-bx .desti-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.destination-bx h3 {
  font-size: 16px;
  font-weight: 700;
  color: #474747;
  margin: 8px 0 0;
  padding: 0;
}

.destination-bx .price {
  color: #F6931C;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 6px 0 0;
}

.destination-bx p {
  color: #949494;
  font-weight: 500;
  margin: 0;
}

.slider .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #A2A2A2;
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}

.slider .slick-arrow:hover {
  border: 1px solid #A2A2A2;
}

.slider .slick-arrow i {
  color: #F6931C;
  font-size: 22px;
}

.slider .slick-arrow i:hover {
  color: #5C5C5C;
}

.slider .item {
  margin: 0 10px;
}

.slider .slick-prev {
  position: absolute;
  left: calc(0% - 10px);
  transform: translateY(-50%);
  top: 45%;
}

.slider .slick-next {
  position: absolute;
  right: calc(0% - 10px);
  transform: translateY(-50%);
  top: 45%;
}

.slider .slick-next i {
  color: #069EDB;
}

.mid-add {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 375px;
}

.mid-add img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.mid-add .mid-content {
  text-align: right;
  position: absolute;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.mid-add .mid-content .c-logo {
  margin: 20px 0 90px;
}

.mid-add .mid-content .c-logo img {
  width: 130px;
  height: auto;
  position: static;
}

.mid-add .mid-content h3 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.mid-add .mid-content h3 span {
  font-size: 17px;
  font-weight: 500;
  display: block;
}

#add-slider .slick-dots {
  text-align: center;
  margin-top: -35px;
  position: relative;
}

#add-slider .slick-dots li {
  float: none;
  display: inline-block;
  margin: 0 4px;
}

#add-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 0;
}

#add-slider .slick-dots li.slick-active button {
  background-color: #F6931C;
}

#add-slider .item.slick-active .mid-content h3 {
  animation: fadeInLeft ease-in-out 2s both;
}

#add-slider .item.slick-active .mid-content h3 span {
  animation: fadeInDown ease-in-out 2s both;
}

#add-slider .item.slick-active .mid-content .btn-warning {
  animation: fadeInUp ease-in-out 2s both;
}

.tour-img {
  height: 330px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.tour-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tour-img .inr-txt {
  margin-bottom: 15px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
}

.tour-img .inr-txt h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.tour-img .inr-txt p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

h2.resp-accordion {
  color: #217db8;
}

.description-sec .resp-tabs-container {
  background-color: transparent;
  clear: right;
}

ul.resp-tabs-list {
  float: none;
  position: relative;
  text-align: center;
}

ul.resp-tabs-list li {
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 7px 21px;
  margin: 0 6px !important;
  float: none !important;
  color: #949494;
  border: 2px solid #D6D6D6;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background-color: transparent;
}

.description-sec .resp-tab-content {
  border: none;
}

.resp-tab-active {
  color: #F6931C !important;
  background-color: transparent !important;
  border: 1px solid #F6931C !important;
  padding: 7px 21px !important;
}

.resp-tab-content {
  padding: 15px 0 0;
  border: none;
}

.resp-tabs-container {
  background-color: #fff;
  margin-top: 20px;
}

.testi-sec {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 75px 0 60px;
}

.title1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.title1 span {
  color: #F6931C;
}

.testi-bx {
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.testi-bx:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: url(../images/quote.png) no-repeat;
  width: 36px;
  height: 28px;
}

.testi-bx .user-bx {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}

.testi-bx .user-bx .user-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.testi-bx .user-bx .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi-bx .user-bx h4 {
  font-size: 17px;
  font-weight: 700;
  color: #474747;
  margin: 0;
  padding: 0;
}

.testi-bx .user-bx h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #F6931C;
  display: block;
}

#testi-slider .item {
  margin: 0 15px;
}

#testi-slider .slick-dots {
  text-align: center;
  margin: 40px 0 0;
}

#testi-slider .slick-dots li {
  float: none;
  display: inline-block;
  margin: 0 4px;
}

#testi-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 0;
}

#testi-slider .slick-dots li.slick-active button {
  background-color: #F6931C;
}

.travel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  height: 440px;
}

.travel-grid .area-bx {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.travel-grid .area-bx:nth-child(1) {
  grid-area: 1/1/3/1;
}

.travel-grid .area-bx:nth-child(2) h4 {
  font-size: 19px;
}

.travel-grid .area-bx:nth-child(3) h4 {
  font-size: 19px;
}

.travel-grid .area-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.travel-grid .area-bx h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  position: absolute;
}

.lft-prt {
  width: 50%;
  background-color: #f5f5f5;
  padding: 35px 35px 35px 112px;
}

.lft-prt h3 {
  font-size: 30px;
  font-weight: 700;
  color: #474747;
  margin: 0;
  padding: 0;
}

.lft-prt h3 span {
  color: #fff;
}

.lft-prt p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 8px 0 0;
}

.lft-prt .contact-prt {
  margin-right: 20px;
}

.lft-prt .contact-prt h4 {
  font-size: 14px;
  font-weight: 500;
  color: #F6931C;
  margin: 0 0 6px;
  padding: 0;
}

.lft-prt .contact-prt h4 i {
  color: #F6931C;
  margin-right: 6px;
}

.lft-prt .contact-prt p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #474747;
  margin: 0;
}

.lft-prt .contact-prt p a {
  color: #474747;
}

.rt-prt {
  background-color: #F6931C;
  padding: 35px 112px 35px 35px;
}

.rt-prt p {
  color: #fff;
}

.rt-prt .rd-mailform .form-group {
  margin-bottom: 10px;
}

.rt-prt .rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 42px;
  border: 1px solid #945300;
  background-color: transparent;
  color: #fff;
}

.rt-prt .rd-mailform .form-group textarea.form-control {
  height: 120px;
}

.footer {
  background-color: #474747;
}

.footer .f-top {
  padding: 40px 0;
  border-bottom: 1px solid #CBCBCB;
}

.footer .f-top .f-pera {
  color: #CBCBCB;
  margin: 20px 0 0;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
}

.footer .f-top .footer-title {
  color: #F6931C;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
  padding: 0;
}

.footer .f-top .footer-menu-list {
  margin: 0;
  padding: 0;
}

.footer .f-top .footer-menu-list li {
  float: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 6px 0;
  padding: 0;
}

.footer .f-top .footer-menu-list li a {
  color: #CBCBCB;
}

.footer .f-top .newsletter-bx {
  position: relative;
  margin: 12px 0 0;
  border-radius: 5px;
  overflow: hidden;
}

.footer .f-top .newsletter-bx input[type=email] {
  background-color: #fff !important;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  height: 43px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 50px 5px 15px;
  width: 100%;
  border: none;
}

.footer .f-top .newsletter-bx .search-icon {
  background-color: #F6931C;
  font-size: 18px;
  padding: 10px 10px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.footer .f-bttm {
  padding: 15px 0;
}

.footer .f-bttm .copyright {
  color: #828388;
  margin: 0;
  text-align: center;
}

.bookingng-sec {
  position: relative;
  margin-top: -100px;
}

.bookingng-sec .book-prt {
  background-color: #fff;
  padding: 0 25px 12px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}

.bookingng-sec .book-prt .srch-prt {
  position: relative;
  width: 100%;
  margin-top: -25px;
}

.bookingng-sec .book-prt .srch-prt input[type=text] {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #535151;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 3px 5px 3px 26px;
  width: 100%;
}

.bookingng-sec .book-prt .srch-prt .search-icon {
  background-color: transparent;
  color: #F6931C;
  border: 0 none;
  font-size: 18px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.bookingng-sec .book-prt .srch-prt2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookingng-sec .book-prt .srch-prt2 input[type=text] {
  background: transparent;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  color: #535151;
  font-size: 16px;
  font-weight: 600;
  height: 41px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 3px 5px 3px 26px;
  width: 85%;
}

.bookingng-sec .book-prt .srch-prt2 .search-icon {
  background-color: transparent;
  color: #F6931C;
  border: 0 none;
  font-size: 18px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.bookingng-sec .book-prt ul.resp-tabs-list {
  float: none;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  background-color: #fff;
  top: -40px;
  border-radius: 10px;
  padding: 10px 0 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}

.bookingng-sec .book-prt ul.resp-tabs-list li {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 0 0 12px;
  margin: 0 22px !important;
  float: none !important;
  color: #474747;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  border-bottom: 2px solid transparent;
}

.bookingng-sec .book-prt ul.resp-tabs-list li .tab-ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  position: relative;
}

.bookingng-sec .book-prt ul.resp-tabs-list li .tab-ico img {
  display: inline-block;
}

.bookingng-sec .book-prt ul.resp-tabs-list li .tab-ico span {
  position: absolute;
  opacity: 0;
}

.bookingng-sec .book-prt ul.resp-tabs-list li span {
  display: block;
}

.bookingng-sec .book-prt ul.resp-tabs-list li.resp-tab-active {
  color: #F6931C !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 0 12px !important;
  border-bottom: 2px solid #F6931C !important;
}

.bookingng-sec .book-prt ul.resp-tabs-list li.resp-tab-active .tab-ico span {
  opacity: 1;
}

.bookingng-sec .book-prt ul.resp-tabs-list li.resp-tab-active .tab-ico img.normal-ico {
  opacity: 0;
}

.bookingng-sec .book-prt .resp-tabs-container {
  margin-top: 0;
}

.bookingng-sec .book-prt .resp-tabs-container .resp-tab-content {
  padding: 0;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form {
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form .form-group {
  padding: 10px 12px;
  border-right: 1px solid #ddd;
  position: relative;
  width: 100%;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form .form-group i {
  position: absolute;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  right: 23px;
  top: 30px;
  color: #525252;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form .form-group:last-child {
  border: none;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form .form-group label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #949494;
}

.bookingng-sec .book-prt .resp-tabs-container .find-flight-form .form-group .form-control {
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #474747;
  padding: 6px 0;
}

.bookingng-sec .book-prt .resp-tabs-container .btn-warning {
  text-transform: uppercase;
  font-weight: 700 !important;
}

.bookingng-sec .book-prt .resp-tabs-container .less-mrgn {
  margin-bottom: -40px;
}

.tour .select2-container--default .select2-selection--single,
.holiday .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: #474747;
}

.tour .form-group:last-child {
  width: 20% !important;
}

.resp-tabs-container h4 {
  color: #F6931C;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
  padding: 0;
  text-align: center;
}

.srch-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F6931C;
  text-align: center;
  display: inline-block;
}

.srch-btn i {
  font-size: 20px !important;
  color: #fff !important;
  line-height: 50px !important;
  position: static !important;
}

.inr-ban {
  height: calc(100vh - 200px);
}

.inr-ban .intro-page-title {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
}

.srch-prt {
  position: relative;
  width: 100%;
  margin-top: -25px;
}

.srch-prt input[type=text] {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #535151;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 3px 5px 3px 26px;
  width: 100%;
}

.srch-prt .search-icon {
  background-color: transparent;
  color: #F6931C;
  border: 0 none;
  font-size: 18px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.filter-part {
  margin-top: -42px;
}

.filter-part .filter-main-bx {
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
}

.filter-part .filter-main-bx .srch-prt {
  width: 35%;
  margin: 0;
}

.filter-part .filter-main-bx .rt-filter-prt {
  padding-left: 20px;
  border-left: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}

.filter-part .filter-main-bx .rt-filter-prt .form-group {
  width: 100%;
}

.filter-part .filter-main-bx .rt-filter-prt .form-group label {
  font-family: "Poppins", sans-serif;
  display: block;
}

.filter-part .filter-main-bx .rt-filter-prt .form-group select {
  width: 100%;
}

.filter-part .filter-main-bx .rt-filter-prt .multiselect-dropdown {
  padding: 5px 5px 4px 5px;
}

.filter-part .filter-main-bx .rt-filter-prt .multiselect-dropdown-list div {
  display: flex;
  align-items: center;
}

.tour-dtls-bx {
  padding: 8px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-dtls-bx .lft-img-prt {
  width: 30%;
  height: 230px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  margin-right: 15px;
}

.tour-dtls-bx .lft-img-prt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tour-dtls-bx .mid-content {
  width: 55%;
  border-right: 1px dotted #949494;
  margin-right: 15px;
}

.tour-dtls-bx .mid-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #474747;
  margin: 0;
  padding: 0;
}

.tour-dtls-bx .mid-content .rating-wrap {
  display: flex;
  align-items: center;
  margin: 7px 0;
  font-family: "Poppins", sans-serif;
}

.tour-dtls-bx .mid-content .rating-wrap .rating-product {
  margin-right: 8px;
}

.tour-dtls-bx .mid-content .rating-wrap .rating-product i {
  color: #F6931C;
  font-size: 14px;
}

.tour-dtls-bx .mid-content .rating-wrap .read-review {
  color: #949494;
  padding: 0;
  font-size: 14px;
}

.tour-dtls-bx .mid-content .rating-wrap .rating-count {
  font-size: 14px;
  font-weight: 700;
  color: #474747;
  margin-right: 8px;
}

.tour-dtls-bx .mid-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #F6931C;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.tour-dtls-bx .mid-content p {
  color: #949494;
  font-family: "Poppins", sans-serif;
  margin: 8px 0;
}

.tour-dtls-bx .mid-content h5 {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #474747;
  margin: 0;
}

.tour-dtls-bx .package-prt {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  text-align: right;
  width: 15%;
  font-family: "Poppins", sans-serif;
}

.tour-dtls-bx .package-prt .pckg-price {
  font-size: 26px;
  font-weight: 700;
  color: #F6931C;
  margin: 0;
  padding: 0;
}

.tour-dtls-bx .package-prt .pckg-price span {
  font-size: 14px;
  font-weight: 500;
  color: #949494;
  display: block;
  text-decoration: line-through;
  line-height: 25px;
}

.tour-dtls-bx .package-prt .pckg-price span.head-cont {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  display: block;
  text-decoration: none;
}

.tour-dtls-bx .package-prt .btn-warning {
  font-size: 15px;
}

.blog-bx .blog-img {
  border-radius: 8px;
  overflow: hidden;
  height: 275px;
}

.blog-bx .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-bx .post-info {
  margin: 10px 0;
}

.blog-bx .post-info h4 {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #474747;
  margin: 0;
  padding: 0;
}

.blog-bx .post-info h4 span {
  font-weight: 600;
}

.blog-bx h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 10px 0;
  padding: 0;
}

.blog-bx h5 {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #474747;
  margin: 10px 0;
  padding: 0;
}

.blog-bx h5 span {
  font-weight: 600;
}

.blog-bx p {
  font-family: "Poppins", sans-serif;
  margin: 8px 0;
}

.blog-bx a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #F6931C;
  font-family: "Poppins", sans-serif;
  margin: 8px 0 0;
}

.blog-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.blog-list .blog-img2 {
  width: 24%;
  height: 140px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.blog-list .blog-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-txt {
  width: 72%;
}

.blog-txt h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.blog-txt h5 {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #949494;
  margin: 5px 0;
  padding: 0;
}

.blog-txt p {
  font-family: "Poppins", sans-serif;
  line-height: 22px;
}

.blog-txt a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #F6931C;
  font-family: "Poppins", sans-serif;
  margin: 6px 0 0;
}

.blog-big-bx {
  display: flex;
  align-items: center;
}

.blog-img3 {
  width: 55%;
  margin-right: 25px;
  height: 390px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-bx .post-img {
  width: 100%;
  height: 176px;
  overflow: hidden;
  border-radius: 6px;
}

.post-bx .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-bx .blog-txt p {
  margin: 5px 0 0;
}

#post-slider.slider .slick-prev {
  left: calc(0% - 40px);
}

#post-slider.slider .slick-next {
  right: calc(0% - 40px);
}

.custom-bx {
  display: inline-block;
  width: 100%;
}

.custom-bx .blog-img3 {
  float: left;
  margin-bottom: 25px;
}

.blog-dtls-img {
  height: 450px;
  overflow: hidden;
}

.blog-dtls-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.btn-border2 {
  border: 1px solid #F6931C;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #2E2E2E;
  margin-top: 0;
}

a.btn-border2 i {
  font-size: 14px;
  margin-right: 5px;
  color: #F6931C;
}

.like {
  font-size: 12px;
  color: #949494;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.like i {
  font-size: 14px;
  margin-right: 5px;
  color: #F6931C;
}

.modal-dialog:not(.modal-xl) {
  max-width: 900px;
}

.modal-dialog .modal-content {
  border-radius: 12px;
  overflow: hidden;
}

.modal-dialog .modal-content .btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #666;
  z-index: 99;
}

.modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.modal-dialog .modal-content .modal-body .modal-lft-prt {
  width: 45%;
  background: #F6931C url(../images/shape1.png) no-repeat center bottom;
  padding: 60px 35px;
}

.modal-dialog .modal-content .modal-body .modal-lft-prt h2 {
  font-size: 36px;
  font-family: "SF Pro Display";
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
}

.modal-dialog .modal-content .modal-body .modal-lft-prt h2 span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt {
  padding: 20px;
  width: 55%;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .nav-tabs .nav-link {
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .nav-tabs .nav-item.show .nav-link,
.modal-dialog .modal-content .modal-body .modal-rt-prt .nav-tabs .nav-link.active {
  color: #F6931C;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #F6931C;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .tab-content {
  padding: 30px 0 0;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .or {
  font-size: 16px;
  color: #2E2E2E;
  padding: 0 4px;
  background-color: #fff;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .mdl-copyright {
  color: #7B8297;
  margin: 30px 0 0;
  text-align: center;
}

.modal-dialog .modal-content .modal-body .modal-rt-prt .mdl-copyright a {
  color: #F6931C;
  font-weight: 600;
}

.modal-dialog .modal-content .modal-body .login-form {
  margin: 0;
}

.modal-dialog .modal-content .modal-body .login-form .form-group {
  margin-bottom: 18px;
}

.modal-dialog .modal-content .modal-body .login-form .form-group .form-control {
  height: 48px;
  border: 1px solid #D6D6D6;
  background-color: transparent;
  color: #232323;
  padding: 6px;
}

.modal-dialog .modal-content .modal-body .login-form .form-group textarea.form-control {
  height: 110px;
}

.modal-dialog .modal-content .modal-body .login-form .lost-pw {
  color: #F6931C;
}

.btn-border {
  border: 1px solid #D8D8D9;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #2E2E2E;
}

.btn-border img {
  margin-right: 4px;
}

.btn-border:hover {
  color: #2E2E2E;
}

.login-form .d-flex p {
  margin: 5px 15px 0 0;
  font-family: "Poppins", sans-serif;
}

.login-form .d-flex p input[type=checkbox] {
  visibility: hidden;
}

.login-form .d-flex p label {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #474747;
}

.login-form .d-flex p input[type=checkbox]+label::before {
  border: 1px solid #949494;
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 16px;
  left: -18px;
  position: absolute;
  top: 4px;
  border-radius: 3px;
}

.login-form .d-flex p input[type=checkbox]:checked+label::before {
  background: #fff;
  color: #EC411B;
  border: 1px solid #EC411B;
  content: "✓";
  text-align: center;
}

.login-form .d-flex p input[type=checkbox]:checked+label:after {
  font-weight: bold;
}

.login-form .d-flex p input[type=checkbox]:focus+label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

#entry-modal .modal-dialog {
  max-width: 800px;
}

#entry-modal .modal-dialog .modal-content {
  padding: 0 20px;
}

#entry-modal .modal-dialog .modal-content .modal-title {
  font-weight: 700;
  color: #2E2E2E;
}

#entry-modal .modal-dialog .modal-content .btn-close {
  right: 20px;
  top: 20px;
  padding: 3px;
}

#entry-modal .modal-dialog .modal-content .modal-body {
  padding: 15px 0;
}

.login-form ul {
  margin: 15px 0 0;
  padding: 0;
}

.login-form ul li {
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  margin: 8px 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: baseline;
}

.login-form ul li i {
  color: #F6931C;
  margin-right: 7px;
}

.tt-bx {
  height: 460px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.tt-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tt-bx h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.tt-bx .count-stamp {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.tt-bx .count-stamp h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
}

.tt-bx .count-stamp h4 span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.review-sec {
  background-color: #F6F8FB;
}

.review-form-prt {
  padding: 30px;
  background-color: #fff;
  /*##### rating css ####*/
  /*##### end rating css ####*/
}

.review-form-prt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.review-form-prt .login-form .form-group {
  margin-bottom: 15px;
}

.review-form-prt .login-form .form-group label {
  font-size: 16px;
  color: #828282;
  margin: 0 0 7px;
  font-family: "Poppins", sans-serif;
}

.review-form-prt .login-form .form-group textarea.form-control {
  height: 150px;
}

.review-form-prt .star-list {
  margin: 10px 0 0;
}

.review-form-prt .star-list .lead {
  margin-bottom: 0;
}

.review-form-prt .star-list .lead #stars {
  margin-left: 5px;
}

.review-form-prt .star-list .lead #stars i {
  margin-right: 5px;
}

.review-form-prt .star-list .lead #stars .fa-star {
  color: #F6931C;
}

.review-content-bx {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
}

.review-content-bx .hd-prt {
  display: flex;
  align-items: center;
}

.review-content-bx .hd-prt .user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6941c1c;
  color: #F6931C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.review-content-bx .hd-prt .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-content-bx .hd-prt h4 {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.review-content-bx .hd-prt h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #A1A1A1;
  display: block;
  margin-top: 5px;
}

.review-content-bx .rating {
  margin: 24px 0 0;
  font-weight: 500;
  display: block;
}

.review-content-bx .review-content {
  color: #575757;
  font-family: "Poppins", sans-serif;
}

.review-content-bx h6{
  margin-top: 12px;
}

.review-content-bx .more-btn{
  font-size: 12px;
  background: transparent;
  color: #F6931C;
}

.img-lst {
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.img-lst li {
  width: 23%;
  height: 96px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #F6931C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.img-lst li a {
  color: #fff;
}

.img-lst li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review_image_list {
  gap: 1rem;
  margin-top: auto;
}

.review_image_list li {
  flex: 1;
}

.map-bx {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #F6931C;
}

.map-bx iframe {
  width: 100%;
  height: 412px;
  border: none;
  overflow: hidden;
}

.cntct-prt {
  padding: 0 35px 0 0;
  width: 100%;
}

.cntct-prt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
  margin: 40px 0 0;
  padding: 0;
}

.cntct-prt .cstm-brdr {
  padding: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
}

.lft-profile-prt {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.lft-profile-prt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
  margin: 12px 0 0;
  padding: 0;
}

.lft-profile-prt h5 {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  font-family: "Poppins", sans-serif;
  margin: 8px 0 0;
  padding: 0;
}

.lft-profile-prt ul {
  margin: 20px 0 0;
  padding: 0;
}

.lft-profile-prt ul li {
  margin-top: 14px;
  padding: 8px 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: transparent;
}

.lft-profile-prt ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
  display: flex;
  align-items: center;
}

.lft-profile-prt ul li a .icon_menu {
  width: 20px;
  margin-right: 12px;
  text-align: center;
}

.lft-profile-prt ul li a .icon_menu img {
  display: inline-block;
}

.lft-profile-prt ul li.active {
  border: 1px solid #F6931C;
  background-color: rgba(246, 147, 28, 0.1);
}

/* ######### Profilr pic upload ########## */
.file-upload {
  width: 110px;
  height: 110px;
  position: relative;
  display: inline-block;
}

.file-upload-input {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
}

.image-upload-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 4px solid #F6931C;
}

.file-upload-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F6931C;
}

.file-upload-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.file-upload-btn {
  position: absolute;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F6931C;
  text-align: center;
}

.file-upload-btn i {
  font-size: 17px;
  color: #fff;
  line-height: 40px;
}

.drag-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.drag-img img {
  width: 100%;
  height: 100%;
}

/* ######### END Profilr pic upload ########## */
.t-prt {
  padding: 10px 12px;
  background-color: #fff;
}

.t-prt .top-prt {
  border: 1px solid #F6931C;
  padding: 8px 20px;
  background-color: rgba(246, 147, 28, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  margin: 0 auto;
}

.t-prt .top-prt p {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2E2E2E;
  margin: 0;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.t-prt .top-prt p:before {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #F6931C;
  content: "\f058";
  font-family: Fontawesome;
}

.bg-wht {
  background-color: #fff;
  padding: 10px;
}

.head-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-prt h3 {
  font-size: 26px;
  font-weight: 600;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 3px solid #F6931C;
}

.head-prt h3 span {
  font-size: 16px;
  color: #6B6B6B;
  font-weight: 400;
  display: block;
}

.head-prt .edit-btn {
  font-size: 17px;
  font-weight: 500;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
  margin: 0;
  display: inline-block;
}

.head-prt .edit-btn i {
  margin-right: 5px;
  color: #F6931C;
}

.info-table {
  font-family: "Poppins", sans-serif;
}

.info-table th {
  font-size: 16px;
  font-weight: 500;
  color: #6B6B6B;
  width: 35%;
  padding: 12px 10px;
}

.info-table td {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  padding: 12px 10px;
}

.info-table td .add-ico {
  font-size: 16px;
  font-weight: 500;
  color: #F6931C;
}

.info-table td .add-ico img {
  margin-right: 4px;
}

.info-table td .cp {
  font-size: 16px;
  font-weight: 500;
  color: #F6931C;
}

.save-table th {
  color: #232323;
  font-weight: 600;
}

.save-table td {
  font-weight: 500;
  color: #6B6B6B;
  font-size: 16px;
}

/* ######### My Booking ########## */
.booking-head-prt {
  background-color: #FFF0DF;
  border-radius: 6px 6px 0 0;
}

.booking-head-prt ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.booking-head-prt ul li {
  font-size: 17px;
  font-weight: 600;
  margin: 0 20px !important;
  align-items: center;
  display: flex;
  padding: 12px 8px !important;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

.booking-head-prt ul li a {
  color: #2E2E2E;
}

.booking-head-prt ul li.resp-tab-active {
  border: none !important;
  border-bottom: 3px solid #F6931C !important;
  padding: 12px 8px !important;
}

.booking-head-prt ul li.resp-tab-active a {
  color: #F6931C;
}

#horizontalTab3 .resp-tabs-container {
  margin-top: 0;
}

#horizontalTab3 .resp-tabs-container .resp-tab-content {
  padding: 0;
}

.trip-bx {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  font-family: "Poppins", sans-serif;
}

.trip-bx h3 {
  font-size: 26px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.trip-bx h3 span {
  margin-left: 20px;
}

.trip-bx ul {
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.trip-bx ul li {
  font-size: 16px;
  font-weight: 400;
  color: #6B6B6B;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  position: relative;
}

.trip-bx ul li:after {
  font-family: Fontawesome;
  position: absolute;
  content: "\f111";
  right: -4px;
  font-size: 8px;
  color: #F6931C;
}

.trip-bx ul li:last-child:after {
  display: none;
}

.trip-bx ul li span {
  font-weight: 600;
  color: #2E2E2E;
}

.trip-bx .check-bx h5 {
  font-size: 16px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 0;
  padding: 0;
}

.trip-bx .check-bx h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  align-items: start;
}

.trip-bx .check-bx h4 i {
  color: #F6931C;
  margin-right: 5px;
}

.trip-bx .check-bx p {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  margin: 6px 0 0;
}

.trip-bx .check-bx p span {
  color: #F6931C;
}

.booking-secnd .check-bx {
  margin-right: 30px;
  width: 20%;
}

.check-bx h5 {
  font-size: 16px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 0;
  padding: 0;
}

.check-bx h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  align-items: start;
}

.check-bx h4 i {
  color: #F6931C;
  margin-right: 5px;
}

.check-bx p {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  margin: 6px 0 0;
}

.check-bx p span {
  color: #F6931C;
}

.day-count {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
  padding: 8px 15px;
  background-color: rgba(246, 147, 28, 0.1);
  border: 1px solid #F6931C;
  border-radius: 4px;
  display: inline-block;
}

/* ######### My Booking 2 ########## */
.completed-prt .trip-bx {
  border: none;
  padding: 0;
}

.completed-prt {
  font-family: "Poppins", sans-serif;
}

.completed-prt .head-prt {
  display: block;
}

.completed-prt .head-prt p {
  font-size: 14px;
  color: #6B6B6B;
  margin: 10px 0 0;
}

.desti-img {
  height: 330px;
  overflow: hidden;
  border-radius: 12px;
}

.desti-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-download {
  font-size: 18px;
  font-weight: 600;
  color: #F6931C;
  display: inline-block;
}

.btn-download img {
  margin-right: 5px;
}

.price-bx {
  background-color: #fff;
}

.price-bx .price-head {
  background-color: #FFF0DF;
  border-radius: 6px 6px 0 0;
}

.price-bx .price-head h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-bx .price-head h3 span {
  color: #F6931C;
}

.price-bx .price-lst {
  margin: 0;
  padding: 0;
}

.price-bx .price-lst li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #2e2e2e;
  margin: 12px 0;
}

.price-bx .price-lst li span {
  color: #F6931C;
  font-weight: 600;
}

.price-bx h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  margin: 0;
}

.price-bx h4 span {
  color: #F6931C;
  font-weight: 600;
}

/* ######### Tour Details ########## */
.intro-page-title1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.intro-page-title2 {
  line-height: 2.5rem;
}

.intro-page-title2 span {
  font-weight: 700;
  display: block;
}

.btm-slider-sec {
  margin-top: -200px;
}

.t-dtls-lft-prt h3 {
  font-size: 26px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt h3 span {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}

.t-dtls-lft-prt p {
  font-size: 15px;
  font-weight: 500;
  color: #6B6B6B;
  margin: 12px 0 0;
  font-family: "Poppins", sans-serif;
}

.t-dtls-lft-prt .tag1 {
  background-color: #F6931C;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 2px 10px;
}

.t-dtls-lft-prt .rating {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6B6B6B;
  display: flex;
  align-items: center;
}

.t-dtls-lft-prt .rating img {
  margin-right: 5px;
}

.t-dtls-lft-prt .rating i {
  color: #F6931C;
  margin-right: 5px;
}

.t-dtls-lft-prt .open-btn {
  padding: 2px 10px;
  border: 1px solid #F6931C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #F6931C;
  border-radius: 4px;
  display: inline-block;
  background-color: #FFF5EA;
}

.t-dtls-lft-prt .deal-bx {
  padding: 10px 20px;
  background-color: #FFF5EA;
  border: 1px solid #F6931C;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.t-dtls-lft-prt .deal-bx h3 {
  font-size: 14px;
  font-weight: 500;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt .deal-bx h3 i {
  margin-right: 5px;
}

.t-dtls-lft-prt .deal-bx h3 span {
  font-weight: 600;
}

.t-dtls-lft-prt .deal-bx h3 a {
  color: #F6931C;
  font-weight: 600;
  margin-left: 10px;
}

.t-dtls-lft-prt .social-lst {
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.t-dtls-lft-prt .social-lst li {
  font-size: 16px;
  font-weight: 500;
  color: #474747;
  margin-right: 35px;
  display: flex;
  align-items: center;
}

.t-dtls-lft-prt .social-lst li img {
  margin-right: 7px;
}

.t-dtls-lft-prt .facility-lst {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-dtls-lft-prt .facility-lst li {
  text-align: center;
}

.t-dtls-lft-prt .facility-lst li img {
  display: inline-block;
}

.t-dtls-lft-prt .facility-lst li span {
  font-size: 14px;
  font-weight: 500;
  color: #2e2e2e;
  margin: 8px 0 0;
  display: block;
}

.t-dtls-lft-prt .overview-bx h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt .overview-bx h3 img {
  margin-right: 8px;
}

.t-dtls-lft-prt .overview-bx h4 {
  font-size: 22px;
  font-weight: 700;
  color: #069EDB;
  margin: 25px 0 0;
  padding: 0;
}

.t-dtls-lft-prt .overview-bx p {
  color: #828282;
  margin: 15px 0 0;
}

.t-dtls-lft-prt .date-bx {
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  padding: 20px;
}

.t-dtls-lft-prt .date-bx ul {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.t-dtls-lft-prt .date-bx ul li {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  justify-content: space-between;
}

.t-dtls-lft-prt .date-bx ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #949494;
  margin: 0;
}

.t-dtls-lft-prt .date-bx ul li p span {
  font-weight: 600;
  color: #474747;
}

.t-dtls-lft-prt .date-bx ul li p i {
  color: #F6931C;
  margin-right: 7px;
}

.t-dtls-lft-prt .date-bx ul li p img {
  margin-right: 7px;
}

.t-dtls-lft-prt .date-bx table {
  margin: 0;
}

.t-dtls-lft-prt .date-bx table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.t-dtls-lft-prt .date-bx table tr td {
  border: none;
  font-size: 14px;
  padding: 4px;
}

.t-dtls-lft-prt .date-bx table tr td .form-check {
  padding-left: 0;
}

.t-dtls-lft-prt .date-bx table tr td .form-check .form-check-input {
  margin-left: 0;
}

.t-dtls-lft-prt .date-bx table tr td .form-check .form-check-input:checked {
  background-color: #F6931C;
  border-color: #F6931C;
}

.t-dtls-lft-prt .date-bx table tr td h4 {
  font-size: 15px;
  font-weight: 600;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt .date-bx table tr td h4 i {
  color: #F6931C;
  margin-right: 6px;
}

.t-dtls-lft-prt .date-bx .accordion-item {
  font-family: "Poppins", sans-serif;
  border: none;
  padding: 10px 0;
}

.t-dtls-lft-prt .date-bx .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #2e2e2e;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.t-dtls-lft-prt .date-bx .accordion-item .accordion-header .accordion-button p.open-btn {
  margin: 0 10px 0 0;
}

.t-dtls-lft-prt .date-bx .accordion-item .accordion-body {
  padding: 14px 0;
}

.t-dtls-lft-prt .date-bx .accordion-item .accordion-body h4 {
  font-size: 14px;
  font-weight: 500;
  color: #069EDB;
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt .date-bx .accordion-item .accordion-body .img-lst li {
  height: 116px;
}

.t-dtls-lft-prt .date-bx .act-lst {
  margin: 0;
  padding: 0;
}

.t-dtls-lft-prt .date-bx .act-lst li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-dtls-lft-prt .date-bx .act-lst li p {
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  margin: 0;
}

.t-dtls-lft-prt .date-bx .act-lst li p i {
  margin-right: 6px;
  color: #069EDB;
}

.t-dtls-lft-prt .date-bx .act-lst li h5 {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin: 0;
  padding: 0;
}

.social-lst {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.social-lst li {
  font-size: 16px;
  font-weight: 500;
  color: #474747;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.social-lst li a {
  margin: 0;
}

.port-prt {
  flex-wrap: wrap;
  width: 100%;
}

.port-prt li {
  height: 125px;
  margin-bottom: 20px;
}

.customer-faq-prt {
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  background-color: #069EDB;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-faq-prt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.review-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: #474747;
  margin: 0;
  padding: 0;
}

.booknow-bx {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0901960784);
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  padding: 20px;
}

.booknow-bx h4 {
  font-size: 14px;
  font-weight: 500;
  color: #6B6B6B;
  margin: 0;
  padding: 0;
}

.booknow-bx h4 span {
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 6px;
}

.booknow-bx h3 {
  font-size: 30px;
  font-weight: 700;
  color: #F6931C;
  margin: 7px 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.booknow-bx h3 span.open-btn {
  padding: 6px 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #F6931C;
  border-radius: 4px;
  display: inline-block;
  background-color: #FFF5EA;
  margin-left: 40px;
}

.booknow-bx p {
  color: #2E2E2E;
  margin: 0;
  font-weight: 500;
}

.booknow-bx .btn-warning {
  font-weight: 600 !important;
  font-size: 18px;
}

.custom-form {
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  padding: 20px;
}

.custom-form h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.custom-form .form-group {
  margin-bottom: 15px;
}

.custom-form .btn-warning {
  font-weight: 600 !important;
  font-size: 18px;
}

.book .modal-dialog {
  font-family: "Poppins", sans-serif;
}

.book .modal-dialog .modal-content .btn-close {
  border: 1px solid #fff;
}

.book .modal-dialog .modal-content .modal-body {
  display: block;
}

.book .modal-dialog .modal-content .modal-body .login-form label {
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 5px;
}

.book .modal-dialog .modal-content .modal-body .login-form label sup {
  color: #F6931C;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 15px;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx h3 sup {
  color: #F6931C;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx h3 span {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx .person-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 0;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx .person-count h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx .person-count h4 span {
  font-weight: 500;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx .person-count h4 span em {
  font-style: normal;
  color: #F6931C;
}

.book .modal-dialog .modal-content .modal-body .login-form .date-bx .person-count .form-select {
  font-size: 20px;
  font-weight: 500;
  color: #2e2e2e;
  width: 68px;
  padding: 5px 18px;
  -moz-padding-start: calc(0.75rem - 5px);
  background-position: right 6px center;
  background-size: 12px 12px;
}

.coupon-box {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.coupon-box input[type=text] {
  background-color: transparent !important;
  border: 1px solid #D6D6D6;
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 120px 5px 15px;
  width: 100%;
  border-radius: 6px;
}

.coupon-box .search-icon {
  background-color: #F6931C;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.total-txt {
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
  padding: 0;
}

.pop-ban {
  width: 100%;
  height: 310px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pop-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-ban h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
}

.shop-breadcrumb ul {
  margin: 0;
  padding: 0;
}

.shop-breadcrumb ul li {
  display: inline-block;
  float: none;
}

.shop-breadcrumb ul li a {
  border: 1px solid #E9E9E9;
  color: #4D4D4D;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 5px 14px;
}

.shop-breadcrumb ul li a:hover {
  background: #F6931C;
  color: #fff;
}

.btn-grp {
  display: flex;
  align-items: center;
}

.btn-grp .currency-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-left: 20px !important;
}

.btn-grp .currency-btn:hover {
  color: #fff;
}

#currency .modal-dialog {
  font-family: "Poppins", sans-serif;
}

#currency .modal-dialog .modal-content {
  padding: 0 20px;
}

#currency .modal-dialog .modal-content .modal-title {
  font-weight: 700;
  color: #2E2E2E;
}

#currency .modal-dialog .modal-content .btn-close {
  right: 20px;
  top: 20px;
  padding: 3px;
}

#currency .modal-dialog .modal-body {
  padding: 20px 0;
}

#currency .modal-dialog .currency-modal-list-items {
  grid-template-columns: auto auto auto auto;
  display: grid;
  width: 100%;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item {
  padding: 6px;
  margin: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  position: relative;
  font-size: 1rem !important;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item.active {
  border: 1px solid #F6931C;
  color: #F6931C;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-flag {
  width: 30px;
  height: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin: 5px 10px 5px 0;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-code {
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  line-height: 22.5px;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-name {
  font-size: 12px;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 18px;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item .icon-check {
  font-size: 16px;
  color: #F6931C;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

#currency .modal-dialog .currency-modal-list-items .currency-modal-list-item.active .icon-check {
  display: block;
}

.btn-account {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.btn-account i {
  font-size: 18px;
  color: #fff;
  margin-right: 7px;
}

.user-dropdown .dropdown-menu {
  width: 300px;
  padding: 10px;
}

.user-dropdown .dropdown-menu p {
  font-size: 13px;
  color: #474747;
  margin: 0;
  line-height: 20px;
}

.user-dropdown .dropdown-menu ul {
  margin: 15px 0 0;
  padding: 0;
}

.user-dropdown .dropdown-menu ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.user-dropdown .dropdown-menu ul li i {
  font-size: 20px;
  color: #000000;
  margin-right: 15px;
}

.user-dropdown .dropdown-menu ul li h4 {
  font-size: 16px;
  font-weight: 600;
  color: #F6931C;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */


.row-gap-3 {
  row-gap: 1rem !important;
}

